SilentCryptoMiner
SilentCryptoMiner copied to clipboard
Win 32
Can i do something to launch it on windows xp/7/8 32 bit?
No the miners are made for 64-bit.
Noway?...
Yes the miner (xmrig and ethminer) aren't compiled for 32-bit and the process hollowing is currently only designed for 64-bit. And then other parts are also designed for 64-bit.
Thank you
@UnamSanctam I was looking for a way to deploy the binary in a windows 7 32bits box, i've found that you can actually compile and run xmrig on x86 architecture see here. How can one go about modifying the compile flags to make it run on x86?
Edit: Perhaps, manually compiling xmrig, putting it inside Resources/Miners/xmrig.exe
and then compile the gui could be a solution, my question is, could you explain how do you perfom a compilation process of the gui? (I've no previous experience with C#)
You can't in this project, but that PR is from 2019 anyways, and ethminer would also need to be compiled with 32-bit. Then you would also need to change the injector to 32-bit as well. And you would maybe also need to introduce pathing support between the two.