Bitcoin Core's configuration file.
Questions tagged [bitcoin.conf]
114 questions
12
votes
4 answers
Where is the configuration file of Bitcoin-Qt kept?
I keep getting this error:
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15
program_options26invalid_config_file_syntaxEEEEE
the options configuration file contains an invalid line 'XXXXXXXXXXX'
Where can I find the…

Haddar Macdasi
- 978
- 2
- 14
- 22
2
votes
1 answer
Bitcoin.conf problem
I'm trying to get deposits sent to my website to show up in the users balance, inside my bitcoin.conf I have:
walletnotify='http://localhost/blocknotify-update-deposit?trxhash='%s
This is not showing up the users deposited balances however if I put…

Sarah Louise
- 21
- 1
1
vote
1 answer
bitcoin.conf priority on merging and conflicting keys?
My main bitcoin.conf is located in the AppData. Setting the datadir in it or via argument allows me to let the daemon/qt load another bitcoin.conf that is located in the DataDir. I can also change the main bitcoin.conf by setting the conf via…

Martin Braun
- 127
- 5
1
vote
0 answers
how do you specify Blockchain Data location with bitcoin.conf file?
I am using an external hard drive I would like to specify
that mount point for all my block chain data.
Can this be done using bitcoin.conf?

reostack
- 11
- 1
0
votes
1 answer
Should a user be notified about "last modified" time of bitcoin.conf while the bitcoin core wallet is loading?
I have mentioned details here: https://github.com/bitcoin-core/gui/issues/76
Also what would be the best approach to solve this problem using c++ which works on linux, windows and mac without any issues?
Few solutions are mentioned here:…
user103136
0
votes
1 answer
Set the number of keys/addresses in a wallet
Is there a way to configure the number of keypairs (or addresses) created by bitcoind or bitcoin-qt?
I've looked at the sample bitcoin.conf file, but failed to find the relevant parameter.

Adam Matan
- 619
- 7
- 19