Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

how to reduce hash difficulty from 1024 to 256 #63

Closed
2 of 3 tasks
3bkry opened this issue Feb 1, 2018 · 2 comments
Closed
2 of 3 tasks

how to reduce hash difficulty from 1024 to 256 #63

3bkry opened this issue Feb 1, 2018 · 2 comments

Comments

@3bkry
Copy link

3bkry commented Feb 1, 2018

how to reduce hash difficulty from 1024 to 256
the number of hashes to solve a one job.
I think its 1024 because it takes more than coinhive takes so how to reduce it.

Check list

  • Ask for HELP.

  • Report a BUG.

  • Already check README.md but unsloved.

@evil7
Copy link
Contributor

evil7 commented Feb 1, 2018

  1. In some way, you need setting it in pool-config. so u can't change it if using a pool not belong to you.
  2. BUT if it can set diff with login, add the diff you want. (the pool running under cryptonote-universal-pool maybe)

PS:
https://github.com/fancoder/cryptonote-universal-pool
http://cryptonotemining.org/

1

@evil7
Copy link
Contributor

evil7 commented Feb 1, 2018

but it's must have a min-diff in pool-setting so you must know what the pool's config.
https://github.com/fancoder/cryptonote-universal-pool/blob/master/config.json#L49

and, there is key if you wanna set diff at login:
https://github.com/fancoder/cryptonote-universal-pool/blob/master/config.json#L56

when fixedDiff.enable: true you can keep diff fixed. (depend on config of pool)

@3bkry 3bkry closed this as completed Feb 3, 2018
@3bkry 3bkry reopened this Feb 3, 2018
@3bkry 3bkry closed this as completed Feb 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants