node-open-mining-portal
node-open-mining-portal copied to clipboard
Custom txMessage for Pool
Some coins use txMessage, and its currently the URL of the project, wanted to know about adding a option to the pool config to have a custom one
I know where to set it. This is a reminder to put it here when I get back to my computer. :-)
search ~/nomp/node-modules/stratum-pool/lib/transactions.js for util.serializeString. You will see https://github.com/zone117x/node-open-mining-portal. Change as you see fit.
thanks its in node-stratum-pool/lib/transaction.js
//For coins that support/require transaction comments
var txComment = txMessages === true ?
util.serializeString('https://github.com/zone117x/node-stratum') :
new Buffer([]);
but it wont work... sorry