Search content
Sort by

Showing 20 of 101 results by santan
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.3 - opensource - GPL (tpruvot)
by
santan
on 26/07/2018, 11:23:21 UTC
I don't know about CCMONITOR....
Although This tool is something i made to check quickly my Rig..... long back.
It might serve someone..... I just used Default Host and port to fetch details from ccminer ......
127.0.0.1 and port 4068

GUI ... Written using c# ....
Download
https://we.tl/0On88jojrK
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] ZERGPOOL.com - NEW!Multialgo, autoexchange, 0% fee, 160+ coins
by
santan
on 27/02/2018, 14:22:38 UTC
Hello Zergpool.........
I mined NDASH...weeks ago.... in your pool ... and found few blocks..... but some coins are still pending and i never got the payout for them in my wallet.
I guess because there is... no-autotrade and currently have no value in exchange.... so perhaps your auto script is not taking it as BTC lower limit cutoff is not reached for payout.
But can you transfer it to my wallet before i forget ... Smiley
Address :  mdfrNZHCYCFuhKurW9pygwZWMHxoKZpih
Post
Topic
Board Mining (Altcoins)
Re: Claymore's NeoScrypt AMD GPU Miner (Windows)
by
santan
on 24/02/2018, 14:40:24 UTC
Please Also think about us........ NVIDIA miners.......
Earlier yours Zcash was also AMD only....
We look at you best quality products.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
santan
on 08/02/2018, 20:47:42 UTC
I was not able to compile with 19 gpu's, i've got a lot of errors. 16 gpu's version compiled without any troubles.
I htink tpruvot must check this situation.  Angry

You need to modify 2 more files...... check here....  https://github.com/tpruvot/ccminer/pull/54
It build without any error for me..... But i don't have 19 GPU rig to test.... Sad
Please try and let us know.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
santan
on 08/02/2018, 08:54:58 UTC
Please add 17gpu+ mining support
Ccminer works well with 16 gpu system
But when adding 17's card, card identified incorrectly.
.......................
...........................
Please fix such issues with 17+ gpu's Thanks.

Change this Line in .......... Miner.h.........and Build new executable..... Enjoy!!
Code:
#define MAX_GPUS 16
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
santan
on 04/02/2018, 13:52:48 UTC
@Epsylon3 .. @pallas........Or Anybody else, please help me .........

I wanted to add share info into a file (only for the submitted shares)......... Currently i succeeded to write the share diff only into a file.
How can we add.......  blockheader info too.... or their individual parts, ....

sctx->xnonce1, sctx->xnonce2, merkle_root, work->nonces, sctx->job.coinbase, sctx->job.ntime, sctx->job.prevhash...... into the output file...

Code:
//===Util.cpp=======================================
void filelog(FILE *file1, const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
char *f; const time_t now = time(NULL);
struct tm tm;
localtime_r(&now, &tm);
f = (char*)alloca(40 + (int)strlen(fmt) + 2);
sprintf(f, "[%d-%02d-%02d %02d:%02d:%02d]%s %s%s\n",
tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
tm.tm_hour, tm.tm_min, tm.tm_sec,
"", fmt, ""
);
vfprintf(file1, f, ap); /* write to file */

va_end(ap);
}
//======ccminer.cpp===================================
filelog(file1, "accepted: %lu/%lu (%s)",
p->accepted_count, p->accepted_count + p->rejected_count, suppl);
fflush(file1);
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
santan
on 03/02/2018, 10:12:38 UTC
I tried running the ccminer x64 for equihash, and the max gpu load was 90-91%. Is it not really compatible yet, or I need to add some tweaks into the .bat file?
Ccminer is unoptimized for Equihash.

Try the switch .............   -t 2 ......  if you have 1 card
 or multiply by 2 with the total number of cards in your rig.... to have double thread ..... like .... -t 8.... for a rig with 4 gpu.
Most likely all the miners are using this approach inside.....
Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
santan
on 02/02/2018, 10:05:25 UTC
Recently i tried to solo mine few new coming coins..... But not succeded....
Perhaps the new coins based on new forks of bitcoin.... does not have solo mining enabled...as it had been dead for bitcoin.
Always Get Work failed. So i decided to stop trying solo mine....
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.5d: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
santan
on 02/02/2018, 09:43:13 UTC
I'm getting "Debugger detected" on my gaming rig, which I do have Visual studio installed as I'm a hobbyist visual c++ programmer - could that be why ?

