Code Monkey home page Code Monkey logo

Comments (10)

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024 1

one of your keys is too short or too long

from chia-plotter.

d3athgu1s3 avatar d3athgu1s3 commented on August 28, 2024

the bucket isn't 128 i believe? it was 2^x , try 7 ?

from chia-plotter.

SebMoore avatar SebMoore commented on August 28, 2024

Buckets refers to the number to make 2 to the power of. So you should put 7, which means 2^7 buckets, which means 128. Instead, you put 128, which means 2^128 buckets, which means 34028... (34 more digits).

from chia-plotter.

Hardcore-fs avatar Hardcore-fs commented on August 28, 2024

Also i don't think 512Gb SSD is going to make it.
there are a lot of intermediate files produced, i needed nearly 800 GB free.

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

yeah, 2^128 buckets is not gonna work, use 7 instead. chia_plot needs about 300GB tmp space total.

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

800GB is for the test_phase_x binaries, they don't delete files from previous phases, for testing purposes.

from chia-plotter.

Phlexx0 avatar Phlexx0 commented on August 28, 2024

Similar issue

./chia_plot XXX XXX  /mnt/d/ /mnt/d/ 4 7
Number of Threads: 4
Number of Sort Buckets: 2^7 (128)
terminate called after throwing an instance of 'std::invalid_argument'
  what():  G1Element::FromBytes: Invalid size
Aborted

from chia-plotter.

Phlexx0 avatar Phlexx0 commented on August 28, 2024

one if your keys is too short or too long

Used the wrong set of keys. Didnt realize GUI keys are not the same as ./chia.exe show keys farmer/pool keys

from chia-plotter.

hpglw avatar hpglw commented on August 28, 2024

Yes, thank you, it should be set to 7 buckets. It worked.
However, my plotting time is very long, [P1] Table 1 took 275 sec, if I follow this time, my final time may exceed 13 hours. This is longer than 7 hours in windows ploting. I wonder if there are several reasons:

  1. My cpu has only 4 cores and 4 threads
  2. My ssd is only 512gb
  3. My tmp disk format is ntfs...

I am using ubuntu 20

from chia-plotter.

madMAx43v3r avatar madMAx43v3r commented on August 28, 2024

Could be the NTFS indeed...

from chia-plotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.