Update README.md

missing "," in example config
This commit is contained in:
Bradley Matusiak 2014-03-06 17:50:33 -05:00
parent bd2de18dab
commit 271d67c2e2

View File

@ -87,7 +87,7 @@ var pool = Stratum.createPool({
},
"address": "mi4iBXbBsydtcc5yFmsff2zCFVX4XG7qJc", //Address to where block rewards are given
"blockRefreshInterval": 1000 //How often to poll RPC daemons for new blocks, in milliseconds
"blockRefreshInterval": 1000, //How often to poll RPC daemons for new blocks, in milliseconds
//instanceId: 37, //Recommend not using this because a crypto-random one will be generated
/* Some attackers will create thousands of workers that use up all available socket connections,