Author

Topic: [ANN] [CLOAK] Cloakcoin | No Premine | X13 | Decentralized Market and PoSA - page 117. (Read 1266558 times)

hero member
Activity: 1030
Merit: 502
★777Coin.com★ Fun BTC Casino!
Vegas baby!  Roll dem bones !!!!!!!
sr. member
Activity: 322
Merit: 250
All the volume on the exchanges is gone now.

Who cares ? It's Sunday. People enjoy summer and a good BBQ.


Not just today, for the past week and a bit.

Totally expected.  Everyone is waiting to see if the devs can deliver on their deadline.  Things will explode one way or the other depending on that delivery.

I may go down with the ship, but I'm still rolling all mining proceeds into accumulating more cloak at these low prices.


It's all or nothin baby !  The devs took a chance
setting a deadline like that.  I'm going for it.
Bigger , badder, leaner, madder
Able to leap tall pump groups in a single bound....
To go where no coin has gone before
Build it and they will come !
It's ..........

The 2nd coming of cloak


No one know... this is more like gamble
hero member
Activity: 1030
Merit: 502
★777Coin.com★ Fun BTC Casino!
All the volume on the exchanges is gone now.

Who cares ? It's Sunday. People enjoy summer and a good BBQ.


Not just today, for the past week and a bit.

Totally expected.  Everyone is waiting to see if the devs can deliver on their deadline.  Things will explode one way or the other depending on that delivery.

I may go down with the ship, but I'm still rolling all mining proceeds into accumulating more cloak at these low prices.


It's all or nothin baby !  The devs took a chance
setting a deadline like that.  I'm going for it.
Bigger , badder, leaner, madder
Able to leap tall pump groups in a single bound....
To go where no coin has gone before
Build it and they will come !
It's ..........

The 2nd coming of cloak
sr. member
Activity: 623
Merit: 251

I'm not coder, developer,  i'm using linux mint 17 64 bit, based on ubuntu.
loot of coins have linux out of box wallet. DRK wallet, JPC wlllet FLT wallet VRC wallet and loot .... loot stupid coins like DAMA coin have working linux wallet.
i learned  basic for compile, and successfully compile BC wallet, and loot of wallets.
trouble-free.


Check out code.  add bitcoin repo.  update.  install some prerequisite packages.  qmake.  make.  That's all I had to do.  Literally 6 steps to compile from source.

1) git clone https://github.com/CloakCoin/CloakCoinRelaunch
2) cd CloakCoinRelaunch
3) sudo apt-add-repository ppa:bitcoin/bitcoin
4) sudo apt-get update
5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8
6) qmake
7) make

Cool  ./cloakcoin-qt

Wallet running and syncing.



i'm getting this error when compiling the wallet on Raspbian when running this step:

5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8

can anyone help?

error:
E: Unable to locate package libminiupnpc8
Try with this:sudo apt-get install libminiupnpc8_1.6-3~bpo70+1_armhf.deb

Has anyone got instructions to get cloakcoin on Raspbian? I am getting lots of errors  following the above
Read this,maybe help you:http://coincafe.net/2013/07/06/how-to-run-bitcoin-qt-on-the-raspberry-pi/
sr. member
Activity: 350
Merit: 250
All the volume on the exchanges is gone now.

Who cares ? It's Sunday. People enjoy summer and a good BBQ.


Not just today, for the past week and a bit.

but now the winter is coming
hero member
Activity: 641
Merit: 500

I'm not coder, developer,  i'm using linux mint 17 64 bit, based on ubuntu.
loot of coins have linux out of box wallet. DRK wallet, JPC wlllet FLT wallet VRC wallet and loot .... loot stupid coins like DAMA coin have working linux wallet.
i learned  basic for compile, and successfully compile BC wallet, and loot of wallets.
trouble-free.


Check out code.  add bitcoin repo.  update.  install some prerequisite packages.  qmake.  make.  That's all I had to do.  Literally 6 steps to compile from source.

1) git clone https://github.com/CloakCoin/CloakCoinRelaunch
2) cd CloakCoinRelaunch
3) sudo apt-add-repository ppa:bitcoin/bitcoin
4) sudo apt-get update
5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8
6) qmake
7) make

Cool  ./cloakcoin-qt

