From e3abc8fe91bae74fd36a7be677111e7420f56137 Mon Sep 17 00:00:00 2001 From: dan_s Date: Sat, 5 Nov 2022 01:39:58 +0000 Subject: [PATCH] reverted ip changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 542d88c..694bd64 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ After installing HUSH open a terminal in `~/hush3/src` ### Start the HSC Input the following command in your terminal: ``` -./hush-smart-chain -ac_name=DRAGONX -ac_algo=randomx -ac_halving=3500000 -ac_reward=300000000 -ac_blocktime=36 -ac_private=1 -addnode=176.126.87.241 -gen=1 -genproclimit=1 & +./hush-smart-chain -ac_name=DRAGONX -ac_algo=randomx -ac_halving=3500000 -ac_reward=300000000 -ac_blocktime=36 -ac_private=1 -addnode=ip -gen=1 -genproclimit=1 & ``` ###### *`Note:` Make sure to input any parts with "-ac" in this command exactly, otherwise your node may not be able to connect!* ###### *`Note:` `genproclimit` is how many cpu threads to use for mining, in most cases 1 cpu core = 2 threads* @@ -61,7 +61,7 @@ After downloading the latest build of HUSH, unzip then navigate to the hush fold ### Start the HSC Input the following command in your terminal: ``` -./hush-smart-chain -ac_name="DRAGONX" -ac_algo="randomx" -ac_halving="3500000" -ac_reward="300000000" -ac_blocktime="36" -ac_private="1" -addnode="176.126.87.241" -gen="1" -genproclimit="1" +./hush-smart-chain -ac_name="DRAGONX" -ac_algo="randomx" -ac_halving="3500000" -ac_reward="300000000" -ac_blocktime="36" -ac_private="1" -addnode="ip" -gen="1" -genproclimit="1" ``` ###### *`Note:` Make sure to input any parts with "-ac" in this command exactly, otherwise your node may not be able to connect!* ###### *`Note:` `genproclimit` is how many cpu threads to use for mining, in most cases 1 cpu core = 2 threads*