miner端
如果你是hiveos需要先安装:
apt install -y numactl
sudo apt-get update
sudo apt-get install openssl
如果上面openssl不行
sudo apt-get update
sudo apt-get install libssl3
然后运行一键命令(hiveos的路径,记得改成你自己的服务器IP):
wget https://12345.la/rj/ore-hgx-client && chmod -R 777 /home/user/ore-hgx-client && screen -dmS ore0 bash -c 'numactl -N 0,1 -m 0,1 ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96' && screen -dmS ore1 bash -c 'numactl -N 2,3 -m 2,3 ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96'
wget https://12345.la/rj/ore-hgx-client && chmod -R 777 /home/xxx一般这个是你的机器名/ore-hgx-client && screen -dmS ore0 bash -c 'numactl -N 0,1 -m 0,1 ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96' && screen -dmS ore1 bash -c 'numactl -N 2,3 -m 2,3 ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96'
上面这个根据自己的情况更改即可,目前软件是高兴上个稳定版本。
如果你想一个一个窗口运行——
nohup numactl -N 0,1 -m 0,1 ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96 &
nohup numactl -N 2,3 -m 2,3 ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96 &
其实这样定线程也可以
nohup ./ore-hgx-client --url http://121.43.136.61:8989 mine --cores 96 &
服务端运行……
nohup ./coal mine --merged ore --priority-fee 2000 --jito &
获取收益
.\ore.exe claim --rpc https://dark-restless-brook.solana-mainnet.quiknode.pro/833e619be6d083143d1036d7cccacf8ba168a191 --to AuNwhLTgP4Nf4MSCyWM9MuyuzJ2CPgyudcHTBW4K2b6G --keypair f0001.json
ps aux | grep nohup
killall -9 coal
太晚了没时间整理更多笔记了,服务端,RPC,钱包等等,今天有点困了……
感谢很高兴,感谢国宝,感谢牛逼的“很高兴小群5.0”群友们!