hstove / rbtc_arbitrage

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

Unusual behavior #19

Closed blacehoule closed 10 years ago

blacehoule commented 10 years ago

After typing the command 'rbtc': WARN: Unresolved specs during Gem::Specification.reset: activemodel (>= 3.1) activesupport (>= 3.1) thor (>= 0) multi_json (>= 1.3.4, ~> 1.3) hashie (>= 1.2.0) mime-types (< 3, >= 1.16) tzinfo (>= 0) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. fatal: Not a git repository (or any of the parent directories): .git I, [AUG 21 2014 7:20:49 PM -0400#409] INFO -- : Fetching exchange rates I, [AUG 21 2014 7:20:50 PM -0400#409] INFO -- : Bitstamp (Ask): $522.49 I, [AUG 21 2014 7:20:50 PM -0400#409] INFO -- : Campbx (Bid): $527.01 I, [AUG 21 2014 7:20:50 PM -0400#409] INFO -- : buying 0.01 btc at Bitstamp for $5.26 I, [AUG 21 2014 7:20:50 PM -0400#409] INFO -- : selling 0.01 btc at Campbx for $5.24 I, [AUG 21 2014 7:20:50 PM -0400#409] INFO -- : profit: $-0.02 (-0.34%) is below cutoff of 2%.

So it does work, but not before throwing those warnings.

hstove commented 10 years ago

Hey! Like you said, it still worked with those warnings. I've updated the gem so that those warnings don't show up anymore.

gem install rbtc_arbitrage -v 2.4.4