From 166b4c99ad4fb06657d976293ca97b118b0f4218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20A=2EP?= <53834183+Jossec101@users.noreply.github.com> Date: Fri, 3 May 2024 06:27:01 +0200 Subject: [PATCH] Fix readme to use testnet for ark init (#165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix readme to use testnet for ark init Signed-off-by: José A.P <53834183+Jossec101@users.noreply.github.com> * Added to ark2 network param Signed-off-by: José A.P <53834183+Jossec101@users.noreply.github.com> --------- Signed-off-by: José A.P <53834183+Jossec101@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f8f89..91ecc1d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This will add a `state.json` file to the following directory: ```bash export ARK_WALLET_DATADIR=path/to/custom -ark init --password --ark-url localhost:6000 +ark init --password --ark-url localhost:6000 --network testnet ``` Add funds to the ark wallet: @@ -111,7 +111,7 @@ In **another tab**, setup another ark wallet with: ```bash export ARK_WALLET_DATADIR=./datadir alias ark2=$(pwd)/build/ark-- -ark2 init --password --ark-url localhost:6000 +ark2 init --password --ark-url localhost:6000 --network testnet ``` **Note:** `ark2` should always run in the second tab.