Help a brotha out!!
Integrating ALL Cryptocurrency into BarterDEX and need some specific information to integrate ZENCash
http://pad.supernet.org/BarterDEX-Krazy
JSON FormatBelow is the format of needed to add the coin to the BarterDEX:
{"coin":"LTC", "name":"litecoin", "rpcport":9332, "pubtype":48, "p2shtype":5, "wiftype":176, "txfee":100000 }
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,0x55);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,0x7a);
base58Prefixes[SECRET_KEY] = std::vector<unsigned char>(1,0x1c);
pubtype is 0x55p2
shtype is 0x7a
wiftype is 0x1c
convert the hex to decimal
taddr is only for zcash forkstxfee is usually 10000 sats.
Some coins like DOGE have a much higher value, this is coin specific and best to just ask the coin community.
(edited)the name is for the name of the .conf fileand the ~/.<coinname> direlp
Help a brotha make some $$$