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: ## ⛏ Mining Configuration:
* BLOCKPRODUCTIONDELAY: Sleep period between mining blocks. Defaults to a specified value. (mining mode only) * 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) * 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) * 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. * 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: ## 🌐 RPC Configuration:
* RPCUSER: bitcoind RPC User. * 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. * ZMQPUBHASHBLOCK: bitcoind setting.
## 🌍 Network Configuration: ## 🌍 Network Configuration:
* UACOMMENT:UA comment displayed from bitcoin-cli -netinfo printout * UACOMMENT:UA comment displayed from `bitcoin-cli -netinfo` printout
## 🔧 Additional Configuration: ## 🔧 Additional Configuration:
* RPCBIND: bitcoind setting. * RPCBIND: bitcoind setting.