2021. június 10., csütörtök

Chia farm

Chia farmok készítése terminálból:
./chia-blockchain/venv/bin/chia plots create -k 32 -n 30 -b 3000 -r 2 -f FARMER_KEY -p PLOT_KEY -d /root/plot -t /tmp/ctemp/

Távoli plot egyszeri lemásolása
rsync -P -a --remove-source-files --rsh=ssh  root@IP_ADDRESS_TO_YOUR_SERVER:/root/plot TARGET_FOLDER

Távoli plot ütemezett lemásolása (óránkénti ellenőrzés)
# crontab -e
0 * * * * rsync -P -a --remove-source-files --rsh=ssh  root@IP_ADDRESS_TO_YOUR_SERVER:/root/plot TARGET_FOLDER


https://serverspace.us/support/help/automate-tasks-with-cron-ubuntu-20-04/


Események grafikus követése: https://github.com/stolk/chiaharvestgraph


Minden ami Chia: chialinks.com/