Author

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

legendary
Activity: 2534
Merit: 1129
August 27, 2013, 05:11:23 AM
Can anyone share their experience on yield and profitability (relative to BTC) over time ?

Is this even relevant to miners at present ?  With the rapid decease in block reward, it would not seem too prudent to sell at present.

As Coinchoose is at present unable to list Coins with a hash that is not Scrypt or SHA256 , that limits the exposure of the coin.


QRK forum is starting to gain some membership : please go and post at : http://forum.quarkcoin.org/index.php
legendary
Activity: 1246
Merit: 1000
August 27, 2013, 04:02:49 AM
cloned the git repo, and got an error message:

user@computer:~/quarkcoin-cpuminer# ./autogen.sh
configure.ac:117: `PTHREAD_FLAGS' includes configure substitution `@PTHREAD_FLAGS@'
configure.ac:117: and is referred to from `minerd_SOURCES';
configure.ac:117: configure substitutions are not allowed in _SOURCES variables

Thoughts?

Thanks!



in Makefile.am line 20
change
Code:
quark.c \
to
Code:
quark.c
enjoy))
full member
Activity: 205
Merit: 100
August 26, 2013, 10:00:07 PM
It's in a VM, I'm sure it's fine Cheesy

Thanks I'll try that.
member
Activity: 105
Merit: 10
August 26, 2013, 09:58:24 PM
Logging-in as root to do crypto shenanigans?  Grin

Might need to settxfee 0.01 or more based on how many inputs you get on the wallet.
full member
Activity: 205
Merit: 100
August 26, 2013, 09:46:14 PM
Any idea what's going on with this?

Code:
root@quarky:~/quark/src# ./quarkcoind sendtoaddress QWghDKW59cFJTitJg4zBp7BnjUWM3H4wcF 10000
error: {"code":-4,"message":"Transaction too large"}
root@quarky:~/quark/src# ./quarkcoind sendtoaddress QWghDKW59cFJTitJg4zBp7BnjUWM3H4wcF 5000
error: {"code":-4,"message":"Transaction too large"}
root@quarky:~/quark/src# ./quarkcoind sendtoaddress QWghDKW59cFJTitJg4zBp7BnjUWM3H4wcF 2000
error: {"code":-4,"message":"Transaction too large"}
root@quarky:~/quark/src# ./quarkcoind sendtoaddress QWghDKW59cFJTitJg4zBp7BnjUWM3H4wcF 1000
20bfb1a939064973f7e8d08dee352d34f757b625b3e8bac14da98e457675f675
root@quarky:~/quark/src# ./quarkcoind sendtoaddress QWghDKW59cFJTitJg4zBp7BnjUWM3H4wcF 1000
54b405e8d532842a7ef1386d3cdeea972ec7ffd4fac965ca89308e6865f395dd
root@quarky:~/quark/src# ./quarkcoind sendtoaddress QWghDKW59cFJTitJg4zBp7BnjUWM3H4wcF 1000
error: {"code":-4,"message":"Transaction too large"}

full member
Activity: 314
Merit: 100
August 26, 2013, 06:27:18 PM
it's the same, there is a binary posted about 3 pages back that someone was nice enough to make. If you feel adventures the source has been moved to github

I can upload a binary as well if there's interest.

That would be great, I would like to see it tested on something not AMD first. There is a "makeprofile.sh" script. It now has enough warnings that I worry it may have issues if not tested. Looks good right now, but the goal is fast, not necessarily good. Anyway, if the middle two lines match anything else the script prints out, at least two hashes where done correctly....


Oh, and there is a new option.
./configure CFLAGS="-msse2 -O3 -DCHEAT"
needs testing but the idea is that it's faster to just try a new nonce that run groestl twice. Anytime that section is found to be needed ran, it just give up. Half of the hashes end up being garbage. But, it now does more than twice the speed, for a net gain. EXPERIMENTAL, need to be ran to see if actually improves payouts as it may be losing shares. Still runs that section when required, but never twice.

cloned the git repo, and got an error message:

user@computer:~/quarkcoin-cpuminer# ./autogen.sh
configure.ac:117: `PTHREAD_FLAGS' includes configure substitution `@PTHREAD_FLAGS@'
configure.ac:117: and is referred to from `minerd_SOURCES';
configure.ac:117: configure substitutions are not allowed in _SOURCES variables

Thoughts?

Thanks!

sr. member
Activity: 359
Merit: 250
August 26, 2013, 04:01:30 PM
So how to mine solo with this new miner?
newbie
Activity: 20
Merit: 0
August 26, 2013, 03:31:42 PM
it's the same, there is a binary posted about 3 pages back that someone was nice enough to make. If you feel adventures the source has been moved to github

I can upload a binary as well if there's interest.

That would be great, I would like to see it tested on something not AMD first. There is a "makeprofile.sh" script. It now has enough warnings that I worry it may have issues if not tested. Looks good right now, but the goal is fast, not necessarily good. Anyway, if the middle two lines match anything else the script prints out, at least two hashes where done correctly....


Oh, and there is a new option.
./configure CFLAGS="-msse2 -O3 -DCHEAT"
needs testing but the idea is that it's faster to just try a new nonce that run groestl twice. Anytime that section is found to be needed ran, it just give up. Half of the hashes end up being garbage. But, it now does more than twice the speed, for a net gain. EXPERIMENTAL, need to be ran to see if actually improves payouts as it may be losing shares. Still runs that section when required, but never twice.
newbie
Activity: 20
Merit: 0
August 26, 2013, 03:25:09 PM
it's the same, there is a binary posted about 3 pages back that someone was nice enough to make. If you feel adventures the source has been moved to github.
Compared to the original miner though, it is about 85% faster, uses SSE2 along with ASM for two of the rounds.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
August 26, 2013, 03:11:38 PM
hold on a min, are people saying the uncle bob miner is  85% faster than the http://stonefoz.myfastmail.com/cpuminer-quark.zip one?

are there any detailed install instructions for linux or follow the same install guide for the uncle bob one as the stonefoz one?
newbie
Activity: 50
Merit: 0
August 26, 2013, 11:36:16 AM
Finally put my code up on github.

https://github.com/uncle-bob/quarkcoin-cpuminer

I'm looking for suggestions or ideas. Groestl-Hash seem to be the deal breaker right now. It's taking up as much time as all other 5 hashes combined. Any speed up for Groestl would be a win. Currently the V1 release confuses the compiler slightly less and is a smidgen faster. However I think this code is currently the best option for speeding up beyond that. It's still around twice as fast as the default miner.

Added bonus, almost everything for quark now fits a single function. While it won't fit on a GPU until the code size is reduced and memory is shrunk, it's just yet. Consider this my last update for cpuminer.

I wrote this cause I'm greedy, and so I leave my tipjar.
BTC: 1DaSUSqcr13G4QJYamsecW6yHh95QTT39R
QRK: QQRNpg7aGHcvgEFvXEk1DoCtLydboVsAzf

I cannot get it to compile. I'm on Ubuntu 13.04 and I get stuck at:

"checking for pthread_create in -lpthread... yes
./configure: line 5534: syntax error near unexpected token `,'
./configure: line 5534: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'"

