Lightweight Bitcoin Client

Perguntas Frequentes


Como é que o Electrum funciona?

O foco do Electrum é a rapidez, com baixo uso de recursos e simplificando o Bitcoin. O início é instantâneo pois o Electrum opera em conjunto com servidores de alta-performance que asseguram as tarefas mais complexas do sistema Bitcoin.

O que é a Semente?

O Electrum utiliza uma semente aleatória de 128-bits para gerar a sua chave privada. A semente pode ser representada como um código mnemónico de 12 palavras. Não é necessário efetuar cópias de segurança regulares, porque a sua carteira pode ser recuperada a partir da semente que pode ser memorizada ou escrita em papel.

Example:
hexadecimal: 431a62f1c86555d3c45e5c4d9e10c8c7
mnemónica: "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.

O que é o limite de intervalo?

The gap limit is the maximun number of unused addresses in your deterministic sequence of addresses. Electrum uses a gap limit to stop looking for addresses, it is set to 5 by default, so the client get all addresses until 5 unused addresses are found.

O que significa "Congelar" um endereço no 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.

Que encriptação é utilizada para as carteiras?

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

O Electrum suporta carteiras frias?

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.

Posso importar endereços de outros clientes Bitcoin?

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.

Onde está o meu ficheiro de carteira?

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

Posso fazer pagamentos "em série" com o 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"

O Electrum suporta o envio para endereços de assinatura-múltipla?

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

O Electrum pode criar e assinar transações em bruto?

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