Tropix: Altcoin Trading Robot for Bittrex and Poloniex

Bot making Bittrex Market History so green. Quite relaxing.

1 Like

why do i get an error ? can someone explain how to run this ?

this is usual on macs:

type in:

export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include

i do it like this in the terminal:

  1. git clone https://github.com/safex/tropix
  2. cd tropix
  3. cargo build --release

then i get the error

then your comment : export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include

but nothing happens…

should i open in xcode ?

so try:

cargo run --bin bittrexautobuy

for example ^^

should do the “export” first

i also get an error… i dont know :(((

thanks for your help :)!!!

how do configure the files? api etc. ?

does

brew install openssl

make a difference?

it will ask you to enter credentials after it’s running

ok no this command : brew install openssl does nothing: -bash: brew: command not found

note:
i downloaded rustup and xcode for cargo

should i get homebrew ?

1 Like