Pages:
Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 39. (Read 3426930 times)

full member
Activity: 170
Merit: 100
Thanks, I'll look into that.

Any other suggestions?

If you are going to go down the pool route, and if you run on Windows, you may want to consider Miner Control.  It will switch to the most profitable algo based on the hash speed and power consumption of your setup.  I find my matchine (2 x 750 Ti) spending most of its time on the X algos (X11, X13, and X15).  If the miner devs have success getting NeoScrypt running in ccminer I think we'll see that one at the top of the list for a while as even mining through sgminer it has popped up on the radar from time to time.

Where  to download this tool?
StuffOfInterest linked the thread in his post, in bold.  You can find the BitcoinTalk thread at https://bitcointalksearch.org/topic/ann-miner-control-161-auto-profit-switching-miner-controller-769239, and the source is on GitHub, at https://github.com/StuffOfInterest/MinerControl.
sr. member
Activity: 330
Merit: 252
3-400mhs nethashrate on speadcoin, tsiv gives us an nvidia advantage and only 3 guys donating to him - come on guys we could do better!

SPR: SfSEcVQGhbXvPQ2hkTj3vxSd9PEZA12efa
BTC: 1QD25HSCF8EAxUTYj2XsXZNGBi7RvQ21p8

edit. send some more bucks out too
sr. member
Activity: 392
Merit: 250
Thanks, I'll look into that.

Any other suggestions?

If you are going to go down the pool route, and if you run on Windows, you may want to consider Miner Control.  It will switch to the most profitable algo based on the hash speed and power consumption of your setup.  I find my matchine (2 x 750 Ti) spending most of its time on the X algos (X11, X13, and X15).  If the miner devs have success getting NeoScrypt running in ccminer I think we'll see that one at the top of the list for a while as even mining through sgminer it has popped up on the radar from time to time.


Where  to download this tool?
sr. member
Activity: 462
Merit: 250
Any idea what to do with spreadcoin? They sorta keep piling up, and not so much trading on the exchanges. Guess I'm a bagholder for now on  Wink
sr. member
Activity: 519
Merit: 250
If anybody feels like mining Spreadcoin.... https://bitcointalksearch.org/topic/m.9607661

Apparently the official OpenCL miner does something like 0.55 MH/s on a 280X while a factory OC GTX 750 Ti does something like 1.65 MH/s and a Gigabyte GTX 970 G1 hits 3.8 MH/s on my CUDA version. There's a definite NVIDIA advantage there for now, the AMD number seems very low and will probably improve drastically in the future. Whether or not the coin is worth mining is a whole different question.


Thank you, it's been week a go the cards did something meaningful  Smiley Coins from my first will be your!

No pools?
I never sent my gpu hash directly to my wallet. can someone help please. in my conf file is exactly this
daemon=1
listen=1
server=1
rpcuser=your_username
rpcpassword=your_password
rpcallowip=127.0.0.1
rpcport=9050

my bat file is this exactly    spreadminer -o stratum+tcp://127.0.0.1:9050 -u your_username -p your_password -d 0,1,2,3

my wallet says  127.0.0.1    port 9050
this is all i get no yah s



SpreadCoin uses SpreadX11 algorithm and does not use mining pools, you can only solo mine the coin, so you need to make sure that you have created spreadcoin.conf file with the required settings to be able to connect the miner to the wallet running on one of your computers. The config file needs to be placed in the Users\ YOURUSERNAME \AppData\Roaming\SpreadCoin folder and named spreadcoin.conf and then you need to restart the wallet, also make sure that you have downloaded the block information before trying to run a miner. You can find an example settings for the config file below if you haven’t solo mined yet and this will be the first coin that you try and don’t forget to set the username and password in the miner config to be the same and also allow any additional IP addresses or a range that will be connecting to the wallet:

    rpcuser=username
    rpcpassword=password
    rpcallowip=127.0.0.1
    rpcallowip=192.168.0.*
    rpcport=41677
    port=41678
    gen=0
    server=1
legendary
Activity: 3164
Merit: 1003
@ tbearhere
Wait a while see what happens.  U might/should find a block.
ok ill try again  thanks
i quite  i dont know if its going to my wallet.  Undecided

