santa/README.md

56 lines
882 B
Markdown
Raw Normal View History

# Santa Claus
![banner](docs/terra-core.png)
Santa Claus subsidizes block rewards for Terra's Columbus mainnet. It is intended to subsidize the security of the network until Terra transaction volume (and attendent staking returns from transaction fees) has had sufficient time to mature. A detailed explanation on the [motivation](./MOTIVATION.md) for starting Santa Claus is explained.
## Build & Install
First, check out the rep
2019-08-07 01:59:56 -07:00
```
$ git clone https://github.com/terra-project/santa.git
2019-08-07 01:59:56 -07:00
$ git checkout master
```
2019-06-24 02:41:29 -07:00
### Install
2019-06-24 02:41:29 -07:00
```
2019-08-07 01:59:56 -07:00
$ make install
2019-06-24 02:41:47 -07:00
```
### Make config
2019-06-24 02:41:47 -07:00
```
$ santa config
2019-06-24 02:41:29 -07:00
```
### Change config
2019-06-24 03:10:50 -07:00
```
$ vim ~/.santa/config.yaml
2019-06-24 03:10:50 -07:00
```
2019-06-24 03:08:44 -07:00
### Add / Recover Key
2019-08-07 01:59:56 -07:00
```
$ feegiver keys add yun
2019-08-07 01:59:56 -07:00
```
2019-08-07 02:05:54 -07:00
2019-08-07 02:05:54 -07:00
## Recover Key
2019-08-07 02:06:33 -07:00
```
2019-08-07 02:05:54 -07:00
$ feegiver keys add yun --recover
2019-08-07 02:06:33 -07:00
```
2019-08-07 02:05:54 -07:00
2019-06-24 03:08:44 -07:00
2019-08-07 01:59:56 -07:00
## Start Server
2019-06-24 03:10:50 -07:00
```
$ santa start yun
2019-08-07 02:05:54 -07:00
Enter the passphrase:
2019-06-24 03:10:50 -07:00
```
## Status
## Mechanism