Bitcoin Forum
May 05, 2024, 08:14:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4 5 6 7 8 9 10 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 ... 443 »
  Print  
Author Topic: [ANN] [QRK] Quark | Core 0.10 upgrade  (Read 1031111 times)
sva_h4cky0
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


onore dikeido


View Profile WWW
September 06, 2013, 10:28:38 AM
 #1061

are you on a debian based system (ubuntu, mint, etc), if so:
Code:
sudo apt-get install -y libcurl4-openssl-dev
otherwise look for a libcurl dev(eloper) package.

for compiling you need the headers of given libs. ie, if you have a library libfoo, you need to install libfoo-dev if you want to use it in your code.

no, i using Archlinux. well 'curl' package contain header (theres no *-dev package on Arch), thats why im asking here.
anyway thanks for replying.
1714940045
Hero Member
*
Offline Offline

Posts: 1714940045

View Profile Personal Message (Offline)

Ignore
1714940045
Reply with quote  #2

1714940045
Report to moderator
1714940045
Hero Member
*
Offline Offline

Posts: 1714940045

View Profile Personal Message (Offline)

Ignore
1714940045
Reply with quote  #2

1714940045
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714940045
Hero Member
*
Offline Offline

Posts: 1714940045

View Profile Personal Message (Offline)

Ignore
1714940045
Reply with quote  #2

1714940045
Report to moderator
1714940045
Hero Member
*
Offline Offline

Posts: 1714940045

View Profile Personal Message (Offline)

Ignore
1714940045
Reply with quote  #2

1714940045
Report to moderator
1714940045
Hero Member
*
Offline Offline

Posts: 1714940045

View Profile Personal Message (Offline)

Ignore
1714940045
Reply with quote  #2

1714940045
Report to moderator
xtcminer
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
September 06, 2013, 03:49:04 PM
 #1062

