Search content
Sort by

Showing 5 of 5 results by bengal17
Post
Topic
Board Trading Discussion
Re: Bitcoin arbitrage on GitHub: ~2% monthly return, market-neutral long/short
by
bengal17
on 19/01/2016, 21:58:56 UTC
Hi bengal17,

This is because unfortunately Kraken doesn't provide the API to short sell programmatically for the moment. I really hope they will do it soon. Meanwhile, please change KrakenCanShort back to false. I will hardcode this value to avoid any confusion.

Thanks



That explains a lot. Thank you for the clarification.

Update: Even with Kraken can short set to false I get the same error. Anything I can do to help find the problem? Or is Kraken not fully supported?
Post
Topic
Board Trading Discussion
Re: Bitcoin arbitrage on GitHub: ~2% monthly return, market-neutral long/short
by
bengal17
on 19/01/2016, 16:43:41 UTC
Hi,

I have installed blackbird and try to do a test run with kraken and bitfinex. Both accounts should be ablo to go short. However when a trading option is found it produces the following error:

Code:
[ 01/18/2016 22:15:48 ]
   Bitfinex: 385.01 / 385.15
   Kraken: 388.00 / 388.67
   ----------------------------
   Bitfinex/Kraken: 0.74% [target  0.70%, min -0.67%, max  0.91%]   trailing  0.81%  2/2
Looking for a limit price to fill 0.04 BTC...
order book: 6.49@$385.21

[ ENTRY FOUND ]
   Date & Time:       01/18/2016 22:15:48
   Exchange Long:     Bitfinex (id 0)
   Exchange Short:    Kraken (id 1)
   Fees:              0.20% / 0.26%
   Price Long:        $385.21 (target)
   Price Short:       $388.00 (target)
   Spread:            0.74%
   Cash used:         $15.00 on each exchange
   Exit Target:       -0.48%

Error with JSON:
'[' or '{' expected near '<'. Retrying...
Error with JSON:
'[' or '{' expected near '<'. Retrying...

I would like to help you investigate what goes wrong here. But I am not sure what information you need or actions I could perform to provide you with additional information needed. I'm not a programmer, but in the mean time I will try if I can understand your code and see what goes wrong.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining) (NEW) pool.q2c.cc
by
bengal17
on 12/02/2014, 12:04:31 UTC
I need to recompile the Q2C daemon for Poloniex, and I just can't get past this error:

net.cpp:1196:6: warning: character constant too long for its type [enabled by default]
net.cpp:1196:30: warning: character constant too long for its type [enabled by default]
net.cpp:1197:6: warning: character constant too long for its type [enabled by default]
net.cpp:1197:32: warning: character constant too long for its type [enabled by default]
net.cpp:1199:1: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
net.cpp:1199:1: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
net.cpp:1199:1: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
net.cpp:1199:1: error: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
make: *** [obj/net.o] Error 1

It looks like an actual error in the source, but that seems unlikely. Does anyone know what to do about this?

Was getting frustrated over the same error, but I think I've solved it:
Go to line 1196 in net.cpp and replace:
Quote
    {'s-seed.mine-pool.net', 's-seed.mine-pool.net'}, // test static dns seeds
    {'q2c-seed.mine-pool.net', 'q2c-seed.mine-pool.net'}, // test dynamic dns seeds
    {NULL, NULL}
with
Quote
    {"s-seed.mine-pool.net", "s-seed.mine-pool.net"}, // test static dns seeds
    {"q2c-seed.mine-pool.net", "q2c-seed.mine-pool.net"}, // test dynamic dns seeds
    {NULL, NULL}

At least it compiled. I will test it in a few moments.
Post
Topic
Board Pools (Altcoins)
Re: [SUPPORT] Coinmine Pools Support Thread
by
bengal17
on 22/01/2014, 20:02:52 UTC
Post
Topic
Board Pools (Altcoins)
Re: [SUPPORT] Coinmine Pools Support Thread
by
bengal17
on 22/01/2014, 19:38:16 UTC
My unlock token didn't work either. Could you please unlock me as well (or send a new e-mail).
http://www2.coinmine.pl/prt/
login: paard17

Thank you.

P.S. The contact form is not working;)