Team-Hycon / hycon-core

Core Repository for the HYCON blockchain
https://hycon.io
MIT License
37 stars 29 forks source link

help doc? or man? #1

Closed iateadonut closed 5 years ago

iateadonut commented 6 years ago

How do I get to the man or help documentation? (I've tried 'hycon --help', etc)

ghost commented 6 years ago

if its any help https://medium.com/@teamhycon/so-you-want-to-start-mining-hycon-cde87a4cf58f

iateadonut commented 6 years ago

A man/help file should have a list of all arguments that the program takes.

The one I'm looking for specifically is how to use all my CPU cores, usually something like --thread=n.

Team-Hycon commented 6 years ago

@iateadonut We're trying to get it all written up in the coming weeks.

If you're using a release version, edit the launch script and change --cpuMiners=n to the number of cores you have. Note that bc of cryptonight, the size of your L2 cache will be a constraint to the number of cores being utilized.

JoowonYun commented 6 years ago

You can try it this cmd.

npm run hycon -- --help