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

Update plots.py #1230

Closed Ganbin closed 3 years ago

Ganbin commented 3 years ago

change pool public key from -p to -c to be able to be compliant with the new pool protocol

Ganbin commented 3 years ago

I have seen other pull requests that add a new key for this but I think that only changing the previous pool_key (-p) by the new one(-c) would work. I don't know really know what is the use of the old -p one and if anybody would combine those 2.

ycatlive commented 3 years ago

i think they changed the CLI to "chia plotnft create" instead of "Chia plot create" so simple change p to c may not be working?

Ganbin commented 3 years ago

No, the chia chia plotnft create is to create a singleton plot that is used to pool. But the way to create plot is still the same as before, only to change -p by -c.

See the doc here https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-User-Guide#command-line-interface

CakeRepository commented 3 years ago

Have you tested this yet?

TomasVelPar commented 3 years ago

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

jack60612 commented 3 years ago

@Ganbin new pool support was added Please close your pull request

swar commented 3 years ago

Already added another implementation of this