Any help would be appreciated.

I had the same error when compiling quark itself it is due to curl not being properly installed
A fix can be found here https://bitcointalksearch.org/topic/cpu-miner-problem-with-libcurl-4823

Edit: Or install libcurl-dev Wink

I'm surprised I didn't find this post. I had libcurl-dev installed, but it wasn't working. This has fixed it. Is there a guide anywhere to build Windows binaries? The readme isn't helpful at all.
legendary
Activity: 2088
Merit: 1015
August 25, 2013, 06:56:23 PM
Finally put my code up on github.

https://github.com/uncle-bob/quarkcoin-cpuminer

I'm looking for suggestions or ideas. Groestl-Hash seem to be the deal breaker right now. It's taking up as much time as all other 5 hashes combined. Any speed up for Groestl would be a win. Currently the V1 release confuses the compiler slightly less and is a smidgen faster. However I think this code is currently the best option for speeding up beyond that. It's still around twice as fast as the default miner.

Added bonus, almost everything for quark now fits a single function. While it won't fit on a GPU until the code size is reduced and memory is shrunk, it's just yet. Consider this my last update for cpuminer.

I wrote this cause I'm greedy, and so I leave my tipjar.
BTC: 1DaSUSqcr13G4QJYamsecW6yHh95QTT39R
QRK: QQRNpg7aGHcvgEFvXEk1DoCtLydboVsAzf

