masa-finance / masa-oracle

Masa Oracle: Decentralized Data Protocol 🌐
https://developers.masa.ai/docs/masa-protocol/welcome
MIT License
24 stars 19 forks source link

Tracking the number of accounts a miner has setup #622

Open giovaroma opened 2 weeks ago

giovaroma commented 2 weeks ago

Problem summary:

We had a report on the testnet that a miner is taking advantage of the testnet campaign but this cannot be validated. To further understand this we would need to be able to:

Tracking the number of accounts a miner has setup because out performance might just be that they added more accounts recently therefore they have more capacity

Slack conversation for full context here: https://masafinance.slack.com/archives/C028C3D5FD3/p1730827864336509

theMultitude commented 2 weeks ago

A loom and notebook detailing my findings.

theMultitude commented 2 weeks ago

Essentially I backed into this information by picking the unique authentication errors by peer_id to get a count of the unique usernames associated with each.

mudler commented 4 days ago

@theMultitude is there anything needed from this card left?