-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
mempool.space is an open source web app for better understanding the bitcoin mempool. | ||
|
||
https://mempool.space | ||
|
||
installation https://github.com/mempool/mempool | ||
|
||
Dependencies include Bitcoin Core (no pruning, txindex=1), Electrum Server (romanz/electrs), NodeJS (official stable LTS), MariaDB (default config), Nginx (use supplied nginx.conf and nginx-mempool.conf) | ||
|
||
I want help (handholding) for getting my own instance of this set up, so that I can hack on it. | ||
|
||
I am interested in using nix/nixios automation for this. So I am ideally looking for a candidate that is familiar with this technology, can implement a solution, and help handhold me through the deployment and answer questions I may have about nixos. I am currently very nube, but want to learn more. | ||
|
||
However, if I can't find someone with nix/nixos experience, my fallback plan is to just find a decent sysadmin that can get it installed, and then handhold me through any gotchas with doing it myself. |