查看p2p网络
docker exec miner miner peer book -s
查看miner日志
docker exec miner tail -f /var/data/log/console.log
查看与主网区块同步高度
docker exec miner miner info height && curl https://api.helium.io/v1/blocks/height&&echo
查看其他设备p2p延迟
docker exec miner miner peer ping /p2p/{{其他网关地址}}
设备关联钱包
docker exec miner miner txn add_gateway owner={{自己钱包地址}} --payer {{厂商钱包地址}}
重新修改设备定位
网关位置断言,记录返回值A
docker exec miner miner txn assert_location location={{纬度,经度}} owner={{自己钱包地址}} --payer {{自己钱包地址}} --nonce {{上一次断言的nonce+1}}
提交位置断言
helium-wallet hotspots assert {{填写上一步返回值}} --commit
输入钱包密码
参考:
1、https://themarcus.medium.com/how-to-reposition-your-diy-helium-hotspot-b82dcc2c6ad
2、https://www.disk91.com/2020/technology/internet-of-things-technology/first-steps-with-helium-iot-network/
主网统计
https://api.helium.io/v1/stats
主网配置参数
https://api.helium.io/v1/vars
主网区块高度
https://api.helium.io/v1/blocks/height
网关信息
https://api.helium.io/v1/hotspots/{{网关地址}}
官方授权厂商待处理验证
https://api.helium.io/v1/accounts/{{厂商钱包地址}}/pending_transactions