Bitcoin Forum
April 27, 2024, 08:34:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 [84] 85 86 87 88 89 90 91 92 93 94 »
  Print  
Author Topic: [ANN] [BTQ] BitQuark | Super secure hashing | CPU mining  (Read 162260 times)
BitQuark (OP)
Hero Member
*****
Offline Offline

Activity: 716
Merit: 501



View Profile WWW
June 30, 2016, 03:15:31 PM
 #1661

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

Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714250067
Hero Member
*
Offline Offline

Posts: 1714250067

View Profile Personal Message (Offline)

Ignore
1714250067
Reply with quote  #2

1714250067
Report to moderator
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
June 30, 2016, 03:16:42 PM
 #1662

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<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
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
June 30, 2016, 03:25:17 PM
 #1663

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<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 Wink ...

#crysx

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
BitQuark (OP)
Hero Member
*****
Offline Offline

Activity: 716
Merit: 501



View Profile WWW
June 30, 2016, 03:39:44 PM
 #1664

Thanks guys for being on top of this and finding a fix! :-)

Thanks again,
BTQ Dev

crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
June 30, 2016, 03:46:21 PM
 #1665

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

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
ZeroFossilFuel
Sr. Member
****
Offline Offline

Activity: 346
Merit: 250



View Profile
July 01, 2016, 02:53:25 AM
 #1666

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<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...
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.
crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
July 01, 2016, 03:53:14 AM
 #1667

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<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...
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


ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
BitQuark (OP)
Hero Member
*****
Offline Offline

Activity: 716
Merit: 501



View Profile WWW
July 01, 2016, 06:03:40 PM
 #1668

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
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
July 02, 2016, 08:02:12 AM
 #1669

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
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
July 04, 2016, 11:55:08 PM
 #1670

Hey also my android wallet does not work!! Do you have any peers?


mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
July 05, 2016, 11:40:36 AM
 #1671

Anybody knows why the android wallet get stuck on the block 1.199.999 Huh

ZeroFossilFuel
Sr. Member
****
Offline Offline

Activity: 346
Merit: 250



View Profile
July 22, 2016, 02:18:40 PM
 #1672


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.
crackfoo
Legendary
*
Offline Offline

Activity: 3458
Merit: 1126



View Profile WWW
July 22, 2016, 02:39:22 PM
 #1673

Hey also my android wallet does not work!! Do you have any peers?




http://www.zpool.ca/explorer/peers?id=594

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!
ZeroFossilFuel
Sr. Member
****
Offline Offline

Activity: 346
Merit: 250



View Profile
July 25, 2016, 02:20:53 PM
 #1674

Hey also my android wallet does not work!! Do you have any peers?


http://www.zpool.ca/explorer/peers?id=594
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
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
July 25, 2016, 04:20:55 PM
 #1675

Hey also my android wallet does not work!! Do you have any peers?


http://www.zpool.ca/explorer/peers?id=594
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)
Hero Member
*****
Offline Offline

Activity: 716
Merit: 501



View Profile WWW
July 31, 2016, 01:49:30 AM
 #1676


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
Sr. Member
****
Offline Offline

Activity: 314
Merit: 250


View Profile
September 18, 2016, 02:20:38 PM
 #1677

please add bootstrap or blockchain folder to download

BitQuark (OP)
Hero Member
*****
Offline Offline

Activity: 716
Merit: 501



View Profile WWW
October 12, 2016, 06:20:47 PM
 #1678

please add bootstrap or blockchain folder to download

Sorry for the delay, but I have uploaded a BTQ Bootstrap located under the "Download" section at http://www.bitquark.info or you can click this link for direct access http://downloads.bitquark.info/BTQ-bootstrap_10-12-2016.zip

Thanks,
BTQ Dev

crysx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 260


--- ChainWorks Industries ---


View Profile WWW
October 13, 2016, 01:36:08 AM
 #1679

please add bootstrap or blockchain folder to download

Sorry for the delay, but I have uploaded a BTQ Bootstrap located under the "Download" section at http://www.bitquark.info or you can click this link for direct access http://downloads.bitquark.info/BTQ-bootstrap_10-12-2016.zip

Thanks,
BTQ Dev

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

ChainWorks Industries . grn - Ga2TFVPW3y2vd9vMdqLWfid9hf8RPSQV19 . exchange - https://bleutrade.com/exchange/GRN/BTC/ . email - crysx@gnxs.com .
BitQuark (OP)
Hero Member
*****
Offline Offline

Activity: 716
Merit: 501



View Profile WWW
October 13, 2016, 01:47:45 PM
 #1680

please add bootstrap or blockchain folder to download

Sorry for the delay, but I have uploaded a BTQ Bootstrap located under the "Download" section at http://www.bitquark.info or you can click this link for direct access http://downloads.bitquark.info/BTQ-bootstrap_10-12-2016.zip

Thanks,
BTQ Dev

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?

Pages: « 1 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 [84] 85 86 87 88 89 90 91 92 93 94 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!