node-open-mining-portal/coins/dogecoin_example.json
2014-01-15 20:57:32 -07:00

26 lines
596 B
JSON

{
"name": "Dogecoin",
"symbol": "doge",
"algorithm": "scrypt",
"reward": "POW",
"address": "nhfNedMmQ1Rjb62znwaiJgFhL3f4NQztSp",
"stratumPort": 3334,
"difficulty": 16,
"blockRefreshInterval": 1,
"daemon": {
"host": "localhost",
"port": 19334,
"user": "testnet",
"password": "testnet"
},
"varDiff": {
"enabled": true,
"minDifficulty": 4,
"maxDifficulty": 1000,
"daemonDiffUpdateFrequency": 3600,
"targetTime": 10,
"retargetTime": 120,
"variancePercent": 20
}
}