Bitcoin Forum
June 14, 2024, 12:44:41 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 443 »
  Print  
Author Topic: [ANN] [QRK] Quark | Core 0.10 upgrade  (Read 1031115 times)
csa1234
Full Member
***
Offline Offline

Activity: 286
Merit: 100


O2-Protocol.com Carbon Offset DeFi


View Profile WWW
September 28, 2013, 04:54:44 AM
 #1201

mining instrucctions:

1) Download latest CPU miner: https://docs.google.com/file/d/0BxKqW4aMUczmaTVfWjZEdnpqLVk/edit?usp=sharing
2) Register at pool: http://qrk.coinmine.pl/index.php
3) Type this command to run your miner: C:\quark\minerd64_sse4.exe -a quark -o stratum+tcp://qrk.coinmine.pl:6010 -u worker.name -p password

O2-Protocol.com
Carbon Offset DeFi
rapidfire187
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


!!!INCAKOIN!!!


View Profile
September 28, 2013, 06:40:14 AM
 #1202

QRQvMZsFQcF14vWFnnN7xFrBagDtrdBHRN
QRK:

tytytytytytytyttytyty
BTC

www.incakoin.com   http://nka.dencoinpools.com
NKA:NN1sE6odEKrbKpBqt56vw5jJoitDrCn9HD
▂▃▅▇█▓▒░۩۞۩ ۩۞۩░▒▓█▇▅▃▂
Kryon
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
September 28, 2013, 09:59:54 AM
Last edit: September 28, 2013, 10:46:41 AM by Kryon
 #1203

Looking for a partner to translate ENG-RUS

Hello English speakers. I wanna make a deal, find me an Eng- Rus translation project or job (contract). When you use "google - translate" you will get rough translation,send this rough Russian and english text to me, I will correct it, and send it back to you in correct Russian. The money we will earn, I wanna split 50%-50%, if you like this opportunity than send me a message. thx
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
September 29, 2013, 01:19:29 PM
 #1204

Looking for a partner to translate ENG-RUS

Hello English speakers. I wanna make a deal, find me an Eng- Rus translation project or job (contract). When you use "google - translate" you will get rough translation,send this rough Russian and english text to me, I will correct it, and send it back to you in correct Russian. The money we will earn, I wanna split 50%-50%, if you like this opportunity than send me a message. thx

have you ever looked at mturk.com?  Most of the stuff on there pays garbage, but the translation work isn't too bad (or wasn't last time I checked, about a year ago).

Not sure if there is any eng->rus or rus->eng on there, though...  was lots of arabic translation work
csa1234
Full Member
***
Offline Offline

Activity: 286
Merit: 100


O2-Protocol.com Carbon Offset DeFi


View Profile WWW
September 30, 2013, 03:16:34 AM
 #1205

use my instrucctions from the post above

When doing the "make" command, I get this error:

