Author

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

member
Activity: 105
Merit: 10
August 22, 2013, 03:44:09 PM
from what i can see, cpu miner takes dual quad xeon l5420 from 290000 to 320000  so a reasonable improvement over the wallet but not a massive amount on ubuntu 64tbit

And the improved version posted a page or two ago takes it to 600 kH/s. I can vouch for that figure personally, being the proud owner of one of those machines.

Matthew:out

How many blocks/day you get with that?
full member
Activity: 286
Merit: 100
August 22, 2013, 03:30:51 PM
from what i can see, cpu miner takes dual quad xeon l5420 from 290000 to 320000  so a reasonable improvement over the wallet but not a massive amount on ubuntu 64tbit

And the improved version posted a page or two ago takes it to 600 kH/s. I can vouch for that figure personally, being the proud owner of one of those machines.

Matthew:out
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
August 22, 2013, 02:50:13 PM
from what i can see, cpu miner takes dual quad xeon l5420 from 290000 to 320000  so a reasonable improvement over the wallet but not a massive amount on ubuntu 64tbit
legendary
Activity: 2674
Merit: 3000
Terminated.
August 22, 2013, 01:17:26 PM
AMD Bulldozer optimized (1st and 2nd gen Miners) - win64
----=====------

Use bdver1 for generation 1 bulldozers (8150, etc)
 bdver2 for newer generation 2 (8350).

Gen 2 can run either minerd , but you may get small boosts so try both.

Will most likely not work on any other chips!

This code was at least 5-10% faster than previous released bins on BD hardware.
~410khash+ @ 8150 -t 8 3.6 no oc, no turbo

Built from current
https://github.com/Neisklar/quarkcoin-cpuminer

