https://github.com/jcnelson/naka3.sh
https://github.com/jcnelson/naka3.sh
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcnelson/naka3.sh
- Owner: jcnelson
- License: gpl-3.0
- Created: 2024-07-24T01:02:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T05:40:13.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:02:31.620Z (over 1 year ago)
- Language: Shell
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# naka3.sh
### Prerequsites
You need the following in your `$PATH`:
* `stacks-node`
* `blockstack-cli`
* `bitcoind` (version 25 or up)
* `bitcoin-cli`
* `stacks-signer`
* `jq`
* `dc`
* `bash` 5.0 or higher
* The usual GNU coreutils (`grep`, `sed`, etc)
### Quick Start
To run a single-miner, three-signer setup, do this:
```bash
$ cd ./playbooks/one-miner
$ ./one-miner.sh
```
To shut it down, run:
```
$ ./shutdown.sh
```
To run a two-miner, three-signer setup, do this:
```bash
$ cd ./playbooks/two-miners
$ ./two-miners.sh
```
To shut it down, run:
```
$ ./shutdown.sh
```