Replies: 1 comment 2 replies
-
It is also necessary to add to the shared node script to:
|
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
-
In the last validation (#113 -> #114), one of the shared node operators has produced a major validation failure. To prevent such cases, I suggest implementing a simple statistical system in the api key market that would display the statistics of shared node users and their validation status before and after.
This way, people could assess the quality of the node. This information could be retrieved directly from the payment address, utilizing the unique floating point after the integral part of the price. For example, if the price of the api key were 3 iDNA, we could represent the price as 3.14, using the fractional part as a unique ID for each node in the marketplace. The web application could retrieve this data directly from the blockchain.
After obtaining the list of all shared node users, we could also gather their status before and after the validation process and display those statistics in the market. This would be beneficial for potential buyers of shared node API keys, as it would help them assess the quality of the node.
We could also monitor the number of late submission errors experienced by a specific node, as it would serve as a more reliable factor directly associated with the shared node.
Beta Was this translation helpful? Give feedback.
All reactions