Skip to content
/ c7 Public template

C7 is a blockchain for decentralized data transmission, optimizing trust by using a decentralized database instead of traditional ones. It enables the decentralization of web and mobile apps. Be self-sufficient with C7.

Notifications You must be signed in to change notification settings

Centraldb/c7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

C7 (Central' Generation Seven)

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.

alt text

sudo apt-get update
sudo apt-get upgrade

Install the required dependencies.

 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

Install Berkeley DB for C7 (Central Generation Seven).

 sudo add-apt-repository ppa:bitcoin/bitcoin
 sudo apt-get update
 sudo apt-get install libdb4.8-dev libdb4.8++-dev

Download the C7 and tools from Openc7.

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

Extract the tar files.

tar -xzvf centraldatabase-daemon-linux.tar.gz
tar -xzvf centraldatabase-qt-linux.tar.gz

Install the OpenC7 and tools.

sudo mv centraldatabased centraldatabase-cli centraldatabase-tx /usr/bin/

Create the config file.

mkdir $HOME/.centraldatabase
nano $HOME/.centraldatabase/centraldatabase.conf -t

Paste the following lines in c7.conf.

rpcuser=rpc_centraldatabase
rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
txindex=1
daemon=1

About

C7 is a blockchain for decentralized data transmission, optimizing trust by using a decentralized database instead of traditional ones. It enables the decentralization of web and mobile apps. Be self-sufficient with C7.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published