Author

Topic: [ANN] [QRK] Quark | Core 0.10 upgrade - page 187. (Read 1031025 times)

full member
Activity: 124
Merit: 100
March 08, 2014, 07:21:22 PM

https://github.com/uncle-bob

for nearly a 30% improvement in hash rate


Sorry but I'm not sorry...make is failing on 32-bit Arch linux. Output:

Code:
grso-asm.c: In function ‘grsoP1024ASM’:
grso-asm.c:6:3: error: unknown register name ‘%r15’ in ‘asm’
   asm (

I have no idea, but is 32 bit supported by that miner?  It seems to be looking for registers you don't have.
full member
Activity: 222
Merit: 100
March 08, 2014, 07:10:29 PM
We have started new campaign on www.Coins2TheMoon.com:
Every Second Day is a 0% Fee Day You can trade for 0% trading fees on every other day.
When you login on header will be displayed "Today is a 0% Fee Day" or "Tomorrow is a 0% Fee Day".

Just to remind you: We have 72 Market Pairs and 22 Coins (Quark is in the list) to Trade!

Please note that it does not applies to withdrawal fees.

Happy tradings Smiley

Sincerely,

C2M Team

Quark is not even listed on the your home page!
newbie
Activity: 56
Merit: 0
March 08, 2014, 02:05:41 PM
We have started new campaign on www.Coins2TheMoon.com:
Every Second Day is a 0% Fee Day You can trade for 0% trading fees on every other day.
When you login on header will be displayed "Today is a 0% Fee Day" or "Tomorrow is a 0% Fee Day".

Just to remind you: We have 72 Market Pairs and 22 Coins (Quark is in the list) to Trade!

Please note that it does not applies to withdrawal fees.

Happy tradings Smiley

Sincerely,

C2M Team
legendary
Activity: 2044
Merit: 1008
March 08, 2014, 09:54:03 AM
Hey everyone! There is now a Dutch version of our first two updates on the website!
Thanks for everyone's ongoing contributions!
Look for more updates from the Press Team soon,
http://www.qrk.cc/nl/pers/

Remember to follow us on Twitter @QuarkPress

Vic


Nice one, it would be dope if we could get a promo team, where they search for the best promotion for the best value
hero member
Activity: 868
Merit: 1000
March 08, 2014, 09:42:18 AM
Quark Press is doing an awesome job, keep it up guys
sr. member
Activity: 359
Merit: 250
March 08, 2014, 07:11:24 AM
Hey everyone! There is now a Dutch version of our first two updates on the website!
Thanks for everyone's ongoing contributions!
Look for more updates from the Press Team soon,
http://www.qrk.cc/nl/pers/

Remember to follow us on Twitter @QuarkPress

Vic
newbie
Activity: 1
Merit: 0
March 07, 2014, 09:36:11 PM

https://github.com/uncle-bob

for nearly a 30% improvement in hash rate


Sorry but I'm not sorry...make is failing on 32-bit Arch linux. Output:

Code:
% ./autogen.sh
./autogen.sh
configure.ac:13: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am:12: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'

% ./configure CFLAGS="-msse2 -O3"
./configure CFLAGS="-msse2 -O3"
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.35.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands

% make          
make
make  all-recursive
make[1]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
Making all in compat
make[2]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[3]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[2]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer/compat'
make[2]: Entering directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing     -msse2 -O3 -MT minerd-quark.o -MD -MP -MF .deps/minerd-quark.Tpo -c -o minerd-quark.o `test -f 'quark.c' || echo './'`quark.c
In file included from quark.c:12:0:
quark.c: In function ‘quarkhash’:
bmw.c:480:11: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
         h = final_b; \
           ^
quark.c:95:13: note: in expansion of macro ‘BMW_C’
             BMW_C;
             ^
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
             JH_H;
             ^
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
quark.c:124:13: warning: right shift count >= width of type [enabled by default]
In file included from quark.c:21:0:
grso-asm.c: In function ‘grsoP1024ASM’:
grso-asm.c:6:3: error: unknown register name ‘%r15’ in ‘asm’
   asm (
   ^
grso-asm.c:6:3: error: unknown register name ‘%r14’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r13’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r12’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r11’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r10’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r9’ in ‘asm’
grso-asm.c:6:3: error: unknown register name ‘%r8’ in ‘asm’
In file included from quark.c:21:0:
grso-asm.c: In function ‘grsoQ1024ASM’:
grso-asm.c:521:3: error: unknown register name ‘%r15’ in ‘asm’
   asm (
   ^
grso-asm.c:521:3: error: unknown register name ‘%r14’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r13’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r12’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r11’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r10’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r9’ in ‘asm’
grso-asm.c:521:3: error: unknown register name ‘%r8’ in ‘asm’
Makefile:650: recipe for target 'minerd-quark.o' failed
make[2]: *** [minerd-quark.o] Error 1
make[2]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
Makefile:670: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sjnims/builds/uncle-bob-quarkcoin-cpuminer'
Makefile:363: recipe for target 'all' failed
make: *** [all] Error 2
sr. member
Activity: 406
Merit: 250
Hello! Send me a message.
March 07, 2014, 12:57:15 PM
maybe add function where you can change the wallet theme/background?

Yeah, that should be the best idea, so we don´t get stuck with one layout only.

Don't forget the option to change the logo as well. There should be more buttons to click in the wallet.
legendary
Activity: 2044
Merit: 1008
sr. member
Activity: 396
Merit: 250
March 07, 2014, 06:50:05 AM
maybe add function where you can change the wallet theme/background?

Yeah, that should be the best idea, so we don´t get stuck with one layout only.
newbie
Activity: 14
Merit: 0
March 06, 2014, 08:48:33 PM
maybe add function where you can change the wallet theme/background?
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
March 06, 2014, 07:50:09 PM
Hey everyone I have been working on some new Quark Wallet concept designs. My goal is to create a much needed up to date design with some new features that could help bring Quark to the forefront of this cryptocurrency revolution. I plan on using simple terminology, smooth functionality with a sleek design to help acclimate the masses to our digital tender. I am in the process of creating a bounty with the Quark Foundation in order to raise the required funds to hire skilled developers. In the mean time I will be posting updates in order to gain some feedback from the community.






If you happen to be a developer interested in collaborating with us on this project please feel free to contact me by any means necessary.


[email protected]

http://quarkfoundation.cc/forum/viewtopic.php?f=19&t=255

undercard





first one looks very nice and the dark one is cool too.
legendary
Activity: 2044
Merit: 1008
March 06, 2014, 09:32:44 AM
Coins for Joints  Grin

"coins for joints image"

Cool, where was this taken I wonder?  What's the second currency there, I see the first is Quark, quite distinctive.

I think it's Berlin http://qrk.blockr.io/address/info/Qd58S24Wus9C63sMMmVCr52Xaf3riXqCqf 1,198 QRK has been donated to that address. That's going to be a nice trip lol. The other one is dogecoin i think
full member
Activity: 124
Merit: 100
March 06, 2014, 07:33:35 AM
Coins for Joints  Grin

"coins for joints image"

Cool, where was this taken I wonder?  What's the second currency there, I see the first is Quark, quite distinctive.
legendary
Activity: 1344
Merit: 1001
March 06, 2014, 06:57:36 AM
Hey everyone I have been working on some new Quark Wallet concept designs. My goal is to create a much needed up to date design with some new features that could help bring Quark to the forefront of this cryptocurrency revolution. I plan on using simple terminology, smooth functionality with a sleek design to help acclimate the masses to our digital tender. I am in the process of creating a bounty with the Quark Foundation in order to raise the required funds to hire skilled developers. In the mean time I will be posting updates in order to gain some feedback from the community.






If you happen to be a developer interested in collaborating with us on this project please feel free to contact me by any means necessary.


[email protected]

http://quarkfoundation.cc/forum/viewtopic.php?f=19&t=255

undercard

Neat and clear, you should write to then Smiley
legendary
Activity: 2044
Merit: 1008
March 06, 2014, 05:13:16 AM
^^ There is a designer named modusco at Quarks reddit, he also made a nice design. I actually liked it, maybe you should message him. He posted his work also check it out http://www.reddit.com/r/QuarkCoin/comments/1znj7f/new_lightweight_wallet_design_v2/
newbie
Activity: 11
Merit: 0
March 06, 2014, 03:46:14 AM
Hey everyone I have been working on some new Quark Wallet concept designs. My goal is to create a much needed up to date design with some new features that could help bring Quark to the forefront of this cryptocurrency revolution. I plan on using simple terminology, smooth functionality with a sleek design to help acclimate the masses to our digital tender. I am in the process of creating a bounty with the Quark Foundation in order to raise the required funds to hire skilled developers. In the mean time I will be posting updates in order to gain some feedback from the community.






If you happen to be a developer interested in collaborating with us on this project please feel free to contact me by any means necessary.


[email protected]

http://quarkfoundation.cc/forum/viewtopic.php?f=19&t=255

undercard



newbie
Activity: 3
Merit: 0
March 05, 2014, 06:20:39 PM
http://www.qrk.cc/press/

For the latest news on Quark visit:  http://www.qrk.cc/press/ 
hero member
Activity: 826
Merit: 501
in defi we trust
March 05, 2014, 02:22:21 PM



Let's put no premine on the ANN page. I see no harm putting it there. It is already on the thread title but i guess we should put it on the ANN page too.

"sorry but your full shit"  Huh Please dude do yourself a big favour and read and try to understand what people are posting before screaming and shouting. If you re-read you will see that you are actually basically agreeing with what i have said precisely.

There was no premine, there was in fact no instamine in the true meaning. Everyone had weeks to mine some blocks daily even on a standard i5.

Agreeing with someone and then stating what they have said is full of shit .... and then calling others contrarian is strange to say the least.

Remain calm, people are ignoring you simply because you are all too ready to be hostile in situations where hostility is simply not required. Save your hostility for when people attack you first else there is a serious scam  you need to highlight, then your views could get some serious consideration by others giving them some weight instead of being rejected out of hand.




Putting that in the ANN will just attract more people claiming otherwise and this thread will turn into a shitty war page.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
March 05, 2014, 10:38:56 AM
QRk was never questioned with regard premine. What upset the noob wave was the mining was completed after 6 months. However they seem to have no issue at all jumping on coins like topcoin, mint and black and an entire host who's minting was essentially completed within a few days or weeks Smiley  Forget the tiny pos factor, how does that help make them more fair because the miners who INSTAMINED those get the pos too Smiley

It was a host of noobs that started crying instamine because they had no clue that there was an entirely different distribution model here from the others which medium to long term goes in qrks favour.  

Look at all the noobs trying to talk up coin2, yes it was fair.... but all "mined" in essentially a day. You mined it by registering your name on facebook a  lot fucking easier than leaving 6 i5 running day and night. I do support coin2 also though because yes it is fair, if you bothered to register anyone could. YOU CANT SAY SOMETHING IS NOT FAIR IF YOU HAVE THE SAME CHANCE AS ANYONE ELSE. If you were interested in crypto and read daily the boards you had a fair chance to register. If you are not that interest and just pop in now and then, you may have missed it. It's like anything in life you tend to get out what you put in.


  Everyone had a fair chance to mine qrk. Back then it seemed botnets or cheap vps nodes were not on the case so much because i was getting a few blocks per day just using my personal cpus....even my laptops were getting a couple of blocks a day for days on end.  So if you were in crypto at that time you had a fair chance to mine.. If you were late to cryto guess what you got a 2nd chance ...............TO BUY FOR NOTHING....FOR WEEKS AND MONTHS... I sold stupidly A LOT for 200ish because it has been laying at 37 for ages and i thought i was getting a good price.  So EVERYONE in crypto right up to there has 2 chances to get in on QRK cheaply.  

These new coins are producing entire mint in sometimes a day or less ... and lots within a couple of weeks.  Where is all the crying about instamining there?? Simple there is no crying because they think they are part of the instamine. As i have said and will ALWAYS say, THE PEOPLE THAT CRY ABOUT QRK DON'T HAVE QRK....IT IS ENVY THAT DRIVES THEM TO CRY ABOUT IT ELSE WHY DO I NOT SEE THEM CRYING ON EVERY COIN THAT HAS WORSE INSTAMINING?HuhHuh it really is that simple.

QRK was not the most fair.......but i can tell you it was by a LONG way not the most unfair.



This coin was deliberately taken down yesterday, i watched it happen.

HOWEVER it does not matter ....the cryptsy market is tiny.... there are hardly any qrk produced and if you look at the wallets, QRK is held as a store of wealth. The big holders will NEVER sell QRk cheaply. They don't need to they can see what any investor looks for. QRK is far above 99% of alt currencies in terms of community and it's name is huge in the alt world. Never have i seen a coin so copied in terms of algo and name. Of course LTC is more copied in terms of algo, but look at all the qrk clones. They want to keep so close to the qrk name.... molecule, atom, particle, fairqurk, bitquark, quarkbar.  QRK is a premier alt and now considering it's minting size is rather cheap for what you get.

QRK was fairly priced at 10-15k , it is now good value. Never panic. QRK will grow, the people at the core of the community are dedicated. The vast amount of people holding are what i call premium investors. They are holding a lot of BTC too. Most are from before the 3rd wave and have huge crypto wealth. Not like these new crypto seekers that need to flip their latest coin to try to get back and hold some btc for comfort. QRK holders for the most part have enough BTC not to have to do that.

I am waiting for a huge collapse in new coins and the consolidation back into older premium alts and btc.

QRK needs to forget about building a micro community away from the alt community and start here with new ideas, a development pot with someone very active at the helm

QRk already has all the tools it needs to go forward.

1. Excellent coin, i am still using the original wallet ffs, it's fast, great name - very well known - aged and proven.
2. Excellent exchanges already btc38, amongst the premium alt exchange.... next thing qrk needs it's own market like xpm and doge has.
3. Some good motivated hardcore people at the core of the community with ideas.
4. There are already direct to fiat exchanges, android wallet, pre build website payments service.
 
It has all the tools, the community needs to keep more visable, and have someone to lead and organise the projects.  That person should be paid for their time and effort. I suggest a dev pot set up , with the person who is going to lead these projects to take 2% from it for their work.

We need also to think of a way to reward those that donate to the dev projects so that ALL will be motivated to donate.

We want QRK back to 30k - and forward on to 50k -100k then we need to build a coin with services that is worth that much now. It is possible but the community must get more active again and elect a someone to take the helm.





+1 thanks..

I have explained it so many times...

 FYI : now there is a quick way to judge the sense and maturity of a poster .. if they ask this 'pre-mine' question, it means they are not reading anything about QRK,  or can be written off as a fool.

bs.

Quark was not the most fair ?
yes it was in fact 100% fair and more fair than some facebook coin crap..
more fair than guys who deliberatly avoid posting coins here..

writing off the massive huge volume of people that believe that quark was in fact premined when i know it was not is retarded !
means you you should mention it on page 1.. after all open your eye contrarians.. ever other god damn coin mentions it so uhhhh HELLLLLOOOOOOOO

sorry but your full shit ..like most of you out there and you will get what you get.
making comment after comment about how you have to hype up this coin bumping this topic and then arguing with me saying its just fine is a +1 hypocrisy / idiocy lol

it's standard practice to provide info on a coins ANN page so some how you twats need to argue with me and say it's better to not mention it ?
gimme break seriously.. listen to your selves jeez lol


Let's put no premine on the ANN page. I see no harm putting it there. It is already on the thread title but i guess we should put it on the ANN page too.

"sorry but your full shit"  Huh Please dude do yourself a big favour and read and try to understand what people are posting before screaming and shouting. If you re-read you will see that you are actually basically agreeing with what i have said precisely.

There was no premine, there was in fact no instamine in the true meaning. Everyone had weeks to mine some blocks daily even on a standard i5.

Agreeing with someone and then stating what they have said is full of shit .... and then calling others contrarian is strange to say the least.

Remain calm, people are ignoring you simply because you are all too ready to be hostile in situations where hostility is simply not required. Save your hostility for when people attack you first else there is a serious scam  you need to highlight, then your views could get some serious consideration by others giving them some weight instead of being rejected out of hand.


Jump to: