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ónAmbos lados, revisión siguiente
personas:brolin:proyectos:blockchain [2023/03/20 03:12] brolinpersonas:brolin:proyectos:blockchain [2023/03/20 03:14] 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:
  
Línea 72: Línea 87:
  
 Setup wifi connection Setup wifi connection
 +
 $ sudo nmtui $ sudo nmtui
 +
 +====== 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.txt · Última modificación: 2024/01/24 19:25 por brolin