ubuntu部署Swarmbee主网节点
激励测试网的时候撸了点bee羊毛,主网也搞一个支持一下,最简单的安装方式,使用默认系统服务的方式运行。1,安装bee命令👇wget https://github.com/ethersphere/bee/releases/download/v1.7.0/bee_1.7.0_amd64.deb sudo dpkg -i bee_1.7.0_amd64.deb 2,编辑默认配置文件👇(默认位置/etc/bee/bee.yaml)vi /etc/bee/bee.yaml 修改如下位置👇(去掉#号)full-node: true #获得奖励就要全节点 swap-endpoint: "https://gno.getblock.io/mainnet/?api_key你的apikey" # getblock.io/cn/ 👈这里注册,选择Generate Endpoint再genosis chain再create,复制链接就行了 swap-initial-deposit: 10000000000000000 #(这里默认10000000000000000,就是一个,可以改0,但是0没奖励...
ubuntu部署Swarmbee主网节点
激励测试网的时候撸了点bee羊毛,主网也搞一个支持一下,最简单的安装方式,使用默认系统服务的方式运行。1,安装bee命令👇wget https://github.com/ethersphere/bee/releases/download/v1.7.0/bee_1.7.0_amd64.deb sudo dpkg -i bee_1.7.0_amd64.deb 2,编辑默认配置文件👇(默认位置/etc/bee/bee.yaml)vi /etc/bee/bee.yaml 修改如下位置👇(去掉#号)full-node: true #获得奖励就要全节点 swap-endpoint: "https://gno.getblock.io/mainnet/?api_key你的apikey" # getblock.io/cn/ 👈这里注册,选择Generate Endpoint再genosis chain再create,复制链接就行了 swap-initial-deposit: 10000000000000000 #(这里默认10000000000000000,就是一个,可以改0,但是0没奖励...

aleo
阿莱奥安装常用工具安装rustcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 输入1回车 装不上就执行下面代码再利用echo 'export RUSTUP_UPDATE_ROOT=https://mirrors.tuna.tsinghua.edu.cn/rustup/rustup' >> ~/.bash_profile echo 'export RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup' >> ~/.bash_profile 环境变量source $HOME/.cargo/env 下载包git clone https://github.com/AleoHQ/snarkOS.git --depth 1 进目录icd snarkOS 编译安装./testnet2_ubuntu.sh 创建钱包开挖./run-miner.sh 运行后输入你的地址即可

aleo
阿莱奥安装常用工具安装rustcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 输入1回车 装不上就执行下面代码再利用echo 'export RUSTUP_UPDATE_ROOT=https://mirrors.tuna.tsinghua.edu.cn/rustup/rustup' >> ~/.bash_profile echo 'export RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup' >> ~/.bash_profile 环境变量source $HOME/.cargo/env 下载包git clone https://github.com/AleoHQ/snarkOS.git --depth 1 进目录icd snarkOS 编译安装./testnet2_ubuntu.sh 创建钱包开挖./run-miner.sh 运行后输入你的地址即可