blockbook/bchain/tests/rpc/config.json
2018-08-29 21:29:09 +02:00

77 lines
1.6 KiB
JSON

{
"Bitcoin": {
"url": "http://localhost:8030",
"user": "rpc",
"pass": "rpc"
},
"Bcash": {
"url": "http://localhost:8031",
"user": "rpc",
"pass": "rpc"
},
"Zcash": {
"url": "http://localhost:8032",
"user": "rpc",
"pass": "rpc"
},
"Dash": {
"url": "http://localhost:8033",
"user": "rpc",
"pass": "rpc"
},
"Litecoin": {
"url": "http://localhost:8034",
"user": "rpc",
"pass": "rpc"
},
"Ethereum": {
"url": "ws://localhost:8036",
"user": null,
"pass": null
},
"Dogecoin": {
"url": "http://localhost:8038",
"user": "rpc",
"pass": "rpcp"
},
"Namecoin": {
"url": "http://localhost:8039",
"user": "rpc",
"pass": "rpc"
},
"Vertcoin": {
"url": "http://localhost:8040",
"user": "rpc",
"pass": "rpc"
},
"Monacoin": {
"url": "http://localhost:8041",
"user": "rpc",
"pass": "rpc"
},
"Bitcoin Testnet": {
"url": "http://localhost:18030",
"user": "rpc",
"pass": "rpc"
},
"Bcash Testnet": {
"url": "http://localhost:18031",
"user": "rpc",
"pass": "rpc"
},
"Zcash Testnet": {
"url": "http://localhost:18032",
"user": "rpc",
"pass": "rpc"
},
"Dash Testnet": {
"url": "http://localhost:18033",
"user": "rpc",
"pass": "rpc"
},
"Ethereum Testnet": {
"url": "ws://localhost:18036",
"user": null,
"pass": null
}
}