Search content
Sort by

Showing 20 of 116 results by christian1980
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][POWR][UPDATE] *** POWER LEDGER TOKEN SALE STARTS FRIDAY 8TH SEPTEMBER ***
by
christian1980
on 23/02/2019, 05:09:23 UTC
Post
Topic
Board Announcements (Altcoins)
Re: VERITASEUM DISCUSSION THREAD
by
christian1980
on 23/02/2019, 04:51:42 UTC
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Mithril - Social media tokens that reward all content creators.
by
christian1980
on 23/02/2019, 04:47:38 UTC
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] POLYMATH: The Securities Token Platform
by
christian1980
on 23/02/2019, 04:08:08 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - PROOF OF STAKE - ZEROCOIN
by
christian1980
on 23/02/2019, 02:34:25 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MONA] Monacoin LAUNCHING 2014/01/01 0:00 GMT
by
christian1980
on 23/02/2019, 02:16:07 UTC
how to invest in this coin?
Post
Topic
Board Speculation (Altcoins)
Re: [ZRX] 0X Project Speculation
by
christian1980
on 23/02/2019, 01:29:24 UTC
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][ICO] 📲 Snapparazzi - You are the JOURNALIST and the VIDEO CONTENT CREATOR
by
christian1980
on 18/09/2018, 10:07:40 UTC
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?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]⚡⚡🔐[PRiVCY]🔐⚡⚡[15th Airdrop - Starts 15th September]✅[PoW/POS]✅
by
christian1980
on 17/09/2018, 22:39:41 UTC
the idea of openness is good but I wonder if the "security" measures are legit
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 27/05/2014, 18:41:31 UTC
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-----
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 25/05/2014, 23:59:47 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 25/05/2014, 21:45:27 UTC
Tried to register there... Validation Email is not coming.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 24/05/2014, 22:39:38 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 23/05/2014, 19:38:16 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 21/05/2014, 21:14:11 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 21/05/2014, 21:07:02 UTC
@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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 21/05/2014, 19:14:14 UTC
@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!!!)
Post
Topic
Board Hardware
Re: LightningAsic Gridseed Controller Firmware V3
by
christian1980
on 21/05/2014, 18:51:09 UTC
Seems to be no support here anymore.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 21/05/2014, 10:38:52 UTC
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.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
christian1980
on 21/05/2014, 07:52:06 UTC
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.