-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitcoin.conf
More file actions
55 lines (43 loc) · 1.24 KB
/
bitcoin.conf
File metadata and controls
55 lines (43 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated by https://jlopp.github.io/bitcoin-core-config-generator/
# This config should be placed in following path:
# ~/.bitcoin/bitcoin.conf
# [chain]
# Regression Test Network
chain=regtest
# [core]
# Run in the background as a daemon and accept commands.
daemon=1
# Maintain a full transaction index, used by the getrawtransaction rpc call.
txindex=1
# [debug]
# Enable debug logging for all categories.
debug=1
# [network]
listenonion=0
# [rpc]
# Accept command line and JSON-RPC commands.
server=1
# [wallet]
# Legacy
addresstype=legacy
# Legacy
# changetype=legacy
# Allows creation of legacy wallets
deprecatedrpc=create_bdb
# [Sections]
# Most options automatically apply to mainnet, testnet, and regtest networks.
# If you want to confine an option to just one network, you should add it in the relevant section.
# EXCEPTIONS: The options addnode, connect, port, bind, rpcport, rpcbind and wallet
# only apply to mainnet unless they appear in the appropriate section below.
# Options only for mainnet
[main]
# Options only for testnet
[test]
# Options only for regtest
[regtest]
txconfirmtarget=1
# Read fee estimates even if they are over 60 hours old. Regtest only.
acceptstalefeeestimates=1
fallbackfee=1.0
maxfeerate=10.0
maxtxfee=1000.0