Skip to content

Patched bitcoind Docker image with increased halving interval on regtest.

Notifications You must be signed in to change notification settings

ulamlabs/bitcoind-custom-regtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoind-custom-regtest

Patched version of Bitcoin regtest with halving interval increased to mainnet and testnet values. Halving occurs every 210000 blocks, instead of default 150.

GitHub Repository is available at ulamlabs/bitcoind-custom-regtest.

Building

docker build -t ulamlabs/bitcoind-custom-regtest:latest .

Usage

docker run -p 19001:19001 -p 19000:19000 -p 28332:28332 ulamlabs/bitcoind-custom-regtest:latest

By default RPC is available on port 19001 with username test and password test. Image includes a mining script which generates a new block every minute. Bitcoin node has wallet feature enabled and coins are available to be spent using CLI as soon as they're matured (after 100 blocks).

About

Patched bitcoind Docker image with increased halving interval on regtest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published