diff --git a/Makefile b/Makefile index 53105310c..9df54a963 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX = /usr/local CONFDIR = $(HOME)/.config/darkfi -DLURL = https://testnet.cashier.dark.fi +DLURL = http://185.165.171.77 CARGO = cargo DLTOOL = wget -q -O- diff --git a/doc/tutorial.md b/doc/tutorial.md index 4f08eb991..fd28ca93b 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -140,7 +140,20 @@ Deposit your coins to the following address: "734JBp3FRPoDs6ibSMyq3CV9zyMiDeynxM ``` Using Bitcoin or Solana, deposit the desired tokens to the specified -address. +address. Wait a moment- it should take about 30 seconds to receive your +deposit. You can follow the progress on the terminal window where you ran +`darkfid`. Then check your updated balance, like so: + +``` +$ drk wallet --balances + ++-------+--------+---------+ +| token | amount | network | ++-------+--------+---------+ +| SOL | 1 | solana | ++-------+--------+---------+ + +``` ## Transfer