From 8d6102bdc0b82af33a7df30099486e6d5e3a202c Mon Sep 17 00:00:00 2001 From: yuriy0803 Date: Thu, 1 Sep 2022 18:22:46 +0200 Subject: [PATCH] Create payouts.json --- payouts.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 payouts.json diff --git a/payouts.json b/payouts.json new file mode 100644 index 0000000..6013eea --- /dev/null +++ b/payouts.json @@ -0,0 +1,51 @@ +{ + "threads": 4, + "coin": "etc", + "name": "main", + "pplns": 9000, + "network": "classic", + "coin-name":"etc", + + + + "payouts": { + "enabled": true, + "requirePeers": 1, + "interval": "20m", + "daemon": "http://127.0.0.1:8545", + "timeout": "10s", + "address": "0xd92fa5a9732a0aec36dc8d5a6a1305dc2d3e09e6", + "gas": "21000", + "gasPrice": "50000000000", + "maxPriorityFee": "2000000000", + "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" + ] + } + +}