Bitcoin Forum
May 01, 2024, 08:26:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 [68] 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 127 »
1341  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux on: March 09, 2012, 10:18:47 AM
Mmm... Okay...

Anyway, if he follow this guide, it should work. There is no reason to not work.

If you guys want to upgrade from Bitcoin 0.5.2 to 0.6.0, there is the need to clean / reset the entire ~/.bitcoin directory.

To upgrade just do:

1- Stop P2Pool;
2- Stop Bitcoin 0.5.2;
3- Move old directory away with: "mv ~/.bitcoin ~/_bitcoin_OLD";
4- Make a clean Bitcoin dir with: "mkdir ~/.bitcoin";
5- Copy the bitcoin.conf from backup: "cp ~/_bitcoin_OLD ~/.bitcoin/";
6- Start bitcoin-0.6.0rc2...

 Wait the download of the blockchain, start P2Pool again...

Cheers!
Thiago
1342  Bitcoin / Pools / Re: [422 GH/s] EMC: 0 Fee/DGM/Merged Mining/PayPal Payout/SMS/Yubikey/More on: March 09, 2012, 10:13:09 AM
Inaba,

 How hard is to enable more coins @ EclipseMC?!
 Like IXCoin, I0Coin and Devcoin?!

Best!
Thiago

Why would we need ScamCoins  Huh

Because it is fun!! Tongue

And... Because this pool have it: http://mmpool.bitparking.com/pool

So, why we can't have it too?!

Also, with P2Pool we can enable even more coins...

Best!
Thiago
1343  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - Merged Mining (BTC/NMC/DVC/IXC/I0C) plus LTC, Linux on: March 09, 2012, 10:02:21 AM
The current P2Pool works much better with Bitcoin 0.6.0 rc2.
1344  Bitcoin / Pools / Re: Who is the pool operator of Bitcoin P2Pool?! It have a pool operator?! on: March 09, 2012, 10:01:18 AM
Huge WTF!!  Tongue

That post/guide makes all sense and it is perfect.

I just need to update the donations section of the guide.

Plus, the context of this thread is about P2Pool "operators"... This is starting going to off-topic...

Cheers!
Thiago
1345  Bitcoin / Pools / Re: [422 GH/s] EMC: 0 Fee/DGM/Merged Mining/PayPal Payout/SMS/Yubikey/More on: March 09, 2012, 09:54:44 AM
Inaba,

 How hard is to enable more coins @ EclipseMC?!
 Like IXCoin, I0Coin and Devcoin?!

