issues
search
glifio
/
go-pools
The GoLang SDK for GLIF Pools Protocol
Apache License 2.0
4
stars
2
forks
source link
Add data to observable notebook
#48
Closed
Schwartz10
closed
10 months ago
Schwartz10
commented
11 months ago
Graphs to add:
RBP + QAP mapped over time (we'd like to be able to see correlation between power and recovery rates)
Sector age (see correlation between sector age and recovery rates)
Expected daily rewards (see correlation between EDR and RR)
For computing EDR:
We get the expected block rewards
https://github.com/glifio/go-pools/blob/cc908ff193da89238da96612ca5edf4f07e8343c/mstat/mstat.go#L199
We add 1/180 of the miner's vesting balance
https://github.com/glifio/go-pools/blob/cc908ff193da89238da96612ca5edf4f07e8343c/mstat/mstat.go#L160
https://github.com/glifio/go-pools/blob/cc908ff193da89238da96612ca5edf4f07e8343c/mstat/mstat.go#L166
jimpick
commented
10 months ago
These were added.
Graphs to add:
For computing EDR: