Bitcoin Forum
May 29, 2024, 12:44:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.3 - opensource - GPL (tpruvot) on: July 26, 2018, 11:23:21 AM
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
2  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] ZERGPOOL.com - NEW!Multialgo, autoexchange, 0% fee, 160+ coins on: February 27, 2018, 02:22:38 PM
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
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's NeoScrypt AMD GPU Miner (Windows) on: February 24, 2018, 02:40:24 PM
Please Also think about us........ NVIDIA miners.......
Earlier yours Zcash was also AMD only....
We look at you best quality products.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: February 08, 2018, 08:47:42 PM
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.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: February 08, 2018, 08:54:58 AM
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
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: February 04, 2018, 01:52:48 PM
@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);
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: February 03, 2018, 10:12:38 AM
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.....
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: February 02, 2018, 10:05:25 AM
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....
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.5d: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: February 02, 2018, 09:43:13 AM
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.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Gateless Gate Sharp 1.2.7: zawawa's open-source dual ETH/XMR/PASC/LBC/FTC miner on: January 26, 2018, 10:17:03 AM
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 ?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.3: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: January 22, 2018, 05:55:45 AM
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
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.3: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: January 19, 2018, 10:20:24 AM
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
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.5 (Windows/Linux) on: January 19, 2018, 07:43:13 AM
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.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Hsrminer Neoscrypt FORK by Justaminer - 0% devfee and more! on: January 16, 2018, 02:30:13 PM
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.
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.2b: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: January 16, 2018, 05:31:17 AM
Finally managed to run on my superfast K2100M card with "-nvidia" switch..... Getting lightning hashing speed of ..... 3.9 MH/s
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANNOUNCE] paccoin a new SHA256D coin is being introduced on: January 16, 2018, 05:14:56 AM
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 ...
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner: new optimized Ethash miner with lowest devfee (Windows) on: January 08, 2018, 07:42:35 PM
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.
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: mkxminer: fast Lyra2rev2 miner for AMD GPUs (Vertcoin, Monacoin, Verge, STRAKS) on: January 08, 2018, 01:57:56 PM
No NVIDIA yet ??
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner: new optimized Ethash miner with lowest devfee (Windows) on: January 06, 2018, 10:26:37 AM
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
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner: new optimized Ethash miner with lowest devfee (Windows) on: December 28, 2017, 02:59:45 PM
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.
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!