madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 662 forks source link

configuring ps1 file #788

Open maximus1218 opened 3 years ago

maximus1218 commented 3 years ago

when I configure the ps1 file and open it via PowerShell I get the message "Pool Public Key (48 bytes) needs to be specified via -p " I tried to just enter the pool public key adding -p into the file but it did nothing. Anyone know what's causing this?

chalamb1 commented 3 years ago

Same issue. Running win 10 madmax thru powershell

Mattchew86 commented 3 years ago

paste your command line here without the keys and we can check if it's set up properly - are you trying to plot for pools or not?

Mattchew86 commented 3 years ago

There are two pool numbers - but one is a public key, one is the pool contract address...

For personal plots you use -p and the pool public key, for poolable plots you use -c and the contract address.

chalamb1 commented 3 years ago

I dont have power at the moment fRom storms. but it is basic commands ive ran for a long time. I replaced the -p with - c and the key from the pool. Ive even typed it in manually. Do i need to add something else for it to see it. Some other arguement? Someone said contract arg before key. What is that?

maximus1218 commented 3 years ago

PS C:> cd C:\Users\maxwe\OneDrive\Desktop\madmax PS C:\Users\maxwe\OneDrive\Desktop\madmax> .\chiaplotter.ps1 Multi-threaded pipelined Chia k32 plotter - 249c365 Build 0.0.6 for Windows. Check for latest updates: https://stotiks.github.io/chia-plotter/

Pool Public Key (48 bytes) needs to be specified via -p , see chia keys show.

This is what my ps1 file looks like:

./chia_plot.exe -n 5 -f 86be96441f4fbf5c137e710417f07d87a0b149a142d0a0cb687a4db75aedaaad719883c275b6180c07014018e83209d3 -c xch17ehysyq9hsx07rsc2jqv8afc5usldxqe6etr7awtlqn22efza80q3zgpw5 -t D:\ -2 D:\ -d G:\ -r 8 -u 256 -v 128

maximus1218 commented 3 years ago

I'm trying to make poolable plots

maximus1218 commented 3 years ago

I feel like I just need to update my version of the plotter, how do I do that?

Mattchew86 commented 3 years ago

./chia_plot.exe -n 5 -c xch17ehysyq9hsx07rsc2jqv8afc5usldxqe6etr7awtlqn22efza80q3zgpw5 -f 6be96441f4fbf5c137e710417f07d87a0b149a142d0a0cb687a4db75aedaaad719883c275b6180c07014018e83209d3 -t D:\ -d G:\ -r 8 -u 256 -v 128

Try that

Mattchew86 commented 3 years ago

I feel like I just need to update my version of the plotter, how do I do that?

ah, which version are you on? You need version 0.1.1

https://github.com/stotiks/chia-plotter/releases

download just the chia_plot_0.1.2a.zip, extract and replace your chia_plot application file and keep your existing powershell file

maximus1218 commented 3 years ago

Thanks, its working fine now

chalamb1 commented 3 years ago

what did u do

maximus1218 commented 3 years ago

I just updated my chia_plot.exe