Closed dzeto closed 2 years ago
Done! Please use :
image: cryptoandcoffee/akash-chia:263
and update
env:
#############################REQUIRED##############################
- VERSION=1.6.0
#Always check https://github.com/Chia-Network/chia-blockchain/releases
- CONTRACT=
- FARMERKEY=
- PLOTTER=madmax
#Choose your plotter software - madmax, bladebit, bladebit-disk
- PLOT_SIZE=32
- PORT=8444
#Network port (default = 8444, chives = 9699, mmx = 11337)
- FINAL_LOCATION=local
#Set to "local" to access finished plots through web interface.
#Set to "upload" and finished plots will be uploaded to a SSH destination like user@ip:/home/user/plots
- CPU_UNITS=8
- MEMORY_UNITS=6Gi
- STORAGE_UNITS=815Gi
This will be live once the pull request is accepted.
Very nice and thank you for a very fast response. :)
Hello, Please be so kind and check below error. It shows up when i add PORT=9699 for Madmax plotter.
...
chia: To see your keys, run 'chia keys show --show-mnemonic-seed'
chia: usage: chia [-h] {chiapos,madmax,bladebit,install} ...
chia: chia: error: unrecognized arguments: -x 9699
chia: Creating plotters folder within CHIA_ROOT: /root/.chia/mainnet/plotters
chia: Currently using 0.00018272Gi of total allocatable 236Gi
chia: ls: cannot access '/plots/*.plot': No such file or directory
It would be nice if would be possible to disable disk size check too, because K29-K31 plot sizes don't need that much temporary space (line 66 in run.sh: ...if (($STORAGE_UNITS < 364)); then...
)
Thank you for help! Kind regards.
Hi! I just found this - will push a fix shortly
Now works perfectly. Thank you! :)
Please add option to select PORT=9699 for K29, K30 and K31 plot sizes. It's necessary for XCC Chives plots. Thanks!