Open maximus1218 opened 3 years ago
Same issue. Running win 10 madmax thru powershell
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?
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.
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?
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 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
I'm trying to make poolable plots
I feel like I just need to update my version of the plotter, how do I do that?
./chia_plot.exe -n 5 -c xch17ehysyq9hsx07rsc2jqv8afc5usldxqe6etr7awtlqn22efza80q3zgpw5 -f 6be96441f4fbf5c137e710417f07d87a0b149a142d0a0cb687a4db75aedaaad719883c275b6180c07014018e83209d3 -t D:\ -d G:\ -r 8 -u 256 -v 128
Try that
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
Thanks, its working fine now
what did u do
I just updated my chia_plot.exe
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?