Best!
Thiago
1346  Bitcoin / Pools / Re: [320GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 09, 2012, 09:53:17 AM
Running the latest P2Pool with Bitcoin 0.6.0 rc2 and...:

Code:
./p2pool/run_p2pool.py --version
0.9.2-24-ge7d5fbf

Code:
2012-03-09 06:48:05.670369 P2Pool: 17324 shares in chain (17328 verified/17328 total) Peers: 24 (12 incoming)
2012-03-09 06:48:05.670512  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2012-03-09 06:48:05.670633  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2012-03-09 06:48:05.670749  Pool: 266GH/s Stale rate: 7.6% Expected time to block: 6.7 hours
2012-03-09 06:48:05.761092 Sending 1 shares to 67.183.247.222:64734
2012-03-09 06:48:05.966699 RECV shares 0100fd080101000000a6de4cdbe11844f81e9bba38f06a11a58d65872c71c549526b04000000000000af7acb85d67eceae9b19dd8779335b724893d49dfe4c70ef4e7e1bd80a3cdfabb8cf594f0c350b1afc0c599e8f37055648c27357b13c53ee764b35...
2012-03-09 06:48:05.967329 > Error handling message: (see RECV line)
2012-03-09 06:48:05.967448 > Traceback (most recent call last):
2012-03-09 06:48:05.967569 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
2012-03-09 06:48:05.967682 >     why = getattr(selectable, method)()
2012-03-09 06:48:05.967793 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 460, in doRead
2012-03-09 06:48:05.967904 >     rval = self.protocol.dataReceived(data)
2012-03-09 06:48:05.968015 >   File "/home/administrativo/p2pool/p2pool/p2p.py", line 55, in new_dataReceived
2012-03-09 06:48:05.968127 >     old_dataReceived(data)
2012-03-09 06:48:05.968235 >   File "/home/administrativo/p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2012-03-09 06:48:05.968347 >     wants = receiver.send(buf.get(wants))
2012-03-09 06:48:05.968455 > --- <exception caught here> ---
2012-03-09 06:48:05.968565 >   File "/home/administrativo/p2pool/p2pool/bitcoin/p2p.py", line 53, in dataReceiver
2012-03-09 06:48:05.968676 >     self.packetReceived(command, type_.unpack(payload))
2012-03-09 06:48:05.968784 >   File "/home/administrativo/p2pool/p2pool/p2p.py", line 68, in packetReceived
2012-03-09 06:48:05.968895 >     bitcoin_p2p.BaseProtocol.packetReceived(self, command, payload2)
2012-03-09 06:48:05.969006 >   File "/home/administrativo/p2pool/p2pool/bitcoin/p2p.py", line 66, in packetReceived
2012-03-09 06:48:05.969116 >     handler(**payload2)
2012-03-09 06:48:05.969225 >   File "/home/administrativo/p2pool/p2pool/p2p.py", line 199, in handle_shares
2012-03-09 06:48:05.969374 >     self.node.handle_shares([p2pool_data.Share.from_share(share, self.node.net, self) for share in shares], self)
2012-03-09 06:48:05.969490 >   File "/home/administrativo/p2pool/p2pool/data.py", line 187, in from_share
2012-03-09 06:48:05.969602 >     raise ValueError('unknown share type: %r' % (share['type'],))
2012-03-09 06:48:05.969711 > exceptions.ValueError: unknown share type: 0
2012-03-09 06:48:05.970169 Lost peer 67.183.247.222:64734 - Connection was closed cleanly.
2012-03-09 06:48:08.701801 P2Pool: 17324 shares in chain (17328 verified/17328 total) Peers: 23 (11 incoming)
2012-03-09 06:48:08.701988  Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
2012-03-09 06:48:08.702144  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 BTC
2012-03-09 06:48:08.702267  Pool: 266GH/s Stale rate: 7.6% Expected time to block: 6.7 hours

I just move to another pool temporally... Under huge debt, variance kills me... But I keep P2Pool running 24x7...

Best,
Thiago
1347  Bitcoin / Mining / Re: Using excess cycles on Linux webservers to mine on: March 09, 2012, 03:18:33 AM
Mine for Litecoin on those instances... And buy Bitcoins if you wish...

Join Litecoin P2Pool!
1348  Economy / Services / Re: GPUMAX | The Bitcoin Mining Marketplace on: March 09, 2012, 03:17:04 AM
Hi!

 I have 15GHash and I would like to join GPUMax mining pool... Can I?!
 Thank you!

Best,
Thiago
1349  Local / Português (Portuguese) / Re: Voip peer-to-peer on: March 09, 2012, 12:09:22 AM
http://www.google.com.br/search?sourceid=chrome&ie=UTF-8&q=voip+SIP+p2p
1350  Alternate cryptocurrencies / Mining (Altcoins) / Re: [6 GH/s] p2pmining.com - Hybrid private and P2Pool - NMC Merged Mining on: March 08, 2012, 07:50:36 AM
Why not include ALL of this within P2Pool itself?
Or making it open source, so, I can also setup my p2pmining.com.XX... for example...?!
Good work man!!

Best!
Thiago
1351  Bitcoin / Bitcoin Discussion / Re: Let's add up the KNOWN lost bitcoins on: March 08, 2012, 06:11:27 AM
2.5BTC lost to Bitcoin-Android of a friend of mine... I sent to him and he lost due to software fail...

Following that rate, when all 21.000.000 will be lost?!

I mean, what is the actual "lost rate" of Bitcoins per day since its genesis?
1352  Alternate cryptocurrencies / Altcoin Discussion / Re: LITECOIN -- GPU Mining on: March 08, 2012, 04:20:08 AM
Close the ASIC factory?! Are you serious Huh
1353  Local / Português (Portuguese) / Re: Mercado bitcoin Brasil indo muito on: March 07, 2012, 10:04:19 PM
acho mais do que valido!

como difundir? exatamente como estou dizendo. alguem faz um wire e compra btc la fora pelo preco normal. envia pro MB e cobra de 5% a 10% e embolsa o lucro. quem poderia fazer isso eh o proprio dono do MB. dessa maneira quem quizesse comprar bitcoin no brasil eh so depositar na conta dele que ele vai la a embolsa 10%. TODOS saem ganhando e felizes.

Eu acredito que muitos aqui já fazem isso.

Tenho contas e dólares no exterior, isso pra mim é fácil de se fazer... O foda é o tempo...

O Mercado Bitcoin também precisa de uma API.
1354  Local / Português (Portuguese) / Re: Mercado bitcoin Brasil indo muito on: March 07, 2012, 10:02:12 PM
Casio,

 Eu tenho a impressão de que você está sendo um tanto pessimista com relação ao preço do Bitcoin... Os 20% que você diz, podem ser 5% na semana que vem... É um risco tanto para mais, quanto para menos...

 Divide os lucros ae!!  Tongue

 Se você quer MESMO comprar muitos Bitcoins por um preço mais em conta, mais próximo da cotação no exterior, me mande uma mensagem em particular.

 Também concordo que precisamos nos esforçar mais para sermos os propagandistas do Bitcoin no Brasil... TEMOS que difundir a NOSSA moeda, de forma que cada vez mais pessoas confiem nela... Logo, diminuindo a confiança no Real / Dólar / Euro...

 Eu confio muuuuito mais no Bitcoin do que em qualquer outra moeda. Até mesmo o Litecoin, IXcoin, I0Coin, Namecoin são mais confiáveis do que as moedas fiduciárias em vigor no mundo... Pois elas são "de domínio público", open source, não tem bancos ou governos por detrás delas, logo, elas são muito mais próximas da razão do que da emoção... E todos nós sabemos que a razão está bem distante dos bancos e da política, tanto nacional, quanto mundial...

 Quando digo que o Bitcoin está muito mais do lado da razão do que da emoção, quero dizer que isso é pelo fato do Bitcoin ser "gerido" por cientistas da computação, matemáticos e nerds dos bons e, não por um bando de velhos imbecís (i.e. políticos nojentos) e banqueiros loucos por lucro a todo custo...

Abx!
Thiago
1355  Local / Português (Portuguese) / Re: Mercado bitcoin Brasil indo muito on: March 07, 2012, 07:45:29 PM
tenho uma ordem de compra pagando 7% pra quem quiser vender. quero comprar 21,739 btc por 9.2 reais cada.

cade o volume??? tem sem vergonha querendo 19% em cima! 10.13 reais!



DICA PRA FICAR RICO:

compra bitcoin la fora pelo preco de mercado (4.96 atualmente) e transfere os bitcoins pro mb e cobra 20%! eh o que digo, brasil, terra de malandro.

Que o Brasil é terra de malandro, pilantra, salafrário, estelionatário e ladrão, isso ninguém tem dúvida mas, o que isso tem haver com o preço do Bitcoin aqui?! Isso é a lei da oferta e da procura... É normal, não é malandragem. Não tem muitos Bitcoins no Brasil, o preço sobe...

Por exemplo, como você acha que o Banco Central faz o preço do Dólar subir?! Por que o preço do dólar está caindo?! Muitos dólares entrando no país... Se muitos Bitcoins estivessem entrando, o preço cairia igual... Mas como não é o caso, pague mais, pois isso é normal.

Você quer pagar 9.2 Reais no Bitcoin mas, e quando ele valer 19 Reais (como no mês passado)?! Quem foi o "malandro"?! Quer dobrar o seu dinheiro mas...

Quer apostar, aposte... Mas não queira todo o lucro da valorização, que sempre vem, só para você...  Wink

Abx!
Thiago
1356  Alternate cryptocurrencies / Altcoin Discussion / Re: LITECOIN -- GPU Mining on: March 07, 2012, 10:05:20 AM
Maybe the future can be something like that:

* Bitcoin Mining moves to FPGA/ASIC;
* GPU Mining moves to Litecoin;
* Litecoin CPU mining dies...

Can be?!
1357  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANNOUNCE] RuCoin - Russian alternate cryptocurrency - exchange is up already! on: March 07, 2012, 09:51:12 AM
Seems not working...

