Pages:
Author

Topic: [ANN] SOMA :: CPU Mining :: RARE | No Premine //LAUNCHED!// - page 6. (Read 21728 times)

legendary
Activity: 1414
Merit: 1077
It's probably a really silly question but if you solo mine and use the command line: minerd.exe -a quark -o stratum+tcp://127.0.0.1:12633 -u username -p password

Where do you add details about your wallet address? How does the miner know where to send coins??


its in your somacoin.conf  your wallet will recieve them its your server to

start your wallet with   -server           option

Thank you for your suggestion but I still can't figure it out.

By the way this is my result after typing 'getmininginfo' in wallet console:

 {
"blocks" : 295,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 675.09213922,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 40337,
"pooledtx" : 0,
"testnet" : false
}

"genproclimit" : 2, = I'm only using 2 threads of my quad core i7 processor as it overheats and bogs down if I use more because I'm doing other things at the same time.

Looks like you're not mining through your wallet because your report says:

"generate" : false, = Not mining
"genproclimit" : -1,
"hashespersec" : 0, = No mining hashrate

By the way using the command setgenerate true -1 or setgenerate true will use 100% of your cpu's processing power. Keep an eye on your cpu's temperature because it could easily overhead and get damages same as your motherboard. As mentioned I use setgenerate true 2 to specify using 2 of my cpu's threads.
sr. member
Activity: 616
Merit: 321
i have this wallet runs minerd off:



{
"blocks" : 295,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 675.09213922,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}


minerd off and current CPU usage?

or may be anyother wallet running?


minerd is off, cpu usage is normal  and no there is no other wallet running
sr. member
Activity: 322
Merit: 250
i have this wallet runs minerd off:



{
"blocks" : 295,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 675.09213922,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}


minerd off and current CPU usage?

or may be anyother wallet running?
sr. member
Activity: 616
Merit: 321
i have this wallet runs minerd off:



{
"blocks" : 295,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 675.09213922,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
sr. member
Activity: 322
Merit: 250
hmm this is all i see ?

in screen of minerd :

D:\bitcoins\somacoin\xxxxxxxxxxx2>minerd -q -a quark -o 127.0.0.1:12633 -
u username -p pass
[2014-02-02 00:46:52] 4 miner threads started, using 'quark' algorithm.

blinking cursor]




cpu is at 100% but i dont see hashes ?




may be your conf file has 'gen=1'

if it has that then you are mining from your wallet...


listen=1
server=1
daemon=1
rpcuser=username
rpcpassword=pass
rpcport=12633
gen=0
addnode=162.243.106.140
addnode=107.170.22.186
addnode=107.170.19.88
addnode=94.190.237.119

and in wallet i have set generate -1  what people told me to do

then you are mining from your wallet not in minerd...

and just to confirm it check in wallet->help ->debug->console-> enter "getmininginfo"

u will get result something like this
03:25:19

{
"blocks" : 294,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 675.09213922,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : "yourhashespersec",
"pooledtx" : 0,
"testnet" : false
}

sr. member
Activity: 616
Merit: 321
hmm this is all i see ?

in screen of minerd :

D:\bitcoins\somacoin\xxxxxxxxxxx2>minerd -q -a quark -o 127.0.0.1:12633 -
u username -p pass
[2014-02-02 00:46:52] 4 miner threads started, using 'quark' algorithm.

blinking cursor]




cpu is at 100% but i dont see hashes ?




may be your conf file has 'gen=1'

if it has that then you are mining from your wallet...


listen=1
server=1
daemon=1
rpcuser=username
rpcpassword=pass
rpcport=12633
gen=0
addnode=162.243.106.140
addnode=107.170.22.186
addnode=107.170.19.88
addnode=94.190.237.119

and in wallet i have set generate -1  what people told me to do


and this is my start up wallet :   D:\bitcoins\somacoin\soma-qt.exe -server
sr. member
Activity: 322
Merit: 250
hmm this is all i see ?

in screen of minerd :

D:\bitcoins\somacoin\xxxxxxxxxxx2>minerd -q -a quark -o 127.0.0.1:12633 -
u username -p pass
[2014-02-02 00:46:52] 4 miner threads started, using 'quark' algorithm.

blinking cursor]




cpu is at 100% but i dont see hashes ?




may be your conf file has 'gen=1'

if it has that then you are mining from your wallet...
sr. member
Activity: 616
Merit: 321
It's probably a really silly question but if you solo mine and use the command line: minerd.exe -a quark -o stratum+tcp://127.0.0.1:12633 -u username -p password

Where do you add details about your wallet address? How does the miner know where to send coins??



its in your somacoin.conf  your wallet will recieve them its your server to


start your wallet with   -server           option
legendary
Activity: 1414
Merit: 1077
It's probably a really silly question but if you solo mine and use the command line: minerd.exe -a quark -o stratum+tcp://127.0.0.1:12633 -u username -p password

Where do you add details about your wallet address? How does the miner know where to send coins??

sr. member
Activity: 616
Merit: 321
hmm this is all i see ?

in screen of minerd :

D:\bitcoins\somacoin\xxxxxxxxxxx2>minerd -q -a quark -o 127.0.0.1:12633 -
u username -p pass
[2014-02-02 00:46:52] 4 miner threads started, using 'quark' algorithm.

