Skip to content

Commit

Permalink
updated docs - 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Williams committed Jul 6, 2015
1 parent bb81739 commit 374c3c4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
1.6.1
* fixed last_txs setting
* added hashrate_units setting
* added cryptsy support (markets)
* removed market update lockfile

1.6.0
* Fixed negative/incorrect balance due to sending to yourself (Issues #6, #8)
* Pages found via search now display full url
Expand Down
11 changes: 6 additions & 5 deletions README.md
@@ -1,18 +1,19 @@
Iquidus Explorer - 1.6.0
Iquidus Explorer - 1.6.1
================

An open source block explorer written in node.js.

### See it in action

* [Jumbucks](http://explorer.getjumbucks.com)
* [Phalanx](http://pxl.iquidus.co.nz)
* [Sphere](http://sphere.iquidus.io)
* [Gambit](http://explorer.gambitcrypto.com)
* [Vanillacoin](https://blockchain.vanillacoin.net/)
* [Coven](http://cov.iquidus.co.nz)
* [Coven](http://cov.iquidus.io)
* [OKCash](http://okcash.explorer.rocks/)
* [Neoscoin](http://explorer.infernopool.com/)
* [Neoscoin](http://explorer.infernopool.com/)

**note: If you would like your instance mentioned here contact me**
*note: If you would like your instance mentioned here contact me*

### Requires

Expand Down
4 changes: 4 additions & 0 deletions UPGRADE
@@ -1,5 +1,9 @@
Note: All updates require the explorer to be restarted

1.6.0 -> 1.6.1
* Add new cryptsy_id and hashrate_units settings (see settings.json.template)
* remove tmp/market.pid (if it exists)

1.5.2 -> 1.6.0
* Change market settings to new format (see settings.json.template)
* Reindex explorerdb (node --stack-size=15000 scripts/sync.js index reindex)
Expand Down

0 comments on commit 374c3c4

Please sign in to comment.