Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibniz137 committed Oct 12, 2020
1 parent 67e7631 commit 48c613b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ see: https://hackmd.io/@protocollayer/BkUBl7zIw#Random-beacon

## Install
Access this link using your dappnode wifi/vpn:
http://my.dappnode/#/installer/%2Fipfs%2FQmZCjXFbUuMkhWGaEuZ7x6uPE4ABo8sNR2UcCuzf7uuGG9
http://my.dappnode/#/installer/%2Fipfs%2FQmUwN3obuWiLZ1WbmE7PwuPg6ejpXXAGH7uM2e9c23uPLr

current ipfs hash `QmZCjXFbUuMkhWGaEuZ7x6uPE4ABo8sNR2UcCuzf7uuGG9`
current ipfs hash `QmUwN3obuWiLZ1WbmE7PwuPg6ejpXXAGH7uM2e9c23uPLr`

## Quick Start
1. Set `KEEP_ETHEREUM_PASSWORD` and `ANNOUNCED_ADDRESSES` environment variables in the Config section of the package.
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keep-client.public.dappnode.eth",
"version": "0.1.1",
"version": "0.1.2",
"description": "Run a Keep Random Beacon client",
"type": "service",
"author": "thenateway",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- >-
PEERS=/ip4/54.39.179.73/tcp/3919/ipfs/16Uiu2HAkyYtzNoWuF3ULaA7RMfVAxvfQQ9YRvRT3TK4tXmuZtaWi,/ip4/54.39.186.166/tcp/3919/ipfs/16Uiu2HAkzD5n4mtTSddzqVY3wPJZmtvWjARTSpr4JbDX9n9PDJRh,/ip4/54.39.179.134/tcp/3919/ipfs/16Uiu2HAkuxCuWA4zXnsj9R6A3b3a1TKUjQvBpAEaJ98KGdGue67p,/dns4/bst-a01.core.keep.boar.network/tcp/3001/ipfs/16Uiu2HAkzYFHsqbwt64ZztWWK1hyeLntRNqWMYFiZjaKu1PZgikN,/dns4/bst-b01.core.keep.boar.network/tcp/3001/ipfs/16Uiu2HAkxLttmh3G8LYzAy1V1g1b3kdukzYskjpvv5DihY4wvx7D,/dns4/4d00662f-e56d-404a-803a-cac01ada3e15.keep.bison.run/tcp/3919/ipfs/16Uiu2HAmV3HqJjcbKMxHnDxDx4m2iEYynyYdsvU3VwaeE6Zra2P9,/dns4/ec1eb390-124c-4b1b-bcf7-c21709baf2b2.keep.herd.run/tcp/3919/ipfs/16Uiu2HAmVo51PqEZLADehZEbZnrp5A7qjRWFLj9E7DfwZKVhERFt,/dns4/2aa9b786-7360-4c22-ae73-bd95af9c11c5.keep.bison.run/tcp/3919/ipfs/16Uiu2HAm9g3QrQzSvJ8FAhgB1PmjMNgjPd3pDaJJqsdSisGsnaFe
- 'WS_RPC_URL=ws://fullnode.dappnode:8546/'
image: 'keep-client.public.dappnode.eth:0.1.1'
image: 'keep-client.public.dappnode.eth:0.1.2'
restart: unless-stopped
ports:
- '3919:3919'
Expand Down

0 comments on commit 48c613b

Please sign in to comment.