Skip to content

Instantly share code, notes, and snippets.

View avelrl's full-sized avatar

Andre avelrl

  • Self-employed Smart Contract Wizard
View GitHub Profile
@avelrl
avelrl / nodeos_full_node_setup.txt
Created December 13, 2018 14:49 — forked from cc32d9/nodeos_full_node_setup.txt
nodeos installation with ZFS
apt-get update && apt-get install -y aptitude git lxc-utils zfsutils-linux netfilter-persistent sysstat
# find the partition ID that is linked to the storage serial number.
# This will prevent from losing the partition if disk mapping changes
ls -l /dev/disk/by-id/ | grep sda6
zpool create -f zdata /dev/disk/by-id/wwn-0x600507604092b628236df4851535cef5-part6
## Fixate internal IP address of the container
systemctl stop lxc-net
sed -i -e 's,^.*LXC_DHCP_CONFILE,LXC_DHCP_CONFILE,' /etc/default/lxc-net