「BCCAPI」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1版 をインポートしました)
 
(2人の利用者による、間の2版が非表示)
1行目: 1行目:
The BCCAPI (Bitcoin Client API) is a java library designed for making secure light-weight bitcoin clients. The BCCAPI connects to a server that holds the block chain, and which tracks the client’s wallet balance. The server only has knowledge of the clients public keys, and is in no position to spend funds owned by the client’s wallet.
+
BCCAPI(Bitcoin Client API)は、安全な軽量のBitcoinクライアントを作成するために設計されたJavaライブラリです。 BCCAPIは、ブロックチェーンを保持し、クライアントのウォレットバランスを追跡するサーバーに接続します。サーバーはクライアントの公開鍵に関する知識しか持っておらず、クライアントの財布が所有する資金を使うことはできません。
  
Features include:
+
機能は次のとおりです。
* Deterministic private keys, based on seed file.
+
シードファイルに基づいた確定的シークレットキー。
* Only the seed file needs to get backed up, or generated from a passphrase.
+
*シードファイルのみをバックアップするか、パスフレーズから生成する必要があります。
* Send/receive Bitcoins
+
* Bitcoinsの送受信
* Low bandwidth
+
*低帯域幅
* Low CPU usage
+
* CPU使用率が低い
* Server does not have your private keys and is in no position to spend your coins
+
*サーバーはあなたのシークレットキーを持っておらず、あなたのコインを使うことはできません
* Allows spending of unconfirmed-change-sent-back-to-self like the Satoshi Client
+
* Satoshi Clientのように未確認の変更を自己に返送することができます
* Open source
+
* オープンソース
* Free service, running on donations
+
*無料サービス、寄付で実行
  
Simply put the API is designed for making it easy to create light-weight secure Bitcoin wallets for handheld devices.
+
簡単に言えば、このAPIは、ハンドヘルド機器用の軽量で安全なBitcoinウォレットを簡単に作成できるように設計されています。
[https://market.android.com/details?id=com.miracleas.bitcoin_spinner BitcoinSpinner] is an Android app implemented on top of the BCCAPI and available on the Android Market.
+
[https://market.android.com/details?id=com.miracleas.bitcoin_spinner BitcoinSpinner]はBCCAPIの上に実装され、Androidマーケットで利用可能なAndroidアプリです。
  
The sources include a very simple console based client, that shows how to use it.
+
ソースには、非常にシンプルなコンソールベースのクライアントが含まれています。
  
The donation address for BCCAPI is 143SikKpjzwhBy5Z7Qg5knu5nKXWExSqQi
+
BCCAPIの寄付アドレスは143SikKpjzwhBy5Z7Qg5knu5nKXWExSqQiです。
  
The server is closed-source.  Jan Moller said "The server side is however not as clean and well documented as the client side, and I am not ready to make the server side open source. At least not yet."
+
サーバーはクローズソースです。 Jan Mollerは次のように述べています。「サーバー側はクリーンではなく、クライアント側と同様に文書化されていますが、私はサーバー側をオープンソースにする準備ができていません。
  
== Security ==
+
==セキュリティ==
  
See [[Thin Client Security]]
+
[[シンクライアントセキュリティ]を参照してください。
  
==See Also==
+
==関連項目==
  
The first Android wallet based on the BCCAPI: [[BitcoinSpinner]]
+
BCCAPIに基づく最初のAndroidウォレット:[[BitcoinSpinner]]
  
More information and the source code: http://code.google.com/p/bccapi/wiki/WhatIsTheBCCAPI
+
詳細情報とソースコード:http://code.google.com/p/bccapi/wiki/WhatIsTheBCCAPI
  
Forum thread about BCCAPI: https://bitcointalk.org/index.php?topic=36892.0
+
BCCAPIに関するフォーラムスレッド:https://bitcointalk.org/index.php?topic=36892.0
  
BCCAPI Adapter for bits of proof Enterprise Bitcoin Server https://github.com/bitsofproof/bop-bccapi
+
証明書のビット用のBCCAPIアダプタエンタープライズBitcoin Server https://github.com/bitsofproof/bop-bccapi
  
[[Category:Clients]]
+
[[Category:Clients]]
[[Category:Java]]
+
[[Category:Java]]
[[Category:Software]]
+
[[カテゴリ:ソフトウェア]]

2018年5月11日 (金) 13:20時点における最新版

BCCAPI(Bitcoin Client API)は、安全な軽量のBitcoinクライアントを作成するために設計されたJavaライブラリです。 BCCAPIは、ブロックチェーンを保持し、クライアントのウォレットバランスを追跡するサーバーに接続します。サーバーはクライアントの公開鍵に関する知識しか持っておらず、クライアントの財布が所有する資金を使うことはできません。

機能は次のとおりです。 シードファイルに基づいた確定的シークレットキー。

  • シードファイルのみをバックアップするか、パスフレーズから生成する必要があります。
  • Bitcoinsの送受信
  • 低帯域幅
  • CPU使用率が低い
  • サーバーはあなたのシークレットキーを持っておらず、あなたのコインを使うことはできません
  • Satoshi Clientのように未確認の変更を自己に返送することができます
  • オープンソース
  • 無料サービス、寄付で実行

簡単に言えば、このAPIは、ハンドヘルド機器用の軽量で安全なBitcoinウォレットを簡単に作成できるように設計されています。 BitcoinSpinnerはBCCAPIの上に実装され、Androidマーケットで利用可能なAndroidアプリです。

ソースには、非常にシンプルなコンソールベースのクライアントが含まれています。

BCCAPIの寄付アドレスは143SikKpjzwhBy5Z7Qg5knu5nKXWExSqQiです。

サーバーはクローズソースです。 Jan Mollerは次のように述べています。「サーバー側はクリーンではなく、クライアント側と同様に文書化されていますが、私はサーバー側をオープンソースにする準備ができていません。

セキュリティ[編集]

[[シンクライアントセキュリティ]を参照してください。

関連項目[編集]

BCCAPIに基づく最初のAndroidウォレット:BitcoinSpinner

詳細情報とソースコード:http://code.google.com/p/bccapi/wiki/WhatIsTheBCCAPI

BCCAPIに関するフォーラムスレッド:https://bitcointalk.org/index.php?topic=36892.0

証明書のビット用のBCCAPIアダプタエンタープライズBitcoin Server https://github.com/bitsofproof/bop-bccapi

Category:Clients Category:Java カテゴリ:ソフトウェア