maded2 / plotng

PlotNG - plotting utility for Chia.Net
Apache License 2.0
128 stars 24 forks source link

Support -f & -p #2

Closed miketweaver closed 3 years ago

miketweaver commented 3 years ago

https://github.com/maded2/plotng/blob/5ec1e63a08671a24af513e8f9793a2bfff7b323c/internal/activePlot.go#L82

It would be nice if you supported -f & -p as an alternative to -a

This allows you to create plots without having the private keys on the plotter.

s0ftice commented 3 years ago

Thanks, this is a must-have for me too. Currently I'm getting RuntimeError: No keys, please run 'chia keys add', 'chia keys generate' or provide a public key with -f and I'm not keen to load private keys on untrusted plotters...

maded2 commented 3 years ago

implemented