forked from Someguy123/steem-rpc-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VER 1.1 - Improved Ctrl-C handling, better logging, commenting out no…
…des support and more. - Overhauled README with feature list, a screenshot, and usage information - Better formatted logging output - Improved categorisation of log messages, so that a reasonable amount of info is printed in non-verbose mode - Added signal handler to improve responsiveness to Ctrl-C - Fixed verbose flag (-v) so you don't have to specify a value after it - Added a flag to specify a custom node list (-f) - Added quiet flag (-q) for minimal logging output - Improved description text in the built-in help (-h)
- Loading branch information
1 parent
aefd22c
commit ffa3771
Showing
4 changed files
with
117 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
https://steemd.privex.io | ||
https://direct.steemd.privex.io | ||
https://api.steemit.com | ||
https://steemd-appbase.steemit.com | ||
https://steemd.steemitstage.com | ||
https://rpc.buildteam.io | ||
https://gtg.steem.house:8090 | ||
https://rpc.steemviz.com | ||
https://rpc.steemliberator.com | ||
https://rpc.curiesteem.com | ||
https://steemd.minnowsupportproject.org | ||
#https://rpc.curiesteem.com | ||
https://steemd.minnowsupportproject.org | ||
http://steemseed-fin.privex.io:8091 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ six==1.11.0 | |
Twisted==18.7.0 | ||
urllib3==1.23 | ||
zope.interface==4.5.0 | ||
privex-loghelper |