-
Notifications
You must be signed in to change notification settings - Fork 18
public-pool self-hosting guide #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
TODO: note about knots and btcd being usable as well | ||
- extract everything in `bitcoin-XX.X/bin` to `/usr/local/bin`, and everything in `bitcoin-XX.X/share` to `/usr/local/share` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this obviously needs to be expanded
|
||
#### Bitcoin Core/Knots | ||
|
||
MAYBE: have a community mining config? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would be a nice to have, but the config would just be boosting the mempool to a gig and the orphan tx count to 1k
dbcache=4000
maxorphantx=1000
maxmempool=1024
blockreconstructionextratxn=1000
- `git clone https://github.com/benjamin-wilson/public-pool.git` | ||
- `cd ./public-pool` | ||
- install dependencies with `npm install` | ||
- copy `.env.example` to `.env` and fill in `BTC_RPC_URL` and `BTC_RPC_COOKIEFILE` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also needs expansion
because its 3 sections, it could be split into 3 pages for readability |
see #19
this is just scaffolding, im not very good with words x3 hoping others step in to assist