Skip to content

Instantly share code, notes, and snippets.

@eug13768
eug13768 / unlocker.json
Last active July 25, 2016 18:42
unlocker.json
{
"redis": {
"endpoint": "127.0.0.1:6379",
"poolSize": 10,
"database": 0,
"password": ""
},
"unlocker": {
"enabled": true,
@eug13768
eug13768 / config.json
Created July 25, 2016 18:38
config.json
{
"threads": 5,
"coin": "eth",
"name": "main",
"proxy": {
"enabled": true,
"listen": "<resolvable_pool_domain_name>:8888",
"limitHeadersSize": 1024,
"limitBodySize": 256,
@eug13768
eug13768 / payouts.json
Created July 25, 2016 18:40
payouts.json
{
"payouts": {
"enabled": true,
"requirePeers": 15,
"interval": "12h",
"daemon": "http://127.0.0.1:8545",
"timeout": "10s",
"address": "0x<pool_account_address_here>",
"autoGas": true,
"gas": "21000",