v0rl0x / bitcoin-bruteforce

A Go program designed to create private keys, derive corresponding public keys from the private keys, and then check that the generated wallet addresses have funds.
23 stars 14 forks source link

balance api not working #4

Closed jomagalo closed 3 months ago

jomagalo commented 4 months ago

The function established to obtain the balance constantly crashes. ./bitcoin-wallet-bruteforce 1000 wallets.txt

Could the code be modified with a more stable system, such as a local full Bitcoin node?

v0rl0x commented 3 months ago

API limitations, purchase an api key if needed and then modify the url in the code to match the api url.

Adding proxies here shortly, check back within a week for a proxy version of this to avoid rate limits.