Fix readme to use testnet for ark init (#165)

* 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>
This commit is contained in:
José A.P
2024-05-03 06:27:01 +02:00
committed by GitHub
parent 06803ec7e9
commit 166b4c99ad

View File

@@ -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 <password> --ark-url localhost:6000
ark init --password <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-<os>-<arch>
ark2 init --password <password> --ark-url localhost:6000
ark2 init --password <password> --ark-url localhost:6000 --network testnet
```
**Note:** `ark2` should always run in the second tab.