RichWalletPrivateKeyFinder2 icon indicating copy to clipboard operation
RichWalletPrivateKeyFinder2 copied to clipboard

doesn't work

Open Franciukas opened this issue 10 months ago • 1 comments

line 105, in init if not issubclass(cryptocurrency, ICryptocurrency): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: issubclass() arg 1 must be a class

Franciukas avatar Jan 16 '25 00:01 Franciukas

line 105, in init if not issubclass(cryptocurrency, ICryptocurrency): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: issubclass() arg 1 must be a class

its due the update of hdwallet library get the documentation and change it using chatgpr or something else

PhantomReaper2025 avatar Feb 26 '25 16:02 PhantomReaper2025

line 105, in init if not issubclass(cryptocurrency, ICryptocurrency): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: issubclass() arg 1 must be a class

Bug Fixed reth.py

  • debug and refactoring reth.py: fix

install libcrypto and colorama library :

pip install --upgrade libcrypto colorama

Running Main Script :

python reth.py

Pymmdrza avatar Oct 20 '25 13:10 Pymmdrza