s0nik42 / lotus-farcaster

Prometheus exporter for Filecoin lotus node
MIT License
98 stars 68 forks source link

base_info = daemon_get_json("MinerGetBaseInfo", [miner_id, chainhead["result"]["Height"], tipsetkey]) 返回None #27

Closed chenranyi closed 3 years ago

s0nik42 commented 3 years ago

Lotus has a bug when miner power is 0. Just wait 9Hours after you get a power > 0 and all we work

chenranyi commented 3 years ago

Thanks