darkfid: optional mining reward spend hook and user data added

This commit is contained in:
skoupidi
2024-06-20 14:18:16 +03:00
parent 3f31e393e1
commit 109b902b01
14 changed files with 158 additions and 48 deletions

View File

@@ -34,6 +34,12 @@ miner = true
# replace with your own one.
recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
# Optional contract spend hook to use in the mining reward
#spend_hook = "YOUR_SPEND_HOOK_HERE"
# Optional user data to use in the mining reward
#user_data = "YOUR_USER_DATA_HERE"
# Skip syncing process and start node right away
skip_sync = true