Skip to content

Commit a612ffb

Browse files
authored
Simplify bitcoind restart example
1 parent 82ca897 commit a612ffb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

04_1_Sending_Coins_The_Easy_Way.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ In order to get through this tutorial, we're willing to spend 100,00 satoshis pe
2626

2727
After you've edited your bitcoin.conf file, you'll want to kill and restart bitcoind.
2828
```
29-
$ ps auxww | grep -i bitcoind
30-
standup 455 1.3 38.4 3387012 1555520 ? SLsl Jun16 60:01 /usr/local/bin/bitcoind -conf=/home/standup/.bitcoin/bitcoin.conf
31-
standup 21073 0.0 0.0 6076 876 pts/0 R+ 15:00 0:00 grep -i bitcoind
32-
$ kill 455
33-
$ /usr/local/bin/bitcoind -conf=/home/standup/.bitcoin/bitcoin.conf &
29+
$ bitcoin-cli stop
30+
$ bitcoind -daemon
3431
```
3532

3633
## Get an Address

0 commit comments

Comments
 (0)