Herramientas de usuario

Herramientas del sitio


personas:brolin:proyectos:blockchain

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
personas:brolin:proyectos:blockchain [2023/03/20 03:12] brolinpersonas:brolin:proyectos:blockchain [2024/01/24 19:25] (actual) – [Install on amd64 hardware] brolin
Línea 42: Línea 42:
  
 $ unzip raspiblitz-amd64-image-2023-02-05-872707.zip $ unzip raspiblitz-amd64-image-2023-02-05-872707.zip
 +
 $ gzip -dkv raspiblitz-amd64-debian-lean.qcow2.gz $ gzip -dkv raspiblitz-amd64-debian-lean.qcow2.gz
 +
  
 Attach OS_DISK via a sata to usb adapter, identify partitions and LVM volumes Attach OS_DISK via a sata to usb adapter, identify partitions and LVM volumes
 +
 $ lsblk -f $ lsblk -f
 +
 Flash qemu image directly to the disk Flash qemu image directly to the disk
 +
 $ sudo qemu-img dd if=./raspiblitz-amd64-debian-lean.qcow2 of=/dev/sdb bs=4M $ sudo qemu-img dd if=./raspiblitz-amd64-debian-lean.qcow2 of=/dev/sdb bs=4M
 +
 Once finished, resize the root partition of the final OS to the free space. First create a new partition with remaning space of the disk with gparted Once finished, resize the root partition of the final OS to the free space. First create a new partition with remaning space of the disk with gparted
 +
 Add this new partition to LVM Add this new partition to LVM
 +
 $ sudo pvcreate /dev/sdb3 $ sudo pvcreate /dev/sdb3
 +
 Check how is called the Logical Volume Group Check how is called the Logical Volume Group
 +
 $ sudo vgdisplay $ sudo vgdisplay
 +
 Extend the volume groud adding the new volume Extend the volume groud adding the new volume
 +
 $ sudo vgextend raspiblitz-amd64-debian-lean-vg /dev/sdb3 $ sudo vgextend raspiblitz-amd64-debian-lean-vg /dev/sdb3
 +
 Resize the root logical volume to the remaning free space Resize the root logical volume to the remaning free space
 +
 $ sudo lvextend -r -l +100%FREE /dev/mapper/raspiblitz--amd64--debian--lean--vg-root $ sudo lvextend -r -l +100%FREE /dev/mapper/raspiblitz--amd64--debian--lean--vg-root
-Connect the OS_DISK to the amd64 computer and power on connected to ethernet 
  
-via ssh connect to the computer+Connect the OS_DISK to the amd64 computer and power on connected to ethernet. Via ssh connect to the computer 
 $ ssh admin@LOCALNETWORK_IP $ ssh admin@LOCALNETWORK_IP
  
Línea 66: Línea 80:
 Setup the node via raspiblitz menus Setup the node via raspiblitz menus
  
-as in https://wiki.debian.org/iwlwifi add the component non-free after deb http://deb.debian.org/debian bullseye main in /etc/apt/sources.list+As in https://wiki.debian.org/iwlwifi add the component non-free after deb http://deb.debian.org/debian bullseye main in /etc/apt/sources.list 
 install the wifi driver for the mentioned cards: install the wifi driver for the mentioned cards:
  
 $ sudo apt update && sudo apt install firmware-iwlwifi $ sudo apt update && sudo apt install firmware-iwlwifi
  
-Setup wifi connection+Setup wifi connection https://www.makeuseof.com/connect-to-wifi-with-nmcli/ 
 $ sudo nmtui $ sudo nmtui
 +
 +====== No hibernación ======
 +
 +https://github.com/raspiblitz/raspiblitz/issues/3586
 +
 +
 +====== References ======
  
   * https://medium.com/@lukedashjr/how-to-securely-install-bitcoin-9bfeca7d3b2a   * https://medium.com/@lukedashjr/how-to-securely-install-bitcoin-9bfeca7d3b2a
   * {{youtube>pESO_Pm0v10?medium}}{{youtube>0Bt3tHULAnw?medium}}{{youtube>uGHRjilMhwY?medium}}{{youtube>5wi6l9jRVQs?medium}}{{youtube>ZVtZepV3OfM?medium}}{{youtube>QXUGg45CWLo?medium}}   * {{youtube>pESO_Pm0v10?medium}}{{youtube>0Bt3tHULAnw?medium}}{{youtube>uGHRjilMhwY?medium}}{{youtube>5wi6l9jRVQs?medium}}{{youtube>ZVtZepV3OfM?medium}}{{youtube>QXUGg45CWLo?medium}}
personas/brolin/proyectos/blockchain.1679281978.txt.gz · Última modificación: 2023/03/20 03:12 por brolin