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

threads #32

Closed
Imperator69 opened this issue Jan 28, 2022 · 2 comments
Closed

threads #32

Imperator69 opened this issue Jan 28, 2022 · 2 comments

Comments

@Imperator69
Copy link

what do the "threads" do?

its not described anywhere :-(

@bokub
Copy link
Owner

bokub commented Feb 8, 2022

Hello,

It is described, but I agree that the explanation is a little bit light.

image

Basically, your computer CPU has a certain number of "threads", and each one of them can do a task in parallel of the others.

For example, if your computer has 8 threads, you can dedicate all of them to Vanity-ETH, or you can allocate only 6 to keep 2 threads "free" for other tasks, making your computer look less "busy".
You can also choose 16 threads in the options, but if you only have 8, each one of your CPU threads will have to alternate between two Vanity-ETH instances, which is not optimal.

@bokub
Copy link
Owner

bokub commented Mar 3, 2022

I'm closing this issue. If you still have questions, don't hesitate to ask.

@bokub bokub closed this as completed Mar 3, 2022
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

2 participants