SWARM测试网Bee客户端STAKE最新教程(Windows)
作者:互联网
参考文章SWARM测试网Bee客户端STACK教程(Windows)
一、前往Github下载最新版的EXE节点程序。
Github: https://github.com/ethersphere/bee/releases
根据您的CPU架构下载X64或386的文件,另存到D:\BEE并改名为BEE.EXE。
本文以D盘为例,盘符您可以自定义。
二、注册一个swap-endpoint地址:https://infura.io
注册视频教程:https://www.bilibili.com/video/BV1EV411Y7yM
第7分钟开始看。
拿到Goerli的的swap-endpoint地址:https://goerli.infura.io/v3/*********
三、编辑配置文件
开始->运行->CMD(管理员身份)输入
d:
cd bee
bee printconfig > bee-default.yaml
复制输出的内容并如下编辑或核对
clef-signer-enable: false
data-dir: D:/beedate
swap-enable: true
swap-endpoint: https://goerli.infura.io/v3/*********
verbosity: trace
welcome-message: "I am solostaker BZZ BZZ BZZ "
debug-api-enable: true
payment-early: "10000"
payment-threshold: "10000"
payment-tolerance: "10000"
swap-initial-deposit: "10000"
swap-endpoint里面填写刚才拿到的swap-endpoint地址
四、运行BEE加入SWARM网络
开始->运行->CMD
d:
cd bee
bee.exe start --config bee-default.yaml
第一次运行需要输入两次密码,这将是您的私钥KEY的密码,务必谨记无法找回。稍后CMD上会弹出一个让您STAKE的链接,打开会自动跳转到一个分发测试用GBZZ的SWAP上。
这个地址的水龙头里暂时已经无法获取到测试币,具体获取方法待官方更新:
获取地址后将少量Goerli测试ETH和1以上的GBZZ打入ETH地址,程序会自动STAKE计入合约并运行:
没有充足的GoETH和GBZZ时会显示以下信息
level=warning msg="cannot continue until there is sufficient ETH (for Gas)
and at least 1 BZZ available on *********************************"
这个时候需要将GoETH和GBZZ存入上述地址
五、获得私钥
前往官方GITHUB下载私钥获取文件
https://github.com/ethersphere/exportSwarmKey/releases
另存为d:/beekey/see.exe
开始->运行->CMD
d:
cd beekey
see d:/beedate/keys
会出现三条地址,选择swarm.key里面的privatekey内容,就是私钥地址。
妥善保存您的私钥,可以将ETH的私钥导入Metamask。
六、兑换Cheque
挖到的gBEE将以Cheque的形式给您,类似于支票,真的到手需要CashOut.
首先在浏览器查看您的ChequeBook:
http://localhost:1635/chequebook/cheque
将可用状态的Cheque进行CashOut:
http://localhost:1635/chequebook/cashout/Peer地址值*
会返回一个TXHASH,去Goerli浏览器既可以看见GBEE进账。
七、常用API
查看地址:
http://localhost:1635/addresses
查看节点:
http://localhost:1635/peers
查看balances:
http://localhost:1635/balances
查看网络拓扑:
http://localhost:1635/topology
查看ChequeBlance:
http://localhost:1635/chequebook/balance
标签:http,1635,Windows,STAKE,Bee,地址,swap,bee,localhost 来源: https://blog.csdn.net/weixin_40222586/article/details/117192075