More README changes
-Added a few badges to the top of the README (version, release date, last commit, platform and license) -Added a new svg image as a README badge for platform support -Moved the "Special Thanks" section closer to the bottom of the README and added a link to it in the TOC -Removed the "Open Bounty Program" section -Added a "Premium Support" section -Updated the pre-install instructions -Replaced the broken "Iquidus Block Explorer Setup Guide" link with another guide called "Beginners Guide for Iquidus Explorer Setup" and re-added "The Ultimate Iquidus Explorer Installation Guide" from WayBackMachine -"How You Can Support Us" section renamed to "Donations / Support Us" -Rewrote some of the text for the "Donations / Support Us" section
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
# eIquidus
|
||||
|
||||
### v1.99.0
|
||||

|
||||

|
||||

|
||||
<img src="public/img/screenshots/platform-windows macos linux-lightgrey.svg" />
|
||||

|
||||
|
||||
Written in node.js and mongodb, eIquidus is the most stable, secure, customizable and feature-rich open-source block explorer with support for virtually any altcoin that implements some form of the [Bitcoin RPC API protocol](https://developer.bitcoin.org/reference/rpc/index.html). Originally built for the [Exor blockchain](https://github.com/team-exor/exor), eIquidus has since grown into a fully-featured explorer with a focus on stability and security at its core. All features from the [original iquidus explorer](https://github.com/iquidus/explorer) are included here along with many new ideas from other iquidus forks, and an absolute ton of new custom changes and bug fixes that were developed specifically for eIquidus.
|
||||
|
||||

|
||||
|
||||
#### Special Thanks
|
||||
- **[Luke Williams (aka iquidus)](https://github.com/iquidus):** for creating the original [Iquidus explorer](https://github.com/iquidus/explorer)
|
||||
- **[Alan Rudolf (aka suprnurd)](https://github.com/suprnurd):** for the custom changes found in the [Ciquidus explorer](https://github.com/suprnurd/ciquidus)
|
||||
- **[Tim Garrity (aka uaktags)](https://github.com/uaktags):** for his many contributions to the Iquidus explorer and custom features from the [uaktags explorer](https://github.com/uaktags/explorer)
|
||||
- **[TheHolyRoger](https://github.com/TheHolyRoger):** for his continued work and contributions to the Iquidus explorer
|
||||
- All the rest of the Iquidus contributors who helped shape the Iquidus explorer in some way
|
||||
### Premium Support
|
||||
|
||||
<h3 class="rich-diff-level-zero" align="center" name="eiquidus-open-bounty-program">:moneybag: eIquidus Open Bounty Program :moneybag:</h3>
|
||||
<h3 class="rich-diff-level-zero" align="center">:moneybag: DEVELOPERS WANTED: We pay EXOR coins for quality pull requests :moneybag:</h3>
|
||||
|
||||
Before getting too excited, please note that for now, the average payment will likely be equivalent to the price of a cup of coffee, depending on the complexity and usefulness of the pull request. The open bounty means that we welcome any and all code submissions that improve the overall experience of the explorer in some way. We are generally more interested in bug fixes and feature enhancements that are useful for most users, and are less interested in coin-specific changes that only benefit a small handful of users, although we do appreciate and support those types of updates as well. Payments will be decided on a case by case basis. If you are interested in submitting a pull request for payment, you may [create a new issue](https://github.com/team-exor/eiquidus/issues) for bugs, [start a new discussion](https://github.com/team-exor/eiquidus/discussions) for general updates, or contact the developer privately via Discord or Telegram using the links below to get an approximate quote on how much a particular fix or feature may be worth.
|
||||
All code in this project is open source and available free-of-charge under the BSD-3-Clause license. If you require assistance setting up an explorer for your coin, or are interested in hiring a developer to incorporate custom changes for your explorer, you may contact the developer using the links below:
|
||||
|
||||
<div align="center">
|
||||
<a href="https://discord.gg/dSuGm3y"><img src="https://img.shields.io/badge/Discord-Joe%20%5BTeam%20Exor%5D%235573-blue?style=for-the-badge&logo=Discord" /></a>
|
||||
@@ -64,7 +60,8 @@ Table of Contents
|
||||
- [Restore Database Script](#restore-database-script)
|
||||
- [Delete Database Script](#delete-database-script)
|
||||
- [Known Issues](#known-issues)
|
||||
- [How You Can Support Us](#how-you-can-support-us)
|
||||
- [Donations / Support Us](#donations--support-us)
|
||||
- [Special Thanks](#special-thanks)
|
||||
- [License](#license)
|
||||
|
||||
### Features
|
||||
@@ -224,9 +221,10 @@ Table of Contents
|
||||
|
||||
While we do not yet have our own step-by-step setup instructions, there are a few well-written guides out there already that detail how to set up and install the [original iquidus explorer](https://github.com/iquidus/explorer). Because the setup process for iquidus is more-or-less identical to eIquidus at this moment in time (making changes to settings.json is probably the biggest difference although we have helpful comments for each setting), here are some of the more complete guides that may be useful for anyone who needs more detailed instructions than are provided in the [Quick Install Instructions](#quick-install-instructions):
|
||||
|
||||
1. [Iquidus Block Explorer Setup Guide](https://medium.com/stakeandnodes/iquidus-block-explorer-setup-guide-stake-and-nodes-4d183a8d07dc)
|
||||
1. [Beginners Guide for Iquidus Explorer Setup](https://gist.github.com/samqju/b9fc6c007f083e6429387051e24da1c3)
|
||||
2. [Node and Iquidus Explorer Setup for Dummies](https://gist.github.com/scottie/b6179c34ce3cf200fcc5d08727a46623)
|
||||
3. [Iquidus Block Explorer Guide](https://www.reddit.com/r/BiblePay/comments/7elm7r/iquidus_block_explorer_guide)
|
||||
4. [The Ultimate Iquidus Explorer Installation Guide - WAYBACKMACHINE](https://web.archive.org/web/20210228210054/https://stakeandnodes.net/iquidus-explorer-installation-guide/)
|
||||
|
||||
#### Quick Install Instructions
|
||||
|
||||
@@ -236,7 +234,8 @@ The following prerequisites must be installed before using the explorer:
|
||||
|
||||
- [Node.js](https://nodejs.org/en/) (v14.15.4 or newer recommended)
|
||||
- [MongoDB](https://www.mongodb.com/) (v4.4.3 or newer recommended)
|
||||
- A fully synchronized *coind* wallet daemon that supports the [Bitcoin RPC API protocol](https://developer.bitcoin.org/reference/rpc/index.html)
|
||||
- [Git](https://git-scm.com/downloads) (v2.36.0 or newer recommended)
|
||||
- A fully synchronized *coind* wallet daemon that supports the [Bitcoin RPC API protocol](https://developer.bitcoin.org/reference/rpc/index.html). **NOTE:** In most cases, the blockchain must be synced with the `txindex` feature enabled to have access to all transactions. See the [Wallet Settings](#wallet-settings) section for more details.
|
||||
|
||||
##### Database Setup
|
||||
|
||||
@@ -812,17 +811,24 @@ Where [SIZE] is an integer higher than the default.
|
||||
|
||||
*note: SIZE will depend on which blockchain you are using, you may need to play around a bit to find an optimal setting*
|
||||
|
||||
### How You Can Support Us
|
||||
### Donations / Support Us
|
||||
|
||||
The eIquidus block explorer is brought to you by the tireless efforts of the [Exor development team](https://exor.io/#section-team) for the benefit of the greater crypto community. If you enjoy our work, please consider supporting our continued development of this and many other cool crypto projects which you can find on our [github page](https://github.com/team-exor).
|
||||
|
||||
You can support us via one of the following options:
|
||||
Please consider supporting us with a small donation by sending us some cryptocurrency:
|
||||
|
||||
1. [Buy and hodl EXOR](https://app.stex.com/en/trade/pair/BTC/EXOR/1D). Buying and trading our EXOR coin helps stimulate the market price which allows us to hire more developers and continue to release high quality products in the future.
|
||||
2. Consider a small donation by sending us some cryptocurrency:
|
||||
- **BTC:** [15zQAQFB9KR35nPWEJEKvmytUF6fg2zvdP](https://www.blockchain.com/btc/address/15zQAQFB9KR35nPWEJEKvmytUF6fg2zvdP)
|
||||
- **EXOR:** [EYYW8Nvz5aJz33M3JNHXG2FEHWUsntozrd](https://explorer.exor.io/address/EYYW8Nvz5aJz33M3JNHXG2FEHWUsntozrd)
|
||||
3. Are you a software developer? Consider taking advantage of our [open bounty program](#eiquidus-open-bounty-program) and get paid in EXOR to help make the block explorer even better by submitting code improvements.
|
||||
- **BTC:** [15zQAQFB9KR35nPWEJEKvmytUF6fg2zvdP](https://www.blockchain.com/btc/address/15zQAQFB9KR35nPWEJEKvmytUF6fg2zvdP)
|
||||
- **EXOR:** [EYYW8Nvz5aJz33M3JNHXG2FEHWUsntozrd](https://explorer.exor.io/address/EYYW8Nvz5aJz33M3JNHXG2FEHWUsntozrd)
|
||||
|
||||
We also encourage submitting quality pull requests from software developers looking to help make the block explorer even better.
|
||||
|
||||
### Special Thanks
|
||||
|
||||
- **[Luke Williams (aka iquidus)](https://github.com/iquidus):** for creating the original [Iquidus explorer](https://github.com/iquidus/explorer)
|
||||
- **[Alan Rudolf (aka suprnurd)](https://github.com/suprnurd):** for the custom changes found in the [Ciquidus explorer](https://github.com/suprnurd/ciquidus)
|
||||
- **[Tim Garrity (aka uaktags)](https://github.com/uaktags):** for his many contributions to the Iquidus explorer and custom features from the [uaktags explorer](https://github.com/uaktags/explorer)
|
||||
- **[TheHolyRoger](https://github.com/TheHolyRoger):** for his continued work and contributions to the Iquidus explorer
|
||||
- All the rest of the Iquidus contributors who helped shape the Iquidus explorer in some way
|
||||
|
||||
### License
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="202" height="20" role="img" aria-label="platform: windows | macos | linux"><title>platform: windows | macos | linux</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="202" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="57" height="20" fill="#555"/><rect x="57" width="145" height="20" fill="#9f9f9f"/><rect width="202" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">platform</text><text x="295" y="140" transform="scale(.1)" fill="#fff" textLength="470">platform</text><text aria-hidden="true" x="1285" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="1350">windows | macos | linux</text><text x="1285" y="140" transform="scale(.1)" fill="#fff" textLength="1350">windows | macos | linux</text></g></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user