Skip to content
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

Name error #4

Open
mikbr opened this issue Nov 15, 2023 · 2 comments
Open

Name error #4

mikbr opened this issue Nov 15, 2023 · 2 comments

Comments

@mikbr
Copy link

mikbr commented Nov 15, 2023

changed URL to https://keys.qcoinz.com/bitcoin/random then ran the program. this is what i got back.

Installing required packages...
Requirement already satisfied: beautifulsoup4==4.9.3 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 1)) (4.9.3)
Requirement already satisfied: requests==2.31.0 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 2)) (2.31.0)
Requirement already satisfied: soupsieve>1.2 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from beautifulsoup4==4.9.3->-r requirements.txt (line 1)) (2.5)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from requests==2.31.0->-r requirements.txt (line 2)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from requests==2.31.0->-r requirements.txt (line 2)) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from requests==2.31.0->-r requirements.txt (line 2)) (2.0.7)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\mb341\appdata\local\programs\python\python311\lib\site-packages (from requests==2.31.0->-r requirements.txt (line 2)) (2023.7.22)
Running the script...
Traceback (most recent call last):
File "C:\Users\MB341\ByeBye-Bitcoin-Remaster\main.py", line 64, in
process_wallet(wallet)
File "C:\Users\MB341\ByeBye-Bitcoin-Remaster\main.py", line 22, in process_wallet
if "Private Key" in getwallet:
^^^^^^^^^
NameError: name 'getwallet' is not defined. Did you mean: 'wallet'?
Script execution completed.
Press any key to exit...

@Zecxy
Copy link

Zecxy commented Dec 11, 2023

i tried this aswell, changed 'getwallet' to 'wallet' and now its supposidly checking the wallets

@SuperKaa
Copy link

SuperKaa commented May 4, 2024

the api does not work anymore, bitcoinlist.io is down and qcoinz.com is returning errors, do you have any new site to use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@mikbr @SuperKaa @Zecxy and others