This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## BAD BLOCK ######### | |
Chain config: {ChainID: 3 Homestead: 0 DAO: <nil> DAOSupport: true EIP150: 0 EIP155: 10 EIP158: 10 Byzantium: 1700000 Constantinople: 4230000 Engine: ethash} | |
Number: 4238641 | |
Hash: 0xe7d2d8ac2b3f4da66ebbdcc498c7ad2bea07d1a92ae789306e153c9546e9d9f1 | |
&{[] 1 32792 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] [] [156 27 11 81 62 221 211 191 210 107 40 26 3 27 158 67 233 217 87 89 1 71 30 80 138 3 34 239 72 114 134 19] [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 32792} | |
&{[] 0 57855 [0 0 0 0 0 0 0 0 0 0 0 0 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016/07/25-13:12:30.215868 7f4553450b80 RocksDB version: 4.5.1 | |
2016/07/25-13:12:30.215898 7f4553450b80 Git sha rocksdb_build_git_sha:dab9465c40b0a8fb7a59b461e516f27ff074274b | |
2016/07/25-13:12:30.215901 7f4553450b80 Compile date Jul 25 2016 | |
2016/07/25-13:12:30.215903 7f4553450b80 DB SUMMARY | |
2016/07/25-13:12:30.215988 7f4553450b80 CURRENT file: CURRENT | |
2016/07/25-13:12:30.215992 7f4553450b80 IDENTITY file: IDENTITY | |
2016/07/25-13:12:30.216010 7f4553450b80 MANIFEST file: MANIFEST-001641 size: 640 Bytes | |
2016/07/25-13:12:30.216015 7f4553450b80 SST files in /home/ethdev/.parity/906a34e69aec8c0d/v5.3-sec-overlayrecent/blocks dir, Total Num: 6, files: 000930.sst 001560.sst 001561.sst 001625.sst 001626.sst 001627.sst | |
2016/07/25-13:12:30.216017 7f4553450b80 Write Ahead Log file in /home/ethdev/.parity/906a34e69aec8c0d/v5.3-sec-overlayrecent/blocks: 001642.log size: 0 ; | |
2016/07/25-13:12:30.216020 7f4553450b80 Options.error_if_exists: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As user: root | |
============= | |
adduser buildbot | |
adduser buildslave | |
adduser buildbot sudo | |
apt-get update && sudo apt-get upgrade | |
apt-get install git python-dev python-pip python-virtualenv | |
pip install buildbot | |
pip install buildbot-slave | |
pip install simplejson |