bitcoin/src/init
Russell Yanofsky 30073e6b3a multiprocess: Add -ipcbind option to bitcoin-node
Add `-ipcbind` option to `bitcoin-node` to listen on an IPC socket and accept
connections from other processes. In the future, there will be an `-ipcconnect`
option added to `bitcoin-wallet` and `bitcoin-node` to allow wallet and gui
processes to connect to the node and access it.

Example usage:

    src/bitcoin-node -regtest -debug -ipcbind=unix
    src/bitcoin-wallet -regtest -ipcconnect=unix info
    src/bitcoin-gui -regtest -ipcconnect=unix
    src/bitcoin-mine -regtest -ipcconnect=unix
2024-09-06 09:08:10 -04:00
..
bitcoin-gui.cpp multiprocess: Add -ipcbind option to bitcoin-node 2024-09-06 09:08:10 -04:00
bitcoin-node.cpp multiprocess: Add -ipcbind option to bitcoin-node 2024-09-06 09:08:10 -04:00
bitcoin-qt.cpp Introduce Mining interface 2024-06-18 18:47:51 +02:00
bitcoin-wallet.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
bitcoind.cpp Introduce Mining interface 2024-06-18 18:47:51 +02:00
common.cpp logging: clarify -debug and -debugexclude descriptions 2024-08-04 06:43:01 +02:00
common.h init: raise on invalid loglevel config option 2023-06-14 08:27:46 -06:00