Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
57167246
Topic
647432
Board
Development & Technical Discussion
Re: How to get Public Key from Wallet Address
by
NotATether
on
05/06/2021, 21:36:15 UTC
Quote from: gsciservices on
Today
at 06:14:29 PM
for address in addresses:
if address == '':
continue
response = requests.get('
https://blockchain.info/q/pubkeyaddr/
' + address)
~
This is going to get you throttled or blocked by blockchain.info
VERY
quickly unless you place a
time.sleep()
after the request is made.