chia-plotter VS chiapos

Compare chia-plotter vs chiapos and see what are their differences.

chiapos

Chia Proof of Space library, fork for optimized plotting. If you want to support the development, donations are welcome: xch1lnnarj8tzx56fwe4gnds8365kj896a9tq08yt8pwsgqxczpqdkvs8n8dua (by pechy)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
chia-plotter chiapos
69 16
2,292 64
- -
3.4 1.8
about 2 months ago almost 3 years ago
C HTML
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.

chia-plotter

Posts with mentions or reviews of chia-plotter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-09.
  • Plotters for K33 ?????
    1 project | /r/chia | 26 May 2023
    The original Madmax plotter supports both K33 and K34, https://github.com/madMAx43v3r/chia-plotter
  • How to plot just in RAM
    2 projects | /r/chia | 9 Mar 2023
    I didn’t use madmax for like 8 months so I don’t remember, but checkout the default number here https://github.com/madMAx43v3r/chia-plotter The thread number is depending on how many thread your cpu got. I think the more thread is better. Try to put thread = 36 and buckets = 256
  • How long does it take to make a plot?
    1 project | /r/chia | 19 Feb 2023
    I would suggest canceling and plotting with the Chia POS plotter. For testing, the Chia POS plotter should be fast enough. The madMAx plotter is generally faster but it has had issues plotting from the Chia Network client in the past. If you want to use the madMAx plotter, I would suggest using the standalone version directly from madMAx's github (which has a link to the github that does windows compiles in the install directions).
  • I need help installing mad max 😭😭
    1 project | /r/chia | 28 Oct 2022
    git clone https://github.com/madMAx43v3r/chia-plotter.git
  • Reverse engineering the plotting process
    3 projects | /r/chia | 20 Oct 2022
    No need to reverse engineer anything. It's explained in all the detail you need in the Chia Proof of Space Construction document. It's implemented in chiapos though I find madmax's implementation of the plotter to be easier to read: https://github.com/madMAx43v3r/chia-plotter/tree/master/include/chia
  • How to fix MadMAx Plotter not installed error
    5 projects | /r/chia | 7 Sep 2022
    The article you mentioned said that all the questions about the madmax plotter has to updated on its official GitHub repo, https://github.com/madMAx43v3r/chia-plotter, so I made a copy of the same complained and updated it onto the official madmax plotter repo (and the link was given by the official chia repo).
  • Will Chia plotting destroy my NVMe SSD!? Understanding SSD endurance (TBW)
    2 projects | /r/chia | 2 Apr 2022
    Yes, see https://github.com/madMAx43v3r/chia-plotter for plotting with a ramdisk and https://github.com/ericaltendorf/plotman to automate everything.
  • Chia plotting using Gui / Power shell stops after table 1
    1 project | /r/chia | 3 Feb 2022
    The OP can try using the non-packaged version https://github.com/madMAx43v3r/chia-plotter
  • GUI AND maDMAX
    1 project | /r/chia | 2 Feb 2022
    You can get around this by using the standalone version of madmax or setting your temp directory as your final directory and using a script to monitor and move .plot files to your final directory.
  • How to plot without Chia Application?
    2 projects | /r/chia | 15 Dec 2021
    You can install madmax directly (or use the compiled windows binary). Disclaimer: neither are officially endorsed but I've used them with no issues.

chiapos

Posts with mentions or reviews of chiapos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-04.
  • Has someone compiled the 20% improvement "combined" chiapos for windows ;
    1 project | /r/chia | 4 Jun 2022
    combined: https://github.com/pechy/chiapos/tree/combined ​ edit: after the fantastic help of this community I managed to compile it myself. ​ Here are ⠀two plot logs for comparison. Default chiapos vs "combined": https://www.chiaplotsimulator.com/?data=y53ab38k
  • I rebased the performance improvements for the default plotter to the newest version
    2 projects | /r/chia | 4 Sep 2021
    The best version that I know of was by github user pechy (https://github.com/pechy/chiapos/) and the results ( around 12% improvement overall ) were shown here https://www.reddit.com/r/chia/comments/nk92th/plotting_speed_improvements/
  • Can we consider k25 for benchmarks?
    2 projects | /r/chia | 8 Jun 2021
  • What's wrong please ?
    1 project | /r/chia | 6 Jun 2021
  • Has someone compiled the 20% improvement "combined" chiapos for windows?
    7 projects | /r/chia | 4 Jun 2021
    git clone --branch combined https://github.com/pechy/chiapos.git cd chiapos/ mkdir -p build && cd build cmake ../ cmake --build . -- -j 6 . ~/chia-blockchain/activate cd ~/chiapos && python setup.py install
  • Is plotter porn a thing?
    2 projects | /r/chia | 4 Jun 2021
    sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get auto-remove && sudo apt install unzip cmake git python3-pip python3-venv python-is-python3 -y && git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules && wget https://github.com/pechy/chiapos/archive/refs/heads/combined.zip && unzip combined.zip && mv chiapos-combined chiapos && rm combined.zip && cd chiapos && mkdir -p build && cd build && cmake ../ && cmake --build . -- -j 6 && cd .. && python -m venv venv && . venv/bin/activate && python setup.py install && cd .. && cwd=$(pwd) && cd chia-blockchain && sed -i 's/chiapos==1.0.2/chiapos/g' setup.py && python setup.py install && deactivate && cd .. && echo "$(tput setaf 2)##### Copy path of chia: #####$(tput setaf 1)" && realpath $cwd/chiapos/venv/bin/chia && echo "$(tput setaf 9)"
  • 🍼Baby Whale Update:
    1 project | /r/u_SpaceMiningApple | 2 Jun 2021
    (Credit: I was able to get up to 10% plotting improvement using @Fuzzy Baby Ducks’s improvement code https://github.com/pechy/chiapos/tree/combined)
  • https://np.reddit.com/r/chia/comments/nk92th/plotting_speed_improvements/h04iydq/
    2 projects | /r/backtickbot | 31 May 2021
    # 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
  • Simple way to SAFELY update to the multithreaded chiapos library on Linux / MacOS
    5 projects | /r/chia | 27 May 2021
  • Chia plot resources
    1 project | /r/chia | 27 May 2021

What are some alternatives?

When comparing chia-plotter and chiapos you can also consider the following projects:

bladebit - A high-performance k32-only, Chia (XCH) plotter supporting in-RAM and disk-based plotting

chiapos - Chia Proof of Space library

plotman - Chia plotting manager

chiapos - Chia Proof of Space library, fork for optimized plotting. If you want to support the development, donations are welcome: xch1lnnarj8tzx56fwe4gnds8365kj896a9tq08yt8pwsgqxczpqdkvs8n8dua

rapiddisk - An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.

Swar-Chia-Plot-Manager - This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.

ForLazyPeople - Lazy People can download a built chiapos with improvements from pechy

chia-plotter

chiapos - Chia Proof of Space library

cudf - cuDF - GPU DataFrame Library

chiapos - Chia Proof of Space library