hstove / rbtc_arbitrage

A gem for automating arbitrage between Bitcoin exchanges.
MIT License
274 stars 94 forks source link

Not enough funds …?! #9

Open ghost opened 10 years ago

ghost commented 10 years ago

I'm running this as a heroku app as you wrote in your course.

Everything works fine until the bot finds a profitable trade. It exits with a security error "Not enough funds".

Can't be. I'm using bitstamp and btc-e. Both are funded with dollars and bitcoins. So what's wrong here?

/app/lib/rbtc_arbitrage/trader.rb:129:in `buy_and_transfer!': Not enough funds. Exiting. (SecurityError)
phuphighter commented 10 years ago

@bitbitdecker Did you figure out the issue? I'm experiencing the same thing.

coininstant commented 9 years ago

/app/lib/rbtc_arbitrage/trader.rb:129:in `buy_and_transfer!': Not enough funds. Exiting. (SecurityError)

same here, this thing does not work!

rhelvey01 commented 9 years ago

Same here