mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
darkfid: updated user_data comment to be more explicit
This commit is contained in:
@@ -29,7 +29,8 @@ pow_target = 120
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
@@ -163,7 +164,8 @@ pow_target = 120
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
@@ -304,7 +306,8 @@ recipient = "5ZHfYpt4mpJcwBNxfEyxLzeFJUEeoePs5NQ5jVEgHrMf"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -112,7 +112,8 @@ pub struct BlockchainNetwork {
|
|||||||
spend_hook: Option<String>,
|
spend_hook: Option<String>,
|
||||||
|
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
/// Optional user data to use in the mining reward
|
/// Optional contract user data to use in the mining reward.
|
||||||
|
/// This is not arbitrary data.
|
||||||
user_data: Option<String>,
|
user_data: Option<String>,
|
||||||
|
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "6iW9nywZYvyhcM7P1iLwYkh92rvYtREDsC8hgqf2GLuT"
|
#spend_hook = "6iW9nywZYvyhcM7P1iLwYkh92rvYtREDsC8hgqf2GLuT"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
@@ -39,7 +39,8 @@ recipient = "9vw6WznKk7xEFQwwXhJWMMdjUPi3cXL8NrFKQpKifG1U"
|
|||||||
# Optional contract spend hook to use in the mining reward
|
# Optional contract spend hook to use in the mining reward
|
||||||
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
#spend_hook = "YOUR_SPEND_HOOK_HERE"
|
||||||
|
|
||||||
# Optional user data to use in the mining reward
|
# Optional contract user data to use in the mining reward.
|
||||||
|
# This is not arbitrary data.
|
||||||
#user_data = "YOUR_USER_DATA_HERE"
|
#user_data = "YOUR_USER_DATA_HERE"
|
||||||
|
|
||||||
# Skip syncing process and start node right away
|
# Skip syncing process and start node right away
|
||||||
|
|||||||
Reference in New Issue
Block a user