-
-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New official pool support / nftpool support #1224
Conversation
add pool url to objects.py
add pool url to jobs.py
@jack60612 Hey, Jack! I like this PR! How about you merge this PR https://github.com/swar/Swar-Chia-Plot-Manager/pull/1139/files from @jchristman75 in your fork? |
@mladenperisic i do understand where you are coming from. however i would like to get this fork merged as soon as possible so i'm probably not going to do that |
@jack60612 thank you so much. I have made those modifications to the original code and its working for me. |
@jack60612 I tried running your branch and was having super weird issues that I had to debug. I kept my |
I think you must delete (or comment) your pool_public_key, and is not the pool url, its your pool contract address (you can obtaint it making a plot with chia gui, deleting it after few seconds and checking que plot log).
|
The point I was trying to make is that this is a problem and the plot manager should catch this. |
yep i made this code 10 days ago before this was clear so im fixing it now |
Is it necessary to keep the 'pool_public_key' variable? Is the '-p' flag needed for anything? Would changing one letter in the file pools.py do the trick for updating to chia 1.2 pools?
to Would the pool_public_key variable in the config.yaml file then work for the new "pool contract key"? |
Backwards compatibility |
@jack60612 can you add a placeholder to the Russian README as well and I will get this merged out soon |
added |
The new pool_url variable allows the use of Pool Contract Address
Refer to
https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-FAQ#how-do-i-assign-portable-plots-to-a-pool
Tested and working on linux and windows