Achi-Coin / achi-blockchain

Apache License 2.0
12 stars 12 forks source link

MadMax create invalid achi plots #1

Closed ag3ntt closed 3 years ago

ag3ntt commented 3 years ago

Hi Sten,

in FAQ is given info, that achi plots can be created with MadMax. I installed Achi on Ubuntu 20.04, also installed MadMax and created first plot with poolkey & farmerkey from achi keys show.

Used MadMax command: ./chia_plot --count 10 --threads 14 --tmpdir /mnt/nvme/madmax/ --tmpdir2 /mnt/ramdisk/ --finaldir /mnt/data-96/achi/.

After plots check by achi plots check -n 100, achi told that generated plot is not valid (see log below). Why this happens? Is there any special custom MadMax needed, or something like this?

Thank you for your check and response. Also BIG Thank you for Achi ;)

2021-08-16T22:14:23.008  achi.plotting.plot_tools         : INFO     Found plot /mnt/data-96/achi/plot-k32-2021-08-16-21-39-82bc6667e7f932543ad7e555b4cd452f44597148b6b77d02f43cab0d3eb42b10.plot of size 32
2021-08-16T22:14:23.008  achi.plotting.plot_tools         : INFO     Loaded a total of 1 plots of size 0.0989849086608956 TiB, in 0.03962993621826172 seconds    
2021-08-16T22:14:23.008  achi.plotting.check_plots        : INFO     
2021-08-16T22:14:23.008  achi.plotting.check_plots        : INFO     Starting to test each plot with 1000 challenges each
2021-08-16T22:14:23.009  achi.plotting.check_plots        : INFO     Testing plot /mnt/data-96/achi/plot-k32-2021-08-16-21-39-82bc6667e7f932543ad7e555b4cd452f44597148b6b77d02f43cab0d3eb42b10.plot k=32
2021-08-16T22:14:23.009  achi.plotting.check_plots        : INFO        Pool public key: REMOVED
2021-08-16T22:14:23.016  achi.plotting.check_plots        : INFO        Farmer public key: REMOVED
2021-08-16T22:14:23.016  achi.plotting.check_plots        : INFO        Local sk: <PrivateKey REMOVED>
2021-08-16T22:14:23.071  achi.plotting.check_plots        : ERROR    <class 'AssertionError'>:  error in proving/verifying for plot /mnt/data-96/achi/plot-k32-2021-08-16-21-39-82bc6667e7f932543ad7e555b4cd452f44597148b6b77d02f43cab0d3eb42b10.plot
2021-08-16T22:14:23.071  achi.plotting.check_plots        : ERROR       Proofs 1 / 100, 0.001
2021-08-16T22:14:23.072  achi.plotting.check_plots        : INFO     
2021-08-16T22:14:23.072  achi.plotting.check_plots        : INFO     
2021-08-16T22:14:23.072  achi.plotting.check_plots        : INFO     Summary
2021-08-16T22:14:23.072  achi.plotting.check_plots        : INFO     Found 0 valid plots, total size 0.00000 TiB
2021-08-16T22:14:23.072  achi.plotting.check_plots        : WARNING  1 invalid plots found:
2021-08-16T22:14:23.072  achi.plotting.check_plots        : WARNING  /mnt/data-96/achi/plot-k32-2021-08-16-21-39-82bc6667e7f932543ad7e555b4cd452f44597148b6b77d02f43cab0d3eb42b10.plot
Achi-Coin commented 3 years ago

Hi ag3ntt,

I have special MadMax plotter, use this one https://github.com/Achi-Coin/achi-plotter.

Please let me know if it works.

Cheers, Sten

ag3ntt commented 3 years ago

Hi @Achi-Coin,

thank you - with your custom MadMax plotter it works great.