Update README.md

This commit is contained in:
Geo ⚡️ 2024-02-25 14:55:02 +01:00 committed by GitHub
parent 123d475228
commit 7c1064242f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.