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
You are viewing a single comment's thread from:
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:
"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