plotman
Chia plotting manager (by ericaltendorf)
machinaris
An easy-to-use WebUI for crypto plotting and farming. Offers Bladebit, Gigahorse, MadMax, Chiadog and Plotman in a Docker container. Supports Chia, MMX, Chives, Flax, and HDDCoin among others. (by guydavis)
plotman | machinaris | |
---|---|---|
37 | 41 | |
906 | 343 | |
-0.3% | 0.3% | |
0.0 | 8.7 | |
about 2 years ago | 7 days ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plotman
Posts with mentions or reviews of plotman.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-02.
-
Will Chia plotting destroy my NVMe SSD!? Understanding SSD endurance (TBW)
Yes, see https://github.com/madMAx43v3r/chia-plotter for plotting with a ramdisk and https://github.com/ericaltendorf/plotman to automate everything.
-
Plotting to multiple HDDs
Plotman is what you want. You can plot on multiple drives (tmp), then cache the completed plots on destination drives/directories (dst). Then the archive function can rsync them to an array of archive drives. Very easy to modify the config .yaml file then run "plotman plot" and "plotman archive". https://github.com/ericaltendorf/plotman
- Plotman NFT plating
-
Updated Chia Docker Images + Farmr, MadMax, PlotMan, TrueNAS and More
Plotman: v0.5.1
-
Its time to replot, looking for nudges in the right direction.
Yeah. Plotman config guide shows you how to set it up for madmax. Its as easy as changing the "type" variable in the config file from "chia" to "madmax" and then changing your other plotting variables to what they should be be for madmax.
- How can I monitor the making of plots
-
Some quick frequently asked questions about Flexpool Chia Pool
Madmax plotter, Swar plot manager, and Plotman plot manager all support portable plots for pools now. Others probably do, but I'm not as familiar with them. Update to the latest versions for the best results, and double-check your configuration files as some settings may have changed since your last update. And you can also use plot managers with Madmax these days, if you want to take advantage of workflow management (multiple destination drives, parallel plotting on bigger plotters, less scrolly logs, etc).
-
How to plot for pools with plotman? Is there an update required or does it work out of the box already?
The v0.5 plotman includes support for madmax plotting as well as chia pool plotting. If you're feeling brave, update your plotman with: pip install --force-reinstall git+https://github.com/ericaltendorf/plotman@main
-
Plotman Indexing/Archive
from the default config:
-
https://np.reddit.com/r/chia/comments/nk92th/plotting_speed_improvements/h04iydq/
# upgrading chia to the latest version cd chia-blockchain/ . ./activate chia stop -d all deactivate git fetch git checkout latest git reset --hard FETCH_HEAD git status sh install.sh . ./activate chia init edit file: nano /home/YOURUSERNAMEHERE/chia-blockchain/setup.py change the chiapos==1.0.2 to chiapos # resolving all config problems sudo apt install aptitude sudo aptitude -f install build-essential aptitude install cmake sudo aptitude install cmake (first type n, then type y) sudo aptitude install python3-dev (first type n, then type y) cd git clone --branch combined https://github.com/pechy/chiapos.git cd chiapos mkdir -p build && cd build # configuring flags to compile CFLAGS="-mtune=native -march=native" CXXFLAGS="-mtune=native -march=native" cmake ../ 1241 cmake --build . -- -j 6 # compiling cmake --build . -- -j 6 . ~/chia-blockchain/activate cd ~/chiapos && python setup.py install # finding all old chiapos files to replace find / -name chiapos.cpython-38-x86_64-linux-gnu.so # removing old chiapos rm /home/YOURUSERNAMEHERE/chia-blockchain/venv/lib/python3.8/site-packages/chiapos.cpython-38-x86_64-linux-gnu.so rm /home/YOURUSERNAMEHERE/chia-blockchain/venv/lib/python3.8/site-packages/chiapos-0.0.0-py3.8-linux-x86_64.egg/chiapos.cpython-38-x86_64-linux-gnu.so cp /home/YOURUSERNAMEHERE/chiapos/build/chiapos.cpython-38-x86_64-linux-gnu.so /home/YOURUSERNAMEHERE/chia-blockchain/venv/lib/python3.8/site-packages/chiapos.cpython-38-x86_64-linux-gnu.so cp /home/YOURUSERNAMEHERE/chiapos/build/chiapos.cpython-38-x86_64-linux-gnu.so /home/YOURUSERNAMEHERE/chia-blockchain/venv/lib/python3.8/site-packages/chiapos-0.0.0-py3.8-linux-x86_64.egg/chiapos.cpython-38-x86_64-linux-gnu.so # reinstall plotman pip install --force-reinstall git+https://github.com/ericaltendorf/plotman@development plotman interactive in plot logs you should be able to see Using optimized chiapos - 24288eb
machinaris
Posts with mentions or reviews of machinaris.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-15.
-
Chia farming on Home Assistant Operating System (Linux)?
No need to worry, HAOS has docker. You can use docker to get chia or use Machinaris
- How can i connect google sheet with chia in ubuntu?
-
Bladebit on Machinaris - anyone got it working?
Greetings! I'm the author of Machinaris. Sorry to hear you are encountering an issue with plotting. You mentioned the Bladebit wiki page, but please also try the troubleshooting steps. Feel free to drop into the Discord for additional help.
-
Flax Not Working Windows 11
You could try running it in Docker: https://github.com/guydavis/machinaris/wiki/Flax
- Server monitoring UI
-
Machinaris running on TrueNAS scale does not want to make plots.
One 2TB sata spinning disk with the following paths mentioned below ( host path for config and plots) The pod/docker is set up as follows per this guide: https://github.com/guydavis/machinaris/wiki/TrueNAS Host Path for Machinaris Configuration Volume * /mnt/Shia/config
-
UPDATE: chia-monitor now displays the lookup times of your harvesters 🔍
Definitely a nice idea and 100% possible! As far as I can tell, it would require some install scripts and integration into the machinaris UI, and I can't promise when I will have the time to look into that. In the meantime, you could create an issue on the machinaris repo like this one. That's how farmr.net got integrated in to machinaris by the owner.
-
I want to start co-mining FLAX - How do I get coinage to inflate my wallet?
Check out Machinaris which offers a WebUI for plotting & farming multiple blockhains including Chia, Flax, MMX, etc Details at: https://www.machinaris.app
-
Can I run a node as a plotter and a harvester (but not a farmer) at the same time
Good question! Please see the Machinaris wiki for details.
-
Looking at multiple site - VPN?
Absolutely! And you don't need to transfer any plots for that to work. You will need run a fullnode in any location with port 8444 for chia accessible. And then in any other location you can run a plotter+harvester that will report plot proofs to the fullnode. You can do this very easily with wireguard VPN and I would recommend to use machinaris in a distributed setup
What are some alternatives?
When comparing plotman and machinaris you can also consider the following projects:
bladebit - A high-performance k32-only, Chia (XCH) plotter supporting in-RAM and disk-based plotting
chia-docker
PSChiaPlotter - A repo for powershell module that helps Chia Plotting
chiamon - Example Chia monitoring stack
chia-plotter
unpackerr - Extracts downloads for Radarr, Sonarr, Lidarr, Readarr, and/or a Watch folder - Deletes extracted files after import