Author

Topic: I can't get cgminer to mine, need help! (Read 769 times)

sr. member
Activity: 427
Merit: 250
June 15, 2015, 07:23:40 AM
#4
You need this:
Code:
cgminer -o http://localhost:port -u "username" -p "password" --btc-address "yourAddress" "minerOptions"
That's all, happy mining Smiley
hero member
Activity: 756
Merit: 500
Community Liaison,How can i help you?
June 11, 2015, 07:55:17 AM
#3
Please feel free to post your problem on the official Digibyte thread/forum.

https://bitcointalksearch.org/topic/digibytedgb-core-v61651-digishield-digispeed-segwit-408268

Forum: http://www.digibyteforum.com/
legendary
Activity: 1399
Merit: 1004
northern exposure
June 11, 2015, 07:27:17 AM
#2
well i cant tell you so much about how to config it, but maybe if you post it in the mining software section someone can give you a faster reply,
the section is here -> https://bitcointalk.org/index.php?board=42.0

or maybe in the hardware  section since you are talking about Antminer -> https://bitcointalk.org/index.php?board=76.0

goodluck Wink
newbie
Activity: 56
Merit: 0
June 11, 2015, 07:17:27 AM
#1
I got a Antminer U3  Grin , and I'm trying to solo mine to digibyte-qt on ubuntu linux, and it seems I can't git it to work! Here's my digibyte.conf file:

Quote
rpcallowip=127.0.0.1
rpcuser=ant
rpcpassword=u3
server=1
daemon=1
txindex=1
debug=1
algo=sha256d
rpcport=14022
port=12024
addnode=74.208.230.160
addnode=216.250.125.121
addnode=69.164.198.161
addnode=66.228.56.115
addnode=104.200.17.141

I save the digibyte.conf file and restarted digibyte-qt, and it said it had to rebuild db or something like that so I waited until it was done, then I started CGMiner with this command:

Quote
./cgminer -o 127.0.0.1:14022 -u ant -u3 --au3-freq 250 --au3-volt 765

And CGMiner gave me this crap  Sad :

Quote
[2035-12-12 12:12:30] Started cgminer 7.8.9
[2035-12-12 12:12:30] Loaded configuration file solo.conf
[2035-12-12 12:12:30] Probing for an alive pool
[2035-12-12 12:12:30] Waiting for work to be available from pools.

And then CGMiner quit on me. I open digibyte-qt debug window and gave it thees commands:

Quote
getmininginfo

{
"blocks" : 140243,
"currentblocksize" : 0,
"currentblocktx" : 0,
"pow_algo_id" : 0,
"pow_algo" : "sha256d",
"difficulty" : 0.00024414,
"difficulty_sha256d" : 0.00024414,
"difficulty_scrypt" : 55.30653217,
"difficulty_groestl" : 0.00024414,
"difficulty_skein" : 0.00024414,
"difficulty_qubit" : 0.00024414,
"errors" : "",
"genproclimit" : -1,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}

Quote
setgenerate true -1

Quote
getmininginfo

{
"blocks" : 140243,
"currentblocksize" : 0,
"currentblocktx" : 0,
"pow_algo_id" : 0,
"pow_algo" : "sha256d",
"difficulty" : 0.00024414,
"difficulty_sha256d" : 0.00024414,
"difficulty_scrypt" : 55.30653217,
"difficulty_groestl" : 0.00024414,
"difficulty_skein" : 0.00024414,
"difficulty_qubit" : 0.00024414,
"errors" : "",
"genproclimit" : -1,
"pooledtx" : 0,
"testnet" : false,
"generate" : true,
"hashespersec" : 0
}

Now I restarted CGMiner  Undecided :

Quote
./cgminer -o 127.0.0.1:14022 -u ant -u3 --au3-freq 250 --au3-volt 765

And CGMiner gave me this shit again  Cry :

Quote
[2035-12-12 02:00:00] Started cgminer 7.8.9
[2035-12-12 02:00:00] Loaded configuration file solo.conf
[2035-12-12 02:00:00] Probing for an alive pool
[2035-12-12 02:00:00] Waiting for work to be available from pools.

I been googling  Huh this for hours and found just a bunch shit examples, i'm going to go to bed i been up all night trying to figure it out. There needs to be a setting in side the wallet where you just type you username and password and the wallet does the configuration for you, so you just got to start your rig to local ip:port and username and password.

Grin
Smiley Thanks to anybody that can help! Cheesy
Wink
Jump to: