Buntu version 1.2.0 has been released. This release adds new seednodes to ensure wallets and masternodes connect to the network successfully.
You can find it here:
https://github.com/CRYPT0BUNTU/Buntu/releases/tag/1.2**Please update your wallets and daemons!**
The old seenodes will eventually drop off the network. Therefore, it is **highly recommended** that you update your windows wallet (buntu.exe) and your linux masternode daemons (buntud) with this new release in order to stay connected to the network. It also helps with network integrity.
To update, simply shut down the old wallet or daemon, replace the file with the new release, then start it back up:
**Windows Wallet**
1. Shut down your wallet.
2. Replace the `buntu.exe` file on your computer with the new release found at
https://github.com/CRYPT0BUNTU/Buntu/releases/download/1.2/buntu-qt.exe 3. Restart your wallet
**Ubuntu Daemons (Masternodes)**
1. Use the terminal to navigate to your buntud file. It can usually be found in /usr/local/bin or in your Buntu folder in Buntu/src.
2. Stop the daemon with the following command: ./buntud stop.
3. Download the new release with wget -q
https://github.com/CRYPT0BUNTU/Buntu/releases/download/1.2/buntud1804.tar.gz for Ubuntu 18.04 or wget -q
https://github.com/CRYPT0BUNTU/Buntu/releases/download/1.2/buntud2004.tar.gz for Ubuntu 20.04
4. Delete the old buntud with the command: rm buntud
5. Extract the new release with: tar -xvf buntud1804.tar.gz (Ubuntu 18.04) or tar -xvf buntud2004.tar.gz for Ubuntu 20.04
6. Restart your daemon: ./buntud
If you have any questions please contact me or Alfariqi
Thanks!