From d2ef60afcb03af32759c2676fd43eea3c8fa96bd Mon Sep 17 00:00:00 2001 From: lunar-mining Date: Tue, 19 Oct 2021 17:17:36 +0200 Subject: [PATCH] tutorial: finished deposit documentation --- Makefile | 2 +- doc/tutorial.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) 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