mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
update testnet block
update docker update docker file docker update 2 oi docker again
This commit is contained in:
parent
2959acc2d3
commit
742b0e0ff7
4 changed files with 12 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -36,3 +36,4 @@ profile.tmp
|
|||
profile.cov
|
||||
|
||||
.idea/workspace.xml
|
||||
*.idea/
|
||||
|
|
@ -16,7 +16,7 @@ master | [ branch.
|
||||
|
||||
* [Docker](https://registry.hub.docker.com/u/expanse/client-go/)
|
||||
* [Docker](https://registry.hub.docker.com/u/expanse/go-expanse/)
|
||||
* [OS X](http://build.ethdev.com/builds/OSX%20Go%20develop%20branch/Mist-OSX-latest.dmg)
|
||||
* Ubuntu
|
||||
[trusty](https://build.ethdev.com/builds/Linux%20Go%20develop%20deb%20i386-trusty/latest/) |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM ubuntu:utopic
|
||||
MAINTAINER caktux
|
||||
MAINTAINER chrisfranko
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
|
|
@ -12,11 +12,14 @@ RUN apt-get dist-upgrade -q -y
|
|||
RUN apt-get install -q -y unattended-upgrades
|
||||
|
||||
# Install Expanse
|
||||
RUN apt-get install -q -y software-properties-common
|
||||
RUN add-apt-repository ppa:expanse/expanse
|
||||
RUN add-apt-repository ppa:expanse/expanse-dev
|
||||
RUN apt-get update
|
||||
RUN apt-get install -q -y gexp
|
||||
RUN apt-get install -q -y curl git mercurial binutils bison gcc make libgmp3-dev build-essential
|
||||
RUN curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash
|
||||
RUN source /root/.gvm/scripts/gvm
|
||||
RUN go install go1.4
|
||||
RUN gvm use go1.4 --default
|
||||
RUN git clone http://www.github.com/expanse-project/go-expanse.git && cd go-expanse
|
||||
RUN git checkout develop
|
||||
RUN make gexp
|
||||
|
||||
# Install supervisor
|
||||
RUN apt-get install -q -y supervisor
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"coinbase": "0x90c4384bb05d96d2f54b27e0102da5240f7833ae",
|
||||
"alloc": {
|
||||
"0x90c4384bb05d96d2f54b27e0102da5240f7833ae": { "balance": "1000000000000000000000000" }
|
||||
"0x90c4384bb05d96d2f54b27e0102da5240f7833ae": { "balance": "100000000000000000000000000000" }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue