|
4 | 4 |
|
5 | 5 | # Network-related settings: |
6 | 6 |
|
7 | | -# Note that if you use testnet or regtest, particularly with the options |
| 7 | +# Note that if you use testnet, signet or regtest, particularly with the options |
8 | 8 | # addnode, connect, port, bind, rpcport, rpcbind or wallet, you will also |
9 | 9 | # want to read "[Sections]" further down. |
10 | 10 |
|
11 | | -# Run on the test network instead of the real bitcoin network. |
| 11 | +# Run on the testnet network |
12 | 12 | #testnet=0 |
13 | 13 |
|
| 14 | +# Run on a signet network |
| 15 | +#signet=0 |
| 16 | + |
14 | 17 | # Run a regression test network |
15 | 18 | #regtest=0 |
16 | 19 |
|
|
57 | 60 | # Listening mode, enabled by default except when 'connect' is being used |
58 | 61 | #listen=1 |
59 | 62 |
|
60 | | -# Port on which to listen for connections (default: 8333, testnet: 18333, regtest: 18444) |
| 63 | +# Port on which to listen for connections (default: 8333, testnet: 18333, signet: 38333, regtest: 18444) |
61 | 64 | #port= |
62 | 65 |
|
63 | 66 | # Maximum number of inbound+outbound connections. |
|
155 | 158 | #minimizetotray=1 |
156 | 159 |
|
157 | 160 | # [Sections] |
158 | | -# Most options apply to mainnet, testnet and regtest. |
| 161 | +# Most options apply to mainnet, testnet, signet and regtest. |
159 | 162 | # If you want to confine an option to just one network, you should add it in the |
160 | 163 | # relevant section below. |
161 | 164 | # EXCEPTIONS: The options addnode, connect, port, bind, rpcport, rpcbind and wallet |
|
167 | 170 | # Options only for testnet |
168 | 171 | [test] |
169 | 172 |
|
| 173 | +# Options only for signet |
| 174 | +[signet] |
| 175 | + |
170 | 176 | # Options only for regtest |
171 | 177 | [regtest] |
0 commit comments