We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
i tried this aswell, changed 'getwallet' to 'wallet' and now its supposidly checking the wallets
Sorry, something went wrong.
the api does not work anymore, bitcoinlist.io is down and qcoinz.com is returning errors, do you have any new site to use?
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: