Bitcoin Core - enable pruning
How to enable pruning in Bitcoin Core client? Inside $HOME/.bitcoin/bitcoin.conf put following content: prune=550 It will limit size of locally kept block chains to latest 550 transactions.
Paweł Szaga home page
How to enable pruning in Bitcoin Core client? Inside $HOME/.bitcoin/bitcoin.conf put following content: prune=550 It will limit size of locally kept block chains to latest 550 transactions.
Using Bitcoind - command line Bitcoin client ./bitcoind -daemon - Bitcoin server starting ./bitcoin-cli stop - Bitcoin server stopping ./bitcoin-cli getinfo ./bitcoin-cli getblockchaininfo
Python script for automatic system and kernel updates https://github.com/openterprise/scripts/blob/master/yum-check-update.py
How to enable TRIM on LVM on LUKS on SSD on Fedora 25 Linux. If you have an SSD disk in your computer and you are using LVM virtual volumes together with LUKS disk encryption, below you will find how to activate TRIM for better SSD performance and longer lifetime. Edit /etc/fstab file and append… Continue reading TRIM on LVM on LUKS on SSD on Fedora 25
As there is no direct VM conversion tool (from physical Linux server to Hyper-V VM), to perform P2V migration of RHEL5/CentOS5 physical server into Microsoft Hyper-V Virtual Machine you should use VMware platform as an intermediate point. Below you will find instruction how to do it: • migrate physical RHEL5/CentOS5 server to VMware ESXi Virtual… Continue reading P2V migration - converting RHEL5/CentOS5 physical server into Hyper-V VM