You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add additional request fucntion to proof/submission.go. This currently only supports returning a nonce. Add the txZero field to the request and add a hash field to the response.
The submission must verify that txZero is a valid foundation record before accepting the submission and only return the hasg if this record is valid.
This allows for two possibilities
recorderd can sign its own txZero and thus provide its own payment addresses
a mining pool program can be created to use the returned hashes to apportion rewards to individual miners
The text was updated successfully, but these errors were encountered:
Add additional request fucntion to proof/submission.go. This currently only supports returning a nonce. Add the
txZero
field to the request and add ahash
field to the response.The submission must verify that txZero is a valid foundation record before accepting the submission and only return the hasg if this record is valid.
This allows for two possibilities
recorderd can sign its own txZero and thus provide its own payment addresses
a mining pool program can be created to use the returned hashes to apportion rewards to individual miners
The text was updated successfully, but these errors were encountered: