Skip to content

Commit

Permalink
#193 Enable governance module
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Feb 28, 2019
1 parent b2b11b7 commit b2afb49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget curl
# Download genesis file and links file from IPFS
###############################################################################
# To slow using ipget, currently we use gateway
RUN wget -O /genesis.json https://ipfs.io/ipfs/QmQ88ZGztF7QvZc9nHnXZ161jn8WWDzfaAQyxPtAm8TDfh
RUN wget -O /genesis.json https://ipfs.io/ipfs/Qmbft95WEyX5SCE4DXtgmRKf4isp85bHjDrvtD2GvSWL7e
RUN wget -O /links https://ipfs.io/ipfs/QmWMF9e4vJdz4UES4w6nJAnN8yfFP2qCugpVM6sRJ3hNVp
RUN wget -O /config.toml https://ipfs.io/ipfs/QmRgCPd5oeXAcSP5nJaNZpaXjy2Aefj6qFoPh4Wy1mTQEG
RUN wget -O /config.toml https://ipfs.io/ipfs/Qmc8shUKgXREq45bYFezK5iNUVmRYGVdkiYijC9pmRisHc

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cyberd. Knowledge consensus computer
![banner](logo.png)

[![testnet](https://img.shields.io/badge/testnet-euler--2-green.svg?style=flat-square)](https://github.com/cybercongress/cyberd/blob/master/docs/run_validator.md)
[![testnet](https://img.shields.io/badge/testnet-euler--3-green.svg?style=flat-square)](https://github.com/cybercongress/cyberd/blob/master/docs/run_validator.md)
[![version](https://img.shields.io/github/release/cybercongress/cyberd.svg?style=flat-square)](https://github.com/cybercongress/cyberd/releases/latest)
[![CircleCI](https://img.shields.io/circleci/project/github/cybercongress/cyberd.svg?style=flat-square)](https://circleci.com/gh/cybercongress/cyberd/tree/master)
[![license](https://img.shields.io/badge/License-Cyber-brightgreen.svg?style=flat-square)](https://github.com/cybercongress/cyberd/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion docs/help/run_validator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Join Cyberd Network As Validator

**Note**. Currently active dev testnet is `euler-2` (substitute <testnet_chain_id> with that value).
**Note**. Currently active dev testnet is `euler-3` (substitute <testnet_chain_id> with that value).

## Prepare your server

Expand Down
2 changes: 1 addition & 1 deletion testnet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ laddr = "tcp://0.0.0.0:26656"
external_address = ""

# Comma separated list of seed nodes to connect to
seeds = "be8abfd40b22c253180136df5cf56c0dbedee20c@86.57.254.202:26656,880e8eb37fd0fa3aaeb82778d273d5beb5bb9fa8@93.125.26.210:34656"
seeds = "472d948cf87f5097244dd52482aa7d45167fc96d@93.125.26.210:34656"

# Comma separated list of nodes to keep persistent connections to
persistent_peers = ""
Expand Down

0 comments on commit b2afb49

Please sign in to comment.