diff options
author | Daniel Edgecumbe <esotericnonsense@danedgecumbe.com> | 2017-09-16 04:37:08 +0100 |
---|---|---|
committer | Daniel Edgecumbe <esotericnonsense@danedgecumbe.com> | 2017-09-16 04:37:08 +0100 |
commit | e087c243f9e1cf45efbb13d988074c06e4cb893b (patch) | |
tree | a592aa5f83a60063285ecb9ec7001f2c9beafb9b | |
parent | fc76ba8e27843a9092b0a05da606f8e8faa0461e (diff) |
Update attribution to reflect current nick
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | main.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # bitcoind-chainstats index interesting stats from the blockchain using bitcoind JSON-RPC -produced by Amphibian (azeteki, atelopus_zeteki) +produced by esotericnonsense ## dependencies * tested with python 2.7.3, bitcoind 0.9.2.1 @@ -1,7 +1,7 @@ #!/usr/bin/env python ############################################################################### -# bitcoind-chainstats by Amphibian +# bitcoind-chainstats by esotericnonsense # thanks to jgarzik for bitcoinrpc # and of course the bitcoin dev team for that bitcoin gizmo, pretty neat stuff ############################################################################### |