Wallet does not have stratum. Change the address to:
Code:
spreadminer -o http://127.0.0.1:9050 -u your_username -p your_password -d 0,1,2,3

Happy Mining!

EDIT: I just re-read and see you're not having a connection failure or anything. Odd. Maybe you're fine as it is...  Roll Eyes
if i set the wallet to connect through a proxy then there's no connection at all. i think im mining air.
Edit: im done with that coin   Roll Eyes
legendary
Activity: 1154
Merit: 1001
@ tbearhere
Wait a while see what happens.  U might/should find a block.
ok ill try again  thanks
i quite  i dont know if its going to my wallet.  Undecided

Wallet does not have stratum. Change the address to:
Code:
spreadminer -o http://127.0.0.1:9050 -u your_username -p your_password -d 0,1,2,3

Happy Mining!

EDIT: I just re-read and see you're not having a connection failure or anything. Odd. Maybe you're fine as it is...  Roll Eyes
legendary
Activity: 3164
Merit: 1003
@ tbearhere
Wait a while see what happens.  U might/should find a block.
ok ill try again  thanks
i quite  i dont know if its going to my wallet.  Undecided
sr. member
Activity: 318
Merit: 250
@ tbearhere
Wait a while see what happens.  U might/should find a block.
legendary
Activity: 3164
Merit: 1003
If anybody feels like mining Spreadcoin.... https://bitcointalksearch.org/topic/m.9607661

Apparently the official OpenCL miner does something like 0.55 MH/s on a 280X while a factory OC GTX 750 Ti does something like 1.65 MH/s and a Gigabyte GTX 970 G1 hits 3.8 MH/s on my CUDA version. There's a definite NVIDIA advantage there for now, the AMD number seems very low and will probably improve drastically in the future. Whether or not the coin is worth mining is a whole different question.


Thank you, it's been week a go the cards did something meaningful  Smiley Coins from my first will be your!

No pools?
I never sent my gpu hash directly to my wallet. can someone help please. in my conf file is exactly this
daemon=1
listen=1
server=1
rpcuser=your_username
rpcpassword=your_password
rpcallowip=127.0.0.1
rpcport=9050

my bat file is this exactly    spreadminer -o stratum+tcp://127.0.0.1:9050 -u your_username -p your_password -d 0,1,2,3

my wallet says  127.0.0.1    port 9050
this is all i get no yah s

legendary
Activity: 1400
Merit: 1000
tsiv - big thanks again!

i'll spread some coins with you... just write your address somewere (github is always a good place).
nice to see you here still around, while a lot of people shut down their rigs.

@djm and I owe you a bunch of CSD... thank you too for your skminer.  

Added a couple of addresses on the github readme.

Code:
BTC: 1QD25HSCF8EAxUTYj2XsXZNGBi7RvQ21p8
SPR: SfSEcVQGhbXvPQ2hkTj3vxSd9PEZA12efa

Tsiv,

Thanks for the miner. Just sent you about 50 blocks.
legendary
Activity: 3248
Merit: 1070
My gainward is pulling 40W and producing 2700 KHASH (modded miner). (Standard clocks)

67,5KHASH per watt.

http://www.gainward.com/main/vgapro.php?id=926&lang=en


40W for the whole system?

you can't beat maxwell deal with it  Grin
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
No per card. 7 cards per rig.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
My gainward is pulling 40W and producing 2700 KHASH (modded miner). (Standard clocks)

67,5KHASH per watt.

http://www.gainward.com/main/vgapro.php?id=926&lang=en
sr. member
Activity: 462
Merit: 250
And the results are in, this is from the most recent binary that's on github:

Code:
[2014-11-21 14:37:51] DEBUG: hash <= target
Hash:   00000000b86e98efcc6d5a3f317121a8c4f43105d0c56bfe32375fa5dde554a7
Target: 00000000c0de0000000000000000000000000000000000000000000000000000
[2014-11-21 14:37:51] GPU #0: GeForce GTX 970, 3776 khash/s
[2014-11-21 14:37:51] accepted: 1/1 (100.00%), 3776 khash/s (yay!!!)

