Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Time To Win #8

Open
KevinMyDing opened this issue Jul 9, 2021 · 2 comments
Open

About Time To Win #8

KevinMyDing opened this issue Jul 9, 2021 · 2 comments

Comments

@KevinMyDing
Copy link

In 1.2.0, we can run chia farm summay to know Expected time to win time.
But, in chia-monitor, calculated time difference is large.
In chia farm summay:

(venv) root@full-node:~# chia farm summary
Farming status: Farming
Total chia farmed: 28.000000320027
User transaction fees: 3.20027e-07
Block rewards: 28.0
Last height farmed: 514214
Remote Harvester for IP: 10.142.0.2
   1170 plots of size: 115.814 TiB
Remote Harvester for IP: 10.142.0.19
   3840 plots of size: 380.107 TiB
Remote Harvester for IP: 10.142.0.21
   4027 plots of size: 398.616 TiB
Remote Harvester for IP: 10.142.0.16
   4046 plots of size: 400.492 TiB
Remote Harvester for IP: 10.142.0.14
   4000 plots of size: 395.921 TiB
Remote Harvester for IP: 10.142.0.17
   3898 plots of size: 385.843 TiB
Remote Harvester for IP: 10.142.0.20
   3953 plots of size: 391.286 TiB
Remote Harvester for IP: 10.142.0.18
   4084 plots of size: 404.255 TiB
Plot count for all harvesters: 29018
Total size of plots: 2.805 PiB
Estimated network space: 31.102 EiB
Expected time to win: 2 days and 3 hours
Note: log into your key using 'chia wallet show' to see rewards for each key

and chia-monitor:

** 👨‍🌾 Farm Status 👩‍🌾 **
🌾 OG Plot Count: 29018
🌾 Portable Plot Count: 0
🧺 OG Plot Size: 2.805 PiB
🧺 Portable Plot Size: 0.000 MiB
🚜 Plot Change 24h: +0 (-0.000 MiB)
⌛ Signage Points Per Minute: 5.93
🔎 Passed Filters Per Minute: 335.42
✅ Total Proofs found: 0
💰 Total Balance: 0.00000 XCH
🕰️ Time To Win: 2 days and 11 hours
💾 Current Netspace: 31.076 EiB
🏔️ Peak Height: 546442
📶 Full Node Peer Count: 13
🔄 Synced: True
@KevinMyDing
Copy link
Author

Is it possible to use the official calculation of the chia project directly?

@philippnormann
Copy link
Owner

Hey @KevinMyDing, that's an impressive farm you got there! 🧑‍🌾
We are currently using the target seconds-per-block constant with a value of 18.75 for the time-to-win calculation. When blocks are created faster or slower than that, the calculation can indeed become slightly inaccurate. I agree that we should use the exact calculation using the actual average block time over last couple of hundred blocks. I'll see what I can do 🤓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants