plotman icon indicating copy to clipboard operation
plotman copied to clipboard

Chia plotting manager

Results 100 plotman issues
Sort by recently updated
recently updated
newest added

**Describe the bug** pip install does not work on Ubuntu 22.04 LTS **To Reproduce** Steps to reproduce the behavior, e.g.: 1. Install Ubuntu 22.04 LTS Server 2. Run: `pip install...

bug

**Describe the request** Add a configuration option to allow the `COUNT` flags to be greater than 1 via a configuration setting. This would more than double the speed of Bladebit...

enhancement

A small tweak to check that there is sufficient space free in the dst folder to receive a new plot. This prevents the loop where a new plot is started...

Following from looking at this in a discussion around https://github.com/Chia-Network/chia-blockchain/pull/9697.

Draft for: - [ ] this will run main so... not much use until we get fixes released to main.

**Describe the bug** Looking at the [**Archiving**](https://github.com/ericaltendorf/plotman/wiki/Archiving#update-your-plotmanyaml) tutorial, it says to add `archive` with various bits of info in `plotman.yaml`. I was confused because `archiving` already exists. And when I...

bug

I get the following error trying to install plotman on chia 1.3. If I roll back to chia 1.2.11 I don't get the error. ERROR: pip's dependency resolver does not...

I had been trying a lot of things with `tmpdir_stagger_phase_` before finally understanding them thanks to @jkbecker in [chat](keybase://chat/chia_network.public#plotman/8322) . In my case, they allow me to do what I...

documentation

Adds the `-x` (network port) and `-k` (plot size) options to Madmax plotter configuration. Also includes the boolean toggles of `-w` (wait for copy) and `-G` (tmp toggle). Tested this...