Bitcoin Forum
May 24, 2024, 11:03:38 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 »
161  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: April 09, 2013, 08:28:06 AM
does it show the GPUs in the list once it starts running?

it should show all the possible mining targets that it is setup for, so if you had 2 gpus it should show those on the list (in my experience anyway).

I had an issue where I had to rerun the aticonfig command once I added more GPUs or it would not recognize them.  Mine does not allow me to mine on the CPU however, so I don't know any more than that currently

if i write: cgminer -n, i get:
 [2013-04-07 15:14:09] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-04-07 15:14:09] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-04-07 15:14:09] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)                   
 [2013-04-07 15:14:09] Platform 0 devices: 2                   
 [2013-04-07 15:14:09]    0   Cypress                   
 [2013-04-07 15:14:09]    1   Cypress                   
 [2013-04-07 15:14:09] 2 GPU devices max detected   

I think that the gpus are correctly configured.
I will try to update the driver.
162  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: April 08, 2013, 05:51:51 PM
Thanks, i solved (i have to add "--enable-scrypt" after the "./configure" command)

but now with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u xxxx -p x --script
i get a very low hash speed for 2x5870:
(5s):58.75K (avg):58.34Kh/s | A:2  R:0  HW:0  U:1.1/m  WU:144.2/m

It seems that cgminer are using CPU rather than GPU, How can i fix?

Make sure you are using --scrypt and not --script

Yes, it's "scrypt", i've only written wrong on the post.
163  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: April 08, 2013, 01:54:37 PM
Hi guys, I'm trying to mining LTC using 2x5870 with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u desmofan89.58701 -p 1 --script

The command "--scrypt" aren't accepted by cgminer!

the output is: [2013-04-07 12:51:40] cgminer: --scrypt: unrecognized option

Then i tried with cgminer --enable-scrypt, but the output is:

cgminer: --enable-scrypt: unrecognized option

Even if the command "--enable-scrypt" is on the README file!

--enable-scrypt is for when you are compiling cgminer from source. --scrypt should work for a binary compiled with the --enable-scrypt option. What is the source of your binary? Did you compile it yourself or did you download it? What version?

Thanks, i solved (i have to add "--enable-scrypt" after the "./configure" command)

but now with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u xxxx -p x --script
i get a very low hash speed for 2x5870:
(5s):58.75K (avg):58.34Kh/s | A:2  R:0  HW:0  U:1.1/m  WU:144.2/m

It seems that cgminer are using CPU rather than GPU, How can i fix?
164  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4 on: April 07, 2013, 01:15:19 PM
if i write: cgminer -n, i get:
 [2013-04-07 15:14:09] CL Platform 0 vendor: Advanced Micro Devices, Inc.                   
 [2013-04-07 15:14:09] CL Platform 0 name: AMD Accelerated Parallel Processing                   
 [2013-04-07 15:14:09] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)                   
 [2013-04-07 15:14:09] Platform 0 devices: 2                   
 [2013-04-07 15:14:09]    0   Cypress                   
 [2013-04-07 15:14:09]    1   Cypress                   
 [2013-04-07 15:14:09] 2 GPU devices max detected   

I think that the gpus are correctly configured.
165  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4 on: April 07, 2013, 12:56:04 PM
Thanks, i solved (i have to add "--enable-scrypt" after the "./configure" command)

but now with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u xxxx -p x --script
i get a very low hash speed for 2x5870:
(5s):58.75K (avg):58.34Kh/s | A:2  R:0  HW:0  U:1.1/m  WU:144.2/m

It seems that cgminer are using CPU rather than GPU, How can i fix?
166  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4 on: April 07, 2013, 12:33:38 PM
Hi guys, I'm trying to mining LTC using 2x5870 with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u xxxx -p x --script

The command "--scrypt" aren't accepted by cgminer!

the output is: [2013-04-07 12:51:40] cgminer: --scrypt: unrecognized option

Then i tried with cgminer --enable-scrypt, but the output is:

cgminer: --enable-scrypt: unrecognized option

Even if the command "--enable-scrypt" is on the README file!
167  Alternate cryptocurrencies / Mining (Altcoins) / Re: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs on: April 07, 2013, 11:09:01 AM
Hi guys, I'm trying to mining LTC using 2x5870 with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u desmofan89.58701 -p 1 --script

The command "--scrypt" aren't accepted by cgminer!

the output is: [2013-04-07 12:51:40] cgminer: --scrypt: unrecognized option

Then i tried with cgminer --enable-scrypt, but the output is:

cgminer: --enable-scrypt: unrecognized option

Even if the command "--enable-scrypt" is on the README file!
168  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] Coinotron - LTC pool RBPPS = 2% fee, only 15 confirmations !!! on: April 07, 2013, 10:51:49 AM
yes sorry "scrypt"
the output is: [2013-04-07 12:51:40] cgminer: --scrypt: unrecognized option

EDIT: i tried with cgminer --enable-scrypt, but the output is:

cgminer: --enable-scrypt: unrecognized option

Even if the command "--enable-scrypt" is on the README file!
169  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] Coinotron - LTC pool RBPPS = 2% fee, only 15 confirmations !!! on: April 07, 2013, 10:26:39 AM
Hi guys, I'm trying to mining LTC using 2x5870 with this line:
cgminer -o stratum+tcp://coinotron.com:3334 -u desmofan89.58701 -p 1

The command "--script" aren't accepted by cgminer!

but there is no share accepted or rejected!


