-
Notifications
You must be signed in to change notification settings - Fork 29
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
unable to mine 16 core and 32gb ram #1
Comments
only one core |
how to increase number of cores allocated? |
The nodejs process can only be used with a single core there is no way around it unless you use cluster https://nodejs.cn/api/cluster.html or a different programming language. |
can u fix that ? |
can we rewrite mining scrip in C++ @yejiayu can you share your scirpt ? where we can use GPU mininG? thansk :) |
hh, I don't have a script, but a simple way would be to rewrite the If you want to utilize multiple CPUs, you could use a coroutine pool to concurrently compute hashes by assigning a range of nonces to each coroutine. This would allow a single process to use multiple CPU cores |
请问你的代码如何运行?可以编译.exe文件吗? |
可以,第一条shell下载编译,第二条改 git clone https://github.com/yejiayu/mineral-app.git && cd ./mineral-app && git checkout -b wasmhash origin/wasmhash && npm i && npm run build:cli
WALLET=suiprivkey**** ./cli/mineral-macos mine |
i have tried making changes also still 0 mine since last 10 mins can you check what could be the Bug?
The text was updated successfully, but these errors were encountered: