Author

Topic: What is normal running state of ./bitcoind ? (Read 206 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
February 28, 2018, 07:26:45 PM
#4
and afterwards use API commands [1] to communicate via:
Code:
./bitcoin-cli

[1] https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
Using

Code:
bitcoin-cli help
and
Code:
bitcoin-cli help

will give you much better and up to date information than can be found on the Bitcoin wiki.
legendary
Activity: 1624
Merit: 2481
February 28, 2018, 12:58:12 PM
#3
I know if run ./bitcoin-qt, wallet GUI program started.

Then if everything is normal and fine, what will happen when run ./bitcoind?

The more handy way would be to run bitcoind in daemon mode:
Code:
./bitcoind -daemon

and afterwards use API commands [1] to communicate via:
Code:
./bitcoin-cli


To stop the daemon you can type:
Code:
./bitcoin-cli stop



[1] https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list
legendary
Activity: 1946
Merit: 1427
February 28, 2018, 09:53:52 AM
#2
I know if run ./bitcoin-qt, wallet GUI program started.

Then if everything is normal and fine, what will happen when run ./bitcoind?

Bitcoind is simply a so-called "headless" version of bitcoin-QT, so instead of a GUI (like Bitcoin-QT has) it has a command-line interface. So booting up bitcoind will give you a command prompt instead of the GUI bitcoin-qt provides.

I believe that there are no differences ( in terms of what commands are available, configurations etc) other then the GUI being different.  (or missing)

Some more information about the two can be found here > https://en.bitcoin.it/wiki/Running_Bitcoin
jr. member
Activity: 413
Merit: 5
February 28, 2018, 09:47:10 AM
#1
I know if run ./bitcoin-qt, wallet GUI program started.

Then if everything is normal and fine, what will happen when run ./bitcoind?




Jump to: