下载linux_cli版本后,解压tar包后将对应版本的可执行文件置于PATH目录中,并赋予执行权限。
tar -xzf stellar-helper-undefined-linux_cli.tar.gz
首次使用时,通过login命令登录。
sudo ./stellar-helper-undefined-linux-{amd64|arm64} loginsudo ./stellar-helper-undefined-linux-{amd64|arm64} help(列出全部命令)
sudo ./stellar-helper-undefined-linux-{amd64|arm64} connect -c global(连接并使用电脑全局模式,开启后无需其他操作,全电脑网络流量均通过 VPN 代理) 或:
sudo ./stellar-helper-undefined-linux-{amd64|arm64} connect -p allowlist(连接并使用Proxy智能模式)
export http_proxy=http://127.0.0.1:8668/
export https_proxy=http://127.0.0.1:8668/