node-stratum-pool/example/coins/dogecoin_example.json
2014-01-13 23:30:31 +01:00

19 lines
394 B
JSON

{
"name": "Dogecoin",
"symbol": "doge",
"algorithm": "scrypt",
"reward": "POW",
"address": "n3s8iDk1onxyY2nuC1k4HoRQFGJ7BhjFcq",
"stratumPort": 3334,
"difficulty": 8,
"blockRefreshInterval": 1,
"merkleRefreshInterval": 60,
"daemon": {
"host": "localhost",
"port": 19334,
"user": "testnet",
"password": "testnet1"
}
}