Skip to content

Commit 46a7f57

Browse files
initial commit
0 parents  commit 46a7f57

File tree

1,062 files changed

+399228
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,062 files changed

+399228
-0
lines changed

COPYING

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2014 CloakCoin Developers
2+
Copyright (c) 2013 NovaCoin Developers
3+
Copyright (c) 2011-2012 PPCoin Developers
4+
Copyright (c) 2009-2012 Bitcoin Developers
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

INSTALL

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Building CloakCoin
2+
3+
See doc/readme-qt.rst for instructions on building CloakCoin QT,
4+
the intended-for-end-users, nice-graphical-interface, reference
5+
implementation of CloakCoin.
6+
7+
See doc/build-*.txt for instructions on building CloakCoind,
8+
the intended-for-services, no-graphical-interface, reference
9+
implementation of CloakCoin.

Makefile

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
#############################################################################
2+
# Makefile for building: cloakcoin-qt
3+
# Generated by qmake (3.0) (Qt 5.5.1)
4+
# Project: cloakcoin-qt.pro
5+
# Template: app
6+
# Command: C:\Qt\5.5.1\bin\qmake.exe -o Makefile cloakcoin-qt.pro
7+
#############################################################################
8+
9+
MAKEFILE = Makefile
10+
11+
first: release
12+
install: release-install
13+
uninstall: release-uninstall
14+
QMAKE = C:\Qt\5.5.1\bin\qmake.exe
15+
DEL_FILE = del
16+
CHK_DIR_EXISTS= if not exist
17+
MKDIR = mkdir
18+
COPY = copy /y
19+
COPY_FILE = copy /y
20+
COPY_DIR = xcopy /s /q /y /i
21+
INSTALL_FILE = copy /y
22+
INSTALL_PROGRAM = copy /y
23+
INSTALL_DIR = xcopy /s /q /y /i
24+
DEL_FILE = del
25+
SYMLINK = $(QMAKE) -install ln -f -s
26+
DEL_DIR = rmdir
27+
MOVE = move
28+
SUBTARGETS = \
29+
release \
30+
debug
31+
32+
33+
release: FORCE
34+
$(MAKE) -f $(MAKEFILE).Release
35+
release-make_first: FORCE
36+
$(MAKE) -f $(MAKEFILE).Release
37+
release-all: FORCE
38+
$(MAKE) -f $(MAKEFILE).Release all
39+
release-clean: FORCE
40+
$(MAKE) -f $(MAKEFILE).Release clean
41+
release-distclean: FORCE
42+
$(MAKE) -f $(MAKEFILE).Release distclean
43+
release-install: FORCE
44+
$(MAKE) -f $(MAKEFILE).Release install
45+
release-uninstall: FORCE
46+
$(MAKE) -f $(MAKEFILE).Release uninstall
47+
debug: FORCE
48+
$(MAKE) -f $(MAKEFILE).Debug
49+
debug-make_first: FORCE
50+
$(MAKE) -f $(MAKEFILE).Debug
51+
debug-all: FORCE
52+
$(MAKE) -f $(MAKEFILE).Debug all
53+
debug-clean: FORCE
54+
$(MAKE) -f $(MAKEFILE).Debug clean
55+
debug-distclean: FORCE
56+
$(MAKE) -f $(MAKEFILE).Debug distclean
57+
debug-install: FORCE
58+
$(MAKE) -f $(MAKEFILE).Debug install
59+
debug-uninstall: FORCE
60+
$(MAKE) -f $(MAKEFILE).Debug uninstall
61+
62+
Makefile: cloakcoin-qt.pro ../Qt/5.5.1/mkspecs/win32-g++/qmake.conf ../Qt/5.5.1/mkspecs/features/spec_pre.prf \
63+
../Qt/5.5.1/mkspecs/qdevice.pri \
64+
../Qt/5.5.1/mkspecs/features/device_config.prf \
65+
../Qt/5.5.1/mkspecs/qconfig.pri \
66+
../Qt/5.5.1/mkspecs/modules/qt_lib_bootstrap_private.pri \
67+
../Qt/5.5.1/mkspecs/modules/qt_lib_concurrent.pri \
68+
../Qt/5.5.1/mkspecs/modules/qt_lib_concurrent_private.pri \
69+
../Qt/5.5.1/mkspecs/modules/qt_lib_core.pri \
70+
../Qt/5.5.1/mkspecs/modules/qt_lib_core_private.pri \
71+
../Qt/5.5.1/mkspecs/modules/qt_lib_gui.pri \
72+
../Qt/5.5.1/mkspecs/modules/qt_lib_gui_private.pri \
73+
../Qt/5.5.1/mkspecs/modules/qt_lib_network.pri \
74+
../Qt/5.5.1/mkspecs/modules/qt_lib_network_private.pri \
75+
../Qt/5.5.1/mkspecs/modules/qt_lib_platformsupport_private.pri \
76+
../Qt/5.5.1/mkspecs/modules/qt_lib_printsupport.pri \
77+
../Qt/5.5.1/mkspecs/modules/qt_lib_printsupport_private.pri \
78+
../Qt/5.5.1/mkspecs/modules/qt_lib_sql.pri \
79+
../Qt/5.5.1/mkspecs/modules/qt_lib_sql_private.pri \
80+
../Qt/5.5.1/mkspecs/modules/qt_lib_testlib.pri \
81+
../Qt/5.5.1/mkspecs/modules/qt_lib_testlib_private.pri \
82+
../Qt/5.5.1/mkspecs/modules/qt_lib_widgets.pri \
83+
../Qt/5.5.1/mkspecs/modules/qt_lib_widgets_private.pri \
84+
../Qt/5.5.1/mkspecs/modules/qt_lib_xml.pri \
85+
../Qt/5.5.1/mkspecs/modules/qt_lib_xml_private.pri \
86+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qgenericbearer.pri \
87+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qico.pri \
88+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qminimal.pri \
89+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qnativewifibearer.pri \
90+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qtuiotouchplugin.pri \
91+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qwindows.pri \
92+
../Qt/5.5.1/mkspecs/modules/qt_plugin_windowsprintersupport.pri \
93+
../Qt/5.5.1/mkspecs/modules/qt_tool_lconvert.pri \
94+
../Qt/5.5.1/mkspecs/modules/qt_tool_lrelease.pri \
95+
../Qt/5.5.1/mkspecs/modules/qt_tool_lupdate.pri \
96+
../Qt/5.5.1/mkspecs/modules/qt_tool_qdoc.pri \
97+
../Qt/5.5.1/mkspecs/modules/qt_tool_qlalr.pri \
98+
../Qt/5.5.1/mkspecs/modules/qt_tool_syncqt.pri \
99+
../Qt/5.5.1/mkspecs/modules/qt_tool_uic.pri \
100+
../Qt/5.5.1/mkspecs/features/qt_functions.prf \
101+
../Qt/5.5.1/mkspecs/features/qt_config.prf \
102+
../Qt/5.5.1/mkspecs/features/win32/qt_config.prf \
103+
../Qt/5.5.1/mkspecs/win32-g++/qmake.conf \
104+
../Qt/5.5.1/mkspecs/features/spec_post.prf \
105+
../Qt/5.5.1/mkspecs/features/exclusive_builds.prf \
106+
../Qt/5.5.1/mkspecs/features/default_pre.prf \
107+
../Qt/5.5.1/mkspecs/features/win32/default_pre.prf \
108+
../Qt/5.5.1/mkspecs/features/resolve_config.prf \
109+
../Qt/5.5.1/mkspecs/features/exclusive_builds_post.prf \
110+
../Qt/5.5.1/mkspecs/features/default_post.prf \
111+
../Qt/5.5.1/mkspecs/features/win32/rtti.prf \
112+
../Qt/5.5.1/mkspecs/features/precompile_header.prf \
113+
../Qt/5.5.1/mkspecs/features/warn_on.prf \
114+
../Qt/5.5.1/mkspecs/features/qt.prf \
115+
../Qt/5.5.1/mkspecs/features/resources.prf \
116+
../Qt/5.5.1/mkspecs/features/moc.prf \
117+
../Qt/5.5.1/mkspecs/features/uic.prf \
118+
../Qt/5.5.1/mkspecs/features/win32/windows.prf \
119+
../Qt/5.5.1/mkspecs/features/testcase_targets.prf \
120+
../Qt/5.5.1/mkspecs/features/exceptions.prf \
121+
../Qt/5.5.1/mkspecs/features/yacc.prf \
122+
../Qt/5.5.1/mkspecs/features/lex.prf \
123+
cloakcoin-qt.pro \
124+
C:/Qt/5.5.1/lib/qtmain.prl \
125+
C:/Qt/5.5.1/lib/Qt5Widgets.prl \
126+
C:/Qt/5.5.1/lib/Qt5Gui.prl \
127+
C:/Qt/5.5.1/lib/Qt5Network.prl \
128+
C:/Qt/5.5.1/lib/Qt5Core.prl \
129+
C:/Qt/5.5.1/plugins/platforms/qwindows.prl \
130+
C:/Qt/5.5.1/plugins/imageformats/qico.prl \
131+
C:/Qt/5.5.1/plugins/bearer/qgenericbearer.prl \
132+
C:/Qt/5.5.1/plugins/bearer/qnativewifibearer.prl
133+
$(QMAKE) -o Makefile cloakcoin-qt.pro
134+
../Qt/5.5.1/mkspecs/features/spec_pre.prf:
135+
../Qt/5.5.1/mkspecs/qdevice.pri:
136+
../Qt/5.5.1/mkspecs/features/device_config.prf:
137+
../Qt/5.5.1/mkspecs/qconfig.pri:
138+
../Qt/5.5.1/mkspecs/modules/qt_lib_bootstrap_private.pri:
139+
../Qt/5.5.1/mkspecs/modules/qt_lib_concurrent.pri:
140+
../Qt/5.5.1/mkspecs/modules/qt_lib_concurrent_private.pri:
141+
../Qt/5.5.1/mkspecs/modules/qt_lib_core.pri:
142+
../Qt/5.5.1/mkspecs/modules/qt_lib_core_private.pri:
143+
../Qt/5.5.1/mkspecs/modules/qt_lib_gui.pri:
144+
../Qt/5.5.1/mkspecs/modules/qt_lib_gui_private.pri:
145+
../Qt/5.5.1/mkspecs/modules/qt_lib_network.pri:
146+
../Qt/5.5.1/mkspecs/modules/qt_lib_network_private.pri:
147+
../Qt/5.5.1/mkspecs/modules/qt_lib_platformsupport_private.pri:
148+
../Qt/5.5.1/mkspecs/modules/qt_lib_printsupport.pri:
149+
../Qt/5.5.1/mkspecs/modules/qt_lib_printsupport_private.pri:
150+
../Qt/5.5.1/mkspecs/modules/qt_lib_sql.pri:
151+
../Qt/5.5.1/mkspecs/modules/qt_lib_sql_private.pri:
152+
../Qt/5.5.1/mkspecs/modules/qt_lib_testlib.pri:
153+
../Qt/5.5.1/mkspecs/modules/qt_lib_testlib_private.pri:
154+
../Qt/5.5.1/mkspecs/modules/qt_lib_widgets.pri:
155+
../Qt/5.5.1/mkspecs/modules/qt_lib_widgets_private.pri:
156+
../Qt/5.5.1/mkspecs/modules/qt_lib_xml.pri:
157+
../Qt/5.5.1/mkspecs/modules/qt_lib_xml_private.pri:
158+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qgenericbearer.pri:
159+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qico.pri:
160+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qminimal.pri:
161+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qnativewifibearer.pri:
162+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qtuiotouchplugin.pri:
163+
../Qt/5.5.1/mkspecs/modules/qt_plugin_qwindows.pri:
164+
../Qt/5.5.1/mkspecs/modules/qt_plugin_windowsprintersupport.pri:
165+
../Qt/5.5.1/mkspecs/modules/qt_tool_lconvert.pri:
166+
../Qt/5.5.1/mkspecs/modules/qt_tool_lrelease.pri:
167+
../Qt/5.5.1/mkspecs/modules/qt_tool_lupdate.pri:
168+
../Qt/5.5.1/mkspecs/modules/qt_tool_qdoc.pri:
169+
../Qt/5.5.1/mkspecs/modules/qt_tool_qlalr.pri:
170+
../Qt/5.5.1/mkspecs/modules/qt_tool_syncqt.pri:
171+
../Qt/5.5.1/mkspecs/modules/qt_tool_uic.pri:
172+
../Qt/5.5.1/mkspecs/features/qt_functions.prf:
173+
../Qt/5.5.1/mkspecs/features/qt_config.prf:
174+
../Qt/5.5.1/mkspecs/features/win32/qt_config.prf:
175+
../Qt/5.5.1/mkspecs/win32-g++/qmake.conf:
176+
../Qt/5.5.1/mkspecs/features/spec_post.prf:
177+
../Qt/5.5.1/mkspecs/features/exclusive_builds.prf:
178+
../Qt/5.5.1/mkspecs/features/default_pre.prf:
179+
../Qt/5.5.1/mkspecs/features/win32/default_pre.prf:
180+
../Qt/5.5.1/mkspecs/features/resolve_config.prf:
181+
../Qt/5.5.1/mkspecs/features/exclusive_builds_post.prf:
182+
../Qt/5.5.1/mkspecs/features/default_post.prf:
183+
../Qt/5.5.1/mkspecs/features/win32/rtti.prf:
184+
../Qt/5.5.1/mkspecs/features/precompile_header.prf:
185+
../Qt/5.5.1/mkspecs/features/warn_on.prf:
186+
../Qt/5.5.1/mkspecs/features/qt.prf:
187+
../Qt/5.5.1/mkspecs/features/resources.prf:
188+
../Qt/5.5.1/mkspecs/features/moc.prf:
189+
../Qt/5.5.1/mkspecs/features/uic.prf:
190+
../Qt/5.5.1/mkspecs/features/win32/windows.prf:
191+
../Qt/5.5.1/mkspecs/features/testcase_targets.prf:
192+
../Qt/5.5.1/mkspecs/features/exceptions.prf:
193+
../Qt/5.5.1/mkspecs/features/yacc.prf:
194+
../Qt/5.5.1/mkspecs/features/lex.prf:
195+
cloakcoin-qt.pro:
196+
C:/Qt/5.5.1/lib/qtmain.prl:
197+
C:/Qt/5.5.1/lib/Qt5Widgets.prl:
198+
C:/Qt/5.5.1/lib/Qt5Gui.prl:
199+
C:/Qt/5.5.1/lib/Qt5Network.prl:
200+
C:/Qt/5.5.1/lib/Qt5Core.prl:
201+
C:/Qt/5.5.1/plugins/platforms/qwindows.prl:
202+
C:/Qt/5.5.1/plugins/imageformats/qico.prl:
203+
C:/Qt/5.5.1/plugins/bearer/qgenericbearer.prl:
204+
C:/Qt/5.5.1/plugins/bearer/qnativewifibearer.prl:
205+
qmake: FORCE
206+
@$(QMAKE) -o Makefile cloakcoin-qt.pro
207+
208+
qmake_all: FORCE
209+
210+
make_first: release-make_first debug-make_first FORCE
211+
all: release-all debug-all FORCE
212+
clean: release-clean debug-clean FORCE
213+
distclean: release-distclean debug-distclean FORCE
214+
-$(DEL_FILE) Makefile
215+
-$(DEL_FILE) C:\Cloak2-2.1.0\cloakcoin-qt_plugin_import.cpp
216+
217+
release-mocclean:
218+
$(MAKE) -f $(MAKEFILE).Release mocclean
219+
debug-mocclean:
220+
$(MAKE) -f $(MAKEFILE).Debug mocclean
221+
mocclean: release-mocclean debug-mocclean
222+
223+
release-mocables:
224+
$(MAKE) -f $(MAKEFILE).Release mocables
225+
debug-mocables:
226+
$(MAKE) -f $(MAKEFILE).Debug mocables
227+
mocables: release-mocables debug-mocables
228+
229+
check: first
230+
FORCE:
231+
232+
$(MAKEFILE).Release: Makefile
233+
$(MAKEFILE).Debug: Makefile

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

