Bitcoin Forum
October 02, 2025, 03:50:51 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][POWR][UPDATE] *** POWER LEDGER TOKEN SALE STARTS FRIDAY 8TH SEPTEMBER *** on: February 23, 2019, 05:09:23 AM
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: VERITASEUM DISCUSSION THREAD on: February 23, 2019, 04:51:42 AM
3  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Mithril - Social media tokens that reward all content creators. on: February 23, 2019, 04:47:38 AM
4  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] POLYMATH: The Securities Token Platform on: February 23, 2019, 04:08:08 AM
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN on: February 23, 2019, 02:34:25 AM
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MONA] Monacoin LAUNCHING 2014/01/01 0:00 GMT on: February 23, 2019, 02:16:07 AM
how to invest in this coin?
7  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [ZRX] 0X Project Speculation on: February 23, 2019, 01:29:24 AM
8  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] 📲 Snapparazzi - You are the JOURNALIST and the VIDEO CONTENT CREATOR on: September 18, 2018, 10:07:40 AM
great idea for an app - but how are the videos on footage we share with you going to be shared with sources that will generate revennue?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]⚡⚡🔐[PRiVCY]🔐⚡⚡[15th Airdrop - Starts 15th September]✅[PoW/POS]✅ on: September 17, 2018, 10:39:41 PM
the idea of openness is good but I wonder if the "security" measures are legit
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 27, 2014, 06:41:31 PM
Saffroncoin will have some changes...

A Hard Fork will be coming after a few days.
Details regarding block and date will be given later.

This Hard Fork will implement :
-X11 algorithm
-Blake256 algorithm
-Digishield difficulty adjustment method
-Changes to the block rewards and more super blocks will be included

-----Details and the updated code and wallet will be announced later-----
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 25, 2014, 11:59:47 PM
Tried to register there... Validation Email is not coming.

Just got one now instantly (used my gmail), for what that's worth. I'll play with it when I wake up and see what I can figure out.

Its not sending mails to gmail accounts.
Got it working too now. Stratum is blocked (firewall). Solo mining seems possible.
Edit: Connection will be cut after some mins and next time youll be on a fresh machine.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 25, 2014, 09:45:27 PM
Tried to register there... Validation Email is not coming.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 24, 2014, 10:39:38 PM
Is there a way that ccminer will close itself if something like this happens?
If it crashes like this, only a small rate of shares will still be sent to the pool.



Thanks.
yes. modify cpu-miner.c and add this code before this string https://github.com/cbuchner1/ccminer/blob/master/cpu-miner.c#L932
Code:
	if (thr_hashrates[thr_id] > 1e8){
applog(LOG_ERR, "abnormal hashes %f, exiting with code 211!", thr_hashrates[thr_id]);
exit(211);
        }

you can choose custom error Wink
I'm on windows 8.1. How do I modify the cpu-miner.c ?  Also, When it messes up  like that is it actually still mining?

I hope cbuchner1 will integrate this patch into the main releases.
If you have this error, youll loose most of your hashing power.

Thanks again, zelante.
I can confirm that this patch is working and you are able to restart ccminer in combination with a bat file if you have this error.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 23, 2014, 07:38:16 PM
Is there a way that ccminer will close itself if something like this happens?
If it crashes like this, only a small rate of shares will still be sent to the pool.



Thanks.
yes. modify cpu-miner.c and add this code before this string https://github.com/cbuchner1/ccminer/blob/master/cpu-miner.c#L932
Code:
	if (thr_hashrates[thr_id] > 1e8){
applog(LOG_ERR, "abnormal hashes %f, exiting with code 211!", thr_hashrates[thr_id]);
exit(211);
        }

you can choose custom error Wink
I'm on windows 8.1. How do I modify the cpu-miner.c ?  Also, When it messes up  like that is it actually still mining?

I hope cbuchner1 will integrate this patch into the main releases.
If you have this error, youll loose most of your hashing power.
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 21, 2014, 09:14:11 PM
Some helpful stuff for those who mining with our batch solution on NiceHash.
Now this is console program can receive prices from NiceHash  Cool
https://github.com/zelante/NiceHashPrices

