An open API service indexing awesome lists of open source software.

https://github.com/jcnelson/naka3.sh


https://github.com/jcnelson/naka3.sh

Last synced: 8 months ago
JSON representation

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
```