update testnet block

update docker

update docker file

docker update 2

oi

docker again
This commit is contained in:
Christopher Franko 2015-09-03 09:40:25 -04:00 committed by Franko
parent 2959acc2d3
commit 3d684095f7
4 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View file

@ -36,3 +36,4 @@ profile.tmp
profile.cov
.idea/workspace.xml
*.idea/

View file

@ -16,7 +16,7 @@ master | [![Build+Status](https://build.ethdev.com/buildstatusimage?builder=L
The following builds are build automatically by our build servers after each push to the [develop](https://github.com/expanse-project/go-expanse/tree/develop) 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/) |

View file

@ -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

View file

@ -8,6 +8,6 @@
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"coinbase": "0x90c4384bb05d96d2f54b27e0102da5240f7833ae",
"alloc": {
"0x90c4384bb05d96d2f54b27e0102da5240f7833ae": { "balance": "1000000000000000000000000" }
"0x90c4384bb05d96d2f54b27e0102da5240f7833ae": { "balance": "100000000000000000000000000000" }
}
}