Are you reading the prices from the website or stratum?
If its the Website, maybe you can add https://www.ltcrabbit.com/index.php?page=x11 and https://ipominer.com/stats too.
They are offereing similar Informations for X11.
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 21, 2014, 09:07:02 PM
@zelante

Maybe we need another cudaminer/ccminer patch for the failover script.
The stratum timeout is too long.
We are loosing mining time if the price changes while mining on nicehash.
Maybe cudaminer/ccminer should exit after 5 seconds so that the script can check the price again.
Stratum time outs exactly after recconnect?
I have stratum timeouts without reconnects, so i think it is idle on they side.
I can change algo so that the script check price 2 or more times and then connect to NiceHash.

I think the price was falling a bit under my level only for some seconds and after there is always a 2 minutes timeout.
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 21, 2014, 07:14:14 PM
@zelante

Maybe we need another cudaminer/ccminer patch for the failover script.
The stratum timeout is too long.
We are loosing mining time if the price changes while mining on nicehash.
Maybe cudaminer/ccminer should exit after 5 seconds so that the script can check the price again.

Code:
[2014-05-21 21:08:09] accepted: 325/325 (100.00%), 9878 khash/s (yay!!!)
[2014-05-21 21:08:11] accepted: 326/326 (100.00%), 10586 khash/s (yay!!!)
[2014-05-21 21:08:12] accepted: 327/327 (100.00%), 10527 khash/s (yay!!!)
[2014-05-21 21:08:13] accepted: 328/328 (100.00%), 10233 khash/s (yay!!!)
[2014-05-21 21:08:14] accepted: 329/329 (100.00%), 10209 khash/s (yay!!!)
[2014-05-21 21:10:15] Stratum connection timed out
[2014-05-21 21:10:15] Stratum connection interrupted
[2014-05-21 21:10:17] accepted: 330/330 (100.00%), 10361 khash/s (yay!!!)
[2014-05-21 21:10:19] accepted: 331/331 (100.00%), 10324 khash/s (yay!!!)
[2014-05-21 21:10:21] accepted: 332/332 (100.00%), 10644 khash/s (yay!!!)
[2014-05-21 21:10:21] accepted: 333/333 (100.00%), 10589 khash/s (yay!!!)
[2014-05-21 21:10:21] accepted: 334/334 (100.00%), 10499 khash/s (yay!!!)
[2014-05-21 21:10:24] accepted: 335/335 (100.00%), 10511 khash/s (yay!!!)
[2014-05-21 21:12:24] Stratum connection timed out
[2014-05-21 21:12:24] Stratum connection interrupted
[2014-05-21 21:12:25] accepted: 336/336 (100.00%), 9955 khash/s (yay!!!)
[2014-05-21 21:12:35] accepted: 337/337 (100.00%), 9925 khash/s (yay!!!)
[2014-05-21 21:12:37] accepted: 338/338 (100.00%), 9940 khash/s (yay!!!)
[2014-05-21 21:12:40] accepted: 339/339 (100.00%), 10652 khash/s (yay!!!)
18  Bitcoin / Hardware / Re: LightningAsic Gridseed Controller Firmware V3 on: May 21, 2014, 06:51:09 PM
Seems to be no support here anymore.
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 21, 2014, 10:38:52 AM
Is there a way that ccminer will close itself if something like this happens?
If it crashes like this, only a small rate of shares will still be sent to the pool.



Thanks.
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] on: May 21, 2014, 07:52:06 AM
This is the final Version of the 0.3 Nicehash price comparison Script.
Maybe Zalante will still develop it a bit and put it into his github.
All needed Binarys and Cudaminer-Patch is included if you like to compile it yourself.
Scrypt and ScryptN prices will only be checked sometimes, coz rewards are normally very low.

https://drive.google.com/folderview?id=0BwCcP0dos0HKaTNRaGVrWDlwQVU&usp=sharing

Run Nicehash.bat as Administrator and have Fun!

This is very cool, thank you! Can you make a version of this that omits nvidiainspector ? That program refuses to run for me and removing the lines from the batch file that call for it did not work out.



You can create your own Inspector commands for your card if you start the Program (GUI will open), set your Overclockings and press "Create Clocks Shortcut". Youll find the needed command inside of a Icon on your Desktop after.
Pages: [1] 2 3 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!