Skip to content

Commit

Permalink
Launch euler-4
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau authored and arturalbov committed Mar 15, 2019
1 parent a4ffb9f commit e8d64e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker tag build/cyberd cyberd/cyberd:euler-$CIRCLE_TAG
docker push cyberd/cyberd:euler-$CIRCLE_TAG
docker tag build/cyberd cyberd/cyberd:euler-3
docker push cyberd/cyberd:euler-3
docker tag build/cyberd cyberd/cyberd:euler-4
docker push cyberd/cyberd:euler-4
no_output_timeout: 30m


Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nvidia/cuda:10.0-devel-ubuntu18.04 as build_stage

ENV GO_VERSION 1.11.5
ENV GO_VERSION 1.12
ENV GO_ARCH 'linux-amd64'
ENV GO_BIN_SHA 'ff54aafedff961eb94792487e827515da683d61a5f9482f668008832631e5d25'
ENV GO_BIN_SHA '750a07fef8579ae4839458701f4df690e0b20b8bcce33b437e4df89c451b6f13'


# Install required dev tools to compile cyberd
Expand Down Expand Up @@ -49,8 +49,8 @@ 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/Qmbft95WEyX5SCE4DXtgmRKf4isp85bHjDrvtD2GvSWL7e
RUN wget -O /links https://ipfs.io/ipfs/QmWMF9e4vJdz4UES4w6nJAnN8yfFP2qCugpVM6sRJ3hNVp
RUN wget -O /genesis.json https://ipfs.io/ipfs/Qmd6vJaBMkQryo9e4QvY6pHMSPin3PHAwjNqmnYE1E2qPn
RUN wget -O /links https://ipfs.io/ipfs/QmYXsdxeHRA12jZh9tmDuff4rth4hergzMxhMAX7niGhAs
RUN wget -O /config.toml https://ipfs.io/ipfs/Qmc8shUKgXREq45bYFezK5iNUVmRYGVdkiYijC9pmRisHc

WORKDIR /
Expand All @@ -74,6 +74,6 @@ RUN chmod +x /entrypoint.sh

# Start
###############################################################################
EXPOSE 26656 26657 1317
EXPOSE 26656 26657
ENTRYPOINT ["/entrypoint.sh"]
CMD ["./start_script.sh"]
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--3-green.svg?style=flat-square)](https://github.com/cybercongress/cyberd/blob/master/docs/run_validator.md)
[![testnet](https://img.shields.io/badge/testnet-euler--4-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-3` (substitute <testnet_chain_id> with that value).
**Note**. Currently active dev testnet is `euler-4` (substitute <testnet_chain_id> with that value).

## Prepare your server

Expand Down

0 comments on commit e8d64e3

Please sign in to comment.