BitQuark (OP)
|
|
June 30, 2016, 03:15:31 PM |
|
I've also tried compiling the client on Ubuntu 16.04 and get a similar error message. Hopefully we can figure this out, but it works fine on versions less than 16.04. Also I've been updating the BTQ Auction site and I think I have all the bugs worked out now. So if you want to check it out, just got to http://www.bitquark.info or http://auction.bitquark.infoThanks, BTQ Dev
|
|
|
|
crackfoo
Legendary
Offline
Activity: 3570
Merit: 1126
|
|
June 30, 2016, 03:16:42 PM |
|
I've also tried compiling the client on Ubuntu 16.04 and get a similar error message. Hopefully we can figure this out, but it works fine on versions less than 16.04. Also I've been updating the BTQ Auction site and I think I have all the bugs worked out now. So if you want to check it out, just got to http://www.bitquark.info or http://auction.bitquark.infoThanks, BTQ Dev in rpcrawtransaction.cpp - const CScriptID& hash = boost::get<const CScriptID&>(address); + const CScriptID& hash = boost::get<CScriptID>(address);
|
ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
|
|
|
crysx
|
|
June 30, 2016, 03:25:17 PM |
|
I've also tried compiling the client on Ubuntu 16.04 and get a similar error message. Hopefully we can figure this out, but it works fine on versions less than 16.04. Also I've been updating the BTQ Auction site and I think I have all the bugs worked out now. So if you want to check it out, just got to http://www.bitquark.info or http://auction.bitquark.infoThanks, BTQ Dev in rpcrawtransaction.cpp - const CScriptID& hash = boost::get<const CScriptID&>(address); + const CScriptID& hash = boost::get<CScriptID>(address); hahaha ... i just did a pull request with that SAME fix - only a few seconds before you posted ... nice one ... #crysx
|
|
|
|
BitQuark (OP)
|
|
June 30, 2016, 03:39:44 PM |
|
Thanks guys for being on top of this and finding a fix! :-)
Thanks again, BTQ Dev
|
|
|
|
crysx
|
|
June 30, 2016, 03:46:21 PM |
|
Thanks guys for being on top of this and finding a fix! :-)
Thanks again, BTQ Dev
all good ... i was away all day today ( 3hour drive - for 2hours work - then 3hour drive back ) and am totally knackered ... bed time for me in a few minutes ... crackfoo is awesome - and so is his pool ... got quark on there at the moment - and bitquark is one of the coins thats hammering ... cant wait till thefarm is up and running after next week - will be hashing there in a much bigger way ... #crysx
|
|
|
|
ZeroFossilFuel
|
|
July 01, 2016, 02:53:25 AM |
|
It doesn't look like either of those services updates very often. Maybe once a week? You'll notice that all of the coins listed there are frozen. Only the wallet which updates from the blockchain will show the total number mined in real time. As of this moment I see 5,593,940.00 coins minted. What I want to know is if anyone has successfully compiled the wallet on Ubuntu 16.04? I had trouble with 15.10. Went to the winblows .exe version in Wine for the interim. It chokes when I try to load a fragmented wallet with lots of transactions. I'm afraid to upgrade my Ubuntu 14.04 machine that DOES have a good working wallet on it for fear I might break it. Edit: And in the end, trying to compile using the autobuild.sh file I get /usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ BOOST_STATIC_ASSERT_MSG( ^ Makefile:2355: recipe for target 'build/rpcrawtransaction.o' failed make: *** [build/rpcrawtransaction.o] Error 1 ~$ And if I try to run the bitquark-qt file from a previous install created under Ubuntu 14.04... ./bitquark-qt: error while loading shared libraries: libminiupnpc.so.8: cannot open shared object file: No such file or directory ~/BTQ-r20$ That's because libminiupnpc is now up to version 10. {sigh} do you require the build with upnpc? ... if not - build without it ... as for the boost error ... im looking at the code now ... #crysx The UPNPC error comes by running a version compiled previously on 14.04 on a machine running 16.04. Can't recompile without it now unless I build a 14.04 virtual machine. Not in a real hurry to do that.
|
|
|
|
crysx
|
|
July 01, 2016, 03:53:14 AM |
|
It doesn't look like either of those services updates very often. Maybe once a week? You'll notice that all of the coins listed there are frozen. Only the wallet which updates from the blockchain will show the total number mined in real time. As of this moment I see 5,593,940.00 coins minted. What I want to know is if anyone has successfully compiled the wallet on Ubuntu 16.04? I had trouble with 15.10. Went to the winblows .exe version in Wine for the interim. It chokes when I try to load a fragmented wallet with lots of transactions. I'm afraid to upgrade my Ubuntu 14.04 machine that DOES have a good working wallet on it for fear I might break it. Edit: And in the end, trying to compile using the autobuild.sh file I get /usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ BOOST_STATIC_ASSERT_MSG( ^ Makefile:2355: recipe for target 'build/rpcrawtransaction.o' failed make: *** [build/rpcrawtransaction.o] Error 1 ~$ And if I try to run the bitquark-qt file from a previous install created under Ubuntu 14.04... ./bitquark-qt: error while loading shared libraries: libminiupnpc.so.8: cannot open shared object file: No such file or directory ~/BTQ-r20$ That's because libminiupnpc is now up to version 10. {sigh} do you require the build with upnpc? ... if not - build without it ... as for the boost error ... im looking at the code now ... #crysx The UPNPC error comes by running a version compiled previously on 14.04 on a machine running 16.04. Can't recompile without it now unless I build a 14.04 virtual machine. Not in a real hurry to do that. recompile without the upnp with - USE_PNP= or USE_UPNP=- when compiling and it will disable the upnp module ... i use redhat based systems ( fedora 23 x64 and centos 7 x64 ) so almost all the scripts and compile commands are useless in the git - for rhel based users like me ... which is my real issue with this industry - assuming that 'linux' means debian based distros ( namely debian and ubuntu ) and not rhel based distros ... majority use of a distro in crypto - does NOT make it the description for 'linux' ... but that is my gripe - and thats about it ... if there are ANY python devs out there than can help rewrite / work with the stratum code for the pool - i would be very appreciative ... a deal can be done for paid work also ... tanx ... #crysx
|
|
|
|
BitQuark (OP)
|
|
July 01, 2016, 06:03:40 PM |
|
Bitquark [BTQ] Marked for delisting at C-CEX 03.07.2016 if their average daily trading volume for last 30 days will not exceed 0.2 BTC
Don't worry I'll have that fixed by the end of the day :-)
|
|
|
|
mtx_demon
|
|
July 02, 2016, 08:02:12 AM |
|
no bittrex?? They have a really good volume everyday!!
I would help buying more coins using the bittrex like 1 BTC with you add the coin there!! THANK YOU
|
|
|
|
mtx_demon
|
|
July 04, 2016, 11:55:08 PM |
|
Hey also my android wallet does not work!! Do you have any peers?
|
|
|
|
mtx_demon
|
|
July 05, 2016, 11:40:36 AM |
|
Anybody knows why the android wallet get stuck on the block 1.199.999
|
|
|
|
ZeroFossilFuel
|
|
July 22, 2016, 02:18:40 PM |
|
recompile without the upnp with - USE_PNP= or USE_UPNP=- when compiling and it will disable the upnp module ...
Yes, that worked. Thanks! I would prefer to have UPnP available but apparently my router did not need it. Only entries I find in my UPnP port forward table are Skype. So we're good for now. I can now upgrade the rest of my machines to 16.04! BitquarkQt was the only "must have" app holding me back.
|
|
|
|
|
ZeroFossilFuel
|
|
July 25, 2016, 02:20:53 PM |
|
The only ones I concern myself adding to the known peers list use port 9596. All the others are much more transient. The wallet will find others on its own. I regularly run "getpeerinfo" from the Help/Debug/Console menu after having the wallet continuously open for a day or two to scour it for new peers on port 9596 to add to my own list. That too is still a moving target, just not as fast as the non-standard ports.
|
|
|
|
mtx_demon
|
|
July 25, 2016, 04:20:55 PM |
|
The only ones I concern myself adding to the known peers list use port 9596. All the others are much more transient. The wallet will find others on its own. I regularly run "getpeerinfo" from the Help/Debug/Console menu after having the wallet continuously open for a day or two to scour it for new peers on port 9596 to add to my own list. That too is still a moving target, just not as fast as the non-standard ports. The Wallet in my computer works fine!! THE PROBLEM IT'S in the ANDROID wallet in the APP I have some BTQ there and now I cannot withdraw!!
|
|
|
|
BitQuark (OP)
|
|
July 31, 2016, 01:49:30 AM |
|
The Wallet in my computer works fine!! THE PROBLEM IT'S in the ANDROID wallet in the APP I have some BTQ there and now I cannot withdraw!!
The Android wallet stops at block 1,199,999 because I changed the way difficulty was retargeting. I haven't been able to find anyone to update the Android app for this fork.
|
|
|
|
axllht
|
|
September 18, 2016, 02:20:38 PM |
|
please add bootstrap or blockchain folder to download
|
|
|
|
|
crysx
|
|
October 13, 2016, 01:36:08 AM |
|
do you need help with bitquark mate? ... pm me - lets discuss - if you are interested ... there are prerequisites to how we work - but im sure if you are interested in doing anything - we can negotiate ... tanx ... #crysx
|
|
|
|
BitQuark (OP)
|
|
October 13, 2016, 01:47:45 PM |
|
do you need help with bitquark mate? ... pm me - lets discuss - if you are interested ... there are prerequisites to how we work - but im sure if you are interested in doing anything - we can negotiate ... tanx ... #crysx What kind of work do you do?
|
|
|
|
|