Guest User

Untitled

a guest
Dec 1st, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. HOSTER:
  2.  
  3. root@mother:~ # sysctl hw.ncpu hw.model
  4. hw.ncpu: 24
  5. hw.model: AMD Ryzen 9 3900X 12-Core Processor
  6.  
  7. # create 16-core VM with FreeBSD 13.0 cloud:
  8. root@mother:~ # cbsd bcreate jname=fat1 vm_ram=4g vm_cpus=16 vm_os_type=freebsd vm_os_profile=cloud-FreeBSD-ufs-x64-13.0 imgsize=20g ci_ip4_addr=172.16.0.101 ci_gw4=172.16.0.3 runasap=1
  9.  
  10. # login into VM:
  11. root@mother:~ # cbsd blogin fat1
  12.  
  13. GUEST fat1:
  14. freebsd@fat1:~ % sysctl hw.ncpu
  15. hw.ncpu: 16
  16.  
  17. freebsd@fat1:~ % sudo pkg install -y cpuminer
  18. freebsd@fat1:~ % timeout 60 minerd --benchmark
  19. [2021-12-01 22:01:06] Binding thread 0 to cpu 0
  20. [2021-12-01 22:01:06] Binding thread 2 to cpu 2
  21. [2021-12-01 22:01:06] Binding thread 8 to cpu 8
  22. [2021-12-01 22:01:06] Binding thread 1 to cpu 1
  23. [2021-12-01 22:01:06] Binding thread 7 to cpu 7
  24. [2021-12-01 22:01:06] Binding thread 4 to cpu 4
  25. [2021-12-01 22:01:06] Binding thread 10 to cpu 10
  26. [2021-12-01 22:01:06] Binding thread 5 to cpu 5
  27. [2021-12-01 22:01:06] Binding thread 6 to cpu 6
  28. [2021-12-01 22:01:06] Binding thread 3 to cpu 3
  29. [2021-12-01 22:01:06] Binding thread 14 to cpu 14
  30. [2021-12-01 22:01:06] Binding thread 9 to cpu 9
  31. [2021-12-01 22:01:06] Binding thread 11 to cpu 11
  32. [2021-12-01 22:01:06] Binding thread 13 to cpu 13
  33. [2021-12-01 22:01:06] Binding thread 12 to cpu 12
  34. [2021-12-01 22:01:06] Binding thread 15 to cpu 15
  35. [2021-12-01 22:01:06] 16 miner threads started, using 'scrypt'
Advertisement
Add Comment
Please, Sign In to add comment