|
@ -765,6 +765,7 @@ void LPinit(uint16_t myport,uint16_t mypull,uint16_t mypub,double profitmargin) |
|
|
exit(-1); |
|
|
exit(-1); |
|
|
} |
|
|
} |
|
|
LP_coinfind("BTC"); LP_coinfind("LTC"); LP_coinfind("KMD"); LP_coinfind("USD"); LP_coinfind("REVS"); LP_coinfind("JUMBLR"); |
|
|
LP_coinfind("BTC"); LP_coinfind("LTC"); LP_coinfind("KMD"); LP_coinfind("USD"); LP_coinfind("REVS"); LP_coinfind("JUMBLR"); |
|
|
|
|
|
LP_privkey_init(mypeer,pubsock,"BTC","test",""); |
|
|
LP_privkey_init(mypeer,pubsock,"KMD","test",""); |
|
|
LP_privkey_init(mypeer,pubsock,"KMD","test",""); |
|
|
printf("utxos.(%s)\n",LP_utxos(mypeer,"",10000)); |
|
|
printf("utxos.(%s)\n",LP_utxos(mypeer,"",10000)); |
|
|
while ( 1 ) |
|
|
while ( 1 ) |
|
|