it just makes you more resourceful.....
i modified the existing install bash and changed it to update your mn.
it makes it easier to update your mn down the road.
it assumes that you used the install bash for the original installation.
if you create a new bash and put it in your root, make sure you perform:
chmod +x btdxupdate.sh
or you can type most of these commands in shell:
------------------------------------------------------------------------------------------------------
#!/bin/bash
# This script will install all required stuff to run a Bitcloud (BTDX) Masternode.
# BitSend Repo :
https://github.com/LIMXTEC/Bitcloud# !! THIS SCRIPT NEED TO RUN AS ROOT !!
######################################################################
clear
swapon /mnt/mybtdxswap.swap
sleep 1
source ~/.profile
sleep 1
bitcloud-cli stop
sleep 1
cd
rm -r Bitcloud
rm /usr/local/bin/bitcloudd
rm /usr/local/bin/bitcloud-cli
rm /usr/local/bin/bitcloud-tx
cd
git clone
https://github.com/LIMXTEC/Bitcloud.gitcd Bitcloud
./autogen.sh
./configure
make
cd
cd Bitcloud/src
strip bitcloudd
strip bitcloud-cli
strip bitcloud-tx
cp bitcloudd /usr/local/bin
cp bitcloud-cli /usr/local/bin
cp bitcloud-tx /usr/local/bin
cd
sleep 2
bitcloudd
-----------------------------------------------------------------------------------------------------------------
If this coin is going to succeed it needs to have community support. We were told there is an update and it needs to be done but there is no one here to offer support as to how to do this properly. The slack invite on the website is no longer valid, there are only a handful of ppl in the Telegram and none can offer complete answers, and no one seems to answer anything here.
I heard that the dev is really busy, that's fine, but there needs to be others that can relay information to the community... otherwise the dev is just wasting his time if no one in the community can figure out what to do after mandatory changes are made. Please remember that not everyone knows everything about masternodes, linux, wallets, etc.
I, and I'm sure everyone, fully appreciates the effort but it's a waste if we cannot update our Masternodes properly!
I have been a part of the Vivo community for a few days and their community is amazing. Anyone there will take the time to explain things and even help you setup your MNs. I'm not looking for hand holding but just some simple info/directions.
I hope this information finds you all well as not pushy but maybe motivation to help grow the community.