From e0089c5b72292e4d0186fd6afb1ad48456d8237f Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Mon, 30 Jan 2017 23:22:32 -0500 Subject: [PATCH] Update zclassic_example.json --- pool_configs/zclassic_example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pool_configs/zclassic_example.json b/pool_configs/zclassic_example.json index f6d4667..bfe1b59 100644 --- a/pool_configs/zclassic_example.json +++ b/pool_configs/zclassic_example.json @@ -22,7 +22,7 @@ "minimumPayment": 0.1, "daemon": { "host": "127.0.0.1", - "port": 19332, + "port": 8232, "user": "testuser", "password": "testpass" } @@ -44,7 +44,7 @@ "daemons": [ { "host": "127.0.0.1", - "port": 12177, + "port": 8232, "user": "rpcuser", "password": "rpcpassword" }