mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-12 19:20:46 +02:00
21 lines
518 B
Plaintext
21 lines
518 B
Plaintext
# Generated by https://jlopp.github.io/bitcoin-core-config-generator/
|
|
|
|
# This config should be placed in following path:
|
|
# ~/.bitcoin/bitcoin.conf
|
|
|
|
# [core]
|
|
# Maintain a full transaction index, used by the getrawtransaction rpc call.
|
|
txindex=1
|
|
|
|
# [rpc]
|
|
# Accept command line and JSON-RPC commands.
|
|
server=1
|
|
rpcallowip=127.0.0.1
|
|
|
|
# [zmq]
|
|
zmqpubrawblock=tcp://127.0.0.1:29000
|
|
zmqpubrawtx=tcp://127.0.0.1:29001
|
|
zmqpubhashtx=tcp://127.0.0.1:29000
|
|
zmqpubhashblock=tcp://127.0.0.1:29000
|
|
zmqpubsequence=tcp://127.0.0.1:29002
|