Draft
Conversation
0xf0xx0
commented
Sep 10, 2025
Comment on lines
+18
to
+19
| 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` |
Contributor
Author
There was a problem hiding this comment.
this obviously needs to be expanded
|
|
||
| #### Bitcoin Core/Knots | ||
|
|
||
| MAYBE: have a community mining config? |
Contributor
Author
There was a problem hiding this comment.
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` |
Contributor
Author
There was a problem hiding this comment.
also needs expansion
0xf0xx0
commented
Sep 10, 2025
Contributor
Author
|
because its 3 sections, it could be split into 3 pages for readability |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
see #19
this is just scaffolding, im not very good with words x3 hoping others step in to assist