node-open-mining-portal/coins/dogecoin_example.json
Andrea Baccega a39da882b2 Added Sophisticated logging interface.
Added package.json which contains also a dependency
2014-01-14 17:56:06 +01:00

17 lines
360 B
JSON

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