Pages:
Author

Topic: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android - page 71. (Read 179167 times)

sr. member
Activity: 466
Merit: 250
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
make: *** [build/addresstablemodel.o] Error 1
Still happening lol. I'll search the web a bit.
Including this
Code:
#include "uint256_t.h"
It worked! Though i fear i might have to do that again.

Did you get it all conpiled?
Not yet. Do you want me to do a git pull or something on the errors? i got nothing to do today.
Edit: Had to fix some qt dep issues but runs fine now.
legendary
Activity: 882
Merit: 1024
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
make: *** [build/addresstablemodel.o] Error 1
Still happening lol. I'll search the web a bit.
Including this
Code:
#include "uint256_t.h"
It worked! Though i fear i might have to do that again.

Did you get it all conpiled?
sr. member
Activity: 466
Merit: 250
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
make: *** [build/addresstablemodel.o] Error 1
Still happening lol. I'll search the web a bit.
Including this
Code:
#include "uint256_t.h"
It worked! Though i fear i might have to do that again.
legendary
Activity: 882
Merit: 1024
How can I begin to earn coins POS ?

You need Coins to earn Coins through Proof of Stake.
legendary
Activity: 1610
Merit: 1008
How can I begin to earn coins POS ?
legendary
Activity: 994
Merit: 1000
Price is undervalued now
iam not see big buy wall >_<

That´s great!

Good time to buy me into the Top5 CON richlist soon ™

50 Bucks or so and i´m there Tongue
sr. member
Activity: 466
Merit: 250
lol, I hate integer types. I'll check it out soon, rested eyes makes the world much clearer.
Crest i didn't realize you missed some files, i'm re cloning from github, should work fine this time.
Sorry for trouble lol
When my blocks split i'll send you a tip
legendary
Activity: 882
Merit: 1024
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
This was with qt5.3.2, so it-s definetly not the compiler.

PayCon has a great Community. Thanks @ALL for your help.
This -> http://pastebin.com/Jh0GA75L was a bit too much for me on the last night  Roll Eyes
I've just made the changes in transactiontablemodel.cpp, line 552, 553 [ return (qlonglong)rec->status.depth; ]
And now I have compiled the qt-wallet and let it sync.
I'll try it too.

This happens now:
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
make: *** [build/addresstablemodel.o] Error 1
So i went into walletmodel.h and changed that uint64_t to int64_t. Didn't fail yet so..

lol, I hate integer types. I'll check it out soon, rested eyes makes the world much clearer.
sr. member
Activity: 466
Merit: 250
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
This was with qt5.3.2, so it-s definetly not the compiler.

PayCon has a great Community. Thanks @ALL for your help.
This -> http://pastebin.com/Jh0GA75L was a bit too much for me on the last night  Roll Eyes
I've just made the changes in transactiontablemodel.cpp, line 552, 553 [ return (qlonglong)rec->status.depth; ]
And now I have compiled the qt-wallet and let it sync.
I'll try it too.

This happens now:
Code:
g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -isystem /usr/local/include -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/local/qt5/include -I/usr/local/qt5/include/QtWidgets -I/usr/local/qt5/include/QtNetwork -I/usr/local/qt5/include/QtGui -I/usr/local/qt5/include/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
In file included from src/qt/addresstablemodel.cpp:3:0:
src/qt/walletmodel.h:103:74: error: ‘uint64_t’ has not been declared
Makefile:7465: recipe for target 'build/addresstablemodel.o' failed
make: *** [build/addresstablemodel.o] Error 1
Fix? I tried to search walletmodel.cpp for analogies with the other error but didn't find anything.
Edit: My bad didn't realize you missed some files. Re-cloning and recompiling. Sorry for trouble
hero member
Activity: 910
Merit: 510
Test:
Fresh install wallet - Duration of the synchronization: 47.61 seconds  Grin
hero member
Activity: 784
Merit: 511

I Linux it would be just as easy,

mkdir .PayCon
cd .PayCon
wget https://www.dropbox.com/s/i7eshtfqn5ok9e2/PayCon2.zip
unzip PayCon2.zip

Start PayCond


I think I synced to the highest chain from fresh in about 5 minutes, lol


Great!!
Unpack, start wallet, fully synchronized within one minute.

hero member
Activity: 784
Merit: 511
PayCon has a great Community. Thanks @ALL for your help.


