Skip to content

Commit

Permalink
Added max wallet try count + wallet retry wait time entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Creepsky committed Jun 14, 2017
1 parent b1817df commit 57f033e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/mining.conf
Expand Up @@ -3,6 +3,8 @@
"maxPlotReaders" : 0,
"miningInfoUrl" : "http://pool.burst-team.us:8124",
"miningIntensity" : 3,
"walletRequestTries" : 5,
"walletRequestRetryWaitTime" : 3,
"logging" : {
"path" : "",
"config" : "information",
Expand Down Expand Up @@ -45,4 +47,4 @@
"targetDeadline" : "0y 0m 20d 15:00:00",
"timeout" : 45,
"walletUrl" : "https://wallet.burst-team.us:8128"
}
}

0 comments on commit 57f033e

Please sign in to comment.