Browse Source

Add node.js version note; Remove old screenshots

fix-133-memory-crash
Dan Janosik 7 years ago
committed by GitHub
parent
commit
422dc7b29f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 50
      README.md

50
README.md

@ -28,8 +28,9 @@ The below instructions are geared toward BTC, but can be adapted easily to other
## Prerequisites
1. Install and run a full, archiving node - [instructions](https://bitcoin.org/en/full-node). Ensure that your node has full transaction indexing enabled (`txindex=1`) and the RPC server enabled (`server=1`).
1. Install and run a full, archiving node - [instructions](https://bitcoin.org/en/full-node). Ensure that your bitcoin node has full transaction indexing enabled (`txindex=1`) and the RPC server enabled (`server=1`).
2. Synchronize your node with the Bitcoin network.
3. "Recent" version of Node.js (8+ recommended).
## Instructions
@ -47,53 +48,6 @@ The below instructions are geared toward BTC, but can be adapted easily to other
1. `docker build -t btc-rpc-explorer .`
2. `docker run -p 3002:3002 -it btc-rpc-explorer`
# Screenshots
<table>
<tr>
<td valign="top">
<h4>Homepage (list of recent blocks)</h4>
<img src="public/img/screenshots/home.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
<td valign="top">
<h4>Node Details</h4>
<img src="public/img/screenshots/node-details.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
<td valign="top">
<h4>Transaction Details</h4>
<img src="public/img/screenshots/transaction.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
</tr>
<tr>
<td valign="top">
<h4>Browse Blocks</h4>
<img src="public/img/screenshots/blocks.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
<td valign="top">
<h4>Block Details</h4>
<img src="public/img/screenshots/block.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
<td valign="top">
<h4>Mempool Summary</h4>
<img src="public/img/screenshots/mempool-summary.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
</tr>
<tr>
<td valign="top">
<h4>Transaction, Raw JSON</h4>
<img src="public/img/screenshots/transaction-raw.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
<td valign="top">
<h4>RPC Browser</h4>
<img src="public/img/screenshots/rpc-browser.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
<td valign="top">
<h4>Connect via RPC</h4>
<img src="public/img/screenshots/connect.png" style="margin-right:5px; border: 1px solid #ccc;" />
</td>
</tr>
</table>
# Donate
To support continued development of this tool and/or to support the hosting of the live demo site:

Loading…
Cancel
Save