You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the information I got from the Curio team, we can get the miner software name & version by invoking the lipbp2p Identify protocol and looking at the agent field in the response.
An example output for various miner ids:
f0187709
❯ libp2p-lookup direct --address /ip4/212.248.62.42/tcp/17160/p2p/12D3KooWPA1rEBpQ3LG4AMmPf4frMLc8MPH6kh1HW7L6kEozuMny
(...)
Agent version: "boost-2.3.0+mainnet+git.15f5241"
f01084941
❯ libp2p-lookup direct --address /ip4/46.19.166.62/tcp/1345/p2p/12D3KooWSrDYsmXtmEbDB3tp84cSe1ahrSHDXoTVZTh3ywuexkJn
(...)
Agent version: "lotus-1.27.0+mainnet"
Note: several miners I tried did not accept the incoming libp2p connection from my computer, and the operation timed out.
Can we get SP software version into spark? So that we can tell how RSR changes
The text was updated successfully, but these errors were encountered: