C7 (Central' Generation Seven) is a blockchain based on the X11 algorithm, designed for transmitting data through the block explorer. We have opted to remove Mysql and other databases in favor of a decentralized database (C7) to optimize trust. This allows us to decentralize our own web and mobile apps, as well as those of others. Be self-sufficient in everything.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev
libboost-program-options-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
wget "api.server.openc7.com/daemon/openc7-daemon-linux.tar.gz" -O openc7-daemon-linux.tar.gz
Manually Install Download daemon
wget "api.server.openc7.com/daemon/c7-qt-linux.tar.gz" -O c7-qt-linux.tar.gz
Manually Install Download GT C7
tar -xzvf centraldatabase-daemon-linux.tar.gz
tar -xzvf centraldatabase-qt-linux.tar.gz
sudo mv centraldatabased centraldatabase-cli centraldatabase-tx /usr/bin/
mkdir $HOME/.centraldatabase
nano $HOME/.centraldatabase/centraldatabase.conf -t
rpcuser=rpc_centraldatabase
rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1