drhashes / Burnfees-OEP

Burning fees update for open ethereum pool after London forl
0 stars 0 forks source link

Burning fees in OEP #1

Open drhashes opened 3 years ago

drhashes commented 3 years ago

@baginail @malefol7

After the London fork the open ethereum pool no longer works because it gets the block reward wrong.

It needs to subtract burning of fees from the total block reward. For someone not familiar with OEP and golang this can be an almost impossible task to fix.

I can sell consulting work to fix this for you on OEP. If interested you may contact me here on github. Easiest is probably to reply here.

Best regards. //drhashes

malefol7 commented 3 years ago

hello, calculating the combustion at block level, took many hours of work, modifying a code written by another person is always a difficult task, I found the solution after 10 hours. Thanks for your availability

drhashes commented 3 years ago

Right. Not surprised. You actually sounded like you knew what you were doing. Good luck with pool!

drhashes commented 3 years ago

Btw, let me know if you need help in getting outgoing transactions Type: 2 (EIP-1559) to work in OEP.

drhashes commented 2 years ago

@DigiPools @chenhonghe @Serpent6877

See top of this thread.

Serpent6877 commented 2 years ago

@malefol7 Did you find the solution on github or fix it yourself?

Thanks!