Search content
Sort by

Showing 12 of 12 results by mask3d1
Post
Topic
Re: [ANN][CLOAK] Private, Secure, Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 26/06/2017, 17:50:03 UTC
Every cloakcoin deskwallet is automatically a full node.
But you need some coins in you wallet to stake and to contribute your coins for ENIGMA mixing. (don't forgett to unlock your wallet for this)
You also don't need a min. ammount to be a node (with DASH you need 1000 DASH to set-up a full node)

There are perfectly working GUI wallets for Linux, Windows and Mac:
https://www.cloakcoin.com/en/downloads.html

Have fun!

Post
Topic
Re: [ANN][CLOAK] Private, Secure, Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 26/06/2017, 17:26:25 UTC
I also bought my first cloakcoins arround 2014 - And It's the most thrilling coin history I have ever seen!
We should crowdfund a movie about that Wink

For new Investors: This team delivers and already made great things happen - with the upcoming events this will be a awesome coin...
We now have we over 200 nodes online and the number is growing every day - so this arent pure exchange wallets - this are real trustless nodes creating something huge!
Also feeless ENIGMA transactions are planned.

Be part of it Wink
Post
Topic
Re: [ANN][CLOAK] Private, Secure, Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 26/06/2017, 16:21:54 UTC
I wonder why this haven't been said earlier!

CLOAKSTRONG!!! Smiley

I can't wait for more great technology developed by this great team!
Thanks a lot for the hard work and keep going like this.

Greetings
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 16/03/2017, 18:52:50 UTC
If the problem to get into poloniex is that CLOAK is closed code ...
Could you create a fully compatible open source without ENIGMA version?
Exchanges do not need to use ENIGMA at all.
I suppose it is easy and possible to have two versions of CLOAK.
1: Open code without ENIGMA (for exchanges).
2: Code closed (for now) with ENIGMA (for everyone who wants)

That's a good idea. But the source on the above mentioned GutHub is open source from an older wallet version without Enigma. We did not have any hardforks. Therefore any older wallet versions can be used!

polo is not mandatory, btc38 also suits us....look zcoin

https://coinmarketcap.com/currencies/zcoin/#markets

Agree, adding Cloak at btc38 can add many China ivestors.

I think everybody should write an email to: contact@mail.btc38.com

I also wrote them an email.
Here you can also vote for CloakCoin: https://bter.com/voting

Greetings!
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 12/03/2017, 22:49:36 UTC
the time has come where strong tech finaly gets it's revenue!
I have cloakcoins from the beginning and with this team the moon is only the first station before reaching mars Smiley

everyone should try this awesome GUI wallet!
Thank you CloakTeam for your hard work.

CLOAKSTRONG!
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 05/03/2017, 16:54:31 UTC
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 23/02/2017, 19:31:12 UTC
Very well written ENIGMA Whitepaper:
https://twitter.com/CloakCoin/status/834814104720257024/photo/1?ref_src=twsrc^tfw

Share that! So everybody understands the real power behind this coin Smiley
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 19/02/2017, 00:03:21 UTC
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 18/02/2017, 21:43:14 UTC
Thank you for using my input for the FAQ!
Hopefully It can help someone Smiley

Here a transaction with 14 anons time set to 2min:
https://bchain.info/CLOAK/tx/4d95819df666cec8cd909d951c83b03ebdf8891b62230a33213f899565117224

nice work!
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 18/02/2017, 20:26:54 UTC
Please test and if working add it to the FAQ to get more nodes!
Have Fun Smiley

This is a easy guide for how to run a CloakCoin command-line node on a headless linux VPS or other Linux Servers.

##################################################################################################################

#Create config directory in your Home folder
mkdir /home/USERNAME/.CloakCoin

#switch to the directory and download newest Blockchain for faster sync
cd /home/USERNAME/.CloakCoin
wget https://backend.cloakcoin.com/wallet/v2/cloak_ldb.zip
unzip cloak_ldb.zip

#Create .CloakCoin.conf file with rpcusername and password
nano /home/USERNAME/.CloakCoin/CloakCoin.conf
rpcusername=YOURRPCUSERNAME
rpcpassword=YOURRANDOMRPCPASSWORD

#save this file and exit

#Create a folder for your CloakCoin Daemon and download this new Wallet
mkdir /home/USERNAME/cloakcoin
cd /home/USERNAME/cloakcoin
wget https://www.cloakcoin.com/en/downloader.html?file=files/downloads/wallet/2.0.1.0/CloakCoin_v2.0.1.0.phoenix_linux_x64_bundle.zip
unzip CloakCoin_v2.0.1.0.phoenix_linux_x64_bundle.zip
rm -r CloakCoin_v2.0.1.0.phoenix_linux_x64_bundle.zip

#Start Daemon
cd CloakCoin_v2.0.1.0.phoenix_linux_x64_bundle
chmod +x cloakcoind
./cloakcoind -upn -daemon

#now you can check your running processes with "top" - you should see a process named "Cloakcoin-start"

#see the help for all cloakcoind commands
./cloakcoind help

#to start supporting the ENIGMA Network you need some CloakCoins in your Wallet. You Need to generate a Address:
./cloakcoind getnewaddress

#Copy the new generated Address and link it to an Account - the Account Name can be random set:
./cloakcoind setaccount

#For security reasons you should encrypt your wallet with a secure password:
./cloakcoind walletpassphrasechange

#Now you are ready to receive coins bought on an exchange:
./cloakcoind getaccountaddress --> send coins to this address

#Remeber to backup your wallet after every new address you generated:
./cloakcoind backupwallet

#you can check the current connections state to the cloakcoin network:
./cloakcoind getinfo

#If you send some coins to your wallet you can check the history of transactions:
./cloakcoind listtransactions [account]

#if you like you can also start minting(mining) some coins after you have a positve balance in your wallet (Higher CPU load):
./cloakcoind walletpassphrase
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 18/02/2017, 19:50:50 UTC
Yes I can confirm Cheesy
TXID: 0fd7a83a241d218a18a27620e9ab4b6474f1c2f4235d6d927af64e3c4d132dc4
https://bchain.info/CLOAK/tx/0fd7a83a241d218a18a27620e9ab4b6474f1c2f4235d6d927af64e3c4d132dc4

ultrafast signing without timouts Tongue

Cheers!
Post
Topic
Re: [ANN][CLOAK]CloakCoin Private,Secure,Untraceable & Decentralized Digitalcurrency
by
mask3d1
on 18/02/2017, 19:27:14 UTC
Very Good Job Team CloakCoin!

Enigma Transactions works like they should:
TXID: c192c7351ceb955257bce7c27c3ba00f17fb5c2a4905fdccbb9150544226e676
TXID: 379d2d6f6b09cac1cc1995394d34c50a1df89356f81e3b435bad3f0473c9a8d7

You can check them at: bchain.info

The most awesome GUI Wallet of all AnonCoins!
Thanks for that great work Cheesy