Wallet running and syncing.



i'm getting this error when compiling the wallet on Raspbian when running this step:

5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8

can anyone help?

error:
E: Unable to locate package libminiupnpc8
Try with this:sudo apt-get install libminiupnpc8_1.6-3~bpo70+1_armhf.deb

Has anyone got instructions to get cloakcoin on Raspbian? I am getting lots of errors  following the above
member
Activity: 81
Merit: 10
All the volume on the exchanges is gone now.

Who cares ? It's Sunday. People enjoy summer and a good BBQ.


Not just today, for the past week and a bit.

Totally expected.  Everyone is waiting to see if the devs can deliver on their deadline.  Things will explode one way or the other depending on that delivery.

I may go down with the ship, but I'm still rolling all mining proceeds into accumulating more cloak at these low prices.
newbie
Activity: 22
Merit: 0
All the volume on the exchanges is gone now.

Who cares ? It's Sunday. People enjoy summer and a good BBQ.


Not just today, for the past week and a bit.
newbie
Activity: 22
Merit: 0
All the volume on the exchanges is gone now.
sr. member
Activity: 623
Merit: 251

I'm not coder, developer,  i'm using linux mint 17 64 bit, based on ubuntu.
loot of coins have linux out of box wallet. DRK wallet, JPC wlllet FLT wallet VRC wallet and loot .... loot stupid coins like DAMA coin have working linux wallet.
i learned  basic for compile, and successfully compile BC wallet, and loot of wallets.
trouble-free.


Check out code.  add bitcoin repo.  update.  install some prerequisite packages.  qmake.  make.  That's all I had to do.  Literally 6 steps to compile from source.

1) git clone https://github.com/CloakCoin/CloakCoinRelaunch
2) cd CloakCoinRelaunch
3) sudo apt-add-repository ppa:bitcoin/bitcoin
4) sudo apt-get update
5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8
6) qmake
7) make

Cool  ./cloakcoin-qt

Wallet running and syncing.



i'm getting this error when compiling the wallet on Raspbian when running this step:

5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8

can anyone help?

error:
E: Unable to locate package libminiupnpc8
Try with this:sudo apt-get install libminiupnpc8_1.6-3~bpo70+1_armhf.deb
hero member
Activity: 641
Merit: 500

I'm not coder, developer,  i'm using linux mint 17 64 bit, based on ubuntu.
loot of coins have linux out of box wallet. DRK wallet, JPC wlllet FLT wallet VRC wallet and loot .... loot stupid coins like DAMA coin have working linux wallet.
i learned  basic for compile, and successfully compile BC wallet, and loot of wallets.
trouble-free.


Check out code.  add bitcoin repo.  update.  install some prerequisite packages.  qmake.  make.  That's all I had to do.  Literally 6 steps to compile from source.

1) git clone https://github.com/CloakCoin/CloakCoinRelaunch
2) cd CloakCoinRelaunch
3) sudo apt-add-repository ppa:bitcoin/bitcoin
4) sudo apt-get update
5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8
6) qmake
7) make

Cool  ./cloakcoin-qt

Wallet running and syncing.



i'm getting this error when compiling the wallet on Raspbian when running this step:

5) sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb4.8++-dev libminiupnpc-dev libminiupnpc8

can anyone help?

error:
E: Unable to locate package libminiupnpc8
full member
Activity: 196
Merit: 100
having a issue with bittrex.... trading coins are showing in ''wallets'' but when I  click on a coin I'm invested in it shows a zero balance. any suggestions?
member
Activity: 181
Merit: 19

That adress has hundreds of transactions going in and out 24/7 for the last couple of days. I only see three possible explanations for that:



a) You are a lifeform that doesn't require sleep
b) A bot does most of the trading without your input
c) It's not actually your adress, but one you picked at random from the richlist to appear more credible


May I ask which one it is?

Oh - My - God. Tell me you're joking, right ?

Transactions going in out 24/7: it's called POS minting... Are you aware CLOAK is a Proof of Stake coin ?

a) My wallet is opened 24/7. And as far as I know, a computer doesn't need to sleep.
b) A trading bot does it towards the API of the exchange where the bot is trading. I would not let the bot deals directly with my CLOAK wallet.
c) It's my wallet as I have already signed messages with it in previous posts. If I'm able to sign a message with it, it simply means I own it.