Just woke up and at first I thought: "Wow!", it looked like I had three blocks every 20min or something, but I must have been on a fork or something. No confirms on them. Going back to been broke haha. Restarted everything now so hopefully it will give better results Smiley
full member
Activity: 137
Merit: 100
And the results are in, this is from the most recent binary that's on github:

Code:
[2014-11-21 14:37:51] DEBUG: hash <= target
Hash:   00000000b86e98efcc6d5a3f317121a8c4f43105d0c56bfe32375fa5dde554a7
Target: 00000000c0de0000000000000000000000000000000000000000000000000000
[2014-11-21 14:37:51] GPU #0: GeForce GTX 970, 3776 khash/s
[2014-11-21 14:37:51] accepted: 1/1 (100.00%), 3776 khash/s (yay!!!)
full member
Activity: 137
Merit: 100
Added a couple of addresses on the github readme.

Code:
BTC: 1QD25HSCF8EAxUTYj2XsXZNGBi7RvQ21p8
SPR: SfSEcVQGhbXvPQ2hkTj3vxSd9PEZA12efa

Yay, you are SPR rich  Wink
...first 100bucks are out... will do more while mining.

Cheers, now only if there were a lot more buys for the coins Smiley
legendary
Activity: 1400
Merit: 1000
If anybody feels like mining Spreadcoin.... https://bitcointalksearch.org/topic/m.9607661

Apparently the official OpenCL miner does something like 0.55 MH/s on a 280X while a factory OC GTX 750 Ti does something like 1.65 MH/s and a Gigabyte GTX 970 G1 hits 3.8 MH/s on my CUDA version. There's a definite NVIDIA advantage there for now, the AMD number seems very low and will probably improve drastically in the future. Whether or not the coin is worth mining is a whole different question.

tsiv,

Are you having issues with your 970? Every block my 970 finds is orphaned.

I'm gonna have to go with a "nope"

Code:
[2014-11-21 14:11:45] DEBUG: hash <= target
Hash:   00000000bc7be9dce1d8702da12390920749bc3254f68db97b3d57d787ecd9ba
Target: 00000000d3b90000000000000000000000000000000000000000000000000000
[2014-11-21 14:11:45] GPU #0: GeForce GTX 970, 3821 khash/s
[2014-11-21 14:11:46] accepted: 54/58 (93.10%), 3821 khash/s (yay!!!)

I'll check that I'm actually running the latest binary instead of some earlier version, I'll get back to you on that.

Ok, thanks.

I turned my cpu mining off to see if it is better.
sr. member
Activity: 330
Merit: 252
Added a couple of addresses on the github readme.

Code:
BTC: 1QD25HSCF8EAxUTYj2XsXZNGBi7RvQ21p8
SPR: SfSEcVQGhbXvPQ2hkTj3vxSd9PEZA12efa

Yay, you are SPR rich  Wink
...first 100bucks are out... will do more while mining.
full member
Activity: 137
Merit: 100
If anybody feels like mining Spreadcoin.... https://bitcointalksearch.org/topic/m.9607661

Apparently the official OpenCL miner does something like 0.55 MH/s on a 280X while a factory OC GTX 750 Ti does something like 1.65 MH/s and a Gigabyte GTX 970 G1 hits 3.8 MH/s on my CUDA version. There's a definite NVIDIA advantage there for now, the AMD number seems very low and will probably improve drastically in the future. Whether or not the coin is worth mining is a whole different question.

tsiv,

Are you having issues with your 970? Every block my 970 finds is orphaned.

I'm gonna have to go with a "nope"

Code:
[2014-11-21 14:11:45] DEBUG: hash <= target
Hash:   00000000bc7be9dce1d8702da12390920749bc3254f68db97b3d57d787ecd9ba
Target: 00000000d3b90000000000000000000000000000000000000000000000000000
[2014-11-21 14:11:45] GPU #0: GeForce GTX 970, 3821 khash/s
[2014-11-21 14:11:46] accepted: 54/58 (93.10%), 3821 khash/s (yay!!!)

I'll check that I'm actually running the latest binary instead of some earlier version, I'll get back to you on that.
Pages:
Jump to: