Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

digibyte myriad groestl algorithm error #152

Open
liang55 opened this issue Jul 5, 2018 · 1 comment
Open

digibyte myriad groestl algorithm error #152

liang55 opened this issue Jul 5, 2018 · 1 comment

Comments

@liang55
Copy link

liang55 commented Jul 5, 2018

how setup digibyte myriad groestl algorithm for POOL?

.digibyte/digibyte.config

rpcuser=digibyteuser
rpcpassword=digibytepassword
algo=groestl
rpcport=20102
port=21102

coins/digibyte.groestl.conf

{
    "name": "digibyte-groestl",
    "symbol": "DGB",
    "algorithm": "groestlmyriad"
}

changed things:
1.adds algoProperties.js to support myr-groestl

groestlmyriad: {
        //multiplier: Math.pow(2, 8),
        hash: function(){
            return function(){
                return multiHashing.groestlmyriad.apply(this, arguments);
            }
        }
 }

2.change node-stratum on jobManager.js

if (job.target.ge(headerBigNum)){
            blockHex = job.serializeBlock(headerBuffer, coinbaseBuffer).toString('hex');
            //blockHash = blockHasher(headerBuffer, nTime).toString('hex');
            if (options.coin.sha256DHeader) {
                blockHash = util.reverseBuffer(util.sha256d(headerBuffer, nTime)).toString('hex');
            }
            else {
                blockHash = blockHasher(headerBuffer, nTime).toString('hex');
            }
 }

but ,the miner does not work properly in the myr-gr algorithm. first of all, my 100GH computing power showed 200MH in the NOMP myr-gr algorithm, and then I did not find a new block for some day. does your myr-gr mine pool work properly, can you give your myr-gr pool address?
#140
@trustfarm-dev

@liang55
Copy link
Author

liang55 commented Jul 5, 2018

my mgr-gr pool address
http://outingman.com:8088/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant