Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a solution Incremental Eigentrust++ with custom `s` s function, which will take account of several things like:

  1. network locality (ordinary ping
  2. computation power (via sending transactions with some number of instruction count and calculating agregated aggregated time spent on them)
  3. version (via sending requests with different versions)
  4. data consistency
  5. success response rate

`s` s function itself will share same properties as in eigentrust: it will be bound in `[0; 1]` and priorities of several parameters can be easily configured.


Pseudocode with comparison Comparison of proposal to eigentrust and eigentrust++ (with no without incremental part). There is some pseudocode of `s`:

...