Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.23 KB

Low Memory Bitcoin

Prototypal Bitcoin Configuration for Low Memory Environments

Getting Started

Located in this repository is a configuration file for running Bitcoin 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.

Maintainer

Will Binns (GitHub/Telegram/Twitter: @wbnns)

License

See the LICENSE.md file for more details.

Reference Material