Files
ProfitLib/daemon_config_example.json
Scott Alfter 1a2781411b add support for Poloniex & Bleutrade; try to restrict consideration to those
coins that are properly functioning at the exchange (though we can't do this
for Cryptopia or C-CEX as their APIs don't provide this information)
2015-07-02 09:56:19 -07:00

133 lines
3.0 KiB
JSON

{
"BTC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 8332,
"active" : 1,
"hashespersec" : 580000000000,
"algo" : "sha256",
"merged" : [],
"daemonuser" : "bitcoin",
"daemon" : "bitcoind",
"client" : "bitcoin-cli"
},
"UNO" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 65535,
"active" : 1,
"hashespersec" : 580000000000,
"algo" : "sha256",
"merged" : [],
"daemonuser" : "unobtanium",
"daemon" : "unobtaniumd",
"client" : "unobtaniumd"
},
"BTG" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 8348,
"active" : 1,
"hashespersec" : 6800000,
"algo" : "scrypt",
"merged" : [],
"daemonuser" : "bitgem",
"daemon" : "bitgemd",
"client" : "bitgemd"
},
"GDC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 12378,
"active" : 0,
"hashespersec" : 6800000,
"algo" : "scrypt",
"merged" : [],
"daemonuser" : "grandcoin",
"daemon" : "grandcoind",
"client" : "grandcoind"
},
"LTC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 9332,
"active" : 1,
"hashespersec" : 6800000,
"algo" : "scrypt",
"merged" : [],
"daemonuser" : "litecoin",
"daemon" : "litecoind",
"client" : "litecoind"
},
"DOGE" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 22555,
"active" : 1,
"hashespersec" : 6800000,
"algo" : "scrypt",
"merged" : ["LTC"],
"daemonuser" : "dogecoin",
"daemon" : "dogecoind",
"client" : "dogecoind"
},
"NMC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 8336,
"active" : 0,
"hashespersec" : 580000000000,
"algo" : "sha256",
"merged" : ["BTC"],
"daemonuser" : "namecoin",
"daemon" : "namecoind",
"client" : "namecoind"
},
"FTC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 9337,
"active" : 1,
"hashespersec" : 6800000,
"algo" : "scrypt",,
"daemonuser" : "feathercoin",
"daemon" : "feathercoind",
"client" : "feathercoind"
"merged" : []
},
"ANC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 9376,
"active" : 0,
"hashespersec" : 6800000,
"algo" : "scrypt",
"merged" : [],
"daemonuser" : "anoncoin",
"daemon" : "anoncoind",
"client" : "anoncoind"
},
"NVC" : {
"username" : "RPC_USERNAME",
"passwd" : "RPC_PASSWORD",
"host" : "localhost",
"port" : 8344,
"active" : 1,
"hashespersec" : 6800000,
"algo" : "scrypt",
"merged" : [],
"daemonuser" : "novacoin",
"daemon" : "novacoind",
"client" : "novacoind"
}
}