https://github.com/vanities/grin-node-and-miner
host a grin node! mine grin! host and mine grin! compose files for grin
https://github.com/vanities/grin-node-and-miner
Last synced: 4 months ago
JSON representation
host a grin node! mine grin! host and mine grin! compose files for grin
- Host: GitHub
- URL: https://github.com/vanities/grin-node-and-miner
- Owner: vanities
- Created: 2019-01-11T05:15:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T20:30:23.000Z (over 7 years ago)
- Last Synced: 2025-03-04T06:44:46.042Z (over 1 year ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grin-node-and-miner
host a grin node! mine grin! host and mine grin! compose files for grin
## Setting up a password
1. edit the Dockerfile and docker-compose file to change the password
## Installation
ensure you have docker and docker-compose installed then run these commands: (warning, the node will have to sync first!)
## Running the node, wallet, and miner
1. `make`
2. `docker-compose up`
## Running the node, wallet, or miner individually
1. `make`
2. `docker-compose up grin-node grin-wallet grin-miner`
## Uninstallation
1. `make clean`