Difference between revisions of "Terracoin Electrum Wallet"
Line 1: | Line 1: | ||
− | == Terracoin Electrum Wallet == |
||
− | |||
Terracoin Electrum is a light wallet which uses powerful external servers to index the blockchain, while still securing the keys on your personal computer. Transactions are verified on the Terracoin blockchain using a technique called Secure Payment Verification (SPV), which only requires the block headers and not the full block. This means that wallet startup is almost instant, while still keeping your funds secure and mobile. It does not currently support advanced InstantSend and PrivateSend features. |
Terracoin Electrum is a light wallet which uses powerful external servers to index the blockchain, while still securing the keys on your personal computer. Transactions are verified on the Terracoin blockchain using a technique called Secure Payment Verification (SPV), which only requires the block headers and not the full block. This means that wallet startup is almost instant, while still keeping your funds secure and mobile. It does not currently support advanced InstantSend and PrivateSend features. |
||
Line 6: | Line 4: | ||
[[File: Terracoin-electrum-home.png]] |
[[File: Terracoin-electrum-home.png]] |
||
+ | |||
+ | |||
+ | ==Installation== |
||
+ | |||
+ | ===Download=== |
||
+ | |||
+ | You can download Terracoin Electrum from the official Terracoin website or the Terracoin Electrum minisite. |
||
+ | |||
+ | * https://terracoin.io/#downloads |
||
+ | * https://terracoin.io/electrum/ |
||
+ | |||
+ | Terracoin Electrum is developed by '''The Terracoin Foundation''' and is released through GitHub. |
||
+ | |||
+ | * https://github.com/terracoin/electrum-trc/releases |
||
+ | |||
+ | You can optionally verify the integrity of your download by running the following commands (example for Linux): |
||
+ | |||
+ | wget https://github.com/terracoin/electrum-trc/releases/download/3.3.8/Terracoin-Electrum-3.3.8.tar.gz |
||
+ | sha256sum https://github.com/terracoin/electrum-trc/releases/download/3.3.8/Terracoin-Electrum-3.3.8.tar.gz |
||
+ | wget https://github.com/terracoin/electrum-trc/releases/download/3.3.8/SHA256SUMS.txt.asc |
||
+ | cat SHA256SUMS.txt.asc |
||
+ | |||
+ | |||
+ | ====Linux==== |
||
+ | |||
+ | ====macOS==== |
||
+ | |||
+ | ====Windows==== |
||
+ | |||
+ | ====Android==== |
||
+ | |||
+ | ===Creating a New Wallet=== |
||
+ | |||
+ | ==Sending and receiving== |
||
+ | |||
+ | |||
+ | ==Wallet security== |
||
+ | |||
+ | |||
+ | ==Frequently Asked Questions== |
||
+ | |||
+ | |||
+ | ==Advanced functions== |
Revision as of 17:40, 26 July 2019
Terracoin Electrum is a light wallet which uses powerful external servers to index the blockchain, while still securing the keys on your personal computer. Transactions are verified on the Terracoin blockchain using a technique called Secure Payment Verification (SPV), which only requires the block headers and not the full block. This means that wallet startup is almost instant, while still keeping your funds secure and mobile. It does not currently support advanced InstantSend and PrivateSend features.
Terracoin Electrum is a fork of the Electrum wallet for Bitcoin. While this documentation focuses on using Terracoin Electrum, full documentation of all Bitcoin Electrum features (mostly identical in Terracoin Electrum) is available at the official documentation site.
Contents
Installation
Download
You can download Terracoin Electrum from the official Terracoin website or the Terracoin Electrum minisite.
Terracoin Electrum is developed by The Terracoin Foundation and is released through GitHub.
You can optionally verify the integrity of your download by running the following commands (example for Linux):
wget https://github.com/terracoin/electrum-trc/releases/download/3.3.8/Terracoin-Electrum-3.3.8.tar.gz sha256sum https://github.com/terracoin/electrum-trc/releases/download/3.3.8/Terracoin-Electrum-3.3.8.tar.gz wget https://github.com/terracoin/electrum-trc/releases/download/3.3.8/SHA256SUMS.txt.asc cat SHA256SUMS.txt.asc