https://github.com/wbnns/low-memory-bitcoin
Prototypal Bitcoin Configuration for Low Memory Environments
https://github.com/wbnns/low-memory-bitcoin
bitcoin bitcoin-cli bitcoin-client bitcoin-core bitcoin-core-rpc bitcoin-full-node bitcoin-node bitcoind
Last synced: 4 months ago
JSON representation
Prototypal Bitcoin Configuration for Low Memory Environments
- Host: GitHub
- URL: https://github.com/wbnns/low-memory-bitcoin
- Owner: wbnns
- License: unlicense
- Created: 2019-06-01T07:27:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T08:17:28.000Z (over 6 years ago)
- Last Synced: 2025-04-01T19:57:41.552Z (11 months ago)
- Topics: bitcoin, bitcoin-cli, bitcoin-client, bitcoin-core, bitcoin-core-rpc, bitcoin-full-node, bitcoin-node, bitcoind
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Low Memory Bitcoin
Prototypal Bitcoin Configuration for Low Memory Environments
## Getting Started
Located in this repository is a [configuration file](Bitcoin/bitcoin.conf) for
running [Bitcoin](https://bitcoin.org/en/download) in a low memory environment.
The configuration file is a list of setting=value pairs, one per line, with
optional comments starting with the '#' character.
By default when running Bitcoin, Bitcoin will look for this file in the
bitcoin data directory, but both the data directory and the configuration file
path may be changed using the -datadir and -conf command-line arguments.
The configuration file is not automatically created; you can create it using
your favorite plain-text editor, or use the `bitcoin.conf` file located in this
repository.
## Prerequisites
In order to take advantage of this repository, first make sure you are [Running
Bitcoin](https://en.bitcoin.it/wiki/Running_Bitcoin).
## Maintainer
[Will Binns](https://willbinns.org/) (GitHub/Telegram/Twitter: @wbnns)
## License
See the [LICENSE.md](LICENSE.md) file for more details.
## Reference Material
+ https://bitcoin.stackexchange.com/questions/50580/how-to-run-bitcoind-in-a-low-memory-environment
+ https://en.bitcoin.it/wiki/Running_Bitcoin