I can post it again for you:

Cloakko-CFo7es6R4RMcyERsg1pB2MGhr1ecQPs28C --> IOd51Y9oBD+/g9dtj3hGKaV0PeKXaD9lvXW0ytieMFtIoAL/PUdtEN4I5P6c39acVZAXncod4DuxDhmUC+iyT+g=

You can check the signature with the CLOAK wallet. Go on.

And another one:

CLOAK will soon have a GOOD time.     --> H9HXuD/DK1yjqzODuh5QDNJUmM1ETmGWKWl9FuqwjbOl4WqDxb63aCfd9kUWv1IZqsi9zqQPQxIWtxc6wotRBKM=







Well, thanks for educating me, always glad to learn something new!

By the way, where did your coins go? You didn't sell them, did you?

http://cloak.blockexplorer.cc/address/CFo7es6R4RMcyERsg1pB2MGhr1ecQPs28C

Balance: 0 CLOAK
full member
Activity: 182
Merit: 100
Some dumbazz been selling down to 25.5k then puts all his buy orders below that... don't fall for his trap, buy them back to 30k and then 40k, make them buy back higher!
legendary
Activity: 1281
Merit: 1046
too many bagholders here typing same bullish stuff every day, getting really boring!

7 btc volume on mintpal haha soon delisted

jorrr, you have lost $16,000 of borrowed money....I feel very sorry for you. but honestly dude its not the dev team or the coins faults but unfortunately its your own.
And to YourMother and Skyvalley they have also both invested in cloak at the top and lost out hence the trolling.

All I can say is move on

And p.s I made mega cash off of cloak already and plan on making plenty more on the next rise BOOYAAA!!!

You are so wrong. I'm here to have fun. I like pissing on delusional bagholders who accuse me of stupid things. Also, if you remember, days ago i posted a comment where i was destroying this shitcoin. Along the lines i wrote " Mark my fucking words, In 2 weeks you will hear nothing but crickets in this thread". Looks like the process is already starting hahahaha! The volume is lower and lower. The imbeciles that are holding the Louis Crypton bags are starting to realize that they missed an opportunity to sell days ago so they will eventually get into a dumpfest party later. Everything is working according to plan....  my plan. Hahaha.

You see, you can all talk shit about me non-stop. You can try accusing me of being a paid troll, a fud-er, a loser, everything, but you cannot change the course that this shitcoin is taking right now. You all missed my valid points and went instead with blind faith. That kinda faith that makes you homeless and with AIDS. I wish you nothing but the best, little fucks. I will be here to prevent you from committing suicide. I will be here to hand out the tissue, to cry along with you, to make you feel special haahha.

I will be here...
full member
Activity: 196
Merit: 100
too many bagholders here typing same bullish stuff every day, getting really boring!

7 btc volume on mintpal haha soon delisted

jorrr, you have lost $16,000 of borrowed money....I feel very sorry for you. but honestly dude its not the dev team or the coins faults but unfortunately its your own.
And to YourMother and Skyvalley they have also both invested in cloak at the top and lost out hence the trolling.

All I can say is move on

And p.s I made mega cash off of cloak already and plan on making plenty more on the next rise BOOYAAA!!!
sr. member
Activity: 322
Merit: 250
too many bagholders here typing same bullish stuff every day, getting really boring!

7 btc volume on mintpal haha soon delisted

I m sorry for your lost Tongue
member
Activity: 109
Merit: 10
To sum up the 3 trolls in this thread:

jorrr: butthurt because lost a lot on Cloak, otherwise he is a nice guy.

SkyValley: inconsistent, stressed replies, most likely multiple-personality-disorder-in-development

YourMother: "I love you so much Princess DarkCoin my little waifu, you are so cuuuuute" *giggles*

I have these 3 lovelies on ignore. Literally no FUD on this thread now.... 3 cancer cells, gone.
sr. member
Activity: 784
Merit: 250
too many bagholders here typing same bullish stuff every day, getting really boring!

So true. You know a coin is dead when 9gag moves in.
hero member
Activity: 588
Merit: 500
too many bagholders here typing same bullish stuff every day, getting really boring!

7 btc volume on mintpal haha soon delisted
Jump to: