wjblanke

Results 125 comments of wjblanke

This is the interesting part The CLI WILL start the full node. It's specifically the GUI that is hanging. We did change how the GUI launches services recently. Izumi can...

Can we get a **new log file** after the reboot? That should clear the 8444 error. https://docs.chia.net/installation/?_highlight=install#cli Also you can try running without the GUI chia start node don't use...

Make sure you install the Microsoft Visual C++ 2010 Redistributable Package. vsyasm won't run without it, and being so old, most folks don't have it installed.

We had a G4400 user having problems with the Skylake non-AVX build. GC worked fine for him, as did Broadwell non-AVX so we will be switching to using the latter...

How many CPU cores do you have? Python only can do multiprocessing with 61 cores. A workaround for this is to use the reserved_cores config.yaml setting to remove some of...

This will probably break people's scripts if they depend on it. I wouldn't be against a RPC/CLI option to include these numbers, if you are willing to change it to...

Will can u fight through these import renames. I promise to get it merged after this. Thanks

This is now fixed in main

Can you send us the log snippet that shows what you are seeing? For validation we sometimes have to go grab different blocks at different times so this could be...