Difference between revisions of "下载"

From SecureWiki
Jump to: navigation, search
(MAC(11.4 MB))
Line 24: Line 24:
 
===源代码===
 
===源代码===
 
GitHub: https://github.com/securechain/securechain-wallet
 
GitHub: https://github.com/securechain/securechain-wallet
 +
 +
==区块数据==
 +
请同时下载区块和链状态文件。将它们解压后放在"Securecoin"目录(Windows)或者".securecoin"目录(Linux)。其最终目录结构如下:
 +
 +
  Securecoin(.securecoin)
 +
    /blocks
 +
    /chainstate
 +
 +
===无原始交易记录===
 +
注意:请在securecoin.info文件里设置或移除下载选项:
 +
 +
txindex=0
 +
 +
更新于2015-09-16 17:12:46
 +
 +
最后区块号: [http://securechain.info/en/block/00000000055938183027f8cb390e51d13ebea81e28df66f9b3b3d9cb73885733 998331]
 +
 +
区块文件(584 MB): http://securechain.info/download/data/withouttx/blocks.tar.gz
 +
 +
链状态文件(19.4 MB): http://securechain.info/download/data/withouttx/chainstate.tar.gz
 +
 +
===With Raw Transaction===
 +
Note: Please set or add the following option to securecoin.info file:
 +
 +
txindex=1
 +
 +
Updated on 2015-09-19 15:22:44
 +
 +
Last Block ID: [http://securechain.info/en/block/0000000006e70b251c0e7ba1deb6a466788b1a7afe1495abc3df7f9522b6f3db 1001235]
 +
 +
Blocks file (647 MB): http://securechain.info/download/data/withtx/blocks.tar.gz
 +
 +
Chainstate file (17.8 MB): http://securechain.info/download/data/withtx/chainstate.tar.gz
 +
 +
==References==
 +
<references/>

Revision as of 19:24, 4 February 2016

本页面包含安全币相关的软件,区块数据和文档。

官方安全链钱包

Windows(10.7 MB)

securechain-wallet.exe数字签名

安全链钱包是官方唯一的安全币钱包。它由最新的OpenSSL 1.0.2d 9 Jul 2015, QT 5.5和BOOST 1.58编译生成。为了使用方便,安全链钱包也支持从安全链区块浏览器上获得地址/交易的详细资料,而您所需做的只是简单点击主窗口内的新按钮。

  • 请确保从下载的"securechain-wallet.zip"文件里解压缩出来的"securechain-wallet.exe"包含有效的数字签名"Open Source Developer, Haimin Zhang",具体可参照右图。
  • 如果Google Chrome在下载后提出警告称"securechain-wallet.zip并非常见下载,可能存在危险",请忽视该警告并保存好下载的文件。该警告是因为文件下载次数并未达到Google的理想级别,但软件是完全干净并已经过数字签名。
  • 如果Windows Smartscreen阻止下载的软件运行,请点击"更多信息",验证发布者后点击"仍然运行"。

如需了解更多信息,请访问安全链钱包页面。

本地下载: http://securechain.info/download/wallet/securechain-wallet.zip

MAC(11.4 MB)

安全链钱包MAC OSX版与Windows版具有同样的功能。如需了解详情请参考Windows版介绍。

从下载的"securechain-wallet-mac.zip"文件里解压出的应用程序包"Securechain Wallet.app"已被数字签名为"Developer ID Application: Haimin Zhang (7M8FY5GHH7)"。下述终端命令可用于检查签名信息:

codesign -dvvv ./"Securechain Wallet.app"/

本地下载: http://securechain.info/download/wallet/securechain-wallet-mac.zip

源代码

GitHub: https://github.com/securechain/securechain-wallet

区块数据

请同时下载区块和链状态文件。将它们解压后放在"Securecoin"目录(Windows)或者".securecoin"目录(Linux)。其最终目录结构如下:

 Securecoin(.securecoin)
   /blocks
   /chainstate

无原始交易记录

注意:请在securecoin.info文件里设置或移除下载选项:

txindex=0

更新于2015-09-16 17:12:46

最后区块号: 998331

区块文件(584 MB): http://securechain.info/download/data/withouttx/blocks.tar.gz

链状态文件(19.4 MB): http://securechain.info/download/data/withouttx/chainstate.tar.gz

With Raw Transaction

Note: Please set or add the following option to securecoin.info file:

txindex=1

Updated on 2015-09-19 15:22:44

Last Block ID: 1001235

Blocks file (647 MB): http://securechain.info/download/data/withtx/blocks.tar.gz

Chainstate file (17.8 MB): http://securechain.info/download/data/withtx/chainstate.tar.gz

References