反黑箱服貿 之 超級大樂透彩論壇-台灣威力彩大樂透今彩539香港六合彩開獎號碼查詢紀錄
2024 三月 19, 下午 05:05 *
歡迎光臨, 訪客. 請先 登入註冊一個帳號.
您忘了 啟用您的帳號嗎?

請輸入帳號, 密碼以及預計登入時間
 
   首頁   說明 登入 註冊  
頁: [1]
  列印  
作者 主題: [Bitcoin比特幣] Bitcoin官網已於 2013.02.19 發布 0.8.0版本 的錢包軟體  (閱讀 6799 次)
台灣樂透彩香港六合彩紀錄員
論壇總管
******
文章: 3,027


« 於: 2013 二月 23, 上午 10:38 »

[Bitcoin比特幣] Bitcoin官網已於 2013.02.19 發布 0.8.0版本 的錢包軟體

Bitcoin官網已於 2013.02.19 發布 0.8.0版本錢包軟體

主要改變就是
支援多核心CPU的多工運算.


另外, 就是 0.8.0版本以後所架設的平台,
在未來可以提供給 其他人的輕量級的客戶端(例如 Android APP 應用軟體),有更簡化與更好的支援度...

這也意味著, 將來採用 可攜式介面 如Android APP 應用軟體, 想要更加的簡化整個作業,
就得靠更多人架設出新版本錢包軟體的伺服器才行.

目前只是先做出與簡易可攜式應用軟體的協議而已.
至於未來在簡化過後的可攜式應用軟體的安全度如何,就不得而知了...


目前(2013.02.22),
0.7.x 版本的 佔有率達71% ;
而 0.8.0 版本 剛開放下載, 佔有率達4% .

想要嚐鮮的或許可以試試,
不急的就等後續的修正版本吧(因為我試著安裝新版的, 途中卻曾經跳出 runtime error的錯誤訊息)...



==============

PS. 以下是相關說明 與 網路翻譯:

http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/

Bitcoin-Qt version 0.8.0 are now available from:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/

This is a major release designed to improve performance and handle the
increasing volume of transactions on the network.

Please report bugs using the issue tracker at github:
  https://github.com/bitcoin/bitcoin/issues

How to Upgrade
--------------

If you are running an older version, shut it down. Wait
until it has completely shut down (which might take a few minutes for older
versions), then run the installer (on Windows) or just copy over
/Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux).

The first time you run after the upgrade a re-indexing process will be
started that will take anywhere from 30 minutes to several hours,
depending on the speed of your machine.

Incompatible Changes
--------------------

This release no longer maintains a full index of historical transaction ids
by default, so looking up an arbitrary transaction using the getrawtransaction
RPC call will not work. If you need that functionality, you must run once
with -txindex=1 -reindex=1 to rebuild block-chain indices (see below for more
details).

Improvements
------------

Mac and Windows binaries are signed with certificates owned by the Bitcoin
Foundation, to be compatible with the new security features in OSX 10.8 and
Windows 8.

LevelDB, a fast, open-source, non-relational database from Google, is
now used to store transaction and block indices.  LevelDB works much better
on machines with slow I/O and is faster in general. Berkeley DB is now only
used for the wallet.dat file (public and private wallet keys and transactions
relevant to you).

Pieter Wuille implemented many optimizations to the way transactions are
verified, so a running, synchronized node uses less working memory and does
much less I/O. He also implemented parallel signature checking, so if you
have a multi-CPU machine all CPUs will be used to verify transactions.

New Features
------------

"Bloom filter" support in the network protocol for sending only relevant transactions to
lightweight clients.

contrib/verifysfbinaries is a shell-script to verify that the binary downloads
at sourceforge have not been tampered with. If you are able, you can help make
everybody's downloads more secure by running this occasionally to check PGP
signatures against download file checksums.

contrib/spendfrom is a python-language command-line utility that demonstrates
how to use the "raw transactions" JSON-RPC api to send coins received from particular
addresses (also known as "coin control").

New/changed settings (command-line or bitcoin.conf file)
--------------------------------------------------------

dbcache : controls LevelDB memory usage.

par : controls how many threads to use to validate transactions. Defaults to the number
of CPUs on your machine, use -par=1 to limit to a single CPU.

txindex : maintains an extra index of old, spent transaction ids so they will be found
by the getrawtransaction JSON-RPC method.

reindex : rebuild block and transaction indices from the downloaded block data.

New JSON-RPC API Features
-------------------------

lockunspent / listlockunspent allow locking transaction outputs for a period of time so
they will not be spent by other processes that might be accessing the same wallet.

addnode / getaddednodeinfo methods, to connect to specific peers without restarting.

