From 861ac8e22ac57f235679f3aaf90145978e154933 Mon Sep 17 00:00:00 2001 From: serhanni <33027656+serhanni@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:59:29 +0000 Subject: [PATCH] Fix RPC and P2P ports of Ycash (#149) Rpc ports changed according to https://github.com/ycashfoundation/ycash/pull/5 Rpc and P2P ports changed according to https://github.com/ycashfoundation/ycash/pull/5 --- pool_configs/examples/yec.json | 4 ++-- pool_configs/examples/yec_testnet.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pool_configs/examples/yec.json b/pool_configs/examples/yec.json index bef0a81..10360e2 100644 --- a/pool_configs/examples/yec.json +++ b/pool_configs/examples/yec.json @@ -38,7 +38,7 @@ "maxBlocksPerPayment": 3, "daemon": { "host": "", - "port": 8232 , + "port": 8832 , "user": "rpcuser", "password": "rpcpassword" } @@ -64,7 +64,7 @@ "daemons": [ { "host": "", - "port": 8232, + "port": 8832, "user": "rpcuser", "password": "rpcpassword" } diff --git a/pool_configs/examples/yec_testnet.json b/pool_configs/examples/yec_testnet.json index 136467b..f687357 100644 --- a/pool_configs/examples/yec_testnet.json +++ b/pool_configs/examples/yec_testnet.json @@ -38,7 +38,7 @@ "maxBlocksPerPayment": 3, "daemon": { "host": "", - "port": 18232 , + "port": 18832 , "user": "rpcuser", "password": "rpcpassword" } @@ -64,7 +64,7 @@ "daemons": [ { "host": "", - "port": 18232, + "port": 18832, "user": "rpcuser", "password": "rpcpassword" } @@ -73,7 +73,7 @@ "p2p": { "enabled": false, "host": "127.0.0.1", - "port": 18233, + "port": 18833, "disableTransactions": true },