mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-09 05:24:48 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user