ARC20挖矿部署具体教程

安装Node和Git

nodejs: https://nodejs.org 下载,常规软件安装流程即可

我是macos,windows系统安装流程类似。

下载安装git:https://git-scm.com/download/

安装完成,打开终端,命令查看版本:

下载源码

github地址:https://github.com/atomicals/atomicals-js

也可以直接下载zip压缩包:

安装依赖

分别执行以下命令:

atomicals-js
npm install

如果下载比较慢或者报错,可以配置淘宝镜像

npm install cnpm -g --registry=https://registry.npm.taobao.org
#测试是否成功安装
cnpm -v  

编译 build

npm run build

根目录输出dist文件夹

创建钱包

npm run cli wallet-init

你的钱包信息会储存在wallet.json这个文件里,记得保存好,你可以复制一个单独存放,用记事本或者编辑器打开可以看到助记词,地址等信息。

开始挖矿

npm run  cli mint-dft atom

成功以后,会出现二维码,二维码下面就是你的钱包地址,提现就是到这个地址,走BTC网络,当然扫码也可以 注意:每次提现看一下要求 基本上是0.0001246btc。

每次挖一张,一张对应1000个币子,你的btc到账就开始挖。 挖完以后继续重复命令 yarn cli mint-dft atom 再继续挖。

命令

yarn cli mint-dft atom #挖矿 
npm run cli balances #查余额 
npm run cli location atom #查总量 
npm run cli transfer-ft atom #转移
atom cli transfer-utxos #提取多余BTC

觉得有用的,记得关注我的推特哦,将会持续整理交互/节点/挖矿等详细教程~

Subscribe to Mossmind
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.