This -> http://pastebin.com/Jh0GA75L was a bit too much for me on the last night  Roll Eyes

I've just made the changes in transactiontablemodel.cpp, line 552, 553 [ return (qlonglong)rec->status.depth; ]

And now I have compiled the qt-wallet and let it sync.





legendary
Activity: 882
Merit: 1024
@sOnix

If it does not work with compiling, check out the following file: /home/yourUser/PayCon/src/qt/transactiontablemodel.cpp.

Code:
	
552       /* return rec->status.depth; */
553          return (qlonglong)rec->status.depth;


So it should work.

I'll check it out tomorrow, I have been doing some interesting stuff with seeing how to create faster syncing of fresh wallets.

I made up this full copy of the Blockchain from scratch in Windows https://www.dropbox.com/s/i7eshtfqn5ok9e2/PayCon2.zip?dl=0

I'm curious if a new node could use it to sync right to the highest chain without having to painstakingly wait to sync. The sync times are actually really good, I just want super-fast sync times and wondering about how torrents might be used and Blockchain trimming. If you could have a Coin in which you can always sync quickly and always have a small Blockchain then you've already won half the battle.

Perfect, it works!

For a fresh install:

So in Windows you would go to the appdata/roaming directory and create a PayCon folder, and download the PayCon2.zip to that directory, unzip it and start PayCon-QT

I Linux it would be just as easy,

mkdir .PayCon
cd .PayCon
wget https://www.dropbox.com/s/i7eshtfqn5ok9e2/PayCon2.zip
unzip PayCon2.zip

Start PayCond


I think I synced to the highest chain from fresh in about 5 minutes, lol
legendary
Activity: 882
Merit: 1024
@sOnix

If it does not work with compiling, check out the following file: /home/yourUser/PayCon/src/qt/transactiontablemodel.cpp.

Code:
	
552       /* return rec->status.depth; */
553          return (qlonglong)rec->status.depth;


So it should work.

I'll check it out tomorrow, I have been doing some interesting stuff with seeing how to create faster syncing of fresh wallets.

I made up this full copy of the Blockchain from scratch in Windows https://www.dropbox.com/s/76mxqd0tp2fi1v2/PayCon.zip?dl=0

I'm curious if a new node could use it to sync right to the highest chain without having to painstakingly wait to sync. The sync times are actually really good, I just want super-fast sync times and wondering about how torrents might be used and Blockchain trimming. If you could have a Coin in which you can always sync quickly and always have a small Blockchain then you've already won half the battle.
hero member
Activity: 644
Merit: 509
Price is undervalued now
iam not see big buy wall >_<
hero member
Activity: 910
Merit: 510
@sOnix

If it does not work with compiling, check out the following file: /home/yourUser/PayCon/src/qt/transactiontablemodel.cpp.

Code:
	
552       /* return rec->status.depth; */
553          return (qlonglong)rec->status.depth;


So it should work.
sr. member
Activity: 466
Merit: 250
Getting this. Suspecting is not related to qt4 but seems similar to the other problem
Scr/qt/walletmodel.h:103:74: error Unit64_t has not been declared.

I'll take a look, I also have Lindows with 64 bit Ubuntu as well I can build with, I just never use it because it takes up more ram and harder to build on. Check out the pastebin a couple page ago or so and see what you can find, muddafudda's repository is on 1.05 as well so you can also build from that if you need to.
EDIT: I checked the log, thing was called uint_64 not unit.
I got my qt5.3.2 working i'll let you know how it goes.
legendary
Activity: 882
Merit: 1024
Getting this. Suspecting is not related to qt4 but seems similar to the other problem
Scr/qt/walletmodel.h:103:74: error Unit64_t has not been declared.

I'll take a look, I also have Lindows with 64 bit Ubuntu as well I can build with, I just never use it because it takes up more ram and harder to build on. Check out the pastebin a couple page ago or so and see what you can find, muddafudda's repository is on 1.05 as well so you can also build from that if you need to.
sr. member
Activity: 466
Merit: 250
Getting this. Suspecting is not related to qt4 but seems similar to the other guy's problem
Scr/qt/walletmodel.h:103:74: error Unit64_t has not been declared.
When i get home i'll update with full code.
legendary
Activity: 882
Merit: 1024
Pages:
Jump to: