diff --git a/iguana/exchanges/LP_coins.c b/iguana/exchanges/LP_coins.c index 4d247cfb8..5de4359b2 100644 --- a/iguana/exchanges/LP_coins.c +++ b/iguana/exchanges/LP_coins.c @@ -213,6 +213,7 @@ struct iguana_info *LP_coinfind(char *symbol) { txfee = 50000; estimatedrate = 300; + pubtype = 0; p2shtype = 5; wiftype = 128; name = "bitcoin"; diff --git a/iguana/exchanges/client b/iguana/exchanges/client index bbc9b9575..6eac12ef1 100755 --- a/iguana/exchanges/client +++ b/iguana/exchanges/client @@ -1,2 +1,2 @@ source randval -pkill -15 marketmaker; git pull; cd ..; ./m_mm; ./marketmaker "{\"client\":1,\"coins\":[{\"coin\":\"REVS\", \"name\":\"komodo/REVS", \"rpcport\":10196}, {\"coin\":\"JUMBLR\", \"name\":\"komodo/JUMBLR\", \"rpcport\":15106}], \"userhome\":\"/${HOME#"/"}\",\"passphrase\":\"$randval\"}" & +pkill -15 marketmaker; git pull; cd ..; ./m_mm; ./marketmaker "{\"client\":1,\"coins\":[{\"coin\":\"REVS\", \"asset\":\"REVS", \"rpcport\":10196}, {\"coin\":\"JUMBLR\", \"asset\":\"JUMBLR\", \"rpcport\":15106}, {"coin":"LTC", "name":"litecoin", "rpcport":9332, "pubtype":48, "p2shtype":5, "wiftype":176, "txfee":100000 }], \"userhome\":\"/${HOME#"/"}\",\"passphrase\":\"$randval\"}" &