Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★★ [DGB] ✈ ✔ MultiAlgo v3.0.1 officially released! Mandatory Update!
by
thrassos
on 04/09/2014, 22:43:51 UTC
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.js

Code:
var scriptSigPart2 = util.serializeString('/YourPoolsName/');

python stratum pool:
You can change the COINBASE_EXTRAS in your config.py file

Code:
COINBASE_EXTRAS = '/YourPoolsName/'