Moreover for pool owners. We can add at
insight block explorer, in each found block the name and link of the pool that found the block.
nomp stratum pools:
You can change the scriptSigPart2 in
node_modules/stratum-pool/lib/transactions.jsvar scriptSigPart2 = util.serializeString('/YourPoolsName/');
python stratum pool:
You can change the COINBASE_EXTRAS in your
config.py file
COINBASE_EXTRAS = '/YourPoolsName/'