madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 662 forks source link

Start error:Pool Public Key (48 bytes) needs to be specified via -p <hex>, see `chia keys show`. #430

Open xuanyuan219 opened 3 years ago

xuanyuan219 commented 3 years ago

./chia_plot \

-n 1 \ -r -4 \ -u 7 \ -t /Users/x/Documents/Chia-Plot/ \ -2 /Users/x/Documents/Chia-Plot/ \ -d /Volumes/28T/Chia-P-OK/ \ -p 8326f0887e1267fc951117256e65d0317653eaa75d2b0c2abc6556aca2b1735409d308c77482cb49869861c7d11caa2d \ -f 943048518732207350234c49aa6e38df198924921f0d146ccc666bb59afefcc283600567b38a0e38c771bf8041a48939 Pool Public Key (48 bytes) needs to be specified via -p , see chia keys show. zsh: command not found: 1

Who can tell me what's wrong?

xuanyuan219 commented 3 years ago

The and Is generated using chia 'chia keys show'

xuanyuan219 commented 3 years ago

Apple Mac Pro macOS Big Sur 11.4

pubswork commented 3 years ago

same problem here! on both of 9900k and 1920x systems :(

madMAx43v3r commented 3 years ago

-r -4 -> should be -r 4

bmitioglov commented 3 years ago

the problem might be with your line breaks, I had the same error, it worked after I removed all line breaks in my command

IgnaciusMaximus commented 3 years ago

can you post an example of that please? i do not undestand what you mean of remove line breaks

IgnaciusMaximus commented 3 years ago

the problem might be with your line breaks, I had the same error, it worked after I removed all line breaks in my command

can you post an example please?

olaq123 commented 3 years ago

Hi. I also get this error. Have tried to copy the keys over and write them manually but it does not seem to accept it. Have generated keys using chia 'chia keys show'

.\chia_plot.exe -n 1 -r 4 -u 7 -t "C:\Plotts\" -2 "S:\Plotts" -d "Y:\MadMax\Done\" -p a94b3ba2f040753650fdeb2ffa8727b895e0482a03e93b3e518d159a3ed3e6f657250fe09788f145bf7d2b9877795d9f -f b2a8176007ae5524a20b5b824e9e2d0e24a96f18e2697fc963f3451853f256de8760a1872013e579527f3163bf4507b5

Can anyone tell me whats wrong here? (windows version)