grayfallstown

Results 85 comments of grayfallstown

> Maybe having a new column showing the plot running time. Will be in the next version

@Bluebrain2000 Your tool looks interessting. Did you publish it somewhere or can you upload it somewhere and send me the link to [email protected]? This would give me a head start...

Open the terminal Type `chia show keys` Copy the farmerkey and the poolkey create a file called `run-chia-plotter.sh` Paste this in there: ``` export THREADS="$(expr $(nproc) / 2)"; \ export...

Execute `sudo apt install uuid -y` on the console to install the uuid command. Make sure the folder `/home/cyper/.chia/mainnet/plotter/` exists by executing `mkdir -p /home/cyper/.chia/mainnet/plotter/`.

They changed the log format a bit. Update Chia Plot Status.

There was a bug. Please update and try again.

@Isking007 take the same command you are currently using and just add ` 2>&1 | % ToString | Tee-Object -FilePath "C:\Users\$env:UserName\.chia\mainnet\plotter\$([GUID]::NewGUID().ToString('D')).log"` at the end. Note: it starts with a whitespace.

The `$([GUID]::NewGUID().ToString('D'))` part is a command that creates a random ID for the log file. Leave it unchanged. Nothing needs to be replaced.

@Hatt3rPi make sure you use powershell and not cmd.

> Hi! I am getting this error when ~$ ./run-chia-plotter.sh > `./run-chia-plotter.sh: line 5: /home/mk/chia-plotter/build2/chia_plot: No such file or directory` > Can you help me please? You need to change...