Bitcoin Forum
May 24, 2024, 11:41:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 »
181  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 24, 2014, 04:09:36 PM
Cryptonight ccMiner is complete fail on my Win 8.1 rig running 5*750Ti. Runs for about 5 secs then CPU shoots to 100% and complete lock up happens.
182  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 24, 2014, 02:27:26 PM
It's working perfectly fine on my rig ^^"
I have it compiled here for windows: https://mega.co.nz/#!YckmgJpQ!etExS5ELpb309WwSgQcA3WaUPYVwnI4ix9UuWNLr4Yc

Thanks Bombadil,

I am getting about 1,020 H/s with 5 750ti's.

Are you overclocked?

He's got the overclock on display in the image.
183  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 24, 2014, 01:41:27 PM
Could someone share bat config for cryptonight on this new ccMiner?
184  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 23, 2014, 02:07:23 PM
Niiiiice
185  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 22, 2014, 04:19:07 PM

Great work, running fine.

Are you working on integrating this into an auto switcher for ccMiner?
Well, if I have some more free time. ATM I like the profit calc part of it a little bit more. But its already a nice base to start with, even though I have the command prompt handling and gpu monitoring part already, just need to link everything up, but that has already proven to be a PITA. But as you all know, donations might be the motivator to overcome that Tongue

OK. Is there any way you could have your app generate a text file in it's directory, with the 3 character code of the coin that is currently top of the list? Something that simple?

I have my miner restart itself every 15 minutes with the code below in the bat file. I'm just wondering if I could have it read your output file to decide which coin to mine.

Code:
@echo off
set app=ccminer.exe
set algo=jackpot
set address=stratum+tcp://erebor.dwarfpool.com:3352
set user=JPC_ADDRESS_HERE
set password=x
:start
  start "" %app% -a %algo% -s 1 -d 0,1,2,3,4 -o %address% -u %user% -p %password% -q
  timeout 900   
  taskkill /f /im %app%
  timeout 5
goto start
186  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MON | Monocle | Merge Mined on VTC Vertcoin - No Premine - Scrypt-N on: June 22, 2014, 04:07:20 PM
There's almost no trade volume on Poloniex or BitTrex. Is this coin being traded elsewhere, or is everyone holding? It's obviously being mined, so the coins have to be going somewhere?  Huh
187  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 22, 2014, 07:48:42 AM
I made some changes to my profit calc this weekend. So here it is:



v0.4: https://github.com/KBomba/cuda-profit-calc/releases/tag/v0.4b
Changes since v0.2:
- Massive speed upgrade
- Added fiat/day option (USD, EUR, GBP & CNY) using Coindesk
- Excludes very low volume coins now when "healthy coins" is checked.
- Added Poloniex
- Added option to weigh all exchanges into the BTC price, like this: (exchange1_price * exchange1_percentageOfTotalVol) + (exchange2_price * exchange2_percentageOfTotalVol) + ... Gives a better view on the real price if a coin is well spread among exchanges.
- Fixed PoolPicker
- General improvements and fixes

PS: If you guys think I should open another thread for this tiny app, please tell Wink

Great work, running fine.

Are you working on integrating this into an auto switcher for ccMiner?
188  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 21, 2014, 01:39:13 PM
Its running on a vm so team viewer is something i dont want. And i dont think my boss will be happy with my installing anything like that Wink

You can use Teamviewer at work without installing it.

https://login.teamviewer.com/nav
189  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][JPC]JackpotCoin#Unique JHA Algo#Ultra Fast Trans#1st True PoW/PoS Hybrid on: June 20, 2014, 02:31:55 PM
We are having a similar discussion in the ccMiner thread.

People are not altruistic in large enough numbers to make a difference, especially were money is involved. If you want to solve these paradoxical issues, it must be done at coin development stage. At least, some part of the process must change.

That is evolution.
190  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 20, 2014, 01:38:36 PM
@djm34 Yes I dump the coin every day. I've already took my risk with VTC and MON. Holding the mined coin just compounds the risk.
most of the JPC I mined, were mined when it had a value around 1~3sat... (however I used the ressource to mine dead curecoin and dead xpm... the same crowd having mined those two coins... they seem very good at killing coins...), so holding even if it present risk offers also some benefits.

Yep, it's a gamble either way.
191  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 20, 2014, 12:02:18 PM
@djm34 Yes I dump the coin every day. I've already took my risk with VTC and MON. Holding the mined coin just compounds the risk.
192  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 20, 2014, 11:54:39 AM
JPC is still a decent enough return for 750Ti. I made 0.014BTC for 5*750Ti in the last 24 hours.

Yes, the price is dropping, but as long as the difficulty drops as the more demanding and impatient miners in the community move on to some other shit, it'll remain profitable for now.

but you need to dump every day for this to work, otherwise you will get stuck with coins mined at high diff while the value goes down

Why is this a problem? How much effort does it take to trade once per day?

you are contributing to dumping in this way, and you know all those dumps where they lead....

Everyone contributes to dumping, all that separates us is time. I could mine for 24 hours and then sell for what I consider an acceptable price. You could mine for 24 days and then sell for what you consider an acceptable price.

There is no difference. It's a free market. Anyone can mine whatever they wish, and anyone can sell when they choose and for whatever price they choose. There is not one part of this process that is controlled, it all evolves as it evolves.

The original question was regarding the best coin to mine right now. In my opinion, it is JPC. Now, if the question was regarding the best coin to hold right now then that is a different answer. Personally I am holding VTC and MON. I do not merge mine them because I can mine JPC and convert every day to BTC and then convert my BTC to my holding coins. I get much more coins this way.

That's my choice, and I am free to make it just as everyone is free to make theirs. Just like Christian and his secret mining miracle machine.
193  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 20, 2014, 09:55:09 AM
JPC is still a decent enough return for 750Ti. I made 0.014BTC for 5*750Ti in the last 24 hours.

Yes, the price is dropping, but as long as the difficulty drops as the more demanding and impatient miners in the community move on to some other shit, it'll remain profitable for now.

but you need to dump every day for this to work, otherwise you will get stuck with coins mined at high diff while the value goes down

Why is this a problem? How much effort does it take to trade once per day?
194  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 20, 2014, 08:25:14 AM
JPC is still a decent enough return for 750Ti. I made 0.014BTC for 5*750Ti in the last 24 hours.

Yes, the price is dropping, but as long as the difficulty drops as the more demanding and impatient miners in the community move on to some other shit, it'll remain profitable for now.
195  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 19, 2014, 08:02:29 PM
They complain because Christian is "destroying" the coin because he can mine more coins than them. Apparently,  the answer is to make the software open source so that they can all destroy the coin together.

Skewed logic to support a false argument.  Cool
196  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 19, 2014, 05:57:24 PM
I love how, in this thread we try to convince one guy why he should release his new software, and we try to convince another guy why he shouldn't release his! Grin
197  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 09:02:46 PM
I got the auto restart thing working!  Cool

Runs for 30 mins, closes and waits for 1 min, then repeat:

Code:
@echo off
set app=ccminer.exe
set algo=jackpot
set address=stratum+tcp://erebor.dwarfpool.com:3352
set user=JPC_ADDRESS_HERE
set password=x
:start
  start "" %app% -a %algo% -s 1 -d 0,1,2,3,4 -o %address% -u %user% -p %password% -q
  timeout 1800   
  taskkill /f /im %app%
  timeout 60
goto start
198  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 08:38:02 PM
Can anyone get this to work on Windows? I really like the idea of having the miner restart every half hour as it could solve my driver crash problems.

Code:
@echo off
set app=ccminer.exe
set algo=jackpot
set address=stratum+tcp://erebor.dwarfpool.com:3352
set user=JPC_ADDRESS
set password=x
:start
  start "" /min %app% -a %algo% -s 1 -d 0,1,2,3,4,5 -o %address% -u %user% -p %password%
  timeout 1800  
  taskkill /im %app% /f
goto start
199  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 08:21:55 PM
Oddball suggestion: rename the exe file and change the batch to make it just ccminer.exe, or figure out if it needs some bracketing to get properly called as a variable? Does your other batch file also invoke the executable as a variable, or is it a full path statement?

So, suggesting something like:
Code:
set app='ccminer35-50.exe'
Or maybe:
Code:
set app="ccminer35-50.exe"

Out of ideas here!  Roll Eyes
~ Myagui

Quotation marks aren't working either. Hmm. Do I need to set a path to the file rather than just the filename?
200  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: June 18, 2014, 08:01:48 PM
Strange, I just downloaded from the github repo again and it only has the ccminer.exe file there now.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!