EDIT: now appears this line:
[2013-04-07 12:28:41] Rejected 001cf419 Diff 2.26K/128 BLOCK! GPU 1  (Hash above target) 
170  Local / Annunci / Re: [TOPIC UFFICIALE] Litecoin on: April 07, 2013, 08:00:32 AM
Salve ragazzi!
vorrei buttarmi sul mining di LTC, ho 2x5870, ho installato cgminer su ubuntu ma ho provato a minare su vari pool ma per un motivo o l'altro non vedo riconosciuti i miei share...voi su che pool minate?
come avete configurato il vostro cgminer?

EDIT:
Ho iniziato a minare su P2Pool con questa: Charleston::West Virgina::USA::http://fearmypenguin.ath.cx:9327::0.5%::LTC::Naelrpool::Naelr - New
ma dopo circa un'ora ancora nessun payout pur avendo risolto almeno blocco.
ora sto minando qui: Wyoming, MI::USA::http://imperium.getmyip.com:9327/::0.1%::LTC::SmoovPool::Smoovious, vediamo un pò
domanda stupida: nel pc su cui sto minando devo avere aperto anche l'applicazione Litecoin?
171  Local / Alt-Currencies (Italiano) / Re: Namecoin? on: March 31, 2012, 03:50:34 PM
che tipo di software devo utilizzare per i namecoin???

rilancio la domanda di germano, che client esiste per poter "prelevare" MNC dalle pool?

EDIT: ho trovato il client ufficiale ma non una GUI così ho scaricato "Ufasoft Coin" che gestisce anche Bitcoin, Bitcoin-testnet e Litecoin.
172  Local / Mercato valute / Re: [VENDO] Hardware per Bitcoin (HD5970, HD5870, HD5850) on: October 19, 2011, 07:11:00 AM
azz, speravo nelle 5870/5970, ci penso su.
a quanto le vendi?
173  Local / Mercato valute / [COMPRO] 10-20 Bitcoin pagamento tramite bonifico o postepay (preferita) on: October 18, 2011, 07:14:38 AM
Salve gente!

cerco 10-20 BTC, pagamento tramite postepay ma posso valutare anche bonifico.

prezzo di mercato.

saluti!
174  Local / Mercato valute / Re: [VENDO] Hardware per Bitcoin (HD5970, HD5870, HD5850) on: October 18, 2011, 07:09:55 AM
Ciao sexy!

hai ancora qualche scheda video?
175  Economy / Goods / Re: [WTS] Ati Sapphire 5970 Overclock Edition with accessories on: October 08, 2011, 07:12:04 AM
upupup
176  Economy / Goods / [WTS] Ati Sapphire 5970 Overclock Edition with accessories on: October 07, 2011, 08:07:08 AM
I want to sell this:
http://www.ebay.it/itm/110752812390?ssPageName=STRK:MESELX:IT&_trksid=p3984.m1586.l2649

10% discount off if i sell it without ebay.

I'm Italian and I send to worldwide.

Bitcoin accepted.
177  Local / Italiano (Italian) / Re: Valore bitcoin... tutto sbagliato !? on: September 25, 2011, 11:14:52 AM

Come mai dici molti lustri?
se la difficoltà serve a mantenere il ritrovamento di blocchi a circa 144 ogni 24h, se ogni blocco vengono assegnati 50 BTC:

144*365*50 BTC = 2.628.000 BTC all'anno

rimarrebbero circa 6/7 anni per assegnare tutti i 21M di BTC.

Dove sbaglio?

Nelle premesse  Wink Tra pochi mesi verrà dimezzato la ricompensa a 25BTC, poi scenderà a 12,5 nel 2017, a 6,25 dopo altri 3-4 anni e così via con una curva che tenderà a 21M in parecchi anni

Ecco...mi sembrava di ricordare qualcosa del genere ma non ne ero sicur, grazie per la precisazione Smiley

p.s.: secondo il grafico nel 2013 circa (sui 10M) verrà dimezzato il valore del blocco, giusto?
178  Local / Italiano (Italian) / Re: Valore bitcoin... tutto sbagliato !? on: September 24, 2011, 11:02:14 AM
Che poi il sistema non sia perfetto è chiaro (ma d'altra parte con il senno di poi è facile vedere le magagne): io avrei concepito il sistema in modo da assegnare 10-15 bitcoin per blocco e un blocco ogni 6-7 minuti, per poi proseguire con lo stesso ritmo per almeno 1 anno in più,  e poi scalare via via in modo di arrivare 11milioni di BTC minati più o meno nel tempo in cui si arriverà a 21milioni.

Il "senno di poi", nel caso di Bitcoin, lo si avrà tra 50 anni o giù di lì. Ricordiamoci che i 21 milioni si raggiungeranno tra molti molti lustri. Solo allora si potrà dire se Satoshi Nakamoto sia stato (enormemente!) lungimirante o meno.

Come mai dici molti lustri?
se la difficoltà serve a mantenere il ritrovamento di blocchi a circa 144 ogni 24h, se ogni blocco vengono assegnati 50 BTC:

144*365*50 BTC = 2.628.000 BTC all'anno

rimarrebbero circa 6/7 anni per assegnare tutti i 21M di BTC.

Dove sbaglio?
179  Local / Italiano (Italian) / Re: difficoltà bitcoin on: August 31, 2011, 07:20:41 AM
diminuita anche se di poco: da 1.809.000 circa a 1,779,164
180  Local / Italiano (Italian) / Re: [BONUS-ROUTER DLINK DIR-685 bitcoin mining pool] http://www.btcfarm.us/ on: August 22, 2011, 07:46:12 PM
"io non ho avuto l'adsl per circa 3 settimane e questi giorni non posso minare causa i 35/36 gradi fuori (che secondo le previsioni ci saranno per tutta la settimana).

vi raggiungerò il prima possibile"

Qui da me oggi alle 17.30 segnava 39 gradi , per fortuna ci sono 2 clima  Grin

 Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked

io 0 clima quindi mi devo arrangiare  Sad
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!