quark.c:91:13: warning: right shift count >= width of type [enabled by default
quark.c:91:13: warning: right shift count >= width of type [enabled by default
quark.c:91:13: warning: right shift count >= width of type [enabled by default
quark.c:91:13: warning: right shift count >= width of type [enabled by default

O2-Protocol.com
Carbon Offset DeFi
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
September 30, 2013, 06:33:20 AM
 #1206

When doing the "make" command, I get this error:

quark.c:91:13: warning: right shift count >= width of type [enabled by default
quark.c:91:13: warning: right shift count >= width of type [enabled by default
quark.c:91:13: warning: right shift count >= width of type [enabled by default
quark.c:91:13: warning: right shift count >= width of type [enabled by default
thats a warning not an error!
as its a warning you can ignore it, i had the same and had no problems so far.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
dE_logics
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile WWW
October 01, 2013, 03:56:40 AM
 #1207

Quarkcoin-qt does not compile against Boost 1.52.0-r6

Code:
build/init.o: In function `DetectShutdownThread(boost::thread_group*)':
init.cpp:(.text+0x122f): undefined reference to `boost::chrono::system_clock::now()'
init.cpp:(.text+0x123c): undefined reference to `boost::chrono::steady_clock::now()'
init.cpp:(.text+0x1406): undefined reference to `boost::chrono::steady_clock::now()'
build/db.o: In function `CDB::Rewrite(std::string const&, char const*)':
db.cpp:(.text+0x2a14): undefined reference to `boost::chrono::system_clock::now()'
db.cpp:(.text+0x2a1c): undefined reference to `boost::chrono::steady_clock::now()'
db.cpp:(.text+0x2c08): undefined reference to `boost::chrono::steady_clock::now()'
build/walletdb.o: In function `ThreadFlushWalletDB(std::string const&)':
walletdb.cpp:(.text+0x1ac5): undefined reference to `boost::chrono::system_clock::now()'
walletdb.cpp:(.text+0x1acd): undefined reference to `boost::chrono::steady_clock::now()'
walletdb.cpp:(.text+0x1bd6): undefined reference to `boost::chrono::steady_clock::now()'
collect2: error: ld returned 1 exit status
make: *** [quarkcoin-qt] Error 1

▄▄▄█████████▄▄▄
▄▄█████████████████████▄▄
▄██████████▄▄▄    ▀▀▀███████▄
▄██████████████████▄▄▄   ▀▀█████▄
████████████████████████▌  ▄███████
██████████████▀▀    ▀▀██▀ ▄███▀ ▀████
███████████▀▀  ▄▄ ▄▄     ▄█████▄  ▀████
███████████  ▄▄ ▀█████▄ ▄█▀  █████  ▀████
▄██████████   ▀████▀  ▀███     █████  ▀███▄
██████████▌  ▄████▄  ▄█▀▀██▄   ▐█████  ████
██████████   ▀▀ ▀████▀    ██    ██████ ████
██████████▌      ▄███▄  ▄██▄   ▐██████H████
▀██████████▄   ▄█▀  ▀████▀▀▀   ███████████▀
██████████▀ ▄█▀    ██▀▀██   ▄████████████
███████▀ ▄███▄           ▄█████████████
█████▄▄█████████▄▄▄▄▄████████████████
▀█████████████████████████████████▀
▀█████████████████████████████▀
▀▀███████████████████████▀▀
▀▀███████████████▀▀
▀▀▀▀▀▀▀▀▀
.






  

             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
  

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
  

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


          ▄████████
          █████████
          █████
          █████
      █████████████
      █████████████
          █████
          █████
          █████
          █████
          █████


█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
October 01, 2013, 03:49:57 PM
 #1208

Sorry for my pools being down, investigating the issue. Everything is running but nobody can connect.  Huh

robolove
Member
**
Offline Offline

Activity: 129
Merit: 12


View Profile
October 02, 2013, 09:53:34 AM
 #1209

How close are we to the next block halving?
paymetodostuff
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
October 02, 2013, 10:55:59 AM
 #1210

How close are we to the next block halving?

The next block halving is at block #241920
Slightly over 8 days from now.
dE_logics
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile WWW
October 07, 2013, 02:59:28 PM
 #1211

Prices and difficulty is going down.

▄▄▄█████████▄▄▄
▄▄█████████████████████▄▄
▄██████████▄▄▄    ▀▀▀███████▄
▄██████████████████▄▄▄   ▀▀█████▄
████████████████████████▌  ▄███████
██████████████▀▀    ▀▀██▀ ▄███▀ ▀████
███████████▀▀  ▄▄ ▄▄     ▄█████▄  ▀████
███████████  ▄▄ ▀█████▄ ▄█▀  █████  ▀████
▄██████████   ▀████▀  ▀███     █████  ▀███▄
██████████▌  ▄████▄  ▄█▀▀██▄   ▐█████  ████
██████████   ▀▀ ▀████▀    ██    ██████ ████
██████████▌      ▄███▄  ▄██▄   ▐██████H████
▀██████████▄   ▄█▀  ▀████▀▀▀   ███████████▀
██████████▀ ▄█▀    ██▀▀██   ▄████████████
███████▀ ▄███▄           ▄█████████████
█████▄▄█████████▄▄▄▄▄████████████████
▀█████████████████████████████████▀
▀█████████████████████████████▀
▀▀███████████████████████▀▀
▀▀███████████████▀▀
▀▀▀▀▀▀▀▀▀
.






  

             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
  

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
  

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


          ▄████████
          █████████
          █████
          █████
      █████████████
      █████████████
          █████
          █████
          █████
          █████
          █████


█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
robolove
Member
**
Offline Offline

Activity: 129
Merit: 12


View Profile
October 07, 2013, 03:34:00 PM
 #1212

Prices and difficulty is going down.

This coin is down for counting unless something dramatic happens soon.
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
October 07, 2013, 03:39:54 PM
 #1213

shame because the design is quite good and it has never really had any issues at all. CPU coins are just not that good it seems at holding any decent price.

dE_logics
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile WWW
October 07, 2013, 04:55:24 PM
 #1214

shame because the design is quite good and it has never really had any issues at all. CPU coins are just not that good it seems at holding any decent price.

Maybe mining has become a sport -- we do it just for the fun. Although Quark is logically better than most altcoins.

▄▄▄█████████▄▄▄
▄▄█████████████████████▄▄
▄██████████▄▄▄    ▀▀▀███████▄
▄██████████████████▄▄▄   ▀▀█████▄
████████████████████████▌  ▄███████
██████████████▀▀    ▀▀██▀ ▄███▀ ▀████
███████████▀▀  ▄▄ ▄▄     ▄█████▄  ▀████
███████████  ▄▄ ▀█████▄ ▄█▀  █████  ▀████
▄██████████   ▀████▀  ▀███     █████  ▀███▄
██████████▌  ▄████▄  ▄█▀▀██▄   ▐█████  ████
██████████   ▀▀ ▀████▀    ██    ██████ ████
██████████▌      ▄███▄  ▄██▄   ▐██████H████
▀██████████▄   ▄█▀  ▀████▀▀▀   ███████████▀
██████████▀ ▄█▀    ██▀▀██   ▄████████████
███████▀ ▄███▄           ▄█████████████
█████▄▄█████████▄▄▄▄▄████████████████
▀█████████████████████████████████▀
▀█████████████████████████████▀
▀▀███████████████████████▀▀
▀▀███████████████▀▀
▀▀▀▀▀▀▀▀▀
.






  

             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
  

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
  

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


          ▄████████
          █████████
          █████
          █████
      █████████████
      █████████████
          █████
          █████
          █████
          █████
          █████


█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
robolove
Member
**
Offline Offline

Activity: 129
Merit: 12


View Profile
October 07, 2013, 07:25:07 PM
 #1215

shame because the design is quite good and it has never really had any issues at all. CPU coins are just not that good it seems at holding any decent price.

Maybe mining has become a sport -- we do it just for the fun. Although Quark is logically better than most altcoins.

Best in class by far, tech wise. Promotion wise, a disaster.
robolove
Member
**
Offline Offline

Activity: 129
Merit: 12


View Profile
October 08, 2013, 09:19:02 AM
 #1216

I'm gonna do what I can. First of all, the price is ridiculously low now, so I will buy around 25 BTC worth on Cryptsy, Coins-E etc to get a hold of the dumping idiots' money.

Then I will do what I can to promote this coin in all possible forums. With time, maybe not tomorrow, but in 3-12 months, let's see who's laughing.
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
October 08, 2013, 11:54:27 AM
 #1217

I'm gonna do what I can. First of all, the price is ridiculously low now, so I will buy around 25 BTC worth on Cryptsy, Coins-E etc to get a hold of the dumping idiots' money.

Then I will do what I can to promote this coin in all possible forums. With time, maybe not tomorrow, but in 3-12 months, let's see who's laughing.

well with 25 BTC you will own a huge stake of the generated coins so that could help taking that many out of constant trading circulation.  The coin design has been totally problem free and copied quite a bit. As you say promotion seems to be the problem. I'm hoping someone notices the quality of this coin and puts it to good use for apps or games soon.

Promethium
Full Member
***
Offline Offline

Activity: 222
Merit: 100



View Profile
October 09, 2013, 11:20:35 PM
 #1218

Has anyone spoken to Guido, quarkcoin.org has been unreachable for a few days now.
@Guido possibility of an update?
Promethium
Full Member
***
Offline Offline

Activity: 222
Merit: 100



View Profile
October 10, 2013, 04:17:20 AM
 #1219

Block Reward halved to 128QRK
Drop in difficulty should once again enable solo mining.
Block   Approx. Time   Transactions   Value Out   Difficulty   Outstanding   Average Age   Chain Age   % CoinDD
241920   2013-10-10 01:21:35   1       128   230.89   232241281                   41.1463   80.5557   25.9817%
241919   2013-10-10 01:21:34   1       256   209.725   232241153             41.1463   80.5557   25.9817%
aa
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500


Litecoin is right coin


View Profile WWW
October 10, 2013, 05:49:59 AM
 #1220

Added Quark and hosting the Windows binary: http://www.lurkmore.com/wiki/Cryptocurrency_information_and_wallet_client_downloads

Pages: « 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 ... 443 »
  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!