Bitcoin Forum
May 27, 2024, 10:54:46 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 »
241  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 11:08:14 AM
No one is giving a fu** to give a step by step install of cuda with the new miner from GH1 to mine on this pool ?
There is no cudaminer public binary that works with 1GH (or any pool for that matter) yet. atm only solo mining.
242  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 10:53:01 AM

Guys, I am so gratefull for everyones effort, especially Christian's.

But please let me suggest a different way:

Besides making mining on 1GH possible, can anyone try and patch the xptProxy from ypool?.

ypool has better reputation and faster payouts than 1GH (I see 1GH hasn't yet confirmed 18 MAX worth of mining on the address posted earlyer).

If i understand right, xpt proxy translates from stratum (used by cudaminer) to xpt push-through (used by ypool) and currently only suports scrypt, for DOGE mining with cudaminer.
It would be great if it could be patched to support keccak for Maxcoin, and the source is available on ypool: http://ypool.net/howto?ct=4
243  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 09:58:37 AM
Can anybody patch xptProxy to work with keccak?

The source is on ypool: http://ypool.net/howto?ct=4
244  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 09:41:16 AM
Any ideea why 1GH says this (here: https://bitcointalk.org/index.php?topic=392322.msg4992414#msg4992414)

Current versions of CUDAMiner and MaxCoin/CPUMiner are broken.

We are working on it to fix it. Stay tuned! I hope, we'll release fixed versions shortly.

All payouts are processed automatically when reaching 0.1 MAX.

I have a hunch it has something to do with tx ids:

245  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 08:44:01 PM

Please, how are you mining? Can you explain the config you're using for cudaminer?

sure:

Code:
# MaxCoin Example Config
# https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

# Seed nodes
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19

# Enable RPC
server=1

# RPC information
rpcport=5252
rpcuser=username
rpcpassword=password

# Mining
gen=1

I put that in [...]Roaming\Maxcoin\maxcoin.conf

I started maxcoind.exe without any arguments

then I just ran: cudaminer --algo=keccak -d gtx660 -C 2 -H 2 -L 128 -l K2048x32 -R 5 -o http://127.0.0.1:5252 -O username:password

246  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 08:33:59 PM
Does this mean I have a block? Smiley

247  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 08:09:42 PM
# MaxCoin Example Config
# https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

# Seed nodes
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19

# Enable RPC
server=1

# RPC information
rpcuser=maxcoinrpc
rpcpassword=supersecurepassword

# Mining
gen=1

no port ?

Use this:

# Listen for RPC connections on this TCP port:
rpcport=CHOOSE_A_PORT
248  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 07:14:02 PM
Is it me or did they not release a windows client?

none that I know of
249  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 07:11:53 PM
2-6-2014 -- GTX660

--algo=keccak -d gtx660 -l K1000x32 -L 64 -i 0 -H 1

~65% usage and 70-80% TDP

58Mh/s benchmark! Had 3 out of mem errors on start. Not bad for first run!

windows x64. GTX660;

Code:
C:\Coins\cudaminer-2014-02-06\x64>cudaminer --algo=keccak -d gtx660 -L 128 -l K1024x32 --benchmark
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-06 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-02-06 21:09:48] 1 miner threads started, using 'keccak' algorithm.
[2014-02-06 21:09:48] GPU #0: GeForce GTX 660 with compute capability 3.0
[2014-02-06 21:09:48] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2014-02-06 21:09:48] GPU #0: 32 hashes / 0.0 MB per warp.
[2014-02-06 21:09:50] GPU #0: using launch configuration K1024x32
[2014-02-06 21:09:50] GPU #0: GeForce GTX 660, 45584 khash/s
[2014-02-06 21:09:50] Total: 45584 khash/s
[2014-02-06 21:09:54] GPU #0: GeForce GTX 660, 62176 khash/s
[2014-02-06 21:09:54] Total: 62176 khash/s
[2014-02-06 21:09:59] GPU #0: GeForce GTX 660, 62215 khash/s
[2014-02-06 21:09:59] Total: 62215 khash/s
[2014-02-06 21:10:04] GPU #0: GeForce GTX 660, 62215 khash/s
[2014-02-06 21:10:04] Total: 62215 khash/s
[2014-02-06 21:10:09] GPU #0: GeForce GTX 660, 62352 khash/s
[2014-02-06 21:10:09] Total: 62352 khash/s
[2014-02-06 21:10:14] GPU #0: GeForce GTX 660, 61783 khash/s
[2014-02-06 21:10:14] Total: 61783 khash/s
Ctrl-C
[2014-02-06 21:10:16] workio thread dead, waiting for workers...
[2014-02-06 21:10:16] Total: 61594 khash/s
[2014-02-06 21:10:17] worker threads all shut down, exiting.