importprivkey now takes an optional boolean parameter (default true) to control whether
or not to rescan the blockchain for transactions after importing a new private key.

Important Bug Fixes
-------------------

Privacy leak: the position of the "change" output in most transactions was not being
properly randomized, making network analysis of the transaction graph to identify
users' wallets easier.

Zero-confirmation transaction vulnerability: accepting zero-confirmation transactions
(transactions that have not yet been included in a block) from somebody you do not
trust is still not recommended, because there will always be ways for attackers to
double-spend zero-confirmation transactions. However, this release includes a bug
fix that makes it a little bit more difficult for attackers to double-spend a
certain type ("lockTime in the future") of zero-confirmation transaction.

===========

Google翻譯如下:
Bitcoin的Qt版本0.8.0現在可以從:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/

這是一個重大的發布,旨在提高性能和處理
在網絡上的交易量增加。

請報告錯誤使用的問題跟踪在github:
  https://github.com/bitcoin/bitcoin/issues

如何升級
--------------

如果你正在運行一個老版本,將其關閉。等待直到它已完全關閉(這可能需要幾分鐘,老版本),然後運行安裝程序(在Windows上)或只是複製過來/應用程序/:Bitcoin的QT間期(在Mac上)或bitcoind / Bitcoin的QT(在Linux上)。

當您第一次運行在升級後重新建立索引的過程將是開始,將採取的任何地方,從30分鐘到幾個小時,這取決於你的機器的速度。

不兼容的改變
--------------------

此版本不再保持一個完整的指數的歷史交易ID默認情況下,所以想找一個任意交易使用getrawtransaction
RPC調用將無法正常工作。如果你需要的功能,您必須運行一次與-txindex = 1 REINDEX重建塊的環比指數(見下文的詳細詳細信息)。


改進
------------

Mac和Windows二進制文件進行簽名與證書所擁有的Bitcoin的基金會,以兼容OSX 10.8, Windows 8 的新的安全功能。

LevelDB,從谷歌,一個快速的,開放源碼的,非關係型數據庫,現在用於存儲交易和塊指數。 LevelDB的效果要好得多
速度更快的機器上緩慢的I / O和一般。 Berkeley DB是現在唯一的使用的wallet.dat文件(公共的和私人的錢包鑰匙和交易
與您相關的)。

彼得Wuille實施了許多的優化,還可以有其他的方式交易驗證,所以運行時,同步節點使用更少的工作記憶和做
要少得多I / O。他還實施了平行的簽名檢查,所以如果你有一個多CPU機器上所有的CPU將被用來驗證交易。


新功能
------------

“布魯姆過濾器”支持的網絡協議只發送有關交易輕量級的客戶端。

的contrib的/ verifysfbinaries是一個shell腳本,以驗證二進制下載在sourceforge上還沒有被篡改。如果你有能力,你可以幫助每個人的下載更安全的運行,偶爾來檢查PGP下載文件的校驗簽名反對。

contrib的,/ spendfrom是一個Python語言的命令行實用程序,演示了如何使用“原始交易”JSON-RPC API來發送收到特別的硬幣地址(也被稱為“硬幣”控制)。

新的/改變的設置(命令行或bitcoin.conf的文件)
-------------------------------------------------- ------

dbcache:控制使用LevelDB內存的。

面值:控制使用多少個線程來驗證交易。默認的數量在你的機器上的CPU,使用PAR = 1限制到一個單一的CPU。

花txindex:老保持一個額外的索引,事務ID,所以他們會被發現JSON-RPC的getrawtransaction方法。

REINDEX重建塊指數和交易指數從下載的數據塊。

新的JSON-RPC API的特點
-------------------------

lockunspent / listlockunspent允許鎖定一段時間內的交易輸出
它們不會被略去由其他進程可能訪問相同的錢包。

ADDNODE方法/ getaddednodeinfo方法,而無需重新啟動連接到特定的同行。

importprivkey現在需要一個可選的布爾參數(默認為true)來控制是否或不重新掃描blockchain的交易後導入一個新的私鑰。

重要的錯誤修正
-------------------

隱私洩漏:用“變”輸出的位置,在大部分的交易是不隨機化,網絡分析的交易圖,以確定用戶的錢包更容易。

零確認的交易漏洞:接受零確認交易(交易還沒有被列入塊)的人,您不信任仍然是個不推薦,因為總是會有攻擊者的方法
花零確認交易。但是,此版本包含一個錯誤解決這個問題使攻擊者花多一點點困難 某些類型(在未來lockTime“”)的零確認交易。
已記錄

[如果政策是要我們窮忙到死, 那我就讓你們看見廢材的驕傲!]
頁: [1]
  列印  
 
前往:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines | Sitemap Valid XHTML 1.0! Valid CSS!