Qubic挖矿 linux/windows详细教程
Qubic是IOTA基金会最受期待的项目之一,该项目最初来自QBC这一缩写词,quorum-based computation,其含义是基于最小投票数量的分布式运算。
Last updated

Qubic是IOTA基金会最受期待的项目之一,该项目最初来自QBC这一缩写词,quorum-based computation,其含义是基于最小投票数量的分布式运算。
Last updated
cd /home
mkdir qubic
# update your sources
apt update
# download service installation script
wget -O qli-Service-install.sh https://dl.qubic.li/cloud-init/qli-Service-install.sh
# set the script as executable
chmod u+x qli-Service-install.sh
# install qubic.li client as systemd service
# Syntax: qli-Service-install.sh <threads> <accessToken|payoutId> [alias]
#./qli-Service-install.sh [CPU核心数] [钱包地址] [节点名]
./qli-Service-install.sh 4 <your address> <alias>
实时观看:tail -f /var/log/qli.log
查看状态:systemctl status qli
停止服务:systemctl stop qli
启动服务:systemctl start qli./qli-Service-install.sh <<threads>> <access token> <alias>