Download (both versions in zip:
http://rapidshare.com/files/2359208864/quark_cpuminer-2.3.2_w64_Bulldozer.zip



Tips welcome: QRK: QQVzchEu7aqAfc71NZa1TYi3toih6abCtk

DYODD!

Nice! Ty!
hero member
Activity: 672
Merit: 500
August 22, 2013, 12:34:00 PM
Hello,

i am curious how hard it is to find any information how mining works on windows for QRK.
I managed to get the Client connected and stated the Client with the conf from first post.
My CPU Load is 100% but even after 2h nothing happend. (at the first start there was a curious thing it showed that i got 4x 2048 QRK from Mining, but they disapeared after the Blockchain was synced :-( )

I remember from other coins that for solo mining a file called minered is needed and for pool mining a special commandline miner is needed to connect to the pool.

That is where i got stuck i searched a lot on google and downloaded the 2 programs and used them like i know it from the other coins.
But it doesnt work because QRK uses other hashing.

Why is there no "getting startet" or a short hint site on that QRK pool, this is very disapointing.
What is the name of the hashing algo used for QRK? (which --flag should be used? its not sha256 or scrypt.)


So the where is the native windows Cpu miner for Pool mining (binary file), what is the name and where can i download it?
(found only linux+sources to compile for windows)



greetings
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
August 22, 2013, 12:07:38 PM
AMD Bulldozer optimized (1st and 2nd gen Miners) - win64
----=====------

Use bdver1 for generation 1 bulldozers (8150, etc)
 bdver2 for newer generation 2 (8350).

Gen 2 can run either minerd , but you may get small boosts so try both.

Will most likely not work on any other chips!

This code was at least 5-10% faster than previous released bins on BD hardware.
~410khash+ @ 8150 -t 8 3.6 no oc, no turbo

Built from current
https://github.com/Neisklar/quarkcoin-cpuminer

Download (both versions in zip:
http://rapidshare.com/files/2359208864/quark_cpuminer-2.3.2_w64_Bulldozer.zip



Tips welcome: QRK: QQVzchEu7aqAfc71NZa1TYi3toih6abCtk

DYODD!

Newer miner update x2 speed!
https://bitcointalksearch.org/topic/m.2989468
member
Activity: 60
Merit: 10
August 22, 2013, 11:49:15 AM
how can i mine solo with new miner quark_cpuminer-2.3.2_w64 ?

i start quarcoind-qt but i cant connect with cpuminer ?!

my config
rpcusername=xxxx
rpcpassword=xxxxxxxxx
rpcallowip=192.168.1.34
rpcport=11973
listen=1
daemon=1
server=1
maxconnections=80
addnode=54.213.97.180
addnode=192.241.211.11
addnode=173.255.242.98
genproclimit=-1


minerd_w64_generic.exe -a quark -t 8 -o http://192.168.1.34:11973 -u xxx -p xxxxxxx


what do i wrong how is that possible to mine solo???


thanks


who told you that was the port 11973?

i have 8910 given by the dev?

You can specify the port in the options, with rpcport=xxx, i just used 8 9 10 since that was better for my old brain to memorize ;-)
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
August 22, 2013, 09:09:38 AM
how can i mine solo with new miner quark_cpuminer-2.3.2_w64 ?

i start quarcoind-qt but i cant connect with cpuminer ?!

my config
rpcusername=xxxx
rpcpassword=xxxxxxxxx
rpcallowip=192.168.1.34
rpcport=11973
listen=1
daemon=1
server=1
maxconnections=80
addnode=54.213.97.180
addnode=192.241.211.11
addnode=173.255.242.98
genproclimit=-1


minerd_w64_generic.exe -a quark -t 8 -o http://192.168.1.34:11973 -u xxx -p xxxxxxx


what do i wrong how is that possible to mine solo???


thanks


who told you that was the port 11973?

i have 8910 given by the dev?
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
August 22, 2013, 08:59:43 AM
Add "-a quark" after ./minerd

edit; oh you're using a different git, use this one: https://github.com/Neisklar/quarkcoin-cpuminer


ah i see i am not using the correct miner Sad that could be a slight issue right there Smiley ok i try to get this miner instead, thanks Smiley



Ok some progress Smiley

i ran it and i see

root@CHI-05-27:~/quarkminer# ./minerd -a quark -o localhost:8910 -u rpcuser -p rpcpass
[2013-08-22 10:35:29] Binding thread 0 to cpu 0
[2013-08-22 10:35:29] Binding thread 2 to cpu 2
[2013-08-22 10:35:29] Binding thread 1 to cpu 1
[2013-08-22 10:35:29] Binding thread 5 to cpu 5
[2013-08-22 10:35:29] Binding thread 3 to cpu 3
[2013-08-22 10:35:29] Binding thread 7 to cpu 7
[2013-08-22 10:35:29] Binding thread 6 to cpu 6
[2013-08-22 10:35:29] Binding thread 4 to cpu 4
[2013-08-22 10:35:29] 8 miner threads started, using 'quark' algorithm.


then it stops?  should i be seeing anything else after this or is it mining??


legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
August 22, 2013, 08:58:44 AM
Add "-a quark" after ./minerd

edit; oh you're using a different git, use this one: https://github.com/Neisklar/quarkcoin-cpuminer


Ok thanks this seemed to help a bit not sure if it is mining i just see lots of instructions about minerd now



my current quarkcoin.conf
---------------------------------------------
server=1
rpcuser=rpcpuser
rpcpassword=rpcpass
rpcallowip=127.0.0.1
listen=1
maxconnections=80
addnode=54.213.97.180
addnode=192.241.211.11
addnode=173.255.242.98
addnode=221.178.203.197
addnode=60.173.10.231
addnode=68.43.213.108
addnode=85.56.195.134
addnode=94.132.13.38
addnode=37.139.14.104
addnode=123.244.30.36
addnode=124.126.239.6
addnode=110.190.221.165
addnode=182.141.71.85
addnode=222.175.21.147
addnode=178.22.67.205
addnode=162.105.146.245
addnode=88.204.169.242
addnode=121.199.52.186
addnode=198.50.233.8
addnode=203.32.9.70
addnode=198.199.116.69
addnode=98.167.196.51
addnode=178.74.103.10
addnode=72.23.76.121
addnode=198.199.113.126
addnode=192.241.218.132
addnode=88.248.114.86
addnode=81.196.93.247
addnode=81.24.212.14
addnode=198.56.192.154
addnode=83.235.241.132
addnode=173.208.241.196
addnode=164.215.85.101
addnode=182.130.181.137
addnode=105.236.111.72
gen=1
genproclimit=-1
-----------------------------------------------------


my command for minerd
-----------------------------------------------------------------------------
im runing from the cpuminer directory

./minerd -a quark -o localhost:8910 -u rpcuser -p rpcpass
---------------------------------------------------------------------------------------


Should i just be seeing these kind of instructions or is it mining now and i just can't see it?


this is what i see now

------------------------------
minerd version 1.0.2

Usage:  minerd [options]

Supported options:
--help
(-h) Display this help text

--config FILE
(-c FILE) JSON-format configuration file (default: none)
See example-cfg.json for an example configuration.

--algo XXX
(-a XXX) Specify sha256 implementation:
        c               Linux kernel sha256, implemented in C (default)
        4way            tcatm's 4-way SSE2 implementation
        via             VIA padlock implementation
        cryptopp        Crypto++ C/C++ implementation

--quiet
(-q) Disable per-thread hashmeter output (default: off)

--debug
(-D) Enable debug output (default: off)

--no-longpoll
Disable X-Long-Polling support (default: enabled)

--protocol-dump
(-P) Verbose dump of protocol-level activities (default: off)

--retries N
(-r N) Number of times to retry, if JSON-RPC call fails
        (default: 10; use -1 for "never")

--retry-pause N
(-R N) Number of seconds to pause, between retries
        (default: 30)

--scantime N
(-s N) Upper bound on time spent scanning current work,
        in seconds. (default: 5)

--syslog
Use system log for output messages (default: standard error)

--threads N
(-t N) Number of miner threads (default: 1)

--url URL
URL for bitcoin JSON-RPC server (default: http://127.0.0.1:8332/)

--userpass USERNAME:PASSWORD
Username:Password pair for bitcoin JSON-RPC server (default: rpcuser:rpcpass)

--user USERNAME
(-u USERNAME) Username for bitcoin JSON-RPC server (default: rpcuser)

--pass PASSWORD
(-p PASSWORD) Password for bitcoin JSON-RPC server (default: rpcpass)

----------------------------------------------------------------------

full member
Activity: 205
Merit: 100
August 22, 2013, 08:50:15 AM
Add "-a quark" after ./minerd

edit; oh you're using a different git, use this one: https://github.com/Neisklar/quarkcoin-cpuminer
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
August 22, 2013, 08:33:10 AM
Hmmm anyone got an example for linux cpuminer

i have followed this guide

https://bitcointalksearch.org/topic/qrk-noobproof-vps-quarkcoin-all-in-one-ez-setup-script-updated-264866

which was great and can mine from the wallet. However the script that sets it up leave the username blank in the conf file ?

anyone got a correct config file to use for solo mining with cpuminer  also even the correct port for linux solo mining??


I'm trying to follow this instruction for kingcoin but use it for quark


git clone https://github.com/jgarzik/cpuminer
cd cpuminer
./autogen.sh
CFLAGS="-O3 -Wall -msse2" ./configure
make
./minerd -o localhost:33333 -u user -p pass



So i changed it to

./minerd -o localhost:8910 -u user -p pass

however since the auto install has no username? it will not work.

i used winscp to change the conf file to user=1  password=2

however even this

./minerd -o localhost:8910 -u 1 -p 2

does not work.

Can someone just put an example  conf and example command line for the miner command in linux?

thanks


this is my latest quarkcoin.conf

server=1
rpcuser=rpcuser
rpcpassword=rpcpass
rpcallowip=127.0.0.1
rpcport=8910
listen=1
maxconnections=80
addnode=54.213.97.180
addnode=192.241.211.11
addnode=173.255.242.98
addnode=221.178.203.197
addnode=60.173.10.231
addnode=68.43.213.108
addnode=85.56.195.134
addnode=94.132.13.38
addnode=37.139.14.104
addnode=123.244.30.36
addnode=124.126.239.6
addnode=110.190.221.165
addnode=182.141.71.85
addnode=222.175.21.147
addnode=178.22.67.205
addnode=162.105.146.245
addnode=88.204.169.242
addnode=121.199.52.186
addnode=198.50.233.8
addnode=203.32.9.70
addnode=198.199.116.69
addnode=98.167.196.51
addnode=178.74.103.10
addnode=72.23.76.121
addnode=198.199.113.126
addnode=192.241.218.132
addnode=88.248.114.86
addnode=81.196.93.247
addnode=81.24.212.14
addnode=198.56.192.154
addnode=83.235.241.132
addnode=173.208.241.196
addnode=164.215.85.101
addnode=182.130.181.137
addnode=105.236.111.72
gen=1
genproclimit=-1


problem is quarkcoin wont even start with that conf file???

Is it to do with the way the auto script set it up, should i try to manually install quarkcoin from scratch?
legendary
Activity: 1246
Merit: 1000
August 22, 2013, 06:24:53 AM
p2p pool speed rise from 40mh to 97mh  Shocked
legendary
Activity: 2674
Merit: 3000
Terminated.
August 21, 2013, 06:15:45 PM
QRK "pumped" last night  Cheesy
full member
Activity: 205
Merit: 100
August 21, 2013, 05:35:47 PM
Doesn't matter, if you want to better track them use separate addresses.
member
Activity: 60
Merit: 10
August 21, 2013, 03:47:09 PM
Shit, I'm sorry. It's been a long day.

Accepted: 1/1   Wink
member
Activity: 60
Merit: 10
August 21, 2013, 03:44:42 PM
Got 5/5 accepted shares and haven't been paid..
Also, what does the + and / values do at the end of your username for the pool?

7/7 now and no payout. Why does it take so long?


You are kidding me.
EXACTLY this did i already answer to you:
(And its also no the only point here in this thread where i talked about my understanding of the p2pools workings)


Also, why doesn't my address show up in the pool? http://176.221.46.81:8372/static/

I have 4/4 shared accepted.  Huh

Please read about the workings of p2pool and especially the fake difficulty.
The links are somewhat up in one of my posts, or look in the bitcoin wiki

Edit: https://bitcointalksearch.org/topic/m.2948763
full member
Activity: 214
Merit: 100
August 21, 2013, 02:29:43 PM
Thanks ig0tik3d, worked a treat only took 2mins
legendary
Activity: 1246
Merit: 1000
August 21, 2013, 02:05:47 PM
since updating to the latest client, its seems very buggy and unstable for me. Most of the payments I have tried to send have ended up stuck in limbo with zero confirms. Re-installing the client and redownloading the block chain but still not getting confirms on the payments ive sent.
Don't seem to have a problem receiving payments though. Anyone else had this problem and know how to fix?
https://bitcointalksearch.org/topic/m.2974281
full member
Activity: 214
Merit: 100
August 21, 2013, 01:58:39 PM
since updating to the latest client, its seems very buggy and unstable for me. Most of the payments I have tried to send have ended up stuck in limbo with zero confirms. Re-installing the client and redownloading the block chain but still not getting confirms on the payments ive sent.
Don't seem to have a problem receiving payments though. Anyone else had this problem and know how to fix?
Jump to: