Micronode Setup - Debian 64-bit (x11/x12)
Posted: Tue Jan 31, 2023 4:51 pm
With the help of setup scripts, setting up a micronode has gotten a whole lot easier.
These setup scripts are located at https://github.com/satoshiware/micronode.
Remember to verify the script and the the binaries!!
Have a unique or specific micronode? Please make a post and share the details in this thread.
Below are the hardware requirements and steps to setup a micronode.
Hardware Requirements
This is highly recommended for remote management/access of any kind.
It will help keep your network secure, airtight, and your funds safe.
These setup scripts are located at https://github.com/satoshiware/micronode.
Remember to verify the script and the the binaries!!
Have a unique or specific micronode? Please make a post and share the details in this thread.
Below are the hardware requirements and steps to setup a micronode.
Hardware Requirements
- Dedicated Machine w\ fresh Debian Install
- 64-bit processor
- 4GB (minimum) or 8GB (recommended)
- 10GB + sufficient space for an ever growing blockchain
- 250GB recommended; 500GB+ to play it safe
- # Boot machine and log in as "root"
- sudo adduser $USER # Create new sudo user (i.e. satoshi)
- sudo usermod -aG sudo $USER
- sudo su $USER # Switch to the new user
- cd ~; sudo apt-get -y install git # Install git
- git clone https://github.com/satoshiware/micronode # Download scripts
- bash ./micronode/setup.sh $MICRONAME # Run setup script for specific microcurrency
- Microcurrency Name Examples (look in github @ satoshiware/bitcoin/src/micros for all the names available):
- azmoney
- bitcoin (currently not supported w\ this setup script)
- deseretmoney
- Microcurrency Name Examples (look in github @ satoshiware/bitcoin/src/micros for all the names available):
- sudo reboot # Reboot the machine
This is highly recommended for remote management/access of any kind.
It will help keep your network secure, airtight, and your funds safe.
- Get the Public Key from your FIDO 2 HW (e.g. YubiKey Setup - Windows)
- Log in as the sudo $USER
- Copy the Public Key onto a new line in the file ~/.ssh/authorized_keys