-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make devfee address FIRST record in coinbase PLEASE #7
Comments
Hi Kr1z1s, Sorry that's not possible. We had to do it this way for across the board compatibility reasons. vout[0] is a continuation of what went before (50 Linx). We do value your input to the community and hope that you can find a way to make it work. Kind regards |
How to be located the records in coinbase? You - first? Or you - second? p2pool Generates an array of records in coinbase Usually they are from 0 to N-1 (The number of wallets) How to place records in coinbase? |
Hi kr1z1s As you have much experince with p2pool, this should be possible. Kind Regards |
That's awful. Why are you guys don't tell anything about cool new feature 5% fee? |
This is really awful. I had to stop the node. I deleted my project p2pool-linx from github Now this coin is not compatible with p2pool I can't do so The main feature p2pool - generated transactions Coins initially prescribed in coinbase https://chainz.cryptoid.info/linx/tx.dws?432675.htm It used to be You know? |
@himikk , Yes the data is correct. To adjust the getblocktemplate to suit your pool make this change in the Linx source; Below this line, Add this extra line of code. @kr1z1s, Anything is possible. Please explain in detail why p2pool is not compatible with Linx now that the charityvalue is in vout[1] ? Is it the 'getblocktemplate ' ? Thanks |
For this transaction https://chainz.cryptoid.info/linx/tx.dws?432675.htm it is seen that on the vout more than 2:
vout from 0 to 22 - this is a payment to workers of the p2pool. They can be more than 22. |
@mammix2 As easiest way implement Linx charity/coinbase unusual order in the stratum. |
Why did you check devfee address the second record coinbase???
if (vtx[0].vout[1].scriptPubKey != scriptPubKey)
WHY second?
Make the first record coinbase
vtx[0].vout[0]
I can't in p2pool make your address the second
I have an array of addresses. I can't break.
The text was updated successfully, but these errors were encountered: