https://github.com/rohenaz/docker-planaria
[WIP] Planaria, Planarium and Bitcoin SV node all in one Docker family
https://github.com/rohenaz/docker-planaria
Last synced: 2 months ago
JSON representation
[WIP] Planaria, Planarium and Bitcoin SV node all in one Docker family
- Host: GitHub
- URL: https://github.com/rohenaz/docker-planaria
- Owner: rohenaz
- License: mit
- Created: 2019-04-14T13:52:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T14:14:38.000Z (about 6 years ago)
- Last Synced: 2025-01-22T10:12:44.872Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planaria & Bitcoin Docker Environment [WIP] [Alpha]
Optimized [docker](https://docs.docker.com) image of the Bitcoin SV node, [Planaria](https://docs.planaria.network) and [Planarium](https://docs.planaria.network)## Table of Contents
- [Installation](https://github.com/mrz1836/bitcoinsv-docker#installation)
- [Maintainers](https://github.com/mrz1836/bitcoinsv-docker#maintainers)
- [Contributing](https://github.com/mrz1836/bitcoinsv-docker#contributing)
- [License](https://github.com/mrz1836/bitcoinsv-docker#license)## Installation
**Objective:** install [Planaria & Planarium](https://docs.planaria.network) and a full [Bitcoin SV node](https://download.bitcoinsv.io/bitcoinsv/) using [docker](https://docs.docker.com)### Install Docker via Homebrew (Mac)
```bash
$ brew cask install docker
```_Install docker for Mac_
```
1) Open the docker application for your applications folder
2) Finish the installation of the docker desktop application
```_Login to docker_
```bash
$ docker login
```_Configure Docker Defaults_
```
1) Minimum of 200 gb storage
```### Install Bitcoin SV Node
_(Optional) Start with this repository as an example project_
```bash
$ git clone [email protected]:mrz1836/docker-planaria.git
$ cd ~/docker-planaria
```**1) Build the containers**
```bash
$ docker-compose build
```**2) Run the services / containers**
```bash
$ docker-compose up -d
```_Turn offf the services, remove all data_
```bash
$ docker-compose down --rmi all
```## Maintainers
Forked from: [docker-bitcoinsv](https://github.com/BitslerCasino/docker-bitcoinsv), [planaria](https://github.com/interplanaria/planaria) and [planarium](https://github.com/interplanaria/planarium)[MrZ](https://github.com/mrz1836) - [Satchmo](https://github.com/rohenaz) - [unwriter](https://github.com/unwriter)
Support the development of this project and the development team 🙏
[](https://mrz1818.com?af=docker-planaria)
## Contributing
Feel free to dive in! [Open an issue](https://github.com/mrz1836/docker-planaria/issues/new) or submit PRs.## License
