Advertisement
hackbyte

eos mainnet build

Jun 3rd, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Work in Progress (20180603T1752 CEST=UTC+2)
  2.  
  3. Machine is a qemu with this cmdline:
  4.  
  5. /usr/bin/qemu-system-x86_64 \
  6. -monitor stdio \
  7. -smp 4 \
  8. -cpu host \
  9. -M pc-q35-bionic \
  10. -machine accel=kvm \
  11. -m 8192 \
  12. -drive file="/mnt/data/Virtual_Machines/ufuckusrv18lts/ufuckusrv18ltsdisc0.qcow2",if=virtio,bus=0,unit=0,media=disk \
  13. -boot once=c,menu=off \
  14. -net nic,vlan=0,macaddr=52:54:00:4c:a8:96,model=virtio \
  15. -net tap,vlan=0,ifname=tap7 \
  16. -rtc base=utc \
  17. -name "UfuckuSrv18LTS" \
  18. -spice port=5923,disable-ticketing \
  19. -bios /mnt/data/Virtual_Machines/EFIXPERIMENT/OVMF-pure-efi.fd
  20.  
  21. Host is an Ubuntu 18.04 LTS running on a quadcore intel J1900 celeron soc (asrock Q1900-ITX)
  22. equipped with 2x 8GB Kingston DDR3L SODIMM 9905428-401.A00LF and 9905428-435.A00LF.
  23.  
  24. uname -a && grep "model name" /proc/cpuinfo
  25.  
  26. Linux ufuckusrv18lts 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  27. model name : Intel(R) Celeron(R) CPU J1900 @ 1.99GHz
  28.  
  29.  
  30. time git clone https://github.com/EOSIO/eos --recursive
  31. real 3m25.835s
  32. user 2m0.862s
  33. sys 0m38.741s
  34.  
  35.  
  36.  
  37. hackbyte@ufuckusrv18lts:~/eos$ time ./eosio_build.sh
  38.  
  39. [....................very much time later..........................]
  40.  
  41. [100%] Linking CXX executable unit_test
  42. [100%] Built target unit_test
  43.  
  44.  
  45. _______ _______ _______ _________ _______
  46. ( ____ \( ___ )( ____ \\__ __/( ___ )
  47. | ( \/| ( ) || ( \/ ) ( | ( ) |
  48. | (__ | | | || (_____ | | | | | |
  49. | __) | | | |(_____ ) | | | | | |
  50. | ( | | | | ) | | | | | | |
  51. | (____/\| (___) |/\____) |___) (___| (___) |
  52. (_______/(_______)\_______)\_______/(_______)
  53.  
  54. EOSIO has been successfully built. 05:32:00
  55.  
  56. To verify your installation run the following commands:
  57.  
  58. export PATH=${HOME}/opt/mongodb/bin:$PATH
  59. /home/hackbyte/opt/mongodb/bin/mongod -f /home/hackbyte/opt/mongodb/mongod.conf &
  60. cd /home/hackbyte/eos/build; make test
  61.  
  62. For more information:
  63. EOSIO website: https://eos.io
  64. EOSIO Telegram channel @ https://t.me/EOSProject
  65. EOSIO resources: https://eos.io/resources/
  66. EOSIO wiki: https://github.com/EOSIO/eos/wiki
  67.  
  68.  
  69.  
  70. real 332m0.451s
  71. user 809m21.893s
  72. sys 101m44.506s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement