Pages:
Author

Topic: [ANN][ONEC] Project One | Decentralized peer-to-peer Digital Eco-System - page 17. (Read 31677 times)

sr. member
Activity: 420
Merit: 250
AKA RJF - Since '14 - On line since '84
Did I miss the upgrade instructions from CLOAK to ONEC or is it simply a wallet.dat swap?
legendary
Activity: 3976
Merit: 2639

1. about github yes ofc all will be update step by step but in you case its not matter cause we dont forking.

2. like this guy said remove option -msse2 in bitcoin.o row 740 and try to compile and see if works or if you getting new errors.

THX for your answer:

1. i understnd and it's OK Wink
2. I also read this but i can't find this file and the command, sorry

regards


try this:

comment out or remove in file "cloakcoin-qt.pro "


line 100:  QMAKE_CXXFLAGS += -msse2
line 101: QMAKE_CFLAGS += -msse2

Then run again qmake & make


THX i will test it Wink
newbie
Activity: 41
Merit: 0

1. about github yes ofc all will be update step by step but in you case its not matter cause we dont forking.

2. like this guy said remove option -msse2 in bitcoin.o row 740 and try to compile and see if works or if you getting new errors.

THX for your answer:

1. i understnd and it's OK Wink
2. I also read this but i can't find this file and the command, sorry

regards


try this:

comment out or remove in file "cloakcoin-qt.pro "


line 100:  QMAKE_CXXFLAGS += -msse2
line 101: QMAKE_CFLAGS += -msse2

Then run again qmake & make
sr. member
Activity: 322
Merit: 251
is it safe to asume bittrex will be doing the swap automatically? any contact with poloniex?
newbie
Activity: 41
Merit: 0
Correct! we need more posts to view pictures on this forum

ok sir and how many days to new block explorer to fully synced?

It seems it takes 24h more :/

Explorer is now full synced

http://explorer.madeby.one/

enjoy and have a nice weekend!


peace and love
sr. member
Activity: 448
Merit: 250
OMG mega dumping start why buyer bought on 0.0003 btc price they can not wait to buy on price of 0.00015 hahahahaha Smiley  big lost
sr. member
Activity: 448
Merit: 250
Knock to add to Poloniex Grin




Do not knock poloniex door and do not ask again and again to add OneCurrency to poloniex we do not want to add you but if you offer 200 Btc then we might add Smiley hahahahahahahaha
full member
Activity: 203
Merit: 100
Knock to add to Poloniex Grin

newbie
Activity: 41
Merit: 0
Ok, will forward this to our coders and come back if I get an answer
legendary
Activity: 3976
Merit: 2639

1. about github yes ofc all will be update step by step but in you case its not matter cause we dont forking.

2. like this guy said remove option -msse2 in bitcoin.o row 740 and try to compile and see if works or if you getting new errors.

THX for your answer:

1. i understnd and it's OK Wink
2. I also read this but i can't find this file and the command, sorry

regards
newbie
Activity: 41
Merit: 0
legendary
Activity: 3976
Merit: 2639
Good day,

i hope the "new" team can update the source on github to the new version?

I will install a Node on my pi but i have follow problem:

Quote
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

cd CloakCoinRelaunch

qmake

make

and i have this fail:

Quote
pi@raspberrypi:~/CloakCoinRelaunch $ make
cd /home/pi/CloakCoinRelaunch; /bin/sh share/genbuild.sh /home/pi/CloakCoinRelaunch/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

about this error i found this in a Raspberry forum:

Quote
Yes, raspberry is an arm architecture that does not support this instruction sets. Simply removing the option could make things work. I wouldn't expect most of the kaldi functionality will be usefull there there anyway. It's too limited on memory and CPU.

Anyone have an idea?

THX


newbie
Activity: 41
Merit: 0
hero member
Activity: 711
Merit: 500
CLOAK Trustless Anonymous Cryptocurrency
newbie
Activity: 41
Merit: 0
Awesome  Grin
I love the new logo...it has so much good energy!!!

TeamOne did you asked already coinmarketcap to change all to ONE?

Yes we contacted coinmarketcap and wait now for respond
hero member
Activity: 695
Merit: 500
Awesome  Grin
I love the new logo...it has so much good energy!!!

TeamOne did you asked already coinmarketcap to change all to ONE?
hero member
Activity: 1030
Merit: 502
★777Coin.com★ Fun BTC Casino!
Yes it feels good.......fresh air.
I'm eager to see what unfolds ...  as it opens up like a flower
hero member
Activity: 666
Merit: 500
nice volume and buy support with One  Cheesy

Pages:
Jump to: