Browse Source

Merge pull request #5 from jl777/jl777

Jl777
jl777
siulynot 7 years ago
committed by GitHub
parent
commit
880c1a0811
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      iguana/exchanges/LP_bitcoin.c
  2. 6
      iguana/exchanges/opreturn

1
iguana/exchanges/LP_bitcoin.c

@ -3412,6 +3412,7 @@ bits256 bitcoin_sigtxid(char *symbol,uint8_t taddr,uint8_t pubtype,uint8_t p2sht
sbtcflag = 1; sbtcflag = 1;
else if ( strcmp(symbol,"BTCP") == 0 ) else if ( strcmp(symbol,"BTCP") == 0 )
btcpflag = 1; btcpflag = 1;
else printf("normal symbol.(%s)\n",symbol);
if ( ((hashtype & ~SIGHASH_FORKID) & 0xff) != SIGHASH_ALL ) if ( ((hashtype & ~SIGHASH_FORKID) & 0xff) != SIGHASH_ALL )
{ {
printf("currently only SIGHASH_ALL supported, not %d\n",hashtype); printf("currently only SIGHASH_ALL supported, not %d\n",hashtype);

6
iguana/exchanges/opreturn

@ -0,0 +1,6 @@
#!/bin/bash
source userpass
curl -X POST -H --url 'http://127.0.0.1:7783' --data '{"userpass":"'$userpass'","method":"withdraw","coin":"COQUI","outputs":[{"RGCVXhUxepCxh77thy7XgMrQ5XU9u7SWSR":0.01}], "opreturn":"$(echo -n \"$1\" | od -A n -t x1 | sed \'s/ //g\')"}'
#curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"withdraw\",\"coin\":\"HUSH\",\"outputs\":[{\"t1JTXxWyBrxdWNTaNa5gYPPfpJkhqESvyov\":$1}], \"opreturn\":\"deadbeef\"}"
Loading…
Cancel
Save