mishax1
Legendary
Offline
Activity: 2898
Merit: 1017
|
|
July 05, 2016, 04:55:39 AM |
|
In my opinion this great coin need rebranding ...without Poloniex is dead.
Was it on poloniex ?
|
|
|
|
Buchi-88
Legendary
Offline
Activity: 3976
Merit: 2640
|
|
July 05, 2016, 06:18:29 AM |
|
good day, i will compile your wallet on my Raspberry Pi, but i have seen your source on github is very old, can the team updating the source? but i have follow problems by the compile: sudo apt-get install qt4-dev-tools libboost-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libdb++-dev libminiupnpc-dev libssl-dev git clone https://github.com/cashmen/CloakCoinRelaunch(I edit the folder to CloakCoin) cd CloakCoin qmake make pi@raspberrypi:~/CloakCoin $ qmake Project MESSAGE: Building with UPNP support Project MESSAGE: Building with IPv6 support Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportpi@raspberrypi:~/CloakCoin $ make cd /home/pi/CloakCoin; /bin/sh share/genbuild.sh /home/pi/CloakCoin/build/build.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/coincontroldialog.ui -o build/ui_coincontroldialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/addressbookpage.ui -o build/ui_addressbookpage.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/signverifymessagedialog.ui -o build/ui_signverifymessagedialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/aboutdialog.ui -o build/ui_aboutdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/editaddressdialog.ui -o build/ui_editaddressdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/transactiondescdialog.ui -o build/ui_transactiondescdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/overviewpage.ui -o build/ui_overviewpage.h src/qt/forms/overviewpage.ui: Warning: The name 'label_6' (QLabel) is already in use, defaulting to 'label_61'. /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/sendcoinsentry.ui -o build/ui_sendcoinsentry.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/askpassphrasedialog.ui -o build/ui_askpassphrasedialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/rpcconsole.ui -o build/ui_rpcconsole.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/optionsdialog.ui -o build/ui_optionsdialog.h g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp g++: error: unrecognized command line option ‘-msse2’ Makefile:740: recipe for target 'build/bitcoin.o' failed make: *** [build/bitcoin.o] Error 1 Have anyone a idea?
|
|
|
|
wizardee
|
|
July 05, 2016, 09:07:44 AM Last edit: July 05, 2016, 10:37:39 AM by wizardee |
|
nice volume! someone bought 23k cloaks on livecoin seems someone knows something .)
|
|
|
|
wizardee
|
|
July 05, 2016, 09:23:05 AM |
|
good day, i will compile your wallet on my Raspberry Pi, but i have seen your source on github is very old, can the team updating the source? but i have follow problems by the compile: sudo apt-get install qt4-dev-tools libboost-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libdb++-dev libminiupnpc-dev libssl-dev git clone https://github.com/cashmen/CloakCoinRelaunch(I edit the folder to CloakCoin) cd CloakCoin qmake make pi@raspberrypi:~/CloakCoin $ qmake Project MESSAGE: Building with UPNP support Project MESSAGE: Building with IPv6 support Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportpi@raspberrypi:~/CloakCoin $ make cd /home/pi/CloakCoin; /bin/sh share/genbuild.sh /home/pi/CloakCoin/build/build.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/coincontroldialog.ui -o build/ui_coincontroldialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/addressbookpage.ui -o build/ui_addressbookpage.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/signverifymessagedialog.ui -o build/ui_signverifymessagedialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/aboutdialog.ui -o build/ui_aboutdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/editaddressdialog.ui -o build/ui_editaddressdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/transactiondescdialog.ui -o build/ui_transactiondescdialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/overviewpage.ui -o build/ui_overviewpage.h src/qt/forms/overviewpage.ui: Warning: The name 'label_6' (QLabel) is already in use, defaulting to 'label_61'. /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/sendcoinsentry.ui -o build/ui_sendcoinsentry.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/askpassphrasedialog.ui -o build/ui_askpassphrasedialog.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/rpcconsole.ui -o build/ui_rpcconsole.h /usr/lib/arm-linux-gnueabihf/qt4/bin/uic src/qt/forms/optionsdialog.ui -o build/ui_optionsdialog.h g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp g++: error: unrecognized command line option ‘-msse2’ Makefile:740: recipe for target 'build/bitcoin.o' failed make: *** [build/bitcoin.o] Error 1 Have anyone a idea? no idea about Raspberry Pi but found this on google maybe its helps or just try to google more i think the problem is not in code its more in package or configs what you have installed: https://github.com/bkaradzic/bgfx/issues/613
|
|
|
|
aknutty
Member
Offline
Activity: 109
Merit: 10
|
|
July 05, 2016, 10:43:55 AM |
|
nice volume! someone bought 23k cloaks on livecoin seems someone knows something .) That's it I'm keeping some coin on both Bittrex and livecoin, the arbitration is too good not too
|
|
|
|
disco987
|
|
July 05, 2016, 11:26:59 AM |
|
Many hope to have really fucked sellers because of their stupidity
|
,╓▄▄▄▄▄▄▄▄▄╓ ╓▄█████████████████▄╖ ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄, ,▓███▀╜,▄▄███████████▄▄,╙▀████╖ ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄ ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌ ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌ ]███▌┌███▌ ▐███ ███▄ ▐███ ▐███, ▐███ ▐███ .███ ███ ███▌ ███▌ ▐███ ▐███ '███ ███ ███▌ ███▌ ]███@╙███@ ▀██▌ ,▄██▌ ▐███ ▐███` ▓███ ▐███▄ ╙██▀╩ 9███╜ ╔███▀,███▌ ████,╙███▌ ▓███╜,████ ▀███▄ ▀╜ ▀▀ ▄███▌ ╙████▄, ╓▄████╜ ╙█████▄▄╓, ,╓▄▄█████▀ ▀▀█████████████████▀▀ '▀▀▀▀▀▀▀▀▀▀▀'
| CloakCoin | Private, Secure & Untraceable Cryptocurrency | Enigma Forum | Bitcointalk | Twitter | Slack | Facebook | VK | Reddit | CloakTV | Instagram | IRC-Chat | Faucet
|
|
|
|
aknutty
Member
Offline
Activity: 109
Merit: 10
|
|
July 05, 2016, 11:39:41 AM |
|
Many hope to have really fucked sellers because of their stupidity
Yeah I had some extra btc laying around and just saw a major dump happening on Bittrex and just grabbed major coin for cheap. Already at a nice profit. Thanks sellers!
|
|
|
|
Sidi25
|
|
July 05, 2016, 12:43:19 PM |
|
Many hope to have really fucked sellers because of their stupidity
Yeah I had some extra btc laying around and just saw a major dump happening on Bittrex and just grabbed major coin for cheap. Already at a nice profit. Thanks sellers! me too
|
,╓▄▄▄▄▄▄▄▄▄╓ ╓▄█████████████████▄╖ ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄, ,▓███▀╜,▄▄███████████▄▄,╙▀████╖ ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄ ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌ ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌ ]███▌┌███▌ ▐███ ███▄ ▐███ ▐███, ▐███ ▐███ .███ ███ ███▌ ███▌ ▐███ ▐███ '███ ███ ███▌ ███▌ ]███@╙███@ ▀██▌ ,▄██▌ ▐███ ▐███` ▓███ ▐███▄ ╙██▀╩ 9███╜ ╔███▀,███▌ ████,╙███▌ ▓███╜,████ ▀███▄ ▀╜ ▀▀ ▄███▌ ╙████▄, ╓▄████╜ ╙█████▄▄╓, ,╓▄▄█████▀ ▀▀█████████████████▀▀ '▀▀▀▀▀▀▀▀▀▀▀' CloakCoin | CloakCoin - Private, Secure, Untraceable & Decentralized Digital Currency | EnigmaChat | Bitcointalk | Twitter | Facebook | Steemit | Reddit | CloakTV | Instagram
|
|
|
|
RJF19
Sr. Member
Offline
Activity: 420
Merit: 250
AKA RJF - Since '14 - On line since '84
|
|
July 05, 2016, 06:02:37 PM |
|
More and more, we are a global economy and what Deutsche bank does, or fails to do, WILL impact you no matter where your are. Its hard to believe we live through these bank failures and still do business the same old way after. All I can say is, when it comes, and it won't be long from now with pressure from "Brexit" and China, I hope all of you reading this are sufficiently invested in Crypto Currencies because your paper money will move from your wallet to your toilet paper roll....
|
Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
|
|
|
|
disco987
|
|
July 06, 2016, 09:44:39 AM Last edit: July 06, 2016, 09:58:01 AM by disco987 |
|
Then sell quickly I have need to see fucked bears Sell cuteflower,sell...... Cuteflower I WANT YOUR CLOAK
|
,╓▄▄▄▄▄▄▄▄▄╓ ╓▄█████████████████▄╖ ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄, ,▓███▀╜,▄▄███████████▄▄,╙▀████╖ ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄ ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌ ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌ ]███▌┌███▌ ▐███ ███▄ ▐███ ▐███, ▐███ ▐███ .███ ███ ███▌ ███▌ ▐███ ▐███ '███ ███ ███▌ ███▌ ]███@╙███@ ▀██▌ ,▄██▌ ▐███ ▐███` ▓███ ▐███▄ ╙██▀╩ 9███╜ ╔███▀,███▌ ████,╙███▌ ▓███╜,████ ▀███▄ ▀╜ ▀▀ ▄███▌ ╙████▄, ╓▄████╜ ╙█████▄▄╓, ,╓▄▄█████▀ ▀▀█████████████████▀▀ '▀▀▀▀▀▀▀▀▀▀▀'
| CloakCoin | Private, Secure & Untraceable Cryptocurrency | Enigma Forum | Bitcointalk | Twitter | Slack | Facebook | VK | Reddit | CloakTV | Instagram | IRC-Chat | Faucet
|
|
|
|
|
RJF19
Sr. Member
Offline
Activity: 420
Merit: 250
AKA RJF - Since '14 - On line since '84
|
|
July 06, 2016, 12:26:15 PM |
|
Then sell out now if you even have any CLOAK. And stop saying 'we", no one here is in your corner or, shares your point of view. Yes, I'm done feeding the troll' ignore ON....
|
Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas A. Edison
|
|
|
disco987
|
|
July 06, 2016, 02:20:22 PM |
|
Ahhh cuteflower, No! Of 0002 we will sell over time. You and the other weak and puny hands will sell now
|
,╓▄▄▄▄▄▄▄▄▄╓ ╓▄█████████████████▄╖ ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄, ,▓███▀╜,▄▄███████████▄▄,╙▀████╖ ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄ ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌ ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌ ]███▌┌███▌ ▐███ ███▄ ▐███ ▐███, ▐███ ▐███ .███ ███ ███▌ ███▌ ▐███ ▐███ '███ ███ ███▌ ███▌ ]███@╙███@ ▀██▌ ,▄██▌ ▐███ ▐███` ▓███ ▐███▄ ╙██▀╩ 9███╜ ╔███▀,███▌ ████,╙███▌ ▓███╜,████ ▀███▄ ▀╜ ▀▀ ▄███▌ ╙████▄, ╓▄████╜ ╙█████▄▄╓, ,╓▄▄█████▀ ▀▀█████████████████▀▀ '▀▀▀▀▀▀▀▀▀▀▀'
| CloakCoin | Private, Secure & Untraceable Cryptocurrency | Enigma Forum | Bitcointalk | Twitter | Slack | Facebook | VK | Reddit | CloakTV | Instagram | IRC-Chat | Faucet
|
|
|
|
aknutty
Member
Offline
Activity: 109
Merit: 10
|
|
July 06, 2016, 08:57:25 PM |
|
"Cloak - History of the First Year" book progress report: I have researched the first 400 pages of the original Cloak Bitcointalk thread. To be honest, there was a lot of "fud" and "trolling" I have had to sift through, but this has not deterred me. Nevertheless, I have recorded the main events from the 3rd of June to the 15th of July 2014. Our objective at Crypto Books is to have the original thread and the current thread fully researched before the end of this month (up to the 3rd June 2015). Please help fund this project by donating BTC: 1AeYQnpEqxAV4LdrFE5AzquqheTekLNggx or CLOAK: C9QmNv5hX9Mv56o6GtrDRMSyaLbXyT3iQB. I look forward to any questions people may have. How much will the book cost? Cashmen can I get you to sign it for me? Lol
|
|
|
|
cuteflower
|
|
July 07, 2016, 05:30:39 AM |
|
really book publish is not future for cloak still i do not understand why need book? bitcoin litecoin dash and other famous crypto published book? we are really wasting time i think so?
|
|
|
|
arseaboy
|
|
July 07, 2016, 05:35:48 AM |
|
really book publish is not future for cloak still i do not understand why need book? bitcoin litecoin dash and other famous crypto published book? we are really wasting time i think so?
will help quite because it will bring peoples awareness and the more people read the book the more possibility supporting the project after they understand the progress and the future development plus the history and the main goal of this coin.
|
|
|
|
lazi
|
|
July 07, 2016, 07:07:15 AM |
|
really book publish is not future for cloak still i do not understand why need book? bitcoin litecoin dash and other famous crypto published book? we are really wasting time i think so?
You are scared about everything... Calm down man!!!
|
|
|
|
Jackle1889
Newbie
Offline
Activity: 38
Merit: 0
|
|
July 07, 2016, 08:22:52 AM |
|
really book publish is not future for cloak still i do not understand why need book? bitcoin litecoin dash and other famous crypto published book? we are really wasting time i think so?
The dev team is not writing this book, no time is spent on this book from the devs side. Please leave this thread, leave btctalk, you don't deserve do make a cent from crypto.
|
|
|
|
|