swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.25k stars 388 forks source link

Add support for contract-address to create pool enabled plots #1234

Closed timthesinner closed 3 years ago

timthesinner commented 3 years ago

To create plots that can be used by a pool you must configure a pool_contract_address. This parameter will take precedence over a pool_public_key if one is provided as the pool_public_key is a legacy configuration.

Get your contract address using chia plotnft show | grep contract

Source: https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-User-Guide#step-4-add-plots

TomasVelPar commented 3 years ago

check this and make you the modifications in your code: https://github.com/swar/Swar-Chia-Plot-Manager/pull/1224

jack60612 commented 3 years ago

@timthesinner already added please close your pull request

swar commented 3 years ago

Closing PR as this was added