Can using multiple processes of this on same pc can disable it to use the api? #35
Unanswered
SideCoder7
asked this question in
Q&A
Replies: 1 comment
-
Even one can cause the API to block you. The description states that it uses the sochain.com api but it does not. (most likely because that one uses a paid api key) It uses the (free) blockcypher api which has a limitation of 100 calls per hour which comes down to one every 36 seconds. However, this script has no error handling in it, so even though it says it is still checking balances, it is actually not because the API has already blocked you after a few seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can using multiple processes of this on same pc can cause it not being able to use the api?
Can using multiple processes of this on same pc can disable it to use the api?
Beta Was this translation helpful? Give feedback.
All reactions