Giter Club home page Giter Club logo

cloakproject / cloakcoin Goto Github PK

View Code? Open in Web Editor NEW
36.0 18.0 35.0 12.2 MB

Cloak is the fastest, most secure way to transact cryptocurrency using blockchain technology and truly next-gen ENIGMA encryption to create fully private transactions.

Home Page: https://www.cloakcoin.com

License: MIT License

Makefile 2.82% Shell 0.19% QMake 0.18% C++ 24.23% Python 0.35% Inno Setup 0.01% C 70.18% HTML 0.38% NSIS 0.04% CSS 0.01% Objective-C 0.01% Objective-C++ 0.03% Batchfile 0.01% Assembly 0.81% M4 0.19% Java 0.28% CMake 0.05% Roff 0.02% Sage 0.22%

cloakcoin's Introduction

CloakCoin

CLOAK LOGO

This is the official CloakCoin Repository. If you want more info about Cloakcoin, please visit the official website

Coin Specification

Specification Value
Consensus Algorithm Proof-of-Stake
Rewards 6% p.a.
Block Time 60 sec
Circulating Supply 5.5m

Social Networks & channels

To contact us, or talk about CloakCoin, use your preferred social media:

Site Link
Twitter CloakCoin
Facebook CloakCoinOfficial
Telegram cloakproject
Rocket Chat Official Chat

Installation

All the installation instructions are for Windows / Linux / MacOS / RaspberryPi an android on the Cloak Wiki : Install Cloakcoin Wallet

Compiling GUI CloakCoin wallet from source

Disclaimer

We advise you that compiling from source gives you a bleeding edge version of the CloakCoin wallet. This means there might be bugs, crashes, and you could lose your Cloaks. Therefore, to avoid any issue, you should never run a development wallet on the same computer as the stable wallet which holds your Cloaks.

By default, development wallet runs on TestNet, but you can never be too safe.

Dependencies

To install the dependencies, you need to use your system package manager:

  • Windows: you will need to download/compile the proper DLLs needed, depending on your system gen & version; this is very hard to get right (libcurl...), not recommended for beginners.
  • Ubuntu: use sudo apt-get install *package*. To install all at once, including build tools (not listed in the chart): sudo apt-get install git make build-essential g++ qttools5-dev-tools qt5-default libboost-all-dev libleveldb-dev libcurl4-openssl-dev libssl-dev libevent-dev libminiupnpc libqrencode-dev
  • Mac OS X: install HomeBrew, and use brew install *package*. To install all at once: brew install qt [email protected] leveldb curl openssl libevent berkeley-db@4 miniupnpc
Dep Min. version Ubuntu pkg HomeBrew pkg Optional Purpose
Qt 5.5.1 qt5-default qt NO GUI
Boost 1.57/1.58* libboost-all-dev [email protected] NO C++ libraries
OpenSSL 1.0.2g libssl-dev openssl NO ha256 sum
Curl 7.16** libcurl4-openssl-dev curl NO Requests
libevent 2.0.21 libevent-dev libevent NO Events
LevelDB 1.2 libleveldb-dev leveldb NO Database
Berkeley DB 4.8* install from source berkeley-db@4 NO Database
qrencode 3.4.4 libqrencode-dev qrencode YES QR Codes
libminiupnpc 1.9.20140911*** libminiupnpc miniupnpc YES NAT punching
Doxygen any doxygen doxygen YES Documentation

* Those specific version are known to work. Latest versions are known not to work.

** Debian and Ubuntu refer to version< <= 7.15 as libcurl3, and versions >= 7.16 as libcurl4, because of an API change. You need libcurl4.

*** This version is very specific, as 1.9 seems to have some non-compatible changes. 2.0 probably won't work (test needed). WARNING This is included for historic reasons, but you should not use it, as it is a known security hole. It's disabled by default.

Compiling

You can either use the command line or import the .pro file in Qt Creator.