blinking cursor]




cpu is at 100% but i dont see hashes ?


member
Activity: 77
Merit: 10
Uhm.

"difficulty" : 538.81525177,

In two hours? ._.
rare...
sr. member
Activity: 616
Merit: 321
dont mine with wallet and minerd at same time.


hmm explane please ? is the wallet a miner ?
newbie
Activity: 53
Merit: 0
Uhm.

"difficulty" : 538.81525177,

In two hours? ._.
full member
Activity: 196
Merit: 100
dont mine with wallet and minerd at same time.
sr. member
Activity: 616
Merit: 321
Code:
listen=1
server=1
daemon=1
rpcuser=urusername
rpcpassword=urpassword
rpcport=12633
gen=1
addnode=162.243.106.140
addnode=107.170.22.186
addnode=107.170.19.88
addnode=94.190.237.119
addnode=84.247.165.94
addnode=151.24.164.86
addnode=92.138.112.233
addnode=212.7.200.9
addnode=62.210.177.2
addnode=5.1.20.122
addnode=184.9.236.91
addnode=188.175.170.117
addnode=212.7.200.8
addnode=78.146.124.129
addnode=113.142.158.187
addnode=174.108.122.202
addnode=36.6.164.176
addnode=69.4.239.48

Definitely connects.

I repeat, please be patient when mining.  SOMA is rare!

the rpc port is the port in my start bat ? here :  

witch one should i use in here :  minerd -q -a quark -o 127.0.0.1:20112 -u username -p pass

paulus Smiley

somacoin.conf
Code:
listen=1
server=1
daemon=1
rpcuser=paulus
rpcpassword=x
rpcport=12633
gen=0
addnode=162.243.106.140
addnode=107.170.22.186
addnode=107.170.19.88
addnode=94.190.237.119
addnode=84.247.165.94
addnode=151.24.164.86
addnode=92.138.112.233
addnode=212.7.200.9
addnode=62.210.177.2
addnode=5.1.20.122
addnode=184.9.236.91
addnode=188.175.170.117
addnode=212.7.200.8
addnode=78.146.124.129
addnode=113.142.158.187
addnode=174.108.122.202
addnode=36.6.164.176
addnode=69.4.239.48

minerd.bat
Code:
minerd -q -a quark -o 127.0.0.1:12633 -u paulus -p x


oke this seems to be working now minerd uses 100 % CPu thats normal wallet uses normal memory to
in window of miner i shall wait to see whats happens thanks for so far m8 !
hero member
Activity: 798
Merit: 500
I threw two VPS at it and get a lot of connections. It is apparently pretty hard to find blocks though.

"connections" : 105,
"difficulty" : 444.55231988,
"blocks" : 254,

I'll let it run and see
newbie
Activity: 12
Merit: 0
Couldn't connect to nodes either.

Had to run wallet in server mode: from Soma Wallet directory

soma-qt.exe -server

Now appears to be connecting to the Somacoin network slowly
member
Activity: 77
Merit: 10
Code:
listen=1
server=1
daemon=1
rpcuser=urusername
rpcpassword=urpassword
rpcport=12633
gen=1
addnode=162.243.106.140
addnode=107.170.22.186
addnode=107.170.19.88
addnode=94.190.237.119
addnode=84.247.165.94
addnode=151.24.164.86
addnode=92.138.112.233
addnode=212.7.200.9
addnode=62.210.177.2
addnode=5.1.20.122
addnode=184.9.236.91
addnode=188.175.170.117
addnode=212.7.200.8
addnode=78.146.124.129
addnode=113.142.158.187
addnode=174.108.122.202
addnode=36.6.164.176
addnode=69.4.239.48

Definitely connects.

I repeat, please be patient when mining.  SOMA is rare!

the rpc port is the port in my start bat ? here :  

witch one should i use in here :  minerd -q -a quark -o 127.0.0.1:20112 -u username -p pass

paulus Smiley

somacoin.conf
Code:
listen=1
server=1
daemon=1
rpcuser=paulus
rpcpassword=x
rpcport=12633
gen=0
addnode=162.243.106.140
addnode=107.170.22.186
addnode=107.170.19.88
addnode=94.190.237.119
addnode=84.247.165.94
addnode=151.24.164.86
addnode=92.138.112.233
addnode=212.7.200.9
addnode=62.210.177.2
addnode=5.1.20.122
addnode=184.9.236.91
addnode=188.175.170.117
addnode=212.7.200.8
addnode=78.146.124.129
addnode=113.142.158.187
addnode=174.108.122.202
addnode=36.6.164.176
addnode=69.4.239.48

minerd.bat
Code:
minerd -q -a quark -o 127.0.0.1:12633 -u paulus -p x
sr. member
Activity: 616
Merit: 321
i dont know what the -q is maybe remove it

im stopping mining with my farm. everyone should be able to find blocks more easy now.


the rpc port is the port in my start bat ? here : 

witch one should i use in here :  minerd -q -a quark -o 127.0.0.1:20112 -u username -p pass

rpcport=12633
port=20112

witch gos in my start bat ?
full member
Activity: 196
Merit: 100
i dont know what the -q is maybe remove it

im stopping mining with my farm. everyone should be able to find blocks more easy now.
Pages:
Jump to: