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

binary blobs #36

Open
PSLLSP opened this issue Mar 9, 2022 · 3 comments
Open

binary blobs #36

PSLLSP opened this issue Mar 9, 2022 · 3 comments

Comments

@PSLLSP
Copy link

PSLLSP commented Mar 9, 2022

Directory client/bin has several binary blobs of nano-work-server. How are these binaries created? Could be this documented??

I have found it when I tried to run boompow on server with ARM CPU. There is no binary blob for ARM, so release file bpow-client-v301.zip doesn't work out of the box...

Are those binaries just from project https://github.com/nanocurrency/nano-work-server? Any modifications to the server code??

I see issue #7 but the answer is not clear...

@PSLLSP PSLLSP changed the title binary blogs binary blobs Mar 9, 2022
@ket0x4
Copy link

ket0x4 commented May 27, 2022

I wanna run on my rpi but server is x86 binary pls give source or arm binary

@PSLLSP
Copy link
Author

PSLLSP commented May 30, 2022

You can build nano-work-server at your RPI, get source code from github and compile it. It will work but you will not earn too much BAN, RPI doesn't have enough power to compete with GPU miners... I tried that, it worked but I do not use that setup.

Other option is to run that nano-work-server at x86 PC with GPU that is compatible with OpenCL; it can be even older GPU. RPI can run bpow client and connect to PC with GPU, this is better option, hard work is done by GPU, communication is done at RPI. But you can run both parts, client and server, at that powerful PC with GPU, no need for RPI in this case...

The summary is that you do not want to use RPI for bpow...

@ket0x4
Copy link

ket0x4 commented Jul 8, 2022

Builded armv6 nano-server. works fine. you can find armv6 nano-work-server binary in my fork https://github.com/Caticer/boompow (armv6 branch). or you can build yourself

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