Did some benchmarks of the sse4 miner (just took this version https://bitcointalk.org/index.php?topic=260031.msg3047868#msg3047868) on a bunch of Intel Core2 Duo and Ivy bridge, and here comes the great equation.

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I do not have any AMDs at hand, but it seems they follow "no HT" path for ALL cores (https://bitcointalk.org/index.php?topic=260031.msg3021817#msg3021817). Thus, high-frequency AMD FXs are winners in terms of kh per CPU. I am getting 780kh on i7 3770k at 4GHz with HT (8 * 98), while FX 8350 gives 1100kh at 4 GHz (8 * 140). Here power consumption comes into play. For Intel it is ~8kh/watt for IB and ~2kh/watt or less for C2D. Can anyone provide wattage for AMDs (real-world numbers, not from online benchmarks)? Sandy Bridge and Haswell numbers would be usefull as well. Lets make quark hardware comparision table  Wink
feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
September 06, 2013, 06:31:04 PM
 #1063

Guys - there was a bug on qrk.coinmine.pl and you received much more coins than pool earned... :/ I am reviewing data right now and will update you on my findings.

feeleep

ZirconiumX
Full Member
***
Offline Offline

Activity: 286
Merit: 100



View Profile
September 06, 2013, 09:19:59 PM
 #1064

Did some benchmarks of the sse4 miner (just took this version https://bitcointalk.org/index.php?topic=260031.msg3047868#msg3047868) on a bunch of Intel Core2 Duo and Ivy bridge, and here comes the great equation.

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I do not have any AMDs at hand, but it seems they follow "no HT" path for ALL cores (https://bitcointalk.org/index.php?topic=260031.msg3021817#msg3021817). Thus, high-frequency AMD FXs are winners in terms of kh per CPU. I am getting 780kh on i7 3770k at 4GHz with HT (8 * 98), while FX 8350 gives 1100kh at 4 GHz (8 * 140). Here power consumption comes into play. For Intel it is ~8kh/watt for IB and ~2kh/watt or less for C2D. Can anyone provide wattage for AMDs (real-world numbers, not from online benchmarks)? Sandy Bridge and Haswell numbers would be usefull as well. Lets make quark hardware comparision table  Wink

I run a Core 2 based Xeon box which I used to mine with. The two processors run at 2.5GHz.

2500/27.5 = 90 kH/s/core.

Since I have 8 cores, I should be mining at 720 kH/s, but I only get 600 kH/s. That means I'm running at 83% capacity. Something is seriously wrong.

Matthew:out
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
September 06, 2013, 09:54:00 PM
 #1065

Did some benchmarks of the sse4 miner (just took this version https://bitcointalk.org/index.php?topic=260031.msg3047868#msg3047868) on a bunch of Intel Core2 Duo and Ivy bridge, and here comes the great equation.

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I do not have any AMDs at hand, but it seems they follow "no HT" path for ALL cores (https://bitcointalk.org/index.php?topic=260031.msg3021817#msg3021817). Thus, high-frequency AMD FXs are winners in terms of kh per CPU. I am getting 780kh on i7 3770k at 4GHz with HT (8 * 98), while FX 8350 gives 1100kh at 4 GHz (8 * 140). Here power consumption comes into play. For Intel it is ~8kh/watt for IB and ~2kh/watt or less for C2D. Can anyone provide wattage for AMDs (real-world numbers, not from online benchmarks)? Sandy Bridge and Haswell numbers would be usefull as well. Lets make quark hardware comparision table  Wink

I run a Core 2 based Xeon box which I used to mine with. The two processors run at 2.5GHz.

2500/27.5 = 90 kH/s/core.

Since I have 8 cores, I should be mining at 720 kH/s, but I only get 600 kH/s. That means I'm running at 83% capacity. Something is seriously wrong.

Matthew:out

So how many quarks do you get per 24 hours?  Just an estimate.  TIA.

iXcoin - Welcome to the F U T U R E!
rob143
Member
**
Offline Offline

Activity: 138
Merit: 10


View Profile
September 06, 2013, 10:54:57 PM
 #1066

Repost. Updated

AMD Bulldozer optimized client Win64bit and maybe some intels
---===---===---===---
built from StoneFoz version1 Which doubled speed and beyond

v2 was having many issues (+reject, +orphan for me) , bin below is version 1

8150 Stock 8 cores = .8~1.1 mhash
8350 Stock 8 cores = 1~?? mhash
4300 Stock 4 cores = .46+ mhash=+


Bulldozer 1 (more compatable) and Bulldozer gen 2 (more specialized)
https://sourceforge.net/projects/philosopherstone/files/QRK/

Tips appreciated: QRK: QQVzchEu7aqAfc71NZa1TYi3toih6abCtk


Re-posting because this is not AMD bulldozer only, and may in fact work on the newer intels as well.

this is not the uber optimized client, will post when over 2mhash per chip

and i'm telling you AGAIN it crashes on my Intel CPU (both versions in the archive)
i downloaded it before and tried them all and i re-downloaded just now and tried them all..
arguing doesn't make code run lol

Intel Core 2 Duo E7500 = fail / crash on start up - win 7 x64
and yeah i checked and these are 64bit builds not x86

and your welcome for the constructive feedback and time and effort i took to test this everyone Wink

edit:
I'd love to know how that guy is compiling code from GitHub.. all its giving me is compiler errors with mingw on windows
i can get various previous version of the code to run just fine..
i often see "get the tarball" but how am i suppose to find that ?
all i can see on the github page is the button that says download zip or that other page with the .zip + targz
and that can't be the tarball because i see these devs constantly telling people asking for help compiling it code to not use it and use the tarball
when autogen.sh fails etc.. so obviously the tarball should have more files inside the archive in it so you don't have to run that command right ?
this quark miner stuff is severe pain in the ass for a noob to come along and get the newest version and compile.
these miners should have dedicated topic or do they already ?

bottom line: I'm figuring it all out on my own anyway, so whatever keep scrolling guys lol
started in on linux and c/c++ well over a decade ago and its sucks balls i can't use VS as an ide Sad
so yes i am a noob but no i am not.. i may start a new thread soon with a tutorial on building this on windows for people..

Sorry, I'm not quite the wizard with autotools. Anyway, compile it on either linux, or someone has been successful with mingw or cygwin. Autotools doesn't do MSVS. SO HERE:

git clone https://github.com/uncle-bob/quarkcoin-cpuminer.git 
cd quarkcoin-cpuminer 
sh autogen.sh 
./configure CFLAGS="-msse2" 
make 

-msse2 is not optional, should be built into the build scripts. However, I've avoided getting good with autotools this long, might as well not start now. Really anyone have a simple examples for autotools? They seem to all turn into a huge pita quickly. Step two might be cmake or anything else.

really though,  the code at: 

http://stonefoz.myfastmail.com/ 

is probably the best, first release where fast is first.
I've been monkeying around with stuff on github, should be faster later, just not anytime soon. Rewriting large bits and it's going to be broken some times.

I was having some trouble with this also but there is a README that suggested using:
Code:
 ./configure CFLAGS="-msse2 -O3"
This finally compiled correctly on my Xubuntu linux box and seems to be running properly.
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
September 07, 2013, 02:31:02 AM
 #1067

Did some benchmarks of the sse4 miner (just took this version https://bitcointalk.org/index.php?topic=260031.msg3047868#msg3047868) on a bunch of Intel Core2 Duo and Ivy bridge, and here comes the great equation.

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I do not have any AMDs at hand, but it seems they follow "no HT" path for ALL cores (https://bitcointalk.org/index.php?topic=260031.msg3021817#msg3021817). Thus, high-frequency AMD FXs are winners in terms of kh per CPU. I am getting 780kh on i7 3770k at 4GHz with HT (8 * 98), while FX 8350 gives 1100kh at 4 GHz (8 * 140). Here power consumption comes into play. For Intel it is ~8kh/watt for IB and ~2kh/watt or less for C2D. Can anyone provide wattage for AMDs (real-world numbers, not from online benchmarks)? Sandy Bridge and Haswell numbers would be usefull as well. Lets make quark hardware comparision table  Wink

I have an AMD Sempron 145 Sargas 2.8GHz (single core) w/ "core unlocked" and overclocked a bit (with that motherboard's "OC Genie") that gets about 220khash..  my i7-960 (it's not overclocked, but I have turbomode enabled, so it does that automatically, goes to 3.35ghash or so) can get about 600-620khash/s tops..  i7-4770k is 1mhash+, but well, it costs a lot more than what you'd need for equivalent from AMD CPU

oh, *intel e6850 gets around 200khash w/o overclocking
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
September 07, 2013, 02:45:00 AM
 #1068

So now many quarks can one get in a 24 hour period with a better CPU?  Like say an 8 core AMD or an older L5420 Xeon CPU or an newer i7?

I'm trying to see if it's worth it to build up a new CPU rig to mine quarks or if an existing one I have (the dual core L5420 xeon dell 1U server) is good enough.  TIA

iXcoin - Welcome to the F U T U R E!
xtcminer
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
September 07, 2013, 03:30:59 AM
 #1069

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I run a Core 2 based Xeon box which I used to mine with. The two processors run at 2.5GHz.

2500/27.5 = 90 kH/s/core.

Since I have 8 cores, I should be mining at 720 kH/s, but I only get 600 kH/s. That means I'm running at 83% capacity. Something is seriously wrong.

It could be different for MP systems.
Just to check - did you use the same miner version? What is hashrate if you run only 4 threads (on one CPU)?
xtcminer
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
September 07, 2013, 03:39:24 AM
 #1070

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I have an AMD Sempron 145 Sargas 2.8GHz (single core) w/ "core unlocked" and overclocked a bit (with that motherboard's "OC Genie") that gets about 220khash..  my i7-960 (it's not overclocked, but I have turbomode enabled, so it does that automatically, goes to 3.35ghash or so) can get about 600-620khash/s tops..  i7-4770k is 1mhash+, but well, it costs a lot more than what you'd need for equivalent from AMD CPU

oh, *intel e6850 gets around 200khash w/o overclocking

Great, formula seems to work for AMDs too, assuming Sempron 145 runs at 3+GHz. Can you measure wattage for Sempron, stock and overclocked?

Haswell seems to be a different story.
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


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


View Profile WWW
September 07, 2013, 03:47:32 AM
Last edit: September 07, 2013, 03:57:37 AM by zvs
 #1071

The hashrate is a linear frequency function (what a rocket science). For quark algo just divide frequency by 27.5 for no HT, or by 40 for HT to estimate Khashes PER THREAD. If you run less threads than CPUs on HT, the number is somewhere in between. E.g. for 3 threads on 4-thread CPU or 6 threads on 8-thread CPU it is ~35, see https://bitcointalk.org/index.php?topic=260031.msg3076346#msg3076346. It would be nice if various CPU owners will try the formula and prove or disprove it.

I have an AMD Sempron 145 Sargas 2.8GHz (single core) w/ "core unlocked" and overclocked a bit (with that motherboard's "OC Genie") that gets about 220khash..  my i7-960 (it's not overclocked, but I have turbomode enabled, so it does that automatically, goes to 3.35ghash or so) can get about 600-620khash/s tops..  i7-4770k is 1mhash+, but well, it costs a lot more than what you'd need for equivalent from AMD CPU

oh, *intel e6850 gets around 200khash w/o overclocking

Great, formula seems to work for AMDs too, assuming Sempron 145 runs at 3+GHz. Can you measure wattage for Sempron, stock and overclocked?

Haswell seems to be a different story.

I'll check it out tomorrow (or later tonight if I get time) w/ the kill-a-watt.... guess I'll check the e-6850 while I'm at it as well..

Quote

i added a symbolic link to the p2pool logfile for this (like I have for bitcoin), it's at www.nogleg.com/quark.log ...  it gets rather lengthy & is cleaned somewhat regularly (things to look for:  got share  and got block)

oh, i have the min fee on my quarkcoind set to 0.0001, so it doesn't pick up a lot of transactions.  err, mostly just my own (i voluntarily add some 0.0005).... also, ignore the occasional '> Block submittal result: False (u'rejected') Expected: True'...  unsure why that pops up sometime, re: the block at 22:50:34.586803 submitted fine;  

http://176.221.46.81/block/000000004b668e46df09835a6df571a082b4a9ad9514f36ed0dda1e9b89fa51f

time is CST, UTC -5    (current payout shows the payout to my address, from colonel sanders and hamburglar)
xtcminer
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
September 07, 2013, 04:31:06 AM
 #1072

So now many quarks can one get in a 24 hour period with a better CPU?  Like say an 8 core AMD or an older L5420 Xeon CPU or an newer i7?

I'm trying to see if it's worth it to build up a new CPU rig to mine quarks or if an existing one I have (the dual core L5420 xeon dell 1U server) is good enough.  TIA

I think with current reward (512 per block) a pessimistic rough estimate is hasrate * 3.5 (or better) in a pool.
E.g. FX-8350 at 1.1mhash will make 3800 quarks/day now. But remember that reward halves quite fast.
svost
Sr. Member
****
Offline Offline

Activity: 461
Merit: 252


View Profile
September 07, 2013, 06:45:24 AM
 #1073

IBM x3850 (-t 63 w2k8 64bit) 23*63 = 1449 Kh/s


4NovacoinyLfMCjTzqDXcaGNTrykfDBNkP
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
September 07, 2013, 08:52:57 AM
 #1074

PhenixEX is great exchange where we can trade Quark coin! and their affiliate system is working smothly.
Thats why I have referral code in my signature...use it now and have lower fees forever.
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
September 07, 2013, 09:19:36 AM
Last edit: September 07, 2013, 10:45:13 AM by eule
 #1075

PhenixEX
1 btc per qrk  
great sellers  Roll Eyes

Promethium
Full Member
***
Offline Offline

Activity: 222
Merit: 100



View Profile
September 07, 2013, 01:16:37 PM
 #1076

@quarkcoin @Guido


outstanding!
simply outstanding

whats your qrk wallet addy?

think will add to site whatever its amazing
cheers
Thanks for your words of support.
QRK Wallet: QaPp6tk9byzzEpAorweN1LpnFktGqavEtd
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
September 07, 2013, 03:25:19 PM
 #1077

@quarkcoin @Guido


outstanding!
simply outstanding

whats your qrk wallet addy?

think will add to site whatever its amazing
cheers
Thanks for your words of support.
QRK Wallet: QaPp6tk9byzzEpAorweN1LpnFktGqavEtd

Why did you choose a down quark and not one of the other 6 variations? 

iXcoin - Welcome to the F U T U R E!
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
September 07, 2013, 03:30:35 PM
Last edit: September 07, 2013, 07:27:28 PM by Conqueror
 #1078

PhenixEX is really great exchange where we can trade QRK! and their affiliate system is working smothly.
Thats why I have referral code in my signature...use it now and have lower fees forever.


sorry, posted twice, my fault
Guido
Legendary
*
Offline Offline

Activity: 1061
Merit: 1001


View Profile
September 07, 2013, 06:56:05 PM
 #1079

@quarkcoin @Guido


outstanding!
simply outstanding

whats your qrk wallet addy?

think will add to site whatever its amazing
cheers
Thanks for your words of support.
QRK Wallet: QaPp6tk9byzzEpAorweN1LpnFktGqavEtd

10,000 QRK sent
let me know you got it?

never know, may buy you a car one day!
if quark gets to $1 each one day

btw, is the image on a transaperent background? would be cool to have a couple different sizes if possible so people can maybe use on their sites
couple smaller maybe, one bigger
no worries if too much hassle, appreciate work

I am Bonkers BTW
Crypto OG
        +
Digital Artist
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
September 07, 2013, 07:29:55 PM
 #1080

PhenixEX
1 btc per qrk  
great sellers  Roll Eyes

It just started...only way to add volume is to trade Smiley But I believe it is promising exchange worth to try, they just finished chat system, added bunch of new coins, affiliate system works well and API is also working...I see lot of progress and development Smiley
Pages: « 1 ... 4 5 6 7 8 9 10 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 ... 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!