Author

Topic: [ANN][CLOAK] Private, Secure, Untraceable & Decentralized Digital Currency - page 244. (Read 810836 times)

member
Activity: 109
Merit: 10
Thanks Alice_Bob and Cashmen. This has been a long time coming and the results look great so far. New people should read through and see how much work the developers have put into everything to this point. Have always been honest and open. What a great coin for even new investors to get into. Even if you have only have a few cloaks and the price is steady, you can make more cloaks buy just minting or setting up enigma. So what's the road map look like going forward? 
sr. member
Activity: 318
Merit: 250
thanks mask3d1, we will do!
sr. member
Activity: 280
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
Now we need contact polo!
newbie
Activity: 12
Merit: 0
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
legendary
Activity: 2898
Merit: 1017
Love your new website, nice work.
sr. member
Activity: 519
Merit: 250
sr. member
Activity: 276
Merit: 250
great work, Cloakteam!
newbie
Activity: 12
Merit: 0
Yes I can confirm Cheesy
TXID: 0fd7a83a241d218a18a27620e9ab4b6474f1c2f4235d6d927af64e3c4d132dc4
https://bchain.info/CLOAK/tx/0fd7a83a241d218a18a27620e9ab4b6474f1c2f4235d6d927af64e3c4d132dc4

ultrafast signing without timouts Tongue

Cheers!
hero member
Activity: 719
Merit: 500
CLOAK Private,Secure & Untraceable Digitalcurrency
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

enjoy the privacy!

see also here this one with 12 CLOAKERS

http://explorer.cloakcoin.com/tx/5e333026dd52d2d1ff76d1b014510f8e81eb72740a4803e60dfb5af35d097383
newbie
Activity: 12
Merit: 0
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
sr. member
Activity: 1340
Merit: 259


Dear Cloak Community,
 
We're pleased to announce the release of v2.0.1.0 of the Cloak software. We've worked very hard on this release to make Enigma and CloakShield as robust and effective as possible, and we hope you are as pleased with the results as we are. There are a wealth of enhancements, improvements and new features included in this release, all of which help to bring Cloak closer to our shared dream of a top-tier, security-focused private digital payment system.
 
When starting the new wallet, you will be prompted to auto-download and install the latest blockchain snapshot. We recommend doing this, regardless of whether you're a new CloakCoin user or an existing user. The blockchain database format has been improved to greatly reduce startup time, and now uses LevelDB database format, for a faster and leaner implemention. We've also included an automatic wallet backup system, which will backup your wallet.dat database automatically each time you start the CloakCoin wallet. The software will also backup the previous backup too.
 
Please be aware that your wallet needs to be fully unlocked in order to initiate an Engima send. Enigma cloakers however are able to cloak Enigma transactions (and earn Enigma rewards) with a partially unlocked wallet (unlocked for staking/cloaking).
 
Here's a rundown of the changes included in this release:
 
-------------------
v2.0.1.0
-------------------
* NewFeature: Implement blockchain downloader.
* NewFeature: Add SendCloakedToAddress RPC command.
* Enhancement: Implement Enigma Message system.
* Enhancement: Add "Copy TX ID" option to transaction view in QT Wallet.
* Enhancement: Speed up block loading.
* Enhancement: Improve PoS block validation.
* Enhancement: New Feature: Implement automatic wallet backup system.
* Enhancement: Refactor CloakShield to decrease traffic and improve reliability.
* Enhancement: Refactor and improve Enigma input selection code.
* Enhancement: Switch blockchain database format to LevelDB.
* Enhancement: Remove 'NumSplits' from the Enigma process and increase min-cloakers by one.
* BugFix: Retain coin-lock once a Cloaker signs an Enigma transaction until new block is recieved.
* BugFix: Stop Cloakers supplying an extra blank output address causing the Enigma transaction to fail.
* Misc: Rename PoSA to Enigma.
 
 
 




https://www.cloakcoin.com/en/downloads.html

https://www.cloakcoin.com/en/news/cloakcoin-2-0-1-0-ready-to-go.html


 
Peace, Love & Private Transactions,
 
Team Cloak

 
sr. member
Activity: 1340
Merit: 259




Dear Cloak Community,
 
The CloakCoin Team is proud to announce the all new CloakCoin.com web site which will provide the community with all information related to Cloakcoin.
Find the latest news, the latest software, links to partners, resources, support and answers to many questions.
The site is state of the art and will be Cloak’s launching platform for all its exciting future ventures.

https://www.cloakcoin.com

Enjoy the beginning of a new CloakCoin age!

Peace & Love
 
Team Cloak

 
sr. member
Activity: 519
Merit: 250
SUPPORTERS
112 of 100
112% of goal supported
SOCIAL REACH
1,443,524
People

 Grin


Waaaw!! Congratz! 20$ per coin next goal Grin
sr. member
Activity: 276
Merit: 250
SUPPORTERS
112 of 100
112% of goal supported
SOCIAL REACH
1,443,524
People

 Grin
legendary
Activity: 2380
Merit: 1026
Cloakers are you ready?

Please give us all support you can, on twitter and other social networks!

https://www.thunderclap.it/projects/53363-cloakcoin-2-0-1-0

Thanks!



https://twitter.com/cloakcoin_promo/status/832971045825044480
legendary
Activity: 1131
Merit: 1001
!!! Thanks to everyone who voted !!!
We reach 100+ Votes



!!! Only 35 more votes !!! Help us and vote please !!! For the success of CLOAK !!!

!!! 90 Supporters now !!!

!!! Come on guys ... 10 more for the success of CLOAK !!!


Jump to: