BitGen icon indicating copy to clipboard operation
BitGen copied to clipboard

Bitcoin wallet generator and scrapper

Results 20 BitGen issues
Sort by recently updated
recently updated
newest added

It will be very good if the developers add a function so that it is possible to parse private keys to existing btc addresses or so that private keys are...

enhancement

Hi Anarab. I found your old btc mnemonic phrase bruteforce from python forum. I also know a russian guy who is selling your program for 500$. He also give me...

enhancement

@Anarbb Why do you don't remove the delay? ![image](https://user-images.githubusercontent.com/87039655/192860485-a85a7f70-1f6a-4a90-bc21-73d57ca21ed5.png)

When I try to sync the blockchain key settings, I get an error saying: error try again later. I am new to this and really dont know how everything works,...

from time import sleep import requests import json from btcaddr import Wallet from time import sleep from fake_user_agent import user_agent def generate_addresses(count): addresses = {} for i in range(count): wallet...

In the check.py script, I manually entered the User-Agent and it started working correctly. Perhaps some problems with the auto-detection of User-Agent

BitGen with contributions feat:add rate-limit handling ,error messages and progress indicator I added rate-limit handling for API requests ,which improved error messages for better user feedback ,and a progress indicator...

I run the script via main.py (all modules are installed), but the console writes this to me ``` You are rate-limited please switch to a vpn/proxy or you dont have...

Good afternoon, colleagues. I don't understand what I'm doing wrong, please help. When the program starts, 100 unique addresses are checked, after which the program does not generate new 100...

I did all install requirements manulay , and didnt work. what is wrong. i use kali ~~~~~~~~~~~~~~~~~~~~~~~~~~ pip install aiohttp==3.8.1 pip install aiosignal==1.2.0 pip install async-timeout==4.0.2 pip install attrs==22.1.0 pip...