• Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

How should I go about allowing specific miners to submit to the network?

Started by Bitcoin, Feb 03, 2022, 01:21 pm

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bitcoin

How should I go about allowing specific miners to submit to the network?

I have forked bitcoin, and I want to only allow mining submissions from specific public keys (I can verify the signature). Where would the best place to look in the bitcoin source? Would it be best to do it right at the rpc level, or somewhere else (i.e in a script, or in the consensus ~ validation.cpp)?


Alternativly, maybe I could check the coinbase tx and base validations on that?


Source: How should I go about allowing specific miners to submit to the network?