Join the FewBit movement and be part of a truly community-led cryptocurrency.
Download WalletFewBit (FBIT) is a decentralized, community-driven cryptocurrency focused on fairness, sustainability, and innovation.
This is a complete step-by-step guide to install and run a FewBit SmartNode using protx quick_setup
.
sudo dd if=/dev/zero of=/swapfile bs=1024 count=1M
sudo mkswap /swapfile
sudo chmod 0600 /swapfile
sudo swapon /swapfile
echo '/swapfile swap swap defaults 0 0' | sudo tee -a /etc/fstab
free -h
sudo apt install unzip fail2ban -y
sudo nano /etc/fail2ban/jail.local
[sshd] enabled = true port = 22 filter = sshd logpath = /var/log/auth.log maxretry = 3
sudo apt install ufw -y
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow ssh
sudo ufw allow 1155/tcp
sudo ufw enable
cd
wget https://github.com/fewbit-network/Core-Wallet/releases/download/Post-Halving/FewBit.Ubuntu22.v4.4-PostHalving.tar.gz
tar -xf FewBit.Ubuntu22.v4.4-PostHalving.tar.gz
rm -r FewBit.Ubuntu22.v4.4-PostHalving.tar.gz
cd
mkdir .fewbitcore && cd .fewbitcore
wget https://github.com/fewbit-network/Core-Wallet/releases/download/Post-Halving/FewBitCore_BootStrap.v4.4.zip
unzip FewBitCore_BootStrap.v4.4.zip
rm -r FewBitCore_BootStrap.v4.4.zip
cd && cd ~/FewBit_Ubuntu22_v4.4_PostHalving/ && ./fewbitd --daemon
./fewbit-cli getblockchaininfo
to check)
smartnode outputs
txid
and index
required for the collateral.
protx quick_setup "TXID" "INDEX" "YOUR.VPS.IP.V4:1155" "ADDRESS_FEE"
After running the command, a configuration block will be generated.
Copy that output and paste it into the fewbit.conf
file on your VPS (usually located in ~/.fewbitcore/
).
This ensures your node is properly registered and will start correctly on system reboot.
./fewbit-cli stop && cd
cd .fewbitcore && nano fewbit.conf
Copy that output and paste
Ctr+x y enter
cd ~/FewBit_Ubuntu22_v4.4_PostHalving && ./fewbitd
./fewbit-cli smartnode status
Need support? Join our Discord for help and configuration checks.
Email: fewbit.network@gmail.com
Hosted at: info.fewbit.online