keewenaw / Ethereum-Wallet-Cracker

A fun script to steal Ether from wallets suffering from insufficient entropy during key generation.
GNU General Public License v3.0
56 stars 19 forks source link

Web3 error connecting #6

Closed wetdro closed 7 months ago

wetdro commented 7 months ago

AttributeError: 'Web3' object has no attribute 'isConnected'. Did you mean: 'is_connected'?

wetdro commented 7 months ago

ile "/Users/*/Downloads/Ethereum-Wallet-Cracker-main/src/ethereum-wallet-cracker/ethereum-wallet-cracker.py", line 277, in main() File "/Users/***/Downloads/Ethereum-Wallet-Cracker-main/src/ethereum-wallet-cracker/ethereum-wallet-cracker.py", line 219, in main web3Instance = connect(connectionUrl) File "/Users/****/Downloads/Ethereum-Wallet-Cracker-main/src/ethereum-wallet-cracker/ethereum-wallet-cracker.py", line 142, in connect if not web3Instance.isConnected(): AttributeError: 'Web3' object has no attribute 'isConnected'. Did you mean: 'is_connected'?

keewenaw commented 7 months ago

Yeah, they updated the module since I last looked at this. Fixed.

wetdro commented 7 months ago

Yeh I fixed it myself….i ran it but the free api infura timed out from to many requests….

On Wed, Nov 22, 2023 at 10:34 PM Mark R. @.***> wrote:

Yeah, they updated the module since I last looked at this. Fixed.

— Reply to this email directly, view it on GitHub https://github.com/keewenaw/Ethereum-Wallet-Cracker/issues/6#issuecomment-1823810951, or unsubscribe https://github.com/notifications/unsubscribe-auth/BD3CAYQRFJTURFHNDYPRJMTYF3G7BAVCNFSM6AAAAAA7XDZOT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRTHAYTAOJVGE . You are receiving this because you authored the thread.Message ID: @.***>