This commit is contained in:
2021-12-05 15:12:31 +01:00
parent ee92767f1b
commit 76720219ca
19 changed files with 436925 additions and 0 deletions

BIN
Farmers/AMD64/desktop/noso-go Executable file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
#POOL="DevNosoEU"
#POOL="devnoso"
POOL="leviable"
#POOL="russiapool"
#POOL="CryptoCribRO"
WALLET="NrUtLqQ2PFeYR9cPXstUwp5qejPoFz"
CPU=8
for wallet in ${WALLET:?Variable not set or is empty}; do
wallets+=" --wallet $wallet"
done
while true; do
./noso-go mine pool \
"${POOL:?Variable not set or is empty}" \
$wallets \
--cpu ${CPU:?Variable not set or is empty} \
--exit-on-retry \
--random-wallet
exit_code=$?
if [ "$exit_code" != "1" ]; then
continue
else
exit $exit_code
fi
done

View File

@ -0,0 +1,29 @@
#!/usr/bin/env bash
#POOL="DevNosoEU"
#POOL="devnoso"
POOL="leviable"
#POOL="russiapool"
#POOL="CryptoCribRO"
WALLET="N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh"
CPU=8
for wallet in ${WALLET:?Variable not set or is empty}; do
wallets+=" --wallet $wallet"
done
while true; do
./noso-go mine pool \
"${POOL:?Variable not set or is empty}" \
$wallets \
--cpu ${CPU:?Variable not set or is empty} \
--exit-on-retry \
--random-wallet
exit_code=$?
if [ "$exit_code" != "1" ]; then
continue
else
exit $exit_code
fi
done

View File

@ -0,0 +1,5 @@
Transaction Time,Pool IP Address,Wallet Address,Request Or Response,Block,Payment Amount,Order Id
2021-12-03T09:32:33+01:00,164.90.252.232,N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh,Payment Request,35230,2.64515511,
2021-12-03T11:08:40+01:00,164.90.252.232,N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh,Payment Request,35230,2.64515511,
2021-12-03T11:37:39+01:00,164.90.252.232,N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh,Payment Request,35230,2.64515511,
2021-12-03T11:48:42+01:00,164.90.252.232,N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh,Payment Request,35230,2.64515511,
1 Transaction Time Pool IP Address Wallet Address Request Or Response Block Payment Amount Order Id
2 2021-12-03T09:32:33+01:00 164.90.252.232 N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh Payment Request 35230 2.64515511
3 2021-12-03T11:08:40+01:00 164.90.252.232 N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh Payment Request 35230 2.64515511
4 2021-12-03T11:37:39+01:00 164.90.252.232 N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh Payment Request 35230 2.64515511
5 2021-12-03T11:48:42+01:00 164.90.252.232 N2rWzj7z8zxL8dDpJEUs82owtvYF8Fh Payment Request 35230 2.64515511