madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 664 forks source link

Puzzle-hash and singleton address conflicts. #765

Open Towhid999 opened 3 years ago

Towhid999 commented 3 years ago

Screenshot from 2021-07-08 20-16-36 P2 singleton address (pool contract address for plotting): xch15w27uyj8h28770sq8j47lpdnajaahm8z0rckhawnpxfe8hg7t49sp96fss but showing different puzzle-hash address. As a result plots are not showing in pool tab overview plot counts, in Chia Gui. any help??

KingMo5h commented 3 years ago

My plot is not showing too in the pool tab. I added -c and pool contract adress and deleted -p. Someone got a solution?

ghost commented 3 years ago

Where can I find the pool contract key value for the -c option?

KingMo5h commented 3 years ago

https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-User-Guide says all. short create a pool nft, go over the questionmark and copy.

DarkVentHead commented 3 years ago

Same issue as well. I have made 6 plots and non are being pulled in to the GUI under the pool. Anyone have any leads?

If you check the log however, it states that those 6 plots ARE being farmed in the total number of plots farmed. I'm just concerned that they are not ACTUALLY being farmed as the GUI shows 0 in the pool section.

zhangxxyz commented 3 years ago

-p与-c冲突,使用-c就好

gryan315 commented 3 years ago

Mad max uses the puzzle hash to create the plot, but allows you to put in your easier to access address. To verify the hash you are seeing matches your singleton address, check it at https://www.chiaexplorer.com/tools/address-puzzlehash-converter

On a separate note, I stopped using the GUI because I found it to be a buggy mess when dealing with plots, often requiring removing and re-adding directories.

DarkVentHead commented 3 years ago

I've used the .deb package with good success. I'm aware that the address and resulting puzzle hash SHOULD be differen. I guess i'm more concerned that the GUI isn't registering the 6 plots it should be. Is there a way to verify plot authenticity, do you know?

I did cross reference at the link given (Thank you for that!). Other than the initial 0x (which i believe SHOULD be missing). All looked good.

gryan315 commented 3 years ago

The GUI takes time to update, I often found I had to remove and re-add directories through the GUI to get new plots to show up. Another way to see your plots would be to use some other software that parses the logs, as every time you have harvester activity, it shows the number of plots, I'm a big fan of chia harvest graph.

KingMo5h commented 3 years ago

It works now for me. When I plot for self poling it doesnt work but when i create plots for a pool, it works somehow.