SilentCryptoMiner icon indicating copy to clipboard operation
SilentCryptoMiner copied to clipboard

Win 32

Open Danny-K02 opened this issue 2 years ago • 6 comments

Can i do something to launch it on windows xp/7/8 32 bit?

Danny-K02 avatar Aug 30 '22 14:08 Danny-K02

No the miners are made for 64-bit.

UnamSanctam avatar Aug 30 '22 14:08 UnamSanctam

Noway?...

Danny-K02 avatar Aug 30 '22 14:08 Danny-K02

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.

UnamSanctam avatar Aug 30 '22 14:08 UnamSanctam

Thank you

Danny-K02 avatar Aug 30 '22 14:08 Danny-K02

@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#)

CarlosLoboxyz avatar Sep 14 '22 23:09 CarlosLoboxyz

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.

UnamSanctam avatar Sep 15 '22 07:09 UnamSanctam