diff --git a/pool_configs/examples/zec.json b/pool_configs/examples/zec.json index b554200..41ec8f1 100644 --- a/pool_configs/examples/zec.json +++ b/pool_configs/examples/zec.json @@ -38,7 +38,7 @@ "maxBlocksPerPayment": 3, "daemon": { "host": "127.0.0.1", - "port": 8233, + "port": 8232, "user": "rpcuser", "password": "rpcpassword" } @@ -64,7 +64,7 @@ "daemons": [ { "host": "127.0.0.1", - "port": 8233, + "port": 8232, "user": "rpcuser", "password": "rpcpassword" } @@ -73,7 +73,7 @@ "p2p": { "enabled": false, "host": "127.0.0.1", - "port": 19333, + "port": 8233, "disableTransactions": true },