Lightweight Bitcoin Client

よくある質問


Electrumって何が特徴?

Electrumの照準はスピード・使用リソース削減・使いやすさの3点に定めています。 起動時間は一瞬に限りなく近く、その裏にはたくさんの高性能サーバがあり、それらによりビットコインネットワークの最新状況をスピーディー且つ低負荷でお届けします。

シードとは何?

プライベートキーを作り出すためにElectrumは128ビットランダムシードという乱数が使用されます。 数の代わりにシードは12単語の簡略表現で表せます。 シードを紙に書き出して保存したり、暗記しておけば、シードでウォレットを復元することができるのでウォレットファイルをバックアップする必要はありません。

Example:
16進形式: 431a62f1c86555d3c45e5c4d9e10c8c7  
簡略表現: "constant forest adore false green weave stop guy fur freeze giggle clock"
There are 2128 possible seeds for a deterministic wallet in Electrum. For comparison, the total number of Bitcoin addresses is 2160 and the number of atoms in the universe is 2166.

ギャップリミットとは何?

ギャップリミットとは決定的なアドレス配列の未使用アドレスの最大数。 Electrumはギャップリミットでアドレスの検索を終了することができます。Electrumは5つの未使用アドレスを見つけ出すまでアドレス配列の中を検査します。

Electrumにおけるアドレスの「凍結」とはどういうことですか?

When you freeze an address, the funds in that address will not be used for sending bitcoins. You can not send Bitcoins if you don't have enough funds in the non-frozen addresses.

ウォレットはどんな暗号アルゴリズムを使っているの?

Electrum uses AES-256-CBC to encrypt the seed and private keys in the wallet.

Electrumはオフライン保管に対応しているの?

Yes. It also supports an easy and safe way to spend your coins in cold storage from an online computer using the Master Public Key.

他のビットコインクライエントからアドレスとプライベートキーをインポートできますか?

Yes, you could import the private keys from other clients, but you will have to keep a backup of those keys separately as they won't become part of your Electrum seed.

ウォレットファイルのデフォルトの保存場所はどこ?

The default wallet file is called default_wallet which is created when you first run the application and located under the /wallets folder.

On Windows
Show hidden files
Go to \Users\YourUserName\AppData\Roaming\Local\Electrum
On Mac
Open Finder
Go > Go to folder (shift+cmd+G) and type ~/.electrum
On Linux
Home Folder
Go > Location and type ~/.electrum

Electrumで一斉送金もできるの?

You can use the CSV import feature to make bulk payments. It can accept either a CSV file or CSV entered into a text box. The rough format is:
"ADDRESS","AMOUNT"
"ADDRESS","AMOUNT"

複数署名が必要なアドレスへの送金は可能なの?

Yes Electrum does support sending to multisig addresses or P2SH addresses (addresses starting with '3').

Electrumには生の取引を作成・署名できるの?

Electrum lets you create and sign raw transactions right from the user interface using a form.