Code:
./rucoin-0.4.0.1/src/rucoind getconnectioncount
0

It supports merged mining alongside with Bitcoins?!

Code:
./rucoin-0.4.0.1/src/rucoind getauxblock
error: {"code":-32601,"message":"Method not found"}

Seems not?!

Thanks!
Thiago
1358  Other / Archival / Re: delete on: March 07, 2012, 09:03:56 AM
The new IXCoin Exchange run by DoubleC at Bitparking has over 385,000 in volume and over 300 BTC traded today.

The also have a pool with 32GH/s.

Looks like IXC is here to stay.

Where is the URL?!

http://ixchange.bitparking.com/ ?
1359  Alternate cryptocurrencies / Altcoin Discussion / Re: LITECOIN -- GPU Mining on: March 07, 2012, 09:03:22 AM
This might be a good thing if those of us with NVidia cards lying around could be on par with a uber-CPU setup without being a sellout to Radeon Farms. My Core 2 Duo gets about 6khash while I'm using and can go up to 11 when the stars are right, while I have a GT335m that could totally pull some decent weight. Course, if NVidia is viable, that might make Amazon Mining a feasible reality, and then who knows what will happen?

Seems that no one wants to try it...  Sad

https://bitcointalk.org/index.php?topic=55038.msg656798#msg656798
1360  Bitcoin / Pools / Re: [320GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: March 07, 2012, 08:32:46 AM
use it like this:

wget -O- http://192.168.1.235:9327/patron_sendmany/200.00 | more

Thank you!! It works!
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 [68] 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 127 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!