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 

im getting the following when i try running it:

C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require': cannot load such file -- rest-client (LoadError) from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:inrequire'
from bittrex_bot.rb:1:in

any advice?
thanks

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:  

install 'rest-client' gem using command :
gem install rest-client

I had the same problem, and I solved with that, thanks!!!

I'm testing your bot, all options works fine except "3", buy_sell_bot... I'm getting this:

ruby bot.rb "STEEM" "3"

"https://bittrex.com/api/v1.1/public/getmarketsummary?market=BTC-STEEM"
[0.00045002, 0.000461, 0.00046071]
bot.rb:149:in buy_chunk': undefined method[]' for nil:NilClass (NoMethodError
)
from bot.rb:222:in buy_sell_bot' from bot.rb:260:in<'main>'

Help please