63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"Bcash": {
|
|
"url": "http://localhost:8031",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Bitcoin": {
|
|
"url": "http://localhost:8030",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Dash": {
|
|
"url": "http://localhost:8033",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Ethereum": {
|
|
"url": "ws://localhost:8036",
|
|
"user": null,
|
|
"pass": null
|
|
},
|
|
"Zcash": {
|
|
"url": "http://localhost:8032",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Vertcoin": {
|
|
"url": "http://localhost:8040",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Namecoin": {
|
|
"url": "http://localhost:8039",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Bcash Testnet": {
|
|
"url": "http://localhost:18031",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Bitcoin Testnet": {
|
|
"url": "http://localhost:18030",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Dash Testnet": {
|
|
"url": "http://localhost:18033",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
},
|
|
"Ethereum Testnet": {
|
|
"url": "ws://localhost:18036",
|
|
"user": null,
|
|
"pass": null
|
|
},
|
|
"Zcash Testnet": {
|
|
"url": "http://localhost:18032",
|
|
"user": "rpc",
|
|
"pass": "rpc"
|
|
}
|
|
}
|