November 2018
Intermediate to advanced
528 pages
13h 21m
English
Depending on your OS, you need to create the bitcoin.conf configuration file in the default data directory located under the following paths:
In Linux, create a .bitcoin directory using mkdir ~/.bitcoin, then create the bitcoin.conf file using nano ~/.bitcoin/bitcoin.conf.
Add the following lines to bitcoin.conf to define your client configuration (the comments after each # sign explain the parameters):
rpcuser=user_name #Username for JSON-RPC connectionsrpcpassword=your_password #Password Username for JSON-RPC connectionsserver=1 #Tells Bitcoin-Qt and bitcoind to accept JSON-RPC commandstestnet=1 #Run on the test network ...
Read now
Unlock full access