Hi all, for anyone too lazy or not that tech savy to setup their own forger node I made a basic website where you can delegate to my forger node and claim the rewards as they accumulate (I take a 0.5% fee from the rewards)
Just connect your metamask wallet and delegate, withdraw delegation or claim.
The main motivation to make this was that I got tired of using remix for delegating/claiming for my personal use. At some point I decided to make it public so others can delegate to my forger as well. The code is more or less public for the metamask fuctions, there is some backend stuff for fetching my forger stats. Feel free to copy the site and use it for your own forger node (just remember to change the vrf,blocksign,reward contract address…etc parameters). I will post the code to github when I get some free time.
I also made this sub site for listing all the current forgers and their stake and fees:
I divided them to public (using smart contract for rewards) and solo forgers (using a normal address for rewards, they are forgers registered before the 1.4 eon update, so the getpagedforgers lists a reward address of 0x0000000000000000000000000000000000000000).
I was surprised to see only 5 forgers are using a smart contract for rewards at the moment.
For two forgers, I couldn’t figure out yet, which address they use for forging blocks (thats why is shows N/A for last block generated). Its normally the creator of the tx that depoyed the rewards smart contract, but in this two cases its not. And one uses a different kind of smart contract alltogether… If anyone has some clue on how this works let me know.