Skip to content

Instantly share code, notes, and snippets.

View digitalspaceport's full-sized avatar
🎯
Focusing

Digital Spaceport digitalspaceport

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@digitalspaceport
digitalspaceport / gist:806cb8b995efef5211ad3460173f459c
Created July 13, 2021 20:05
Windows 2022 ChiaBenchmarking Dell 12th generation Plotting Times
TEST 1 - chia_plot.exe -n 1 -r 32 -u 256 -t R:\ -d R:\ -p
Final Directory: R:\
Number of Plots: 1
Crafting plot 1 out of 1
Process ID: 6416
Number of Threads: 32
Number of Buckets P1: 2^8 (256)
Number of Buckets P3+P4: 2^8 (256)
Pool Public Key: a0506b13854fa750c8ff84fc12832c7a9e322197ad6e38e00b4412eb9d0ea048fa8003feb5e07dfa4a2e76dad29099a2
@digitalspaceport
digitalspaceport / gist:056903be36ea387ba6da03e906971b96
Created June 21, 2021 19:16
Dell T620 single plot benchmarking
root@plotter-t620:~/chia-plotter/build# mount -t tmpfs -o size=244G tmpfs /mnt/madmax
root@plotter-t620:~/chia-plotter/build# ./chia_plot -n 1 -r 32 -u 256 -t /mnt/madmax/ -d /mnt/ssdArray/ -p a0506b13854fa750c8ff84fc12832c7a9e322197ad6e38e00b4412eb9d0ea048fa8003feb5e07dfa4a2e76dad29099a2 -f ab1ed315b8b84e14980a2da5f659d5d454bb966c508871b3d5fd5019badecc782b062b23138b9eaad3f0dc29e77976a2
Multi-threaded pipelined Chia k32 plotter - 05b9c9f
Final Directory: /mnt/ssdArray/
Number of Plots: 1
Crafting plot 1 out of 1
Process ID: 68343
@digitalspaceport
digitalspaceport / gist:1dc4ee6abdf3ef41410cdbc3bab98ac2
Last active June 17, 2021 03:21
stagMax - Mad Max plot stagger script with -2 directive
#!/bin/bash
cd ~/
mkdir stagMax
cd stagMax
wget https://github.com/jollyjollyjolly/chia-plotter/releases/download/beta6/chia_plot
chmod 755 chia_plot
#Uncomment for Slackware/UnRAID
#wget https://packages.slackonly.com/pub/packages/14.2-x86_64/libraries/libsodium/libsodium-1.0.18-x86_64-1_slonly.txz
#upgradepkg --install-new libsodium-1.0.18-x86_64-1_slonly.txz
@digitalspaceport
digitalspaceport / gist:d8904efda4d5997a2f0e9caf31cff1c3
Last active June 24, 2021 20:45
1 liner to compile MadMax Chia plotter for Centos 7.
yum -y update
yum install vim -y
yum install htop -y
yum install git -y
yum -y install epel-release -y
yum install cmake3 gmp-devel libsodium gmp-static libsodium-static -y
yum -y install centos-release-scl -y
yum -y install cmake3 -y
sudo alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake3 20 \
--slave /usr/local/bin/ctest ctest /usr/bin/ctest3 \