You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
804 B
43 lines
804 B
{ |
|
"threads": 4, |
|
"coin": "Egaz", |
|
"name": "Etica Mainnet", |
|
"pplns": 0, |
|
"network": "etica", |
|
"coin-name": "EGAZ", |
|
"payouts": { |
|
"enabled": true, |
|
"requirePeers": 2, |
|
"interval": "20m", |
|
"daemon": "http://127.0.0.1:8545", |
|
"timeout": "10s", |
|
"address": "YOUR EGAZ ADDRESS HERE", |
|
"gas": "21000", |
|
"gasPrice": "50000000000", |
|
"autoGas": true, |
|
"threshold": 500000000, |
|
"bgsave": false, |
|
"concurrentTx": 10 |
|
}, |
|
"upstreamCheckInterval": "5s", |
|
"upstream": [ |
|
{ |
|
"name": "main", |
|
"url": "http://127.0.0.1:8545", |
|
"timeout": "10s" |
|
} |
|
], |
|
"redis": { |
|
"endpoint": "127.0.0.1:6379", |
|
"poolSize": 10, |
|
"database": 0, |
|
"password": "", |
|
"sentinelEnabled": false, |
|
"masterName": "mymaster", |
|
"sentinelAddrs": [ |
|
"127.0.0.1:26379", |
|
"127.0.0.1:26389", |
|
"127.0.0.1:26399" |
|
] |
|
} |
|
}
|
|
|