$ cd$HOME/install/go $ git checkout release-branch.go1.9 $ cd src/ $ ./all.bash #安装1.9版本 ##### Building Go bootstrap tool. cmd/dist
##### Building Go toolchain using /home/test/go1.4. bootstrap/cmd/internal/dwarf bootstrap/cmd/internal/objabi bootstrap/cmd/internal/src bootstrap/cmd/internal/sys bootstrap/cmd/internal/obj bootstrap/cmd/internal/obj/arm bootstrap/cmd/internal/obj/arm64 bootstrap/cmd/internal/obj/mips bootstrap/cmd/internal/obj/ppc64 bootstrap/cmd/internal/obj/s390x ... ##各种编译安装信息 ##### API check Go version is "go1.9.2", ignoring -next /home/test/install/go/api/next.txt
ALL TESTS PASSED
--- Installed Go for linux/amd64 in /home/test/install/go Installed commands in /home/test/install/go/bin *** You need to add /home/test/install/go/bin to your PATH.
> miner.start() INFO [01-23|00:14:37] Updated mining threads threads=0 INFO [01-23|00:14:37] Transaction pool price threshold updated price=18000000000 INFO [01-23|00:14:37] Etherbase automatically configured address=0x9FF8676095e5999bf82EafEaB98192E33ad74364 null > INFO [01-23|00:14:37] Starting mining operation INFO [01-23|00:14:37] Commit new mining work number=1 txs=0 uncles=0 elapsed=146.511µs INFO [01-23|00:14:43] Generating DAG in progress epoch=0 percentage=0 elapsed=4.529s INFO [01-23|00:14:48] Generating DAG in progress epoch=0 percentage=1 elapsed=8.913s INFO [01-23|00:14:52] Generating DAG in progress epoch=0 percentage=2 elapsed=13.169s INFO [01-23|00:14:56] Generating DAG in progress epoch=0 percentage=3 elapsed=17.298s INFO [01-23|00:15:01] Generating DAG in progress epoch=0 percentage=4 elapsed=21.964s ...