LoginSignup
0
1

More than 5 years have passed since last update.

bitcoinの起動・停止

Posted at

※ Bitcoin Core Daemon version v0.16, Mac OSX 10.12

起動

$ cd bitcoin/src
$ ./bitcoind -daemon

起動状態の確認

$ ./bitcoin-cli getnetworkinfo
$ ./bitcoin-cli getblockchaininfo

停止

$ ./bitcoin-cli stop

参考

起動・停止

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1