RE: Bittrex Pump and Dump Bot for Free !!

You are viewing a single comment's thread from:

Bittrex Pump and Dump Bot for Free !!

in bittrex •  7 years ago 

Sounds good. I'm having some problems updating Ruby on my Mac here.

My Ruby version is:
ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]

So I guess need to update it to run your bot, but like I said, I can't get it to work right.

Your instructions said:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

But that didn't work for me. I went to Homebrew site and got this code, and it worked:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Now I'm trying to follow your next instruction:
$ \curl -sSL https://get.rvm.io | bash -s stable

But that gets me this:
-bash: $: command not found

So I think I understand the bot and how to run it, but can you please help advise me on update Ruby.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

you have ruby 2.0.0, just try running bittrex buy bot using : ruby bittrex_bot.rb "SC" "1",

you need to install rest-client gem using : gem install rest-client command

Make sure you navigate to the same directory where you kept bittrex script before running bot command.