From 1042cedb92d6ddadfb107b41c17bb49122eff2d9 Mon Sep 17 00:00:00 2001 From: gop Date: Tue, 19 Sep 2023 08:59:09 -0500 Subject: [PATCH] Testnet Nonce and Dist Change to enable Stratum --- network.env.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network.env.dist b/network.env.dist index 5274dad247..77ab33fe4a 100644 --- a/network.env.dist +++ b/network.env.dist @@ -94,10 +94,10 @@ ENABLE_ARCHIVE=false # network. At time of writing, no transport security is implemented, but this is # a trusted communication channel. NETWORK=colosseum -NONCE=0 #Change this along with network +NONCE=5926993 #Change this along with network HTTP_ADDR=localhost WS_ADDR=localhost -WS_API=quai +WS_API=eth,quai HTTP_API=quai #Mining Variables