Skip to content

counos-platform/counos-X

 
 

Repository files navigation

CounosX Core integration/staging tree

Build Status

https://counos.io

What is CounosX?

CounosX is an experimental digital currency that enables instant payments to anyone, anywhere in the world. CounosX uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. CounosX Core is the name of open source software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of the CounosX Core software, see https://counos.io.

Official DNS Seed

CCXX.nodes.counos.org

Block Explorer

https://ccxxblocks.counos.org

License

CounosX Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

How to compile source code

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libcurl4-openssl-dev
sudo apt-get install libboost-all-dev

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev


sudo apt-get install libzmq3-dev



./autogen.sh
./configure --disable-tests --disable-bench
make
make install #optional

if you upgrade from previsue versions, first time please run your node by:
counosxd -daemon -reindex-chainstate

Packages

No packages published

Languages

  • C++ 68.4%
  • Python 16.6%
  • C 9.2%
  • M4 2.3%
  • Makefile 1.3%
  • Shell 0.9%
  • Other 1.3%