Created
June 19, 2022 08:52
-
-
Save petercossey/a0b71a3e1150472636163616abd60401 to your computer and use it in GitHub Desktop.
Chia plotter log using madmax on an AWS EC2 c5ad.8xlarge instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chia plotters madmax -r 24 -t /mnt/fastdisk1 -2 /mnt/fastdisk2 -d /home/ubuntu/chia-plots -f <farmer-public-key> -c <pool-contract-address> | |
Multi-threaded pipelined Chia k32 plotter - 2092041 | |
Network Port: 8444 | |
Final Directory: /home/ubuntu/chia-plots/ | |
Number of Plots: 1 | |
Crafting plot 1 out of 1 (2022/06/19 06:28:02) | |
Process ID: 2186 | |
Number of Threads: 24 | |
Number of Buckets P1: 2^8 (256) | |
Number of Buckets P3+P4: 2^8 (256) | |
Pool Puzzle Hash: <redacted> | |
Farmer Public Key: <redacted> | |
Working Directory: /mnt/fastdisk1/ | |
Working Directory 2: /mnt/fastdisk2/ | |
Plot Name: <redacted> | |
[P1] Table 1 took 109.782 sec | |
Progress update: 0.01 | |
[P1] Table 2 took 307.747 sec, found 4295106955 matches | |
Progress update: 0.06 | |
[P1] Table 3 took 437.718 sec, found 4295104107 matches | |
Progress update: 0.12 | |
[P1] Table 4 took 440.208 sec, found 4295042860 matches | |
Progress update: 0.2 | |
[P1] Table 5 took 371.693 sec, found 4295101651 matches | |
Progress update: 0.28 | |
[P1] Table 6 took 302.941 sec, found 4295078631 matches | |
Progress update: 0.36 | |
[P1] Table 7 took 169.455 sec, found 4295109865 matches | |
Progress update: 0.42 | |
Phase 1 took 2139.56 sec | |
[P2] max_table_size = 4295109865 | |
[P2] Table 7 scan took 31.7625 sec | |
[P2] Table 7 rewrite took 133.413 sec, dropped 0 entries (0 %) | |
Progress update: 0.43 | |
[P2] Table 6 scan took 41.4762 sec | |
[P2] Table 6 rewrite took 111.614 sec, dropped 581326889 entries (13.5347 %) | |
Progress update: 0.48 | |
[P2] Table 5 scan took 41.3944 sec | |
[P2] Table 5 rewrite took 103.93 sec, dropped 762084579 entries (17.7431 %) | |
Progress update: 0.51 | |
[P2] Table 4 scan took 41.4619 sec | |
[P2] Table 4 rewrite took 101.3 sec, dropped 828884604 entries (19.2986 %) | |
Progress update: 0.55 | |
[P2] Table 3 scan took 41.3938 sec | |
[P2] Table 3 rewrite took 100.271 sec, dropped 855170347 entries (19.9104 %) | |
Progress update: 0.58 | |
[P2] Table 2 scan took 41.3628 sec | |
[P2] Table 2 rewrite took 99.7292 sec, dropped 865682213 entries (20.1551 %) | |
Progress update: 0.61 | |
Phase 2 took 907.35 sec | |
Wrote plot header with 252 bytes | |
[P3-1] Table 2 took 156.124 sec, wrote 3429424742 right entries | |
[P3-2] Table 2 took 100.641 sec, wrote 3429424742 left entries, 3429424742 final | |
Progress update: 0.66 | |
[P3-1] Table 3 took 154.935 sec, wrote 3439933760 right entries | |
[P3-2] Table 3 took 106.241 sec, wrote 3439933760 left entries, 3439933760 final | |
Progress update: 0.73 | |
[P3-1] Table 4 took 155.14 sec, wrote 3466158256 right entries | |
[P3-2] Table 4 took 107.779 sec, wrote 3466158256 left entries, 3466158256 final | |
Progress update: 0.79 | |
[P3-1] Table 5 took 156.979 sec, wrote 3533017072 right entries | |
[P3-2] Table 5 took 111.157 sec, wrote 3533017072 left entries, 3533017072 final | |
Progress update: 0.85 | |
[P3-1] Table 6 took 167.085 sec, wrote 3713751742 right entries | |
[P3-2] Table 6 took 115.608 sec, wrote 3713751742 left entries, 3713751742 final | |
Progress update: 0.92 | |
[P3-1] Table 7 took 192.697 sec, wrote 4295109865 right entries | |
[P3-2] Table 7 took 132.618 sec, wrote 4294967296 left entries, 4294967296 final | |
Progress update: 0.98 | |
Phase 3 took 1661.67 sec, wrote 21877252868 entries to final plot | |
[P4] Starting to write C1 and C3 tables | |
[P4] Finished writing C1 and C3 tables | |
[P4] Writing C2 table | |
[P4] Finished writing C2 table | |
Phase 4 took 86.512 sec, final plot size is 108835941779 bytes | |
Total plot creation time was 4795.16 sec (79.9194 min) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment