Replies: 5 comments 2 replies
-
|
under this proposed schema, #135 could follow |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is a very interesting approach, thanks @plebhash for proposing it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
in a far future, whenever SRI Pool has actual pooled mining functionality (e.g.: PPLNS), we could then introduce |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
a new potential feature for SRI Pool after #135 materializes
OpenExtendedMiningChannel.user_identityis a string with the following pattern:sri/donate/10/tb1qa0sm0hxzj0x25rh8gw5xlzwlsfvvyz8u96w3p8/worker01srimagic bytes indicate this is following SRI convention, followed by these fields:modedonatedonateorsolodonation_percentage10donatemode only) Percentage of block rewards donated to SRI community wallet (1-99). Omitted for full donationpayout_addresstb1qa0sm0hxzj0x25rh8gw5xlzwlsfvvyz8u96w3p8worker_nameworker01Patterns:
sri/donate/donation_percentage/payout_address/worker_namesri/donate/worker_namesri/solo/payout_address/worker_namePartial donation:
donation_percentage] % of block rewards goes to SRI community wallet (coming from config file)100 - donation_percentage] % of block reward goes topayout_addresssome more examples of valid pattern combinations:
user_identitysri/donate/5/bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdqsri/donate/50/bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4/rig-03sri/solo/bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4/worker01sri/solo/bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4sri/donatesri/donate/worker01while crafting
NewExtendedMiningJoborNewMiningJob, SRI Pool leverageschannels_sv2APIs to set a coinbase with two outputs according to the string underuser_identityBeta Was this translation helpful? Give feedback.
All reactions