Chia-Network / pool-reference

Reference python implementation of Chia pool operations for pool operators
Apache License 2.0
438 stars 197 forks source link

Small issues i notice a few times now #45

Closed LouisLoudogTrottier closed 3 years ago

LouisLoudogTrottier commented 3 years ago

It doesn't really seems to affect anything but while you are doing a chia wallet show on the farmers side, ERROR:root:Unexpected error in get_peak_loop: {'error': '', 'success': False} is thrown in the pool-server output. And it seems to recover by itself.

Is this the right place to report small incident like this? If not please advise. Regards.

Screenshot from 2021-06-05 15-11-17

Using the pools.2021-june-4 branch on ubuntu 20.04, and did the following to resolve my previus issue at https://github.com/Chia-Network/pool-reference/issues/44

FileNotFoundError: [Errno 2] No such file or directory: '/home/llt/pool-reference/venv/lib/python3.8/site-packages/chia/wallet/puzzles/pool_escaping_innerpuz.clvm.hex'


cd venv/lib/python3.8/site-packages/chia/wallet/puzzles/
wget https://raw.githubusercontent.com/Chia-Network/chia-blockchain/d72452c5c7c468df24a093d24617cf1e57dedf3e/chia/wallet/puzzles/pool_escaping_innerpuz.clvm
cd ~/pool-reference
sudo CHIA_ROOT="/home/llt/.chia/testnet7" ./venv/bin/python pool/pool_server.py
Sheldenshi commented 3 years ago

Hey, would you mind sending me your email? I am having some trouble running pool server

Sheldenshi commented 3 years ago

Your issue can be solved by changing POOL_ESCAPING_MOD = load_clvm("pool_escaping_innerpuz.clvm") to POOL_ESCAPING_MOD = load_clvm("pool_waitingroom_innerpuz.clvm") in the singleton.py file

canhmai commented 3 years ago

@LouisLoudogTrottier image

i have done it for you !