-
Notifications
You must be signed in to change notification settings - Fork 175
Donation splitting #82
Comments
@VidYen has code to start doing this. See comment here: #57 (comment) |
@JHabdas I mean to revisit how we do this when we update for v2, but basically its just mostly this addition in Program.cs (on line 899 in our fork)
So between 0 and 0.91 the client gets hash and from 0.91 to 0.97 and from 0.97, VidYen wallet gets it, to 1, notgiven gets the hash. In theory, you could be screwed by RNG, but when I tested the client wallet on MoneroOcean, the site admin gets most of the hashes while the VidYen dev wallet gets some but around one would assume 6% (hash acceptance is never reliable sooo...) while I assume its going to Notgiven's wallet as that has too much activity to check, but otherwise when tested to 3rd wallet with no activity it worked. I suppose you could has as many multi-wallet donations in there as your clients could tolerate. But I want to revisit this in future for our own stuff.... Like putting it into a json file so you didn't have to recompile each time in case you need to switch wallets for some reason. But if it was added to notgiven688 master version I would not be opposed as it would be less for me to do. Also, we don't use other pools thank MoneroOcean if that makes I difference. It should not, but it was easier for us just to support only that one with our WordPress plugin. |
Thank you kindly @VidYen. The information you provided is clear, thorough and extremely valuable to me. |
I see there's an easier way to do this now without a compile step using |
I'm working on scaling up a number of web miner pool servers for #57 for a hypermedia authoring toolkit. Due to the scale of the toolkit I would like to split donations thusly:
If this can be done before the 4th of October I can release the feature with the initial availability of web mining in the toolkit and immediately start rewarding webminerpool developers. Otherwise I will need to hold off until this feature becomes available or I develop my own in a fork.
Please let me know if this feels doable and thoughts on timing. If you have any questions please pm me on keybase. Thanks.
The text was updated successfully, but these errors were encountered: