1732522727 Warning: rpc port 9234 exception <class 'requests.exceptions.ReadTimeout'> "HTTPConnectionPool(host='127.0.0.1', port=19828): Read timed out. (read timeout=600)" req {"id":0,"method":"cc.exchange_requests_pending_totals","params":["btc"]}
I can't see any reason why you would get ReadTimeout timeout from HTTPConnectionPool at port 19828. This port is not used by any of the CredaCash software. I would suggest downloading a clean copy of Python 3.8.20 from
https://www.python.org/downloads/release/python-3820/ and seeing what the script does when run under this version of Python.
There is also no reason the mining script should be attempting to query pending totals for btc (see "params":["btc"]), since btc is not involved in mining. The mostly likely cause of this is an incorrect setting in one of the configuration files. If the script doesn't work under Python 3.8.20, we would be happy to walk you through each step of the mining instructions at
https://CredaCash.com/mining, starting with an unmodified version of the CredaCash software and configuration files to determine what is going wrong.