2019-05-03 22:16:28 +00:00
|
|
|
# Building / Running
|
|
|
|
|
|
|
|
after building lokinet
|
|
|
|
|
|
|
|
```
|
|
|
|
cd contrib/node-monitor
|
|
|
|
npm install
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
2019-05-06 04:28:15 +00:00
|
|
|
and wait 30 minutes for final score
|
2019-05-03 22:16:28 +00:00
|
|
|
|
|
|
|
# Scoring
|
|
|
|
|
|
|
|
Lokinet gets a point for everything it does correctly.
|
|
|
|
|
|
|
|
Currently:
|
|
|
|
- succesful ping to snode (1 per second after a snode is discovered)
|
|
|
|
- session with snode established
|
|
|
|
- got a router from exploration
|
|
|
|
- Hanlding DHT S or R message
|
|
|
|
- a path is built
|
|
|
|
- obtained an exit via
|
|
|
|
- granted exit
|
|
|
|
- IntroSet publish confirmed
|
|
|
|
- utp.session.sendq. has a min zero count (no blocked buffers on routers)
|