node-stratum-pool/example/coins/dogecoin.json
Andrea Baccega 263972fcdc When clients disconnect new emit + memory clean up
Replaced some console.log with console.error
2014-01-13 11:06:43 +01:00

16 lines
329 B
JSON

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