farhad2161/Randbit

Strange log

PreWriter666 opened this issue · 4 comments

Returns some strange answers if I use blockcypher.com
sct

And if I use blockchain.info
str2

Hi,
You should check their API documentation. I guess they have changed their APIs a little bit.
I'm sure you can fix the problem by reading their API documentation.
Also remember that if you send too many request, they will block some of your requests.

Do not hesitate to send me a pull request ;)

hello, can you help me please why I see this message??
import configparser
ImportError: No module named configparser
what wrong I do?

Hi,
try this
pip install configparser
then run again