node-open-mining-portal icon indicating copy to clipboard operation
node-open-mining-portal copied to clipboard

Custom txMessage for Pool

Open jetbalsa opened this issue 10 years ago • 3 comments

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

jetbalsa avatar Aug 19 '14 00:08 jetbalsa

I know where to set it. This is a reminder to put it here when I get back to my computer. :-)

sigwo avatar Sep 03 '14 22:09 sigwo

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.

sigwo avatar Sep 08 '14 16:09 sigwo

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

cryptozeny avatar Apr 13 '19 16:04 cryptozeny