danilom
Member
Offline
Activity: 92
Merit: 10
|
|
May 01, 2014, 08:53:59 PM |
|
Well im searchin into the Makefile and i cant see tekcoinUnits.h with U.. just tekcoinunits.h
and in src/qt/ just tekcoinunits.h appear
any idea?
|
BTC - 1Lc9SRNYthrYFAJpJ5zxVWBgtXjQ7oYsRB
Bitmessage: BM-2cWq7FqzkzESHrm4w9RfTkg1PGRGhQhtpe
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 01, 2014, 09:02:34 PM |
|
Well im searchin into the Makefile and i cant see tekcoinUnits.h with U.. just tekcoinunits.h
and in src/qt/ just tekcoinunits.h appear
any idea?
I see it, and the compile error tells you where. /src/qt/coincontroldialog.cpp line 5 A quick search through the directory tells me this is the only occurance of the capital U - but could be wrong
|
|
|
|
thundertoe (OP)
Legendary
Offline
Activity: 938
Merit: 1000
|
|
May 02, 2014, 03:10:22 AM |
|
i can confirm it does show stake wieghts
|
|
|
|
Tranz
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
May 02, 2014, 03:16:09 AM |
|
i can confirm it does show stake wieghts
Whatever bounties are out there, you can give mine to Presstab. Let me know if you can find the original source code, so we can fix the sync issue.
|
|
|
|
Robense
Newbie
Offline
Activity: 8
Merit: 0
|
|
May 02, 2014, 03:37:59 AM |
|
I'm gonna watch it anyway, could Surprise me.
|
|
|
|
ofeefee
Legendary
Offline
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
|
|
May 02, 2014, 06:06:53 AM |
|
holy smokes, that is amazing work! running presstabs version, coin control and confirmations listed. I don't have any coins staking at the moment, but runs good.
I have another system that never had tek on it. it sees nodes, but doesn't sync, is there a way you could have it force sync with a node?
|
|
|
|
|
mighty jol
Member
Offline
Activity: 98
Merit: 10
|
|
May 02, 2014, 06:23:21 AM |
|
i have 2 mature blocks ready to stake so i will check if presstab's version calculation on weight works accordingly^^ no problem updating so far.
|
|
|
|
ofeefee
Legendary
Offline
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
|
|
May 02, 2014, 06:25:17 AM |
|
I used the following when starting out initially so it also is an option if you didn't want to download the chain. download the client with the nongradiant logos, get the dlls from hbn(or others) files, it will sync properly, then you can add this one once synced and get all the new features.
|
|
|
|
|
mighty jol
Member
Offline
Activity: 98
Merit: 10
|
|
May 02, 2014, 06:47:07 AM |
|
so many good updates stake weight shows up well on my side. everything going well as usual.
|
|
|
|
ofeefee
Legendary
Offline
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
|
|
May 02, 2014, 06:58:54 AM |
|
i went to menu, unlock wallet, nothing happens...
|
|
|
|
solarion
|
|
May 02, 2014, 07:10:27 AM |
|
i went to menu, unlock wallet, nothing happens... Was the wallet locked at the time? @presstab Thanks for all your effort. Outstanding work man!
|
|
|
|
danilom
Member
Offline
Activity: 92
Merit: 10
|
|
May 02, 2014, 12:18:23 PM |
|
still cant compile in linux.
seems to only work in windows environment
After modify tle line 5 in src/qt/coincontroldialog.cpp changing coincontrolUnits.h to coincontrolunit.h move forward but later stop compilation here:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55 collect2: error: ld returned 1 exit status make: *** [tekcoin-qt] Error 1
i think is looking for windows tools in linux is there a way to fix it? or is possible to find a linux source ?
Thanks
|
BTC - 1Lc9SRNYthrYFAJpJ5zxVWBgtXjQ7oYsRB
Bitmessage: BM-2cWq7FqzkzESHrm4w9RfTkg1PGRGhQhtpe
|
|
|
squiggie
|
|
May 02, 2014, 01:26:23 PM |
|
still cant compile in linux.
seems to only work in windows environment
After modify tle line 5 in src/qt/coincontroldialog.cpp changing coincontrolUnits.h to coincontrolunit.h move forward but later stop compilation here:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55 collect2: error: ld returned 1 exit status make: *** [tekcoin-qt] Error 1
i think is looking for windows tools in linux is there a way to fix it? or is possible to find a linux source ?
Thanks
Isn't there a way to specify the gcc compile in the Linux build? Sorry, I can't remember how to do that.
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 02, 2014, 01:28:03 PM |
|
still cant compile in linux.
seems to only work in windows environment
After modify tle line 5 in src/qt/coincontroldialog.cpp changing coincontrolUnits.h to coincontrolunit.h move forward but later stop compilation here:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55 collect2: error: ld returned 1 exit status make: *** [tekcoin-qt] Error 1
i think is looking for windows tools in linux is there a way to fix it? or is possible to find a linux source ?
Thanks
What version of boost do you have? I have it set for 1.55 . also the first part of the .pro file might need to be commented out for Linux builds. I am on mobile all day so don't have much detail to give but if you check out .pro files of other coins like hbn it will give a good clue.
|
|
|
|
cazze
Newbie
Offline
Activity: 31
Merit: 0
|
|
May 02, 2014, 02:16:26 PM |
|
still cant compile in linux.
seems to only work in windows environment
After modify tle line 5 in src/qt/coincontroldialog.cpp changing coincontrolUnits.h to coincontrolunit.h move forward but later stop compilation here:
/usr/bin/ld: cannot find -lboost_system-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_filesystem-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_program_options-mgw48-mt-s-1_55 /usr/bin/ld: cannot find -lboost_thread-mgw48-mt-s-1_55 collect2: error: ld returned 1 exit status make: *** [tekcoin-qt] Error 1
i think is looking for windows tools in linux is there a way to fix it? or is possible to find a linux source ?
Thanks
What version of boost do you have? I have it set for 1.55 . also the first part of the .pro file might need to be commented out for Linux builds. I am on mobile all day so don't have much detail to give but if you check out .pro files of other coins like hbn it will give a good clue. Did you commented the following in tekcoin-qt.pro before you generated the Makefile? #uncomment the following section to enable building on windows: #windows:LIBS += -lshlwapi #LIBS += $$join(BOOST_LIB_PATH,,-L,) $$join(BDB_LIB_PATH,,-L,) $$join(OPENSSL_LIB_PATH,,-L,) $$join(QRENCODE_LIB_PATH,,-L,) #LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX #windows:LIBS += -lws2_32 -lole32 -loleaut32 -luuid -lgdi32 #LIBS += -lboost_system-mgw48-mt-s-1_55 -lboost_filesystem-mgw48-mt-s-1_55 -lboost_program_options-mgw48-mt-s-1_55 -lboost_thread-mgw48-mt-s-1_55 #BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55 #BOOST_INCLUDE_PATH=C:/deps/boost_1_55_0 #BOOST_LIB_PATH=C:/deps/boost_1_55_0/stage/lib #BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix #BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix #OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1g/include #OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1g #MINIUPNPC_LIB_PATH=C:/deps/miniupnpc #MINIUPNPC_INCLUDE_PATH=c:/deps Works like a charm here, cazze
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 02, 2014, 02:40:45 PM |
|
Awesome cazze thanks for showing the lines of code to comment out and confirming it does in fact build on Linux. The newest release has two lines below UPNP that will also need to be commented out. They start with qrencode.
|
|
|
|
ofeefee
Legendary
Offline
Activity: 1023
Merit: 1001
Tokenize Fantasy Sports
|
|
May 02, 2014, 03:53:55 PM |
|
i went to menu, unlock wallet, nothing happens... Was the wallet locked at the time? @presstab Thanks for all your effort. Outstanding work man! Just tested it, wallet is locked, I clicked the unlock for pos in the menu and nothing happens.
|
|
|
|
presstab
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
May 02, 2014, 04:00:01 PM Last edit: May 02, 2014, 04:36:02 PM by presstab |
|
i went to menu, unlock wallet, nothing happens... Was the wallet locked at the time? @presstab Thanks for all your effort. Outstanding work man! Just tested it, wallet is locked, I clicked the unlock for pos in the menu and nothing happens. Ofeefee this new button really is in testing right now. I added it to the source code without being completely finished and tested so it was part of the updated release because I didn't want to go back and remove it for more testing. I will go through the code of it more thoroughly and hopefully get it working soon. Right now I think the problem may stem from line 282 of tekcoingui.cpp in the presstab repo. I think the formint needs to be deleted. I will change and compile later today.
|
|
|
|
|