Bitcoin Forum
April 25, 2024, 12:59:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 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 ... 443 »
  Print  
Author Topic: [ANN] [QRK] Quark | Core 0.10 upgrade  (Read 1031111 times)
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 01:33:10 PM
 #781

Hmmm anyone got an example for linux cpuminer

i have followed this guide

https://bitcointalk.org/index.php?topic=264866.0

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?

Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714006767
Hero Member
*
Offline Offline

Posts: 1714006767

View Profile Personal Message (Offline)

Ignore
1714006767
Reply with quote  #2

1714006767
Report to moderator
1714006767
Hero Member
*
Offline Offline

Posts: 1714006767

View Profile Personal Message (Offline)

Ignore
1714006767
Reply with quote  #2

1714006767
Report to moderator
trinsic
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
August 22, 2013, 01:50:15 PM
 #782

Add "-a quark" after ./minerd

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

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 01:58:44 PM
 #783

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)

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


cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 01:59:43 PM
Last edit: August 22, 2013, 02:37:19 PM by cryptohunter
 #784

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??



cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 02:09:38 PM
 #785

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?

Neisklar
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
August 22, 2013, 04:49:15 PM
 #786

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 ;-)

BTC: 1LZQkJCojCiomDb1FdFXN5g1Gtc6n95acB  -  QRK: QRrcffSmb6jqw6RmZLtJ6skg71AXRG3S6y
Palmdetroit
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


PHS 50% PoS - Stop mining start minting


View Profile
August 22, 2013, 05:07:38 PM
Last edit: August 23, 2013, 12:54:12 AM by Palmdetroit
 #787

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://bitcointalk.org/index.php?topic=260031.msg2989468#msg2989468

X68N
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
August 22, 2013, 05:34:00 PM
Last edit: August 22, 2013, 05:46:40 PM by X68N
 #788

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

YOBIT IS SCAM , YOBIT IS SCAM , YOBIT IS SCAM meine Steuerdatei:
https://bitcointalk.org/index.php?topic=612741.msg19244732#msg19244732
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 22, 2013, 06:17:26 PM
 #789

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!

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 07:50:13 PM
 #790

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

ZirconiumX
Full Member
***
Offline Offline

Activity: 286
Merit: 100



View Profile
August 22, 2013, 08:30:51 PM
 #791

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
shazbits
Member
**
Offline Offline

Activity: 105
Merit: 10



View Profile
August 22, 2013, 08:44:09 PM
 #792

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?
stonefoz
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 22, 2013, 08:56:39 PM
 #793

More hideous speed hacks. While not quite as impressive as my first release, I'm cleaning up the code so we eventually get a proper quark-hash function.

Currently it does vast amounts of unnecessary work when it only needs to run on one size, one thing, more blocks.

http://stonefoz.myfastmail.com/cpuminer-quark2.zip

At least on my machine.
Per core, "stock" 70/Khs, V1 107/KHs, this is V2 at 115/KHs

I wrote this cause I'm greedy, and so I leave my tip jar
BTC:1DaSUSqcr13G4QJYamsecW6yHh95QTT39R
LTC:LcsdTfxZhs3e1vx9WmrwbMiE7uTtDqjh1g
QRK:QQRNpg7aGHcvgEFvXEk1DoCtLydboVsAzf
X68N
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
August 22, 2013, 09:05:48 PM
 #794

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

bump :-)

YOBIT IS SCAM , YOBIT IS SCAM , YOBIT IS SCAM meine Steuerdatei:
https://bitcointalk.org/index.php?topic=612741.msg19244732#msg19244732
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 09:14:12 PM
 #795

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

Hi,

Do you mean this one

https://github.com/Neisklar/quarkcoin-cpuminer

built with this
CFLAGS="-O3 -Wall -msse2" ./configure ?

i'm seeing 41000 per core? so x 8 about 320 000kh?

Dual quad l5420 ?  are you sure you are getting 600 000?

that's the one i am using?
also is your machine windows 64 bit or ubuntu?

Max Guevara
Member
**
Offline Offline

Activity: 106
Merit: 10


Quark developer


View Profile
August 22, 2013, 09:15:08 PM
 #796

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

bump :-)

If your CPU load is 100% you are probably mining. 2 hours is not enough to necessarily find a block on your own.

Here's some info on the pool. Basically just run the miner with the parameters described below:

http://forum.quarkcoin.org/Thread-Quark-Mining-Pool-Creation-Needed?pid=74#pid74
https://bitcointalk.org/index.php?topic=260031.msg2948763#msg2948763
stonefoz
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 22, 2013, 09:33:09 PM
 #797

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

Hi,

Do you mean this one

https://github.com/Neisklar/quarkcoin-cpuminer

built with this
CFLAGS="-O3 -Wall -msse2" ./configure ?


i'm seeing 41000 per core? so x 8 about 320 000kh?

Dual quad l5420 ?  are you sure you are getting 600 000?

that's the one i am using?
also is your machine windows 64 bit or ubuntu?

nope, the only one that needs sse2 is

http://stonefoz.myfastmail.com/cpuminer-quark2.zip
I replaced two of the slowest parts with asm and sse2 instructions, doubles the hash rate.
MUST BE COMPILED WITH
CFLAGS="-sse2"

cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 09:40:41 PM
 #798

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

Hi,

Do you mean this one

https://github.com/Neisklar/quarkcoin-cpuminer

built with this
CFLAGS="-O3 -Wall -msse2" ./configure ?

if not please can you print full command to config with

i'm seeing 41000 per core? so x 8 about 320 000kh?

Dual quad l5420 ?  are you sure you are getting 600 000?

that's the one i am using?
also is your machine windows 64 bit or ubuntu?

nope, the only one that needs sse2 is

http://stonefoz.myfastmail.com/cpuminer-quark2.zip
I replaced two of the slowest parts with asm and sse2 instructions, doubles the hash rate.
MUST BE COMPILED WITH
CFLAGS="-sse2"



thanks so if i download this one

http://stonefoz.myfastmail.com/cpuminer-quark2.zip

i just compile with this even for 64 bit?
CFLAGS="-sse2" ./configure

that is the only thing i put on that command line?


cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
August 22, 2013, 09:43:51 PM
 #799


i just compile with this even for 64 bit?
CFLAGS="-msse2" ./configure

that is the only thing i put on that command line?


cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 22, 2013, 09:45:19 PM
 #800


i just compile with this even for 64 bit?
CFLAGS="-msse2" ./configure

that is the only thing i put on that command line?



Ok thanks i see i need the m on there what about the 03 part? no need for this now?

i see this example in the readme  CFLAGS="-msse2 -O3"  is that for 64bit ?

Pages: « 1 2 3 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 ... 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!