Use the switch .....  -nvidia
if you are on NVIDIA GPU.... I was in the same situation.... solved by it.
Post
Topic
Board Mining (Altcoins)
Merits 1 from 1 user
Re: Gateless Gate Sharp 1.2.7: zawawa's open-source dual ETH/XMR/PASC/LBC/FTC miner
by
santan
on 26/01/2018, 10:17:03 UTC
⭐ Merited by thin (1)
You guys will (hopefully) see a functional command-line version in a day or two...

So this Command line version will be a single executable without the need to install setup ?
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.3: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
santan
on 22/01/2018, 05:55:45 UTC
Also can you please add support for the pool.viabtc.com.............. ETH mining........ looks like it fails to decode the job received from the pool
It looks like the viabtc pool on port 3333 doesn't work properly at this time but you can connect without problems to 443 as shown bellow:
Code:
-pool ethereum.viabtc.com:443 -wal viabtcuser -worker rigname -pass x
Just replace viabtcuser with your viabtc user name and rigname with your rig name (Rig01, etc).

Great !! Thanks.........
My Bad.... i should have checked 443 too before complaining... Smiley
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.3: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
santan
on 19/01/2018, 10:20:24 UTC
Also can you please add support for the pool.viabtc.com.............. ETH mining........ looks like it fails to decode the job received from the pool
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.5 (Windows/Linux)
by
santan
on 19/01/2018, 07:43:13 UTC
Claymore never thinks of writing on screen the Mining difficulty of share found.... even if he is calculating and comparing it to the pool accepted difficulty before sending the share to the pool.
Post
Topic
Board Mining (Altcoins)
Re: Hsrminer Neoscrypt FORK by Justaminer - 0% devfee and more!
by
santan
on 16/01/2018, 14:30:13 UTC
It's not so easy to add extra options in a executable unless you redirecting to a code cave.... and so you don't want us to look inside .......VMP.... Smiley
Palgin will be mad at you.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.2b: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
santan
on 16/01/2018, 05:31:17 UTC
Finally managed to run on my superfast K2100M card with "-nvidia" switch..... Getting lightning hashing speed of ..... 3.9 MH/s
Post
Topic
Board Announcements (Altcoins)
Re: [ANNOUNCE] paccoin a new SHA256D coin is being introduced
by
santan
on 16/01/2018, 05:14:56 UTC
With recent development activity i checked the price in Cryptopia.... and OMG ! ..... it's just 1 satoshi...........
Perfect time to buy a Bag Full .......... Smiley
Any change in price will make it double, triple..... x10 ...
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner: new optimized Ethash miner with lowest devfee (Windows)
by
santan
on 08/01/2018, 19:42:35 UTC
So one vote for decred and one for sia so far. At any rate, decr and sia will be the first two supported secondary coins for dual mining, probably in this order,

If considering sia for dual.... please also consider those coin for single algo mining ..... like i can run sia solomining on my rig.
Post
Topic
Board Mining (Altcoins)
Re: mkxminer: fast Lyra2rev2 miner for AMD GPUs (Vertcoin, Monacoin, Verge, STRAKS)
by
santan
on 08/01/2018, 13:57:56 UTC
No NVIDIA yet ??
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner: new optimized Ethash miner with lowest devfee (Windows)
by
santan
on 06/01/2018, 10:26:37 UTC
You should color it differently ... maybe dark blue... "Maximum difficulty of found share : "
I solved a block but was having hard time finding it on the window. Thanks
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner: new optimized Ethash miner with lowest devfee (Windows)
by
santan
on 28/12/2017, 14:59:45 UTC
Virus Total results are to be taken in a gross sense. Never fully trusted.
The first day when i downloaded and tested, i also checked it on virustotal... That time it was As pure as water with 0/67
Today i checked my old downloaded file and it shows .... 2/67......... somebody is showing 4 and more.........

This pattern i have seen many times..... After more days .... maybe a month....... you will get much more false +ve on it.
It happens with my own compiled version of ccminer also ...... So what weoihr did ... is the ONLY correct way to check.