diff --git a/iguana/exchanges/LP_etomic.c b/iguana/exchanges/LP_etomic.c index 5c16e4cfe..b1a0ddfb5 100644 --- a/iguana/exchanges/LP_etomic.c +++ b/iguana/exchanges/LP_etomic.c @@ -51,4 +51,5 @@ char *LP_etomicalice_start(struct basilisk_swap *swap) memset(&input20,0,sizeof(input20)); return(aliceSendsErc20Payment(input20,txData)); } + return(0); } diff --git a/iguana/exchanges/beertest b/iguana/exchanges/beertest new file mode 100755 index 000000000..f0b08a985 --- /dev/null +++ b/iguana/exchanges/beertest @@ -0,0 +1,3 @@ +source userpass +curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"autoprice\",\"base\":\"BEER\",\"rel\":\"KMD\",\"fixed\":0.777,\"margin\":0.00001}" + diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 5db1567ca..e641b7fc5 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -208,6 +208,39 @@ int main(int argc, const char * argv[]) printf("done vanitygen.(%s) done %u elapsed %d\n",argv[2],(uint32_t)time(NULL),(uint32_t)time(NULL) - timestamp); exit(0); } + else if ( argv[1] != 0 && strcmp(argv[1],"airdropH") == 0 && argv[2] != 0 ) + { + FILE *fp; double val,total = 0.; uint8_t addrtype,rmd160[20]; char buf[256],coinaddr[64]; int32_t n,i; char *flag; + if ( (fp= fopen(argv[2],"rb")) != 0 ) + { + while ( fgets(buf,sizeof(buf),fp) > 0 ) + { + if ( (n= (int32_t)strlen(buf)) > 0 ) + buf[--n] = 0; + flag = 0; + for (i=0; i