Coder Social home page Coder Social logo

Provide Windows builds about silentarmy HOT 7 OPEN

mbevand avatar mbevand commented on July 20, 2024
Provide Windows builds

from silentarmy.

Comments (7)

mbevand avatar mbevand commented on July 20, 2024

It seems eXtremal has successfully compiled silentarmy (and packaged it in a miner) for Windows: https://bitcointalk.org/index.php?topic=1660023.0

I plan to provide Windows builds of silentarmy myself in the near future.

from silentarmy.

dtawom avatar dtawom commented on July 20, 2024

So I'm a nub at all this stuff. I tried downloading the windows build but the only exe I got out of it was sa-solver.exe and none of the command switches in readme to mine for silentarmy seem to work except for --list. I've cloned the windows repository up to the point listed below and now I'm just confused as to how to get this thing mining on windows. Any help would be greatly appriciated. Thanks in advance. https://github.com/mbevand/silentarmy/tree/fdac346b3bd9ddff50236eb2f82ebcf3d7942af5

from silentarmy.

dtawom avatar dtawom commented on July 20, 2024

Windows builds of silentarmy here https://github.com/maztheman/nheqminer

from silentarmy.

samatjain avatar samatjain commented on July 20, 2024

@mbevand Did you have any thoughts on silentarmy building w/ CMake?

The only issue I see is with the Makefile target for _kernel.h; since it uses Linux-specific commands, that generation bit won't run on Windows. Since Python 3 is already a pre-requisite, I could whip up a Python script that generates those files in a cross-platform manner.

Let me know; I'll work on a PR.

from silentarmy.

aleksander avatar aleksander commented on July 20, 2024

@samatjain take a look on #90 for more preferable _kernel.h generation method (C array instead of C++11 raw string).

from silentarmy.

samatjain avatar samatjain commented on July 20, 2024

@aleksander Unfortunately xxd is Linux/macOS only. Does clang really not support C++11 raw strings?

from silentarmy.

aleksander avatar aleksander commented on July 20, 2024

Unfortunately xxd is Linux/macOS only.

@samatjain I didn't mean to use xxd, but the output of your python3 script should be like the one from xxd (C array and not C++11 raw string).

Does clang really not support C++11 raw strings?

silentarmy's sa-solver written in C not C++. So this is strange to use C++11 raw strings in C project. I don't know why GCC permits things like this. I believe this should be replaced by C array.

from silentarmy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.