Pages:
Author

Topic: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining - page 11. (Read 162267 times)

hero member
Activity: 716
Merit: 501
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 :-)
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
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. Undecided

Edit: And in the end, trying to compile using the autobuild.sh file I get
Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     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...
Code:
./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 Smiley ...

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

sr. member
Activity: 346
Merit: 250
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. Undecided

Edit: And in the end, trying to compile using the autobuild.sh file I get
Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     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...
Code:
./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.
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
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
hero member
Activity: 716
Merit: 501
Thanks guys for being on top of this and finding a fix! :-)

Thanks again,
BTQ Dev
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
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.info

Thanks,
BTQ Dev

in rpcrawtransaction.cpp

- const CScriptID& hash = boost::get(address);
+ const CScriptID& hash = boost::get(address);

hahaha ...

i just did a pull request with that SAME fix - only a few seconds before you posted ...

nice one Wink ...

#crysx
legendary
Activity: 3486
Merit: 1126
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.info

Thanks,
BTQ Dev

in rpcrawtransaction.cpp

- const CScriptID& hash = boost::get(address);
+ const CScriptID& hash = boost::get(address);
hero member
Activity: 716
Merit: 501
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.info

Thanks,
BTQ Dev
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
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. Undecided

Edit: And in the end, trying to compile using the autobuild.sh file I get
Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     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...
Code:
./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
sr. member
Activity: 346
Merit: 250
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. Undecided

Edit: And in the end, trying to compile using the autobuild.sh file I get
Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
     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...
Code:
./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}
newbie
Activity: 10
Merit: 0
Well now i mine this coin, and its a nice mining. But there is one thing which concern me. The coins mined, they don't add anymore to the total coins mined to be shown on http://xcoinx.com/all?currency=USD or on https://coinmarketcap.com/6 . Total amoun avaiable remained the same for 2 days or more:
499   BitQuark BitQuark   USD 2,150   USD 0.00040495   5,309,916 BTQ
I'm just asking why?  Embarrassed
legendary
Activity: 1176
Merit: 1000
If you are interested in building the Windows 32-bit and 64-bit client versions yourself, I've uploaded the scripts and files needed here https://github.com/bitquarkcoin/bitquarkbuild

This will build both 32-bit & 64-bit Qt client, daemon, and installer.

Thanks,
BTQ Dev

Dev, is it for windows too, need 64 bit btq miner

thanks
legendary
Activity: 1572
Merit: 1002
hero member
Activity: 716
Merit: 501
If you are interested in building the Windows 32-bit and 64-bit client versions yourself, I've uploaded the scripts and files needed here https://github.com/bitquarkcoin/bitquarkbuild

This will build both 32-bit & 64-bit Qt client, daemon, and installer.

Thanks,
BTQ Dev
hero member
Activity: 716
Merit: 501
http://auction.bitquark.info  works ?

Maybe add it to the site and in the OP?

 Huh

I need to change some of the files permissions for the site to be fully functional. I will be doing this soon.
sr. member
Activity: 346
Merit: 250
Network hash rate is going crazy right now! Nice to see again!  Grin
member
Activity: 92
Merit: 10
http://auction.bitquark.info  works ?

Maybe add it to the site and in the OP?

 Huh
legendary
Activity: 3486
Merit: 1126
CEX just announced this is set for delisting. :\
member
Activity: 71
Merit: 10
sr. member
Activity: 346
Merit: 250
So next question. Which would you guys rather have, a MPOS pool or P2Pool?
My vote is MPOS.
Pages:
Jump to: