Show
Destroy
An entry
Get it down. Make it good. Share it.
Title
Text
This post is a follow-up to [Docker and Bitcoin](/entries/docker-and-bitcoin). --- I've been running `bitcoind` again recently, and I saw a tweet today that nChain released 1.0.7. Here's what I'll be getting into: * Update Docker image * Restart bitcoind --- ### Updating Docker image * run `docker build --tag=bsv-1-0-7-beta-node-image .` ### Running the created Docker image ``` docker run -v your-volume-name:/bitcoinsv --name=bsv-node-107-beta -d \ -p 8333:8333 \ -p 8332:8332 \ -p 28332:28332 \ bsv-1-0-7-beta-node-image:latest ``` ##### Notes * Get your volume name using `docker volume ls`
Status
idea
draft
release
personal
Series
Part of a Series?
Bitcoin
On Work
Phoenix Trello Tutorial
Civics
Re Email Address
Tags
docker
×
bitcoin
×
bitcoind
×
+
Slug
Url
Image 1
Image 2
Image 3
Visible
Date