-
使用windows編譯xmrig (https://xmrig.com/docs/miner/build/windows)
1.Create folder c:\xmrig-deps
2.Download the most recent version of prebuilt dependencies by using the green Code button and Download ZIP
3.Extract gcc and msvc2019 folders to c:\xmrig-deps
4. git clone https://github.com/xmrig/xmrig.git
5. mkdir xmrig\build && cd xmrig\build
6. cmake .. -G "Visual Studio 17 2021" -A x64 -DXMRIG_DEPS=c:\xmrig-deps\msvc2019\x64
7. cmake --build . --config Release
2021-6-17
wget https://github.com/doktor83/SRBMiner-Multi/releases/download/0.8.4/SRBMiner-Multi-0-8-4-Linux.tar.xz
tar Jxvf SRBMiner-Multi-0-8-4-Linux.tar.xz
cd SRBMiner-Multi-0-8-4
tidecoin.sh
#!/bin/sh
cd termux-miner
while [ 1 ]; do
./cpuminer -a yespowerTIDE -o stratum+tcp://asia.tidepool.shop:6243 -u TEMfiHiQ7gYqpQ1Ng7UPkM3c3u2MJy1GX7.P1x -p c=TDC
sleep 10
done
prohashinr.sh
#!/bin/sh
cd xmrig/build
while [ 1 ]; do
./xmrig -a rx/0 -o prohashing.com:3359 -u sfrog99 -p n=M1x -k --randomx-mode=light
sleep 10
done
rtm.sh
#!/bin/sh
cd xmrig/build
while [ 1 ]; do
./xmrig -a ghostrider --tls -o stratum-asia.rplant.xyz:17056 -u RDNXHkJyLam3Yhkssdp9oDFAwJNgwySqF5.M1x -k --randomx-mode=light
sleep 10
done
index3 ..... index4 ..... index5 ..... Ubuntu_筆記