Cheesy
250  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 01:28:49 PM
Great news about the windows binaries, thanks a lot!

Any advice on what parameters to use with a GTX660 ?
251  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 12:25:36 PM
Will there be a windows binary with keccak? Please? Grin
252  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [2014 FLAGSHIP ALT] *EarthCoin* EAC +1 Community, +1 Exec Team, +1 Best Talent on: February 03, 2014, 07:26:34 PM
Sorry if this is a stupid question.

Where do you buy earthcoins?

Sign up here - https://www.cryptsy.com/users/register?refid=100996

If you use the link above to register with Cryptsy I will send you 5,000 EAC myself.

That goes for anyone who reads this and PM's me when they open their account.




I can confirm that ATXSilver delivered on this promise. Thanks!
253  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-POLL] TRADING PAIR SUGGESTIONS FOR COINMARKET.IO on: January 30, 2014, 06:06:45 PM
Please add FairQuark (FRQ) into trading. It has many people waiting for exchange and its still good for mining with cpu.

https://bitcointalk.org/index.php?topic=417700

+1
254  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FairQuark | FRQ | CPU Mining | 4% Fair Pre-mine | Get in NOW! | on: January 30, 2014, 04:20:10 AM
Whats the diff of this now?

atm 416.89138484
255  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FairQuark | FRQ | CPU Mining | 4% Fair Pre-mine | Get in NOW! | on: January 28, 2014, 05:55:40 AM
FairQuark 99% premine scam
+
Double the block times and half the inflation.
The developer doesn't even know mid school mathematics.
I wouldn't even exchange 1 peercoin for all frq available.  Cheesy

Obvious trolls are obvious.  Roll Eyes

FQ has issues.

coolisbad =  troll

FQ design has a few xyz flaws

coolisbad = troll.

FQ has xyz bug

coolisbad = troll

FQ ROCKS

coolisbad = Not troll.

Quote
After seeing Quark’s superior potential ruined with 98+% premine,

Troll...

And here is some other fine wisdom by dE_logics:

Where does rubbish like DOGE come up in  the top 5 cryptos?

Good luck with that keen market sense.

256  Other / Beginners & Help / Re: Why so much hate for new coins? on: January 27, 2014, 07:41:16 PM
for every bitcoin you earn buy her some chocolate, then she'll be cheering for you to earn bitcoins Cheesy

That's very good.  Cheesy
257  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FairQuark | FRQ | CPU Mining | 4% Fair Pre-mine | Get in NOW! | on: January 27, 2014, 04:37:36 PM

My point exactly. Thanks.
258  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FairQuark | FRQ | CPU Mining | 4% Fair Pre-mine | Get in NOW! | on: January 27, 2014, 03:01:38 PM
FairQuark 99% premine scam
+
Double the block times and half the inflation.
The developer doesn't even know mid school mathematics.
I wouldn't even exchange 1 peercoin for all frq available.  Cheesy

Obvious trolls are obvious.  Roll Eyes
259  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FairQuark | FRQ | CPU Mining | 4% Fair Pre-mine | Get in NOW! | on: January 26, 2014, 03:09:33 PM
WTS 98000 FRQ for 1 BTC or best offer. PM me your offers.
260  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN][EXCHANGE] Poloniex - Crypto Exchange with BTC/NXT on: January 24, 2014, 07:45:53 PM
Whole site is broken, both chrome and internet explorer.
- Not showing orderbook.
- Cannot cancel order
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!