I am reconsidering and see that many people do not want to see this die so Ill pay for the Chicago Node.
I will need participation from everyone. Please donate for more nodes. Nodes are currently $15 USD per month.
BTC Donation Address - 1GBupWTU3ntMCM32Q5W2932KpVmuxUYDiN
Fame Donation Address - FDiHJnJbsN9FAo8W5Cvg49nekxNeoxNqa2
If any of this collapses, all unspent BTC Funds will be returned in the percentage you donated. FAME may not be returned if it becomes less than a one satoshi coin. I will post all donations with an appropriate link. Thank you Zpool for providing the explorer.
I will provide the Server bill as proof your money is going towards the nodes. You are not hiring any services from me. Nothing is to be expected or guaranteed.
If you would like to stake your fame with me, I can do that. PM me and I will provide you an address and you can provide me with a time frame, and a return address. Depending on the current Fame price, I will provide the service fee before we start. Lotta people like doing this. I do not download wallet.dat files for FAME, they malform easily and cannot be emailed or downloaded.
Looks like there may be some hope after all. We need a small project win and maybe we can get a Dev to make an App.
I will post my instructions on how to make a VPS node on Linux 16.04 LTS CLI version.
Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-59-generic x86_64)
cd ~
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install git-core -y
sudo apt-get install build-essential libboost-all-dev -y
sudo apt-get install miniupnpc libminiupnpc-dev -y
sudo apt-get install libssl-dev -y
sudo apt-get install libdb++-dev -y
git clone git://github.com/maincryptodev/famecoin
cd famecoin/src
mkdir obj
make -f makefile.unix USE_UPNP=-
cd leveldb
make clean
cd ..
make -f makefile.unix USE_UPNP=-
sudo cp famecoind /usr/bin
cd ~
famecoind
sudo pico ~/.famecoin/famecoin.conf
server=1
daemon=1
listen=1
rpcuser=AnyUser
rpcpassword=AnyPassword
rpcport=52768
addnode=seed1.famecoin.us
addnode=seed2.famecoin.us
Control X
screen
famecoind -printtoconsole