This commit is contained in:
Elyan 2024-03-05 13:03:41 -08:00
commit 30672bbf38

View File

@ -19,7 +19,7 @@ Some of the Inspiration for this works comes from
## ⛏ Mining Configuration:
* BLOCKPRODUCTIONDELAY: Sleep period between mining blocks. Defaults to a specified value. (mining mode only)
* If ~/.bitcoin/BLOCKPRODUCTIONDELAY.txt is present, this value will be used, allowing dynamic changes.
* If `~/.bitcoin/BLOCKPRODUCTIONDELAY.txt` is present, this value will be used, allowing dynamic changes.
* MINERENABLED: Flag to enable the mining chain. (mining mode only)
@ -30,7 +30,7 @@ Some of the Inspiration for this works comes from
* MINETO: Address to mine to. If not provided, a new address will be generated for each block. (mining mode only)
* SIGNETCHALLENGE: Sets the valid block producer for this Signet. Required for client-mode.
If MINERENABLED=1 and not provided, it will be generated. If provided, PRIVKEY must also be populated.
If `MINERENABLED=1` and not provided, it will be generated. If provided, PRIVKEY must also be populated.
## 🌐 RPC Configuration:
* RPCUSER: bitcoind RPC User.
@ -42,7 +42,7 @@ If MINERENABLED=1 and not provided, it will be generated. If provided, PRIVKEY m
* ZMQPUBHASHBLOCK: bitcoind setting.
## 🌍 Network Configuration:
* UACOMMENT:UA comment displayed from bitcoin-cli -netinfo printout
* UACOMMENT:UA comment displayed from `bitcoin-cli -netinfo` printout
## 🔧 Additional Configuration:
* RPCBIND: bitcoind setting.