Replies: 1 comment 2 replies
-
Worth pointing out that the constants detailed here https://github.com/MinaProtocol/mina/tree/compatible/src/app/delegation_backend#constants limit via IP, though not clear what that limit will be. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A prevalent concern within the Delegation Program consists of an individual running multiple Block Producer keys and claiming to be different individuals in the hopes of obtaining delegation. A potential identifier of these cases is that it would be likely for an individual to use the same machine or IP address but have several block producers running with different keys.
Taking a look at the data Snarked Uptime Tracker, the following fields are available in the cloud storage:
As the json file consists of the ip and port for the block producer, would it be feasible to use the combination of the remote IP address and the block producer key to identify people who run multiple block producer keys?
For instance, if the validation service sees two different block producer keys originating from the same IP address, it may be valid to assume that the person is running two block producer keys.
In instances in which the validation service sees the same block producer key twice within a 5 minute period, it would process it as normal as this likely indicates the person is just running two block producers on the same network (e.g. two docker containers on the same machine or different machines).
Beta Was this translation helpful? Give feedback.
All reactions