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