README.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
* Master branch currently contains 2.1.0.0 [beta 1 - testnet only] *
2+
3+
---------------------------------------------------------------------------------------------------------------------------------------
4+
5+
Cloak uses the Enigma system in order to faclilate private/secure transactionns.
6+
7+
_How does this work?_
8+
9+
_**CloakShield - Node to node communications**_
10+
11+
On startup, each Cloak wallet generates a [NID_secp256k1] keypair (Cloaking Encryption Key / CEK) to enable them to derive ad-hoc secrets using ECDH with their private key and the recipient's public key. This communication forms the basis on all node-to-node communications relating to Enigma. See 'src/enigma/cloakshield.h/.cpp' for more information on this. This ECDH based encrypted communication is also utilized for onion-routed data, which is handled by CloakShield. CloakShield is a nice name for this collective functionality relating to encrypted node communications.
12+
13+
When onion routing is enabled, the client will attempt to construct a valid onion route for the data using the list of Enigma peers that it is aware of. The node may not have a direct connection to the Enigma peers, but that is not necessary as CloakData (data packed for routing with CloakShield) packets are relayed peer-to-peer. An onion route will typically consist of 3 distinct routes to the destination node, with 3 node hops per route. Multiple routes are used to cope with situations where a routing node drops offline.
14+
15+
Nodes periodically send out an Enigma Announcement (src/enigma/enigmaann.h) to peers to advertise their services for onion routing. Other nodes on the network store the announcements (until they expire or are replaced with an update) and use them to construct the onion routes.
16+
17+
**NOTE:** The annoucement code could be improved to reduce traffic on the network. At present, re-announcements are sent periodically. It would be prudent to extend this and only send small signed "I'm still alive!" messages (at least as long as the underlying associated encryption key data remains the same).
18+
19+
**IMPROVEMENT:** The annoucement system is a potential DoS target as there is currently very little computational cost to generating an Enigma Announcement. To mitigate this, a proof-of-work should be generated for the annoucement and transmitted with it. Peers can then quickly and cheaply verify the proof and dicard any bad data.
20+
21+
22+
_**Enigma - Transaction Process**_
23+
24+
When a node sends funds via Enigma to an stealth address, the following happens:
25+
26+
1. Sender generates inputs to cover amount sent, enigma reward (sent * 1.8%) and network fee (unknown at present, so ample reserved).
27+
2. Sender generates a CloakingRequest object (containing unique stealth nonce for this request).
28+
3. Sender generates 2 or 3 one-time stealth payment addresses using the recipients stealth address and splits the sent amount randomly between the addresses.
29+
4. Sender onion routes CloakRequest to network. The request contains the 'send amount' so that Cloakers know how much to reserve.
30+
5. Cloaker picks up CloakRequest and decides to participate.
31+
6. Cloaker supplies X inputs to sender and a stealth address and stealth hash (for their change).
32+
7. Cloaker sends CloakingAcceptResponse to Sender. This contains stealth address, stealth nonce and TX inputs.
33+
8. Sender waits until enough Cloakers have accepted.
34+
9. Sender creates Enigma transaction using own inputs and Cloaker inputs. Inputs are shuffled.
35+
10. Sender creates TX ouputs for all Cloakers. The outputs randomly split their change and return it to them. This also allocates the cloaking reward to Cloakers.
36+
11. Sender creates their own change returns for the Enigma TX. These are one-time stealth payment addresses.
37+
12. The Sender calculates the network TX fee and subtracts this from their own change return.
38+
13. The Sender sends the Enigma TX to the Cloakers for signing.
39+
14. Cloakers check the TX to ensure their inputs are present and correct and that there are one-time payment addresses linked to one of thier stealth addresses with payment that exceeds the input amount.
40+
15. Cloakers sign or reject the TX and send signatures to Sender.
41+
16. Sender collates the signatures and transmits the finalized, signed TX to the network.
42+
17. Nodes scan incoming transactions for stealth payments and Enigma payments and detect any payments or change. Keypairs and addresses are generated for any matching payments and generated keys/addresses are saved to the local wallet.
43+
44+
_**How are stealth and Enigma transactions detected/received?**_
45+
46+
All incoming transactions are scanned. Stealth transactions are scanned for first (using the default ephemeral pubkey contained in a random OP_RETURN TX output). After this, Enigma transactions are then scanned for. Enigma transactions also use the standard ephemeral pubkey, but payments use an additional step involving a further derived key. Enigma outputs are generated using a hash of the ephemeral pubkey, a private stealth address hash and the output index.
47+
48+
When scanning for Enigma transactions, the zero-index payment addresses are generated for each owned stealth address [HASH(ephemeral_pubkey, hash_stealth_secret, 0)]. If a match is found for the zero-index of a stealth address, additional addresses are generated for the remaining indexes [num_tx_outputs] and these are scanned against to detect payments. See FindEnigmaTransactions in wallet.cpp for more info.
49+
50+
A similar scanning method is employed by Cloakers prior to signing an Enigma TX to ensure they are getting reimbursed correctly. See GetEnigmaOutputsAmounts in wallet.cpp for more info.
51+
52+
_**New Codebase**_
53+
54+
The Cloak3 project contains a fork of the recent Litecoin codebase. This comes with segwit, soft-forks are all the latest Bitcoin goodies. Work was started on porting Cloak to this codebase, but stopped due to lack of resources. The wallet does indeed boot now, but header syncing needs more additional work. Older Cloak clients do not differentiate between PoS and PoW blocks when issuing headers, so this will need to be addressed before work can continue. A potential solution would be to avoid header-sync when connected to an older Cloak node as the problem will lessen as clients update over time.
55+
56+
Compiling the new codebase is an absolute dream in comparison to the old/existing codebase. For this reason alone it may be worth switching to the new codebase prior to the public sourcecode release.
57+
58+
_**Potential Improvements**_
59+
60+
* Include an encrypted payment ID in the OP_RETURN stealth output for Enigma transactions. This allows the receiver to use the payment ID as the address name for the newly generated/detected one-time address. This would also help stores and exchanges track Enigma payments more easily.
61+
* Include a proof-of-work for Enigma Announcements and Cloak Requests. These are 2 potential DoS targets and adding a PoW function would migigate this.
62+
63+
_**Security, Peer Review and Audit**_
64+
65+
The Enigma code has had little to no peer review to date. This makes it critical that the code is reviewed carefully before public release. DoS attacks may hamper users, but stolen funds are the most important area to cover when checking the code.
66+
* Is it possible to trick a Cloaker into signing a transaction that does not pay them correctly?
67+
* Is it possible for a Cloaker to hijack the transaction during sending to trick the sender prior to the Sender finalizing the transaction?
68+
69+
---------------------------------------------------------------------------------------------------------------------------------------
70+
71+
72+
CloakCoin (CLOAK) Release
73+
74+
CloakCoin is a cool new crypto currency that will feature a uniquely implemented anonymization feature that uses exchanges on the back end and a decoupled transaction flow architecture.
75+
76+
This wallet supports the staking=0 option in the CloakCoin.conf file to disable the stake miner thread for pool and exchange operators.
77+
78+
Current dependencies:
79+
80+
qt 5.5.1
81+
82+
openssl v1.0.2g
83+
84+
boost v1.57.0
85+
86+
Curl v7.40.0
87+
88+
leveldb (Bitcoin Fork) v1.2
89+
90+
berkeley DB v4.8.30
91+
92+
libpng v1.6.16
93+
94+
libEvent v2.0.21
95+
96+
miniupnpc v1.9
97+
98+
protobuf v2.6.1
99+
100+
qrencode v3.4.4
101+
102+

bw32.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
MXE_PATH="/root/Desktop/mxe"
3+
4+
echo "Building CGB QT Wallet for Win32 x86 2..."
5+
echo "MXEPATH = $MXE_PATH"
6+
7+
export PATH=$MXE_PATH/usr/bin:$PATH
8+
9+
$MXE_PATH/usr/i686-pc-mingw32.static/qt/bin/qmake USE_MXE=1 USE_LEVELDB=1 USE_QRCODE=1 && make
10+
read -p "Press any key to exit... " -n1 -s

0 commit comments

Comments
 (0)