Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated addrbook.json from HCC Factory #105

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

![banner](launch-banner.png)

This repository contains the configuration parameters for Columbus, Terra's official mainnet. Columbus is the first decentralized network of nodes communicating over [Terra Core](https://github.com/terra-money/core).
This repository contains the configuration parameters for Columbus, Terra's official mainnet. Columbus is the first decentralized network of nodes communicating over [Terra Core](https://github.com/classic-terra/core).

To get a backgrounder on the network genesis, please refer [here](https://github.com/terra-money/mainnet/blob/master/GENESIS.md).
To get a backgrounder on the network genesis, please refer [here](https://github.com/classic-terra/classic-mainnet/blob/master/GENESIS.md).

**[Columbus-5](https://github.com/terra-money/mainnet/tree/master/columbus-5) is the latest iteration of mainnet**.
**[Columbus-5](https://github.com/classic-terra/classic-mainnet/tree/master/columbus-5) is the latest iteration of mainnet**.

## Terra community

Community channels actively being moderated are here:

- [Website](https://terra.money/)
- [Discord](https://discord.gg/bYfyhUT)
- [Telegram](https://t.me/terra_announcements)
- [Twitter](https://twitter.com/terra_money)
- [YouTube](https://goo.gl/3G4T1z)
- [Website](https://terrac.money)
- [Discord](https://discord.gg/P97BN33U)
- [Twitter](https://twitter.com/terrac_money)

We will be making announcements regarding network upgrades using these channels, so please stay tuned.

Expand Down Expand Up @@ -70,7 +68,7 @@ [email protected]:26656
You can also download nightly address book by

```bash
curl https://network.terra.dev/addrbook.json > ~/.terra/config/addrbook.json
curl https://raw.githubusercontent.com/classic-terra/classic-mainnet/master/columbus-5/addrbook.json > ~/.terra/config/addrbook.json
```

## Disclaimer
Expand Down
57 changes: 57 additions & 0 deletions columbus-5-v21/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Emergency Management and Recovery of Luna Classic

![banner](launch-banner.png)

This repository contains the upgrade instructions for Columbus-5, Terra's official mainnet.

**[Columbus-5](https://github.com/terra-rebels/classic-core) is the latest version of v0.5.21**.

## Terra Rebels community

For information about the v0.5.21 release, developers are active and can be found here:

- [Discord](https://discord.gg/RCm7PuT9wF)

Details on the code changes, implementation, and test results can be found here:

- [White Paper](https://arxiv.org/pdf/2207.01700.pdf)

## The Community Blockchain

We have no affiliation with Terraform Labs (TFL) nor work under any central organization or established entity at this time. We, the community, are filling the developer void impartially and in accordance with community proposals that pass the voting process.

Upon completion of v21, the installation of the software would be to simply,

```
git clone https://github.com/terra-rebels/classic-core.git
```

navigate to the classic-core directory

```
cd classic-core
```
Get the Version 21 branch

```
git checkout v0.5.21
```
build/install the new version of terrad

```
make install
```
Run terrad

```
terrad start
```

## Disclaimer From Terra Rebels

*We are adopting a legacy code base that was not developed by us, nor are being given guidance by the creators. We ask that those who have the knowledge or resources contact us to help rebuild the Terra Classic ecosystem.*

## Existing Disclaimer From Terraform Labs

The foundational software for the Columbus mainnet, Terra Core, is *highly* experimental software. In these early days, we can expect to have issues, updates, and bugs. The existing tools require advanced technical skills and involve risks which are outside of the control of Terraform Labs or its developers. Any use of this open source Apache 2.0 licensed software is done at your _own risk and on a “AS IS” basis, without warranties or conditions of any kind_. **Please exercise extreme caution!**

Binary file added columbus-5-v21/launch-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading