Skip to content

CyprusCoin is a fast emission Cryptonote coin that targets to provide users a secure environment to handle their funds.

License

Notifications You must be signed in to change notification settings

CyprusCoinClub/CyprusCoin

Repository files navigation

CyprusCoin

Links

Program names

CyprusCoind - the blockchain daemon checkpoints available api docs
CyprusCoinw - the wallet daemon api docs
CyprusCoin-zedwallet - the cli zedwallet wallet
CyprusCoin-zedwallet-beta - the new cli zedwallet wallet
CyprusCoin-miner - the solo cpu miner (updates coming soon)
cypruscoin-service-eol - stop using this and switch to CyprusCoinw api docs

Installing

We offer binary images of the latest releases here: http://latest.cypruscoin.club

If you would like to compile yourself, read here.

Thanks

Cryptonote Developers, Bytecoin Developers, Monero Developers, Forknote Project, TurtleCoin Developers. CyprusCoin Community

Copypasta for license when editing files

// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2014-2018, The Monero Project
// Copyright (c) 2018, The TurtleCoin Developers
// Copyright (c) 2018, CyprusCoin Developers
// 
// Please see the included LICENSE file for more information.

TurtleCoin program references

CyprusCoin is a fork of TurtleCoin. The names there are confusing, so over here we are simplyfing it as follows.

CyprusCoind = TurtleCoind
CyprusCoinw = wallet-api
cyprus-service-eol = turtle-service
CyprusCoin-zedwallet = zedwallet
CyprusCoin-zedwallet-beta = zedwallet-beta

Refer to the top of the doc about what each program does and where to find docs if there are any.