Download List

Projeto Descrição

Bitcoin is a peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-19 11:50
0.7.2

Esta é uma liberação de bugfix menor.
This is a minor bugfix release.

2012-03-18 19:00
0.5.3

Esta versão apresenta uma nova regra de rede: "um bloco não é válido se ele contiver uma transação cujo hash já existe na cadeia do bloco, a menos que tudo o que saídas da transação já foram gastos antes referido bloco" início em 15 de Março de 2012, 00:00 UTC. Ele adiciona várias correções de bugs e segurança, melhorias de UPnp e um novo ponto de verificação no bloco 168.000.
This release introduces a new network rule: “a block is not valid if it contains a transaction whose hash already exists in the block chain, unless all that transaction’s outputs were already spent before said block” beginning on March 15, 2012, 00:00 UTC. It adds various bug and security fixes, UPnp improvements, and a new checkpoint at block 168,000.

2012-01-24 08:46
0.5.2

Esta versão verifica todas as transações em blocos após o último ponto de verificação. Ela deixa de bloqueio de memória usada por informações não confidenciais. Corrige alguns deadlocks de manipulação de endereço. Ele não aceita conexões de entrada na Internet quando Bitcoin está sendo usado com Tor. Reativa suporte a SSL para a interface de JSON-RPC. Ele usa a taxa de transação de base correta de 0,0005 BTC para aceitar transações em minadas blocos. Ele não mostra "IP" para operações que não são necessariamente as transações de IP. Ele adiciona novas sementes DNS.
This release checks all transactions in blocks after the last checkpoint. It ceases locking memory used by non-sensitive information. It fixes some address-handling deadlocks. It no longer accepts inbound connections over the Internet when Bitcoin is being used with Tor. It re-enables SSL support for the JSON-RPC interface. It uses the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks. It doesn’t show “IP” for transactions that are not necessarily IP transactions. It adds new DNS seeds.

2011-12-20 12:17
0.5.1

Suporte a SSL foi reativado para a interface de JSON-RPC (que tinha sido involuntariamente desativado na 0.5.0 binários de lançamento). O código que encontra pares através de "Sementes DNS" já não pára de inicialização bitcoin se uma das máquinas de sementes DNS é para baixo. Dicas de ferramentas no modo de exibição de lista de transação agora processam corretamente. Um ataque de negação de serviço que envolve inundar um nó bitcoin com blocos de órfãos foi corrigido. A caixa de diálogo de frase secreta de carteira agora avisa você se o caps lock chave foi pressionado. Pesquisando em endereços e rótulos foi melhorado em bitcoin-qt. cinco novas traduções foram fornecidas.
SSL support was re-enabled for the JSON-RPC interface (it had been unintentionally disabled in the 0.5.0 release binaries). The code that finds peers via “DNS seeds” no longer stops bitcoin startup if one of the DNS seed machines is down. Tooltips on the transaction list view now render correctly. A denial-of-service attack involving flooding a bitcoin node with orphan blocks was fixed. The wallet passphrase dialog now warns you if the caps lock key was pressed. Searching in addresses and labels was improved in bitcoin-qt. Five new translations were provided.

2011-11-26 06:28
0.5.0

Esta versão corrige a implementação de criptografia wallet.dat quebrado no 0.4.0 (Leia o site bitcoin para obter detalhes), adiciona uma nova interface gráfica baseada em Qt, adiciona o novo RPC comandos getmemorypool, listsinceblock, signmessage e verifymessage e executa mais rápido inicial block baixando.
This release fixes the broken wallet.dat encryption implementation in 0.4.0 (read the bitcoin website for details), adds a new Qt-based graphical interface, adds the new RPC commands getmemorypool, listsinceblock, signmessage, and verifymessage, and performs faster initial block downloading.

Project Resources