mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Simplify bitcoind restart example
This commit is contained in:
parent
82ca897286
commit
a612ffb4c2
@ -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.
|
After you've edited your bitcoin.conf file, you'll want to kill and restart bitcoind.
|
||||||
```
|
```
|
||||||
$ ps auxww | grep -i bitcoind
|
$ bitcoin-cli stop
|
||||||
standup 455 1.3 38.4 3387012 1555520 ? SLsl Jun16 60:01 /usr/local/bin/bitcoind -conf=/home/standup/.bitcoin/bitcoin.conf
|
$ bitcoind -daemon
|
||||||
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 &
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Get an Address
|
## Get an Address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user