Skip to content

Instantly share code, notes, and snippets.

@eug13768
Last active July 25, 2016 18:42
Show Gist options
  • Save eug13768/3d0cd3eb2ab9e59c5fa6bb1264e64da5 to your computer and use it in GitHub Desktop.
Save eug13768/3d0cd3eb2ab9e59c5fa6bb1264e64da5 to your computer and use it in GitHub Desktop.
unlocker.json
{
"redis": {
"endpoint": "127.0.0.1:6379",
"poolSize": 10,
"database": 0,
"password": ""
},
"unlocker": {
"enabled": true,
"poolFee": 0.9,
"poolFeeAddress": "0x<pool_account_address_here>",
"donate": true,
"depth": 120,
"immatureDepth": 20,
"interval": "10m",
"daemon": "http://127.0.0.1:8545",
"keepTxFees": false,
"timeout": "10s"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment