massnetorg / MassNet-miner

MassNet-miner is a Golang implementation of MassNet full-node miner.
MIT License
42 stars 19 forks source link

Why are there only these capacity grades?(24, 26, 28) #1

Closed tivizi closed 3 years ago

massnetorg commented 3 years ago

Hi @tivizi thank you for your pull request.

The use limit of BitLength {24, 26, 28} is to balance most PC users' workload, as BitLength higher than 28 would result in way long plotting time.

For professional users, it is recommended to manually modify the code to customise their BitLengths.

We would not merge this commit for now. but will keep the issue open for people. 👍