We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I've struggled to use the JS miner and get it work like the compiled go miner.
This is what I've ended up with:
global.SipHash = require('./siphash-lib') require('./miner_js') console.log(cuckoo.mine_cuckoo(Buffer.from('SUAubf5VPhoL4BdJFEAr1YYJcjspCMKrVjq5wpu7Llg=', 'base64'), 50));
The base64 string is a header I got from the output of the Go miner.
However, the JS miner always outputs res[0] = D^: ''.
D^: ''
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've struggled to use the JS miner and get it work like the compiled go miner.
This is what I've ended up with:
The base64 string is a header I got from the output of the Go miner.
However, the JS miner always outputs res[0] =
D^: ''
.What am I doing wrong?
The text was updated successfully, but these errors were encountered: