akash-network / awesome-akash

Awesome List of Akash Deployment Examples
Apache License 2.0
309 stars 227 forks source link

Adding port configuration -x 9699 (port for Chives) - K29 plots #327

Closed dzeto closed 2 years ago

dzeto commented 2 years ago

Please add option to select PORT=9699 for K29, K30 and K31 plot sizes. It's necessary for XCC Chives plots. Thanks!

88plug commented 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.

88plug commented 2 years ago

333

dzeto commented 2 years ago

Very nice and thank you for a very fast response. :)

dzeto commented 2 years ago

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.

88plug commented 2 years ago

Hi! I just found this - will push a fix shortly

dzeto commented 2 years ago

Now works perfectly. Thank you! :)