Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CCS Proposals
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kewbit
CCS Proposals
Commits
27c7045d
Commit
27c7045d
authored
4 years ago
by
luigi1111
Browse files
Options
Downloads
Plain Diff
Merge
!204
anon: perfect peer to peer protocol See merge request
!204
parents
1732c645
422786b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
anon-perfect-peer-to-peer-protocol.md
+106
-0
106 additions, 0 deletions
anon-perfect-peer-to-peer-protocol.md
with
106 additions
and
0 deletions
anon-perfect-peer-to-peer-protocol.md
0 → 100644
+
106
−
0
View file @
27c7045d
---
layout
:
fr
title
:
"
anon:
perfect
peer
to
peer
protocol
from
bottom
to
top"
author
:
anon
date
:
24 Jan
2021
amount
:
240.12021
milestones
:
-
name
:
Feb.
funds
:
33% (80.04007 XMR)
done
:
status
:
unfinished
-
name
:
Mar.
funds
:
33% (80.04007 XMR)
done
:
status
:
unfinished
-
name
:
Apr.
funds
:
33% (80.04007 XMR)
done
:
status
:
unfinished
payouts
:
-
date
:
amount
:
-
date
:
amount
:
-
date
:
amount
:
---
## What
~~~
Perfection is not attainable, but if we chase perfection we can catch excellence.
On the way to perfect monero blockchain synchronization daemon
which is correct, simple and efficient.
On the way to perfect peer to peer protocol implementation that
forbids arbitrary devitation in peers behavior,
balances available resources between unsynchronized and synchronized peers,
keeps new block propogation latency as low as possible.
All related layers hierarchy:
input/output loop
v
socket
v
ssl socket
v
connection
v
abstract tcp server
v
levin protocol + portable storage
v
net node
v
cryptonote protocol + core rpc server
v
cryptonote core + crypto
v
blockchain db + tx pool
The following layers are not correct:
ssl socket,
connection,
abstract tcp server,
net node,
cryptonote protocol,
tx pool.
The following layers are very inefficient:
portable storage.
All above layers aren't simple.
There are few critical errors that must be fixed first:
segfaults,
enormous RAM usage,
enormous CPU load,
deadlocks,
unexpected delays in asynchronous code.
Work will be done in the following order:
fix critical errors,
simplify,
fix incorrect behvaiour,
simplify,
add new changes,
simplify,
increase efficiency,
simplify.
The above final aim and related scope require much more than 3 months work.
~~~
## Who
~~~
anon
~~~
## Proposal
~~~
Dedicate at least 3 months (12 hours per each day including weekends) to Monero Project for a total of 240.12021 XMR.
~~~
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment