bitcoin-bruteforce icon indicating copy to clipboard operation
bitcoin-bruteforce copied to clipboard

"Failed to check balance for 'any address that its checking': invalid character '<' looking for beginning of value"

Open hw9da opened this issue 1 year ago • 3 comments

Program works well at the start, but after around 1-2 minutes it gives me this error -

"2024/02/14 20:02:46 Worker 36: Failed to check balance for 18LRpf9BWypZJLFTNL7nsxToP1EsWREpiK: invalid character '<' looking for beginning of value"

Also there is another error that comes with it.

"2024/02/14 20:10:59 Worker 3987: Failed to check balance for 1Ac3ezAJh91z5X2CixGWEj2NterKBd7pBd: Get "https://api.blockcypher.com/v1/btc/main/addrs/1Ac3ezAJh91z5X2CixGWEj2NterKBd7pBd/balance": read tcp 192.168.0.116:65287->104.20.20.251:443: wsarecv: An existing connection was forcibly closed by the remote host."

Any ideas?

Images of the problem -

a23123 asdasd asdasda

hw9da avatar Feb 14 '24 20:02 hw9da

most likely the api just timed me out, but any ideas to fix this? for example including a place to select a list of proxies that it could use without it timing out?

hw9da avatar Feb 14 '24 21:02 hw9da

most likely the api just timed me out, but any ideas to fix this? for example including a place to select a list of proxies that it could use without it timing out?

I will implement a way to use proxies if needed, however u should rarely hit the api limits as its limited to how many concurrent api calls it can make

v0rl0x avatar Apr 02 '24 22:04 v0rl0x

ok ty

hw9da avatar Apr 02 '24 23:04 hw9da

Wouldn't it be more stable implementing a local bitcoin node?

jomagalo avatar May 29 '24 17:05 jomagalo

Wouldn't it be more stable implementing a local bitcoin node?

There is an offline version with a link to the databases with all BTC wallets with funds (500 something gigabytes)

v0rl0x avatar Jun 08 '24 03:06 v0rl0x