Skip to content

wbnns/low-memory-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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