Iron Fish 测试网第二阶段部署教程-Sign up for the Iron Fish incentivized testnet to help make Iron Fish great 💖

Iron Fish 测试网第二阶段已经开始!

Iron Fish 是一个完全私有且可访问的隐私web3区块链!

废话不多说,上部署教程!

硬件要求:

cpu:4核

内存:16g

1:安装 Iron Fish 。

npm install -g ironfish

2:安装更新node.js

Iron Fish有硬性要求,node.js必须是16.x版本以上。

以ubuntu20.8.0为例子,内置node.js版本很低,需要重新删除后再下载!

先卸载之前预装版本:

sudo apt-get remove --purge npm
sudo apt-get remove --purge nodejs
sudo apt-get remove --purge nodejs-legacy
sudo apt-get autoremove

再安装新的node.js npm nvm

sudo apt update
sudo apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install nodejs build-essential -y
node --version
corepack enable npm
corepack enable yarn
npm --version
yarn --version

3:做完上面一切,就可以添加我们的 Homebrew 水龙头并安装 Iron Fish

输入命令:brew tap iron-fish/brew && brew install ironfish

5:安装好后,运行 Iron Fish

输入命令:ironfish

6:检查更新Iron Fish并升级最新版本

输入命令:brew update && brew uninstall ironfish && brew install ironfish

7:启动节点:

输入命令:ironfish start

8:打开一个新的终端窗口运行矿工挖矿

输入命令:ironfish miners:start

9:更改默认账户,创建新的账户

输入命令:ironfish accounts:create newAccount

10:将其设为默认值

输入命令:ironfish accounts:use newAccount

11:设置涂鸦标签

输入命令:ironfish config:set blockGraffiti ""

12:加入矿池

输入命令:ironfish accounts:address

13:并使用公钥加入矿池

输入命令:ironfish miners:start --pool pool.ironfish.network --address

具体的请到官网看详细教程:

Subscribe to 321X123.ETH
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.