[Coin]如何在 Pi 4 運行 Ethereum 節點教學
最近行情低迷來發個騙錢文加減賺錢XDD
Raspberry Pi 4 4GB Ethereum install 教學
硬體準備
Raspberry Pi 4 4GB版本 *1 2040元
Raspberry Pi 4 電源供應器 340元(似乎很挑Type-c線,建議使用)
Mirco SD 32GB *1 599元
1.cd到tmp
$cd /tmp
2.安裝go語言
$ sudo apt-get install golang-go
3.檢查go版本
$ sudo lang version
4.安裝 Geth v1.9.6(2019/10出的版本)
要確認Geth版本可以去 https://geth.ethereum.org/downloads/
$ git clone https://github.com/ethereum/go-ethereum.git --branch v1.9.6
$ sudo make geth
$ sudo mv /tmp/go-ethereum/build/bin/geth /usr/local/bin
5.檢查Geth版本
$ geth version
6.進行同步
$ geth --cache = 218 --syncmode"light"
如果要測試請用下面兩個指令(二選一)
$ geth --cache = 128 --syncmode"light" --rpc --rpcaddr 0.0.0.0
$ geth --testnet --cache = 128 --syncmode"light" --rpc --rpcaddr 0.0.0.0
上述指令說明
--cache value Megabytes of memory allocated to internal caching
(default: 1024)
--syncmode "fast" Blockchain sync mode ("fast", "full", or "light")
--rpc Enable the HTTP-RPC server
--rpcaddr value HTTP-RPC server listening interface (default: "localhost")
其他說明在麻煩大家看這裡囉^_^
https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options
7.去吃碗麵,吃完就差不多同步完成拉!!
可以去Ethstats看最新區塊狀態
https://ethstats.net/
如果要離開網路同步請愛用Ctrl + C
恭喜Ethereum又朝向去中心化一步,歡迎大家加入!!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.250.98.55 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/DigiCurrency/M.1571614565.A.33F.html
※ 編輯: b24333666 (111.250.98.55 臺灣), 10/21/2019 07:38:20
※ 編輯: b24333666 (111.250.98.55 臺灣), 10/21/2019 07:50:28
※ 編輯: b24333666 (111.250.98.55 臺灣), 10/21/2019 07:52:05
※ 編輯: b24333666 (111.250.98.55 臺灣), 10/21/2019 07:54:03
推
10/21 07:59,
5年前
, 1F
10/21 07:59, 1F
→
10/21 07:59,
5年前
, 2F
10/21 07:59, 2F
推
10/21 08:21,
5年前
, 3F
10/21 08:21, 3F
→
10/21 08:28,
5年前
, 4F
10/21 08:28, 4F
※ 編輯: b24333666 (111.250.98.55 臺灣), 10/21/2019 08:30:39
※ 編輯: b24333666 (111.250.98.55 臺灣), 10/21/2019 08:33:59
※ 編輯: b24333666 (223.137.177.49 臺灣), 10/21/2019 08:36:52
推
10/21 09:11,
5年前
, 5F
10/21 09:11, 5F
→
10/21 09:21,
5年前
, 6F
10/21 09:21, 6F
推
10/21 09:45,
5年前
, 7F
10/21 09:45, 7F
推
10/21 10:51,
5年前
, 8F
10/21 10:51, 8F
推
10/21 15:13,
5年前
, 9F
10/21 15:13, 9F
→
10/21 17:08,
5年前
, 10F
10/21 17:08, 10F
→
10/21 17:15,
5年前
, 11F
10/21 17:15, 11F
→
10/21 17:16,
5年前
, 12F
10/21 17:16, 12F
推
10/21 17:39,
5年前
, 13F
10/21 17:39, 13F
→
10/21 21:47,
5年前
, 14F
10/21 21:47, 14F
推
10/21 22:18,
5年前
, 15F
10/21 22:18, 15F
推
10/22 04:51,
5年前
, 16F
10/22 04:51, 16F
→
10/22 04:58,
5年前
, 17F
10/22 04:58, 17F
推
10/22 05:21,
5年前
, 18F
10/22 05:21, 18F
推
10/22 09:59,
5年前
, 19F
10/22 09:59, 19F
DigiCurrency 近期熱門文章
PTT數位生活區 即時熱門文章