mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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
|
||
|---|---|---|
| .. | ||
| bitcoin-gui.cpp | ||
| bitcoin-node.cpp | ||
| bitcoin-qt.cpp | ||
| bitcoin-wallet.cpp | ||
| bitcoind.cpp | ||
| common.cpp | ||
| common.h | ||