Using the command line, run: qmake && make

Alternative Linux build tutorial can be found here. Thanks Brannon

License

Distributed under the MIT software license.

cloakcoin's People

Contributors

anorakthagreat avatar cloakprojectdev avatar fkosmala avatar fradow-cloak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloakcoin's Issues

erratic messages spamming debug.log

the 'debug.log' file is spammed with erratic messages, reading:

> > > Unrecognized message received: ann0010
or
> > > Unrecognized message received: ann0011

these messages appear in the hundreds.
what do they mean ?
do they possibly originate from connected nodes with older versions of the cloakcoin wallet ?

cloakcoin qt wallet v. 2.2.2.2
windows 7 64 bit

Wallet.dat encrypted, wallet.dat crash (any version V2.1, V2.2.2.1)?

  • wallet.dat cannot be decrypted with the passphrase any more

  • blockchain is synced up to date

  • wallet.dat backup also does not work

  • using a wallet.dat backup with a bockchain that needs syncing for the past weeks, wallet.dat can be decrypted with the passphrase, no issues.

  • After full sync, wallet.dat works with fully synced bockchain on other computers again.

Assumption: a certain configuration affects the encryption together with the blockchain. In wallet.dat there are tx received with Enigma (latest Txs).

gui: addressbook editing error

when opening the 'Receive coin' tab, selecting an arbitrary address and trying to edit the label of the selected address an error is thrown in 'debug.log' and the edit action is not processed, i.e. the edited address label is kept unchanged.
error:
NotifyAddressBookChanged <address> <address label> isMine=1 status=1
Warning: AddressTablePriv::updateEntry: Got CT_UPDATED, but entry is not in model

curiously and quite erratically on the first edit action (of a newly opened wallet)
the edit is processed normally, i.e. the edited address label is changed accordingly and
the message in 'debug.log' reads only:
NotifyAddressBookChanged <address> <address label> isMine=1 status=1

cloakcoin qt wallet v. 2.2.2.2 on windows 7 64 bit

Linux Compilation Instructions

I built the CloakCoin v2.1.0 wallet on Ubuntu 16.04 this weekend. I had to fight some dependency issues for a bit, but ultimately got it working nicely ๐Ÿ‘. The Linux build instructions on the Wiki are out of date. I've written some updated instructions here if anyone finds them useful. With a bit more testing, it might be nice to include these build instructions somewhere here on the repo for others to find.

Problems with compiling: Bignum

When trying to compile I get many errors because of some bignum type.
The first error I get looks like this:

In file included from src/main.h:8:0,
                 from src/kernel.h:7,
                 from src/txdb-leveldb.cpp:17:
src/bignum.h:51:24: error: invalid use of incomplete type 'BIGNUM {aka struct bignum_st}'
 class CBigNum : public BIGNUM

I'm using Arch Linux, so maybe it's a problem with dependencies and versions.

Cloack coin integration into Lunes Wallet

Hello! We are currently in the process of implementing cloack coin integration into our wallet, Lunes located at https://luneswallet.app. We need guidance on how to obtain some information needed for wallet management. Our wallet manages address by using seedwords with twelve words, and we would need to generate the user address based on the seedwords that are stored in the user browser. Another thing we would need is how to retrieve the transactions history from the user addressess.

We currently use bitcoinjs-lib to generate addressess and electrumx to manage information about transaction history and blockchain information in general. If we are able to use our current stack to get this information it also would help us.

Thank you !

Qt 5.10 incompat, OpenSSL 1.1 backend

Building past 5.9.x creates problems when compiling Cloakcoin, Qt switched to OpenSSL 1.1 backend; linking custom openssl lib didn't work (for me?). Use 5.9.x as the latest for builds.

EDIT: Do not delete - leave as a reminder for legacy builds

Compilation instructions

Hello,

There isn't any compilation instruction on the README, could you provide step-by-step instructions on how to compile the project?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.