Skip to content

Commit

Permalink
added multiprocessing explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaacdelly authored Feb 20, 2018
1 parent 0051987 commit 3cb6e5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@ Run File:
$ cd Plutus
$ python plutus.py
(traditional execution)
or
$ python plutus.py -m
(multiprocessing)
```

Multiprocessing is now supported thanks to Wayne Yao (https://github.com/wx-Yao)
#

# Proof of Concept
Expand Down Expand Up @@ -92,7 +99,7 @@ This program queries Block Explorer API for wallet balances making a HTTP reques

If you are receiving a lot of errors, visit <a href="https://bitcoinlegacy.blockexplorer.com/">Blockexplorer.com</a> to see if their API might be down.

This program also responds to 429 HTTP responses because of the high frequency of server requests. When a 429 is encountered, the program will continue without giving an error. However, if several 429's are received consecutively, the user will get the result `Unable to connect to API after several attempts` and will be forced to wait 30 seconds until the program continues again.
This program also responds to 429 HTTP responses because of the high frequency of server requests. When a 429 is encountered, the program will print the error, but will not pause. However, if several 429's are received consecutively, the user will get the result `Unable to connect to API after several attempts` and will be forced to wait 30 seconds until the program continues again.

#

Expand Down

0 comments on commit 3cb6e5f

Please sign in to comment.