From a612ffb4c28f837328beb62ee82920b88d8c75c3 Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Wed, 9 Jun 2021 21:15:20 +0700 Subject: [PATCH] Simplify bitcoind restart example --- 04_1_Sending_Coins_The_Easy_Way.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/04_1_Sending_Coins_The_Easy_Way.md b/04_1_Sending_Coins_The_Easy_Way.md index 1c75b36..0ba91e7 100644 --- a/04_1_Sending_Coins_The_Easy_Way.md +++ b/04_1_Sending_Coins_The_Easy_Way.md @@ -26,11 +26,8 @@ In order to get through this tutorial, we're willing to spend 100,00 satoshis pe After you've edited your bitcoin.conf file, you'll want to kill and restart bitcoind. ``` -$ ps auxww | grep -i bitcoind -standup 455 1.3 38.4 3387012 1555520 ? SLsl Jun16 60:01 /usr/local/bin/bitcoind -conf=/home/standup/.bitcoin/bitcoin.conf -standup 21073 0.0 0.0 6076 876 pts/0 R+ 15:00 0:00 grep -i bitcoind -$ kill 455 -$ /usr/local/bin/bitcoind -conf=/home/standup/.bitcoin/bitcoin.conf & +$ bitcoin-cli stop +$ bitcoind -daemon ``` ## Get an Address