Bitcoin Forum
June 15, 2024, 04:57:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Trading Discussion / Re: Bitcoin arbitrage on GitHub: ~2% monthly return, market-neutral long/short on: January 19, 2016, 09:58:56 PM
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?
2  Economy / Trading Discussion / Re: Bitcoin arbitrage on GitHub: ~2% monthly return, market-neutral long/short on: January 19, 2016, 04:43:41 PM
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
<Bitfinex> Looking for a limit price to fill 0.04 BTC...
<Bitfinex> 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.

3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining) (NEW) pool.q2c.cc on: February 12, 2014, 12:04:31 PM
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.
4  Alternate cryptocurrencies / Pools (Altcoins) / Re: [SUPPORT] Coinmine Pools Support Thread on: January 22, 2014, 08:02:52 PM
both accounts unlocked
thank you!
5  Alternate cryptocurrencies / Pools (Altcoins) / Re: [SUPPORT] Coinmine Pools Support Thread on: January 22, 2014, 07:38:16 PM
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;)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!