I cannot get it to compile. I'm on Ubuntu 13.04 and I get stuck at:

"checking for pthread_create in -lpthread... yes
./configure: line 5534: syntax error near unexpected token `,'
./configure: line 5534: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'"

Any help would be appreciated.

I had the same error when compiling quark itself it is due to curl not being properly installed
A fix can be found here https://bitcointalksearch.org/topic/cpu-miner-problem-with-libcurl-4823

Edit: Or install libcurl-dev Wink
newbie
Activity: 50
Merit: 0
August 25, 2013, 06:53:18 PM
Finally put my code up on github.

https://github.com/uncle-bob/quarkcoin-cpuminer

I'm looking for suggestions or ideas. Groestl-Hash seem to be the deal breaker right now. It's taking up as much time as all other 5 hashes combined. Any speed up for Groestl would be a win. Currently the V1 release confuses the compiler slightly less and is a smidgen faster. However I think this code is currently the best option for speeding up beyond that. It's still around twice as fast as the default miner.

Added bonus, almost everything for quark now fits a single function. While it won't fit on a GPU until the code size is reduced and memory is shrunk, it's just yet. Consider this my last update for cpuminer.

I wrote this cause I'm greedy, and so I leave my tipjar.
BTC: 1DaSUSqcr13G4QJYamsecW6yHh95QTT39R
QRK: QQRNpg7aGHcvgEFvXEk1DoCtLydboVsAzf

I cannot get it to compile. I'm on Ubuntu 13.04 and I get stuck at:

"checking for pthread_create in -lpthread... yes
./configure: line 5534: syntax error near unexpected token `,'
./configure: line 5534: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'"

Any help would be appreciated.
member
Activity: 105
Merit: 10
August 25, 2013, 02:00:03 PM
Is it normal that my QRK address doesn't show up in the p2pool payments page?
Been mining (with accepted shares) for a couple of hours but I don't see my address in their payment page nor in the block explorer and no incoming transactions.
newbie
Activity: 31
Merit: 0
August 25, 2013, 01:06:28 PM
Finally put my code up on github.

https://github.com/uncle-bob/quarkcoin-cpuminer

I'm looking for suggestions or ideas. Groestl-Hash seem to be the deal breaker right now. It's taking up as much time as all other 5 hashes combined. Any speed up for Groestl would be a win. Currently the V1 release confuses the compiler slightly less and is a smidgen faster. However I think this code is currently the best option for speeding up beyond that. It's still around twice as fast as the default miner.

Added bonus, almost everything for quark now fits a single function. While it won't fit on a GPU until the code size is reduced and memory is shrunk, it's just yet. Consider this my last update for cpuminer.

I wrote this cause I'm greedy, and so I leave my tipjar.
BTC: 1DaSUSqcr13G4QJYamsecW6yHh95QTT39R
QRK: QQRNpg7aGHcvgEFvXEk1DoCtLydboVsAzf

Is this faster than the other quarkcoin cpuminer?

By a long shot, yes. I get an 85% speedup from using it.


So do you know how to solo mine with that miner?
full member
Activity: 286
Merit: 100
August 25, 2013, 12:49:50 PM
Finally put my code up on github.

https://github.com/uncle-bob/quarkcoin-cpuminer

I'm looking for suggestions or ideas. Groestl-Hash seem to be the deal breaker right now. It's taking up as much time as all other 5 hashes combined. Any speed up for Groestl would be a win. Currently the V1 release confuses the compiler slightly less and is a smidgen faster. However I think this code is currently the best option for speeding up beyond that. It's still around twice as fast as the default miner.

Added bonus, almost everything for quark now fits a single function. While it won't fit on a GPU until the code size is reduced and memory is shrunk, it's just yet. Consider this my last update for cpuminer.

I wrote this cause I'm greedy, and so I leave my tipjar.
BTC: 1DaSUSqcr13G4QJYamsecW6yHh95QTT39R
QRK: QQRNpg7aGHcvgEFvXEk1DoCtLydboVsAzf

Is this faster than the other quarkcoin cpuminer?

By a long shot, yes. I get an 85% speedup from using it.

Something I've only just noticed: the Quarkcoin splash screen has a copyright year of 20,013.

Huh. I guess Quarkcoin really *is* the future.

As for AES-NI - don't forget that code won't run on processors that don't support it.

Matthew:out
well, almost any CPU thats worth it has AES-NI support, a simple check in the configure script can handle it while in the code its handled with #ifdef Smiley

So you've never heard of the Core 2 family then?

At least two people in this thread use Core 2 based Xeon chips. For £35 each, they are a bargain.

Matthew:out
legendary
Activity: 1792
Merit: 1008
/dev/null
August 25, 2013, 11:04:08 AM
Something I've only just noticed: the Quarkcoin splash screen has a copyright year of 20,013.

Huh. I guess Quarkcoin really *is* the future.

As for AES-NI - don't forget that code won't run on processors that don't support it.

Matthew:out
well, almost any CPU thats worth it has AES-NI support, a simple check in the configure script can handle it while in the code its handled with #ifdef Smiley
full member
Activity: 286
Merit: 100
August 25, 2013, 10:56:21 AM
Something I've only just noticed: the Quarkcoin splash screen has a copyright year of 20,013.

Huh. I guess Quarkcoin really *is* the future.

As for AES-NI - don't forget that code won't run on processors that don't support it.

Matthew:out
legendary
Activity: 2088
Merit: 1015
August 25, 2013, 08:58:49 AM
No, this is not a new qt wallet, only a standalone miner that mines more efficiently than the miner built into the qt wallet. You keep your current qt wallet application and wallet.dat file the same.

See this thread for using the miner on the p2pool:

http://forum.quarkcoin.org/Thread-Quark-Mining-Pool-Creation-Needed?pid=74#pid74


It's basically:
Code:
minerd_xyz.exe [b]-a quark[/b] -t -o http://176.221.46.81:8372 [b]-u [/b]


This pool takes cucrrently 3% fee, which you can verify yourself:
http://176.221.46.81:8372/fee

Please also inform you about how p2pool works, esp about that fake difficulty:
https://en.bitcoin.it/wiki/P2Pool#Payout_logic
https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions

----snip---

Putting the hash_init-stuff outside of the loop isn't gaining anthing in cpuminer Sad

Anyone able to get payout from this pool?

My shares has not been get paid so far.
50 kh/s received shares for first hour, 46 blocks, but then they stopped coming so I went back to solo for now
newbie
Activity: 31
Merit: 0
August 25, 2013, 08:46:09 AM
No, this is not a new qt wallet, only a standalone miner that mines more efficiently than the miner built into the qt wallet. You keep your current qt wallet application and wallet.dat file the same.

See this thread for using the miner on the p2pool:

http://forum.quarkcoin.org/Thread-Quark-Mining-Pool-Creation-Needed?pid=74#pid74


It's basically:
Code:
minerd_xyz.exe [b]-a quark[/b] -t -o http://176.221.46.81:8372 [b]-u [/b]


This pool takes cucrrently 3% fee, which you can verify yourself:
http://176.221.46.81:8372/fee

Please also inform you about how p2pool works, esp about that fake difficulty:
https://en.bitcoin.it/wiki/P2Pool#Payout_logic
https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions

----snip---

Putting the hash_init-stuff outside of the loop isn't gaining anthing in cpuminer Sad

Anyone able to get payout from this pool?

My shares has not been get paid so far.
Jump to: