Advertisement
Guest User

Untitled

a guest
Sep 6th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.74 KB | None | 0 0
  1. user@pc:~$
  2. user@pc:~$ rm -rf ~/.ethereum ~/.ethereal
  3. user@pc:~$ rm -rf $GOPATH && mkdir $GOPATH
  4. user@pc:~$
  5. user@pc:~$ go get -u -d github.com/obscuren/serpent-go
  6. user@pc:~$ go get -u -d github.com/ethereum/go-ethereum/ethereum
  7. user@pc:~$ go get -u -d github.com/ethereum/go-ethereum/ethereal
  8. user@pc:~$
  9. user@pc:~$ rm -r $GOPATH/src/code.google.com/p/go.crypto
  10. user@pc:~$ hg clone -r 00a7d3b31bbab5795b4a51933c04fc2768242970 https://code.google.com/p/go.crypto/ $GOPATH/src/code.google.com/p/go.crypto
  11. adding changesets
  12. adding manifests
  13. adding file changes
  14. added 219 changesets with 758 changes to 202 files
  15. updating to branch default
  16. 192 files updated, 0 files merged, 0 files removed, 0 files unresolved
  17. user@pc:~$
  18. user@pc:~$ cd $GOPATH/src/github.com/obscuren/serpent-go
  19. user@pc:~/go/src/github.com/obscuren/serpent-go$ git submodule init
  20. Submodule 'serp' (https://github.com/ethereum/serpent.git) registered for path 'serpent'
  21. user@pc:~/go/src/github.com/obscuren/serpent-go$ git submodule update
  22. Cloning into 'serpent'...
  23. remote: Counting objects: 1008, done.
  24. remote: Compressing objects: 100% (4/4), done.
  25. remote: Total 1008 (delta 0), reused 0 (delta 0)
  26. Receiving objects: 100% (1008/1008), 300.23 KiB | 168.00 KiB/s, done.
  27. Resolving deltas: 100% (615/615), done.
  28. Checking connectivity... done.
  29. Submodule path 'serpent': checked out '0a8d1f9301d72950c2646ceb50cc52c55a8ee360'
  30. user@pc:~/go/src/github.com/obscuren/serpent-go$
  31. user@pc:~/go/src/github.com/obscuren/serpent-go$ cd $GOPATH/src/github.com/ethereum/go-ethereum
  32. user@pc:~/go/src/github.com/ethereum/go-ethereum$ git checkout develop
  33. Branch develop set up to track remote branch develop from origin.
  34. Switched to a new branch 'develop'
  35. user@pc:~/go/src/github.com/ethereum/go-ethereum$
  36. user@pc:~/go/src/github.com/ethereum/go-ethereum$ cd $GOPATH/src/github.com/ethereum/eth-go
  37. user@pc:~/go/src/github.com/ethereum/eth-go$ git checkout develop
  38. Branch develop set up to track remote branch develop from origin.
  39. Switched to a new branch 'develop'
  40. user@pc:~/go/src/github.com/ethereum/eth-go$
  41. user@pc:~/go/src/github.com/ethereum/eth-go$ cd $GOPATH/src/github.com/obscuren/mutan
  42. user@pc:~/go/src/github.com/obscuren/mutan$ git checkout develop
  43. Branch develop set up to track remote branch develop from origin.
  44. Switched to a new branch 'develop'
  45. user@pc:~/go/src/github.com/obscuren/mutan$
  46. user@pc:~/go/src/github.com/obscuren/mutan$ cd $GOPATH/src/github.com/ethereum/go-ethereum/ethereum
  47. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereum$ go install -v
  48. code.google.com/p/go.crypto/ripemd160
  49. code.google.com/p/go.crypto/sha3
  50. github.com/obscuren/mutan/front
  51. github.com/obscuren/serpent-go
  52. github.com/rakyll/goini
  53. github.com/obscuren/secp256k1-go
  54. github.com/rakyll/globalconf
  55. github.com/ethereum/eth-go/ethlog
  56. github.com/ethereum/eth-go/ethreact
  57. github.com/obscuren/sha3
  58. gopkg.in/qml.v1/cdata
  59. gopkg.in/qml.v1/gl/glbase
  60. gopkg.in/qml.v1
  61. github.com/obscuren/mutan
  62. github.com/obscuren/mutan/backends
  63. github.com/jackpal/go-nat-pmp
  64. bitbucket.org/kardianos/osext
  65. github.com/syndtr/goleveldb/leveldb/util
  66. github.com/syndtr/goleveldb/leveldb/cache
  67. github.com/syndtr/goleveldb/leveldb/comparer
  68. github.com/syndtr/goleveldb/leveldb/filter
  69. github.com/syndtr/goleveldb/leveldb/iterator
  70. github.com/syndtr/goleveldb/leveldb/journal
  71. github.com/syndtr/goleveldb/leveldb/memdb
  72. github.com/syndtr/goleveldb/leveldb/opt
  73. github.com/syndtr/goleveldb/leveldb/storage
  74. code.google.com/p/snappy-go/snappy
  75. github.com/syndtr/goleveldb/leveldb/table
  76. github.com/syndtr/goleveldb/leveldb
  77. github.com/robertkrimen/otto/file
  78. github.com/robertkrimen/otto/token
  79. github.com/robertkrimen/otto/ast
  80. github.com/robertkrimen/otto/dbg
  81. github.com/robertkrimen/otto/parser
  82. github.com/robertkrimen/otto/registry
  83. github.com/obscuren/otto
  84. github.com/ethereum/eth-go/ethutil
  85. github.com/ethereum/eth-go/ethcrypto
  86. github.com/ethereum/eth-go/ethwire
  87. github.com/ethereum/eth-go/ethdb
  88. github.com/ethereum/eth-go/ethtrie
  89. github.com/ethereum/eth-go/ethstate
  90. github.com/ethereum/eth-go/ethvm
  91. github.com/ethereum/eth-go/ethchain
  92. github.com/ethereum/eth-go/ethpipe
  93. github.com/ethereum/eth-go/ethminer
  94. github.com/ethereum/eth-go/ethrpc
  95. github.com/ethereum/eth-go
  96. github.com/ethereum/go-ethereum/utils
  97. github.com/ethereum/go-ethereum/javascript
  98. github.com/ethereum/go-ethereum/ethereum/repl
  99. github.com/ethereum/go-ethereum/ethereum
  100. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereum$
  101. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereum$ cd $GOPATH/src/github.com/ethereum/go-ethereum/ethereal
  102. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereal$ go install -v
  103. github.com/howeyc/fsnotify
  104. github.com/ethereum/go-ethereum/ethereal
  105. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereal$
  106. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereal$
  107. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereal$ cd $GOPATH/src/github.com/ethereum/go-ethereum/ethereum
  108. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereum$ ethereum -mine
  109. Data directory '/home/user/.ethereum' doesn't exist, creating it
  110. config file '/home/user/.ethereum/conf.ini' doesn't exist, creating it
  111. 2014/09/06 22:14:56 [CLI] identity created
  112. 2014/09/06 22:14:56 [CHAIN] Last block (#1) e0fe8269935ec326ab2834b1030bf4112bd1eace6e393163e26c2a12e7f4d7d9
  113. 2014/09/06 22:14:56 [CLI] Starting Ethereum(G)/v0.6.5//linux/Go
  114. 2014/09/06 22:14:56 [REACTOR] started
  115. 2014/09/06 22:14:56 [CLI] Start mining
  116. 2014/09/06 22:14:56 [SERV] Ready and accepting connections
  117. 2014/09/06 22:14:56 [SERV] Server started
  118. 2014/09/06 22:14:59 [MINER] Started
  119. 2014/09/06 22:14:59 [MINER] Mining on block. Includes 0 transactions
  120. 2014/09/06 22:15:00 [POW] Hashing @9khash
  121. 2014/09/06 22:15:01 [POW] Hashing @10khash
  122. 2014/09/06 22:15:02 [POW] Hashing @10khash
  123. 2014/09/06 22:15:03 [POW] Hashing @10khash
  124. 2014/09/06 22:15:04 [POW] Hashing @10khash
  125. 2014/09/06 22:15:05 [POW] Hashing @10khash
  126. 2014/09/06 22:15:06 [POW] Hashing @9khash
  127. 2014/09/06 22:15:07 [POW] Hashing @9khash
  128. 2014/09/06 22:15:08 [POW] Hashing @10khash
  129. 2014/09/06 22:15:09 [POW] Hashing @10khash
  130. 2014/09/06 22:15:10 [POW] Hashing @10khash
  131. 2014/09/06 22:15:11 [POW] Hashing @10khash
  132. 2014/09/06 22:15:12 [STATE] Added block #1 (f7fa380e6152f6f0eeaa52a92fe33d8f40e5dd4b1933cd1649b6d3d52ce25dc4)
  133. 2014/09/06 22:15:12 [MINER] 🔨  Mined block f7fa380e6152f6f0eeaa52a92fe33d8f40e5dd4b1933cd1649b6d3d52ce25dc4
  134. 2014/09/06 22:15:12 [MINER]
  135.     BLOCK(f7fa380e6152f6f0eeaa52a92fe33d8f40e5dd4b1933cd1649b6d3d52ce25dc4): Size: 183.00 B
  136.     PrevHash:   e0fe8269935ec326ab2834b1030bf4112bd1eace6e393163e26c2a12e7f4d7d9
  137.     UncleSha:   1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
  138.     Coinbase:   19f3b4aea4da43030385091112b3ef5431dd1e68
  139.     Root:       3c4fdcfd4e074741ea814a4c00f196495a210ea30ba6033a7bd788d95d80f4f4
  140.     TxSha:      
  141.     Difficulty: 130944
  142.     Number:     1
  143.     MinGas:     10000000000000
  144.     MaxLimit:   999023
  145.     GasUsed:    0
  146.     Time:       1410041699
  147.     Extra:      
  148.     Nonce:      0933a0ab81e0e0ab9885ee648c1dc6858b1629f004c8062cf02cb7512a112212
  149.     NumTx:      0
  150.  
  151. 2014/09/06 22:15:12 [MINER] Mining on block. Includes 0 transactions
  152. 2014/09/06 22:15:12 [POW] Breaking from mining
  153. 2014/09/06 22:15:12 [MINER] Mining on block. Includes 0 transactions
  154. 2014/09/06 22:15:12 [STATE] Added block #2 (0ad12d2b7546abd5dc8ff488abc38ac31767acc5336be34904f156deb4aa4490)
  155. 2014/09/06 22:15:12 [MINER] 🔨  Mined block 0ad12d2b7546abd5dc8ff488abc38ac31767acc5336be34904f156deb4aa4490
  156. 2014/09/06 22:15:12 [MINER]
  157.     BLOCK(0ad12d2b7546abd5dc8ff488abc38ac31767acc5336be34904f156deb4aa4490): Size: 183.00 B
  158.     PrevHash:   f7fa380e6152f6f0eeaa52a92fe33d8f40e5dd4b1933cd1649b6d3d52ce25dc4
  159.     UncleSha:   1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
  160.     Coinbase:   19f3b4aea4da43030385091112b3ef5431dd1e68
  161.     Root:       109b0330d754f5f0d2f3b214f3964b625062e2da44d50ae62ead6927f58ba82a
  162.     TxSha:      
  163.     Difficulty: 131071
  164.     Number:     2
  165.     MinGas:     10000000000000
  166.     MaxLimit:   998047
  167.     GasUsed:    0
  168.     Time:       1410041712
  169.     Extra:      
  170.     Nonce:      6a53b22e94c5098e486727e659b620e95bf51197d83fdccc92feb33b13cf894f
  171.     NumTx:      0
  172.  
  173. 2014/09/06 22:15:12 [MINER] Mining on block. Includes 0 transactions
  174. 2014/09/06 22:15:12 [POW] Breaking from mining
  175. 2014/09/06 22:15:12 [MINER] Mining on block. Includes 0 transactions
  176. ^C2014/09/06 22:15:13 [CLI] Shutting down (interrupt) ...
  177. 2014/09/06 22:15:13 [MINER] Stopping...
  178. 2014/09/06 22:15:13 [POW] Breaking from mining
  179. 2014/09/06 22:15:13 [MINER] Stopped
  180. 2014/09/06 22:15:13 [CLI] Stopped mining
  181. 2014/09/06 22:15:13 [TXP] Stopped
  182. 2014/09/06 22:15:13 [CHAIN] Stopped
  183. 2014/09/06 22:15:13 [REACTOR] stopped
  184. 2014/09/06 22:15:13 [SERV] Server stopped
  185. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereum$ ethereum -mine
  186. 2014/09/06 22:15:24 [CLI] identity created
  187. 2014/09/06 22:15:24 [CHAIN] Last block (#2) 0ad12d2b7546abd5dc8ff488abc38ac31767acc5336be34904f156deb4aa4490
  188. 2014/09/06 22:15:24 [CLI] Starting Ethereum(G)/v0.6.5//linux/Go
  189. 2014/09/06 22:15:24 [CLI] Start mining
  190. 2014/09/06 22:15:24 [REACTOR] started
  191. 2014/09/06 22:15:24 [SERV] Ready and accepting connections
  192. 2014/09/06 22:15:24 [SERV] Server started
  193. 2014/09/06 22:15:24 [PEER] Disconnect peer: wrong genesis block
  194. 2014/09/06 22:15:27 [MINER] Started
  195. 2014/09/06 22:15:27 [MINER] Mining on block. Includes 0 transactions
  196. 2014/09/06 22:15:27 [STATE] Added block #3 (98286e9e81b6e919964d6100ced647699c0fa8f6a3bdbc6d25868ae5d6d9b9b8)
  197. 2014/09/06 22:15:27 [MINER] 🔨  Mined block 98286e9e81b6e919964d6100ced647699c0fa8f6a3bdbc6d25868ae5d6d9b9b8
  198. 2014/09/06 22:15:27 [MINER]
  199.     BLOCK(98286e9e81b6e919964d6100ced647699c0fa8f6a3bdbc6d25868ae5d6d9b9b8): Size: 183.00 B
  200.     PrevHash:   0ad12d2b7546abd5dc8ff488abc38ac31767acc5336be34904f156deb4aa4490
  201.     UncleSha:   1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
  202.     Coinbase:   19f3b4aea4da43030385091112b3ef5431dd1e68
  203.     Root:       84b39bcfc712a8cc703ded81cbac61b9df075c7875215b00d9b1dff9be997677
  204.     TxSha:      
  205.     Difficulty: 131198
  206.     Number:     3
  207.     MinGas:     10000000000000
  208.     MaxLimit:   997072
  209.     GasUsed:    0
  210.     Time:       1410041727
  211.     Extra:      
  212.     Nonce:      717d268d225c99ded5aaca396e3fe1f3b1f696b0fb1755f5f334774ed1e7092a
  213.     NumTx:      0
  214.  
  215. 2014/09/06 22:15:27 [MINER] Mining on block. Includes 0 transactions
  216. 2014/09/06 22:15:27 [POW] Breaking from mining
  217. 2014/09/06 22:15:27 [MINER] Mining on block. Includes 0 transactions
  218. 2014/09/06 22:15:28 [POW] Hashing @9khash
  219. ^C2014/09/06 22:15:29 [CLI] Shutting down (interrupt) ...
  220. 2014/09/06 22:15:29 [MINER] Stopping...
  221. 2014/09/06 22:15:29 [POW] Breaking from mining
  222. 2014/09/06 22:15:29 [MINER] Stopped
  223. 2014/09/06 22:15:29 [CLI] Stopped mining
  224. 2014/09/06 22:15:29 [TXP] Stopped
  225. 2014/09/06 22:15:29 [CHAIN] Stopped
  226. 2014/09/06 22:15:29 [REACTOR] stopped
  227. 2014/09/06 22:15:29 [SERV] Server stopped
  228. user@pc:~/go/src/github.com/ethereum/go-ethereum/ethereum$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement