An open API service indexing awesome lists of open source software.

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

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