ETN 挖礦起手式之產生錢包

2017-12-08

Electroneum

最近一周比特幣大漲,創歷史新高點 16000 USD,甚至一天漲幅超過 50%,從 12000 衝破 15000 USD 大關,其他加密貨幣也跟者水漲船高,再度掀起了加密貨幣的熱潮。

今天要介紹一個新的幣種叫做 Electroneum,代碼為 ETN,跟門羅幣(XMR)使用同樣的 Cryptonight 演算法,所以也能用 XMR 的挖礦軟體挖。

產生錢包

離線紙錢包

Electroneum 官網提供線上產生錢包地址的服務。
注意:此功能僅相容於 Chrome 瀏覽器。

https://downloads.electroneum.com/offline_paper_electroneum_walletV1.5.html

點選 LET’S GET STARTED,開始產生錢包地址。

Get Started

過程中要求移動游標以產生足夠的熵。

進度條滿了後,你的紙錢包就產生完成了,按 SAVE WALLET AS PDF 儲存錢包為 PDF 格式。

Paper Wallet

有 Public Wallet、Private View、Private Spend 的地址,除了 Public Wallet,Private View 和 Private Spend 皆不可外傳,如果丟失了也找不回來。

可以把紙錢包列印出來,還可以折成一個皮夾,這樣就不怕被駭客竊取了。

CLI 錢包

從官方 Github 的 Release 取得程式,支援各種平台。

這邊示範 Windows 下的操作方法,先把 zip 解出來,執行 electroneum-wallet-cli.exe

執行後會先問你是否載入錢包,因為還沒有產生錢包,先輸入想要的檔名。

1
2
Specify wallet file name (e.g., MyWallet). If the wallet doesn't exist, it will be created.
Wallet file name (or Ctrl-C to quit): TestWallet

找不到錢包,是否新增名為 TestWallet 的錢包,這裡選 Yes。

1
2
No wallet found with that name. Confirm creation of new wallet named: TestWallet
(Y/Yes/N/No): y

錢包產生完畢後會要求輸入密碼加密錢包。

1
2
3
Generating new wallet...
Enter new wallet password: ******
Confirm Password: ******

選擇錢包種子碼的語言,選 1(English)。

1
2
3
4
5
6
7
8
9
10
11
12
13
List of available languages for your wallet's seed:
0 : Deutsch
1 : English
2 : Espa帽ol
3 : Fran莽ais
4 : Italiano
5 : Nederlands
6 : Portugu锚s
7 : 褉褍褋褋泻懈泄 褟蟹褘泻
8 : 鏃ユ湰瑾
9 : 绠€浣撲腑鏂?(涓浗)
10 : Esperanto
Enter the number corresponding to the language of your choice: 1

下面會印出由 25 個英文單子所組成的種子碼,請好好保存,如果你遺失錢包的話可以用它來恢復錢包,當然也不能外流。

程式目錄會產生三個檔案,分別為 TestWalletTestWallet.address.txtTestWallet.key,其中 TestWallet.address.txt 是錢包的公開地址,剩下兩個都是加密過後的檔案。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Generated new wallet: etnjwj1BaJh2cm4Xe1rpwEfbrx4TUxd1zJSgErbtJoARMbiwrRGXnAdR2ev8HxDyk7HBG4EQ2GBo9E7DvZxWGavL8zFkqC53ni
View key: ccc1cd64c3f0a947016f8cab7a38beb633782e7a791873ebb7da3ffaada48a02
**********************************************************************
Your wallet has been generated!
To start synchronizing with the daemon, use "refresh" command.
Use "help" command to see the list of available commands.
Always use "exit" command when closing electroneum-wallet-cli to save your
current session's state. Otherwise, you might need to synchronize
your wallet again (your wallet keys are NOT at risk in any case).


PLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.

duckling eluded unlikely quick razor wife viking impel
touchy family butter ripped fuzzy bevel pastry pyramid
pheasants value bawled ajar corrode asylum woven acumen butter
**********************************************************************

匯入紙錢包到 CLI 錢包

如果想要轉出轉入就要用 CLI 錢包來操控,建議先將之前產生的紙錢包刪除換行符號,整理成純文字檔,等一下會比較好操作。

在程式目錄下啟動 CMD,並執行下面指令:

1
electroneum-wallet-cli.exe --generate-from-keys NewWallet.etn

NewWallet 可以改成自己想要的名稱。

分別輸入剛才的 Public Wallet、Private Spend 和 Private View 地址。

1
2
3
Standard address: etnkPiiBjzL15T4T59bnQ4BosUwBSZ4TDKMAQienFzBjF5RPAQ9HoQgd2ay2sd18m2dVWztyy42vo9p5PaCJMNsR8tLmBoV91m
Secret spend key: 179693c1adf2325c6cdc207804e74256a04756486c0284f407b7b2aa89fe5c0f
Secret view key: e470c969edefbc671e5870f23d3acafc576ec8dba56ccedb2269cca8f946d30f

接著會詢問密碼來加密錢包檔。

1
2
3
Enter new wallet password: ******
Confirm Password: ******
Generated new wallet: etnkPiiBjzL15T4T59bnQ4BosUwBSZ4TDKMAQienFzBjF5RPAQ9HoQgd2ay2sd18m2dVWztyy42vo9p5PaCJMNsR8tLmBoV91m

最後問的問題選預設即可。

1
Restore from specific blockchain height (optional, default 0): 0

跟用 CLI 錢包產生新錢包一樣,會產生三個檔案,NewWalletNewWallet.address.txtNewWallet.key,下次開啟 CLI 錢包時就可以輸入 NewWallet 載入錢包了。

如果覺得我的文章有幫助到您,可以透過發送加密貨幣到以下地址贊助我:

BTC:1AG6wprRirfBwV4FoYEEbZebGacroh7CHV

ETH:0xe1BCEAa7e2863F58430ace725a79EcEDaE747b07

XMR:45ceB7fA4r4Mo8trRQG6bSYTHmFaYQeA7Q3B192FZLsYfipV4LfRWwNjA72aSgWbhPQQqcxkXmpmi7KZbd1zxCwe3TdHyvm

ETN:etnkKXAv5TaVAnQuhc3ZCg8nJCSnLQYWCNREJwi5QitHiTzDmS179GbBdzLHp2z3bFNsFzrJmjhuHLzX475oEWVr8CgN4AucjM

Reference

分類: #挖礦

留言: