準備工具:
虛擬機器:vmware workstation pro 14
ubuntu 桌面版系統映象:ubuntu-16.04.3-desktop-amd64.iso
鏈結工具:xshell
以太坊錢包版本: geth-linux-amd64-1.7.3-4bb3c89d.tar
安裝後ubuntu預先安裝指令
紅色字型為執行的指令!
1.更新包
root@ubuntu:/home/guazi/ethfile# sudo apt-get update
2.建立root登入許可權
ubuntu 預設是當前使用者,切換到root使用者下,擁有最高執行許可權,然而第一次登入需要先對root使用者進行密碼鍵入。
root@ubuntu:/home/guazi/ethfile# sudo passwd root
root@ubuntu:/home/guazi/ethfile# sudo apt-get install lrzsz
#rzsz的使用,下面的站點可以使用,和文件可以閱讀
4.安裝openssh,之後可以用xshell進行連線
root@ubuntu:/home/guazi/ethfile# sudo apt-get install openssh-server
使用xshell 進行連線ubuntu
1. 建立連線使用者
名稱一般都是用作記憶這個連線是做什麼的。
主機是連線的我們ubunut 伺服器的ip位址,可以使用指令進行檢視
之後進行連線到我們ubunutu 伺服器。
以太坊錢包上傳
這裡就不一步一步操作了,直接寫出指令了
root@ubuntu:/home/guazi/ethfile# mkdir ethfile
root@ubuntu:/home/guazi/ethfile# cd ethfile
root@ubuntu:/home/guazi/ethfile# rz
root@ubuntu:/home/guazi/ethfile# tar –xzvf geth-linux-amd64-1.7.3-4bb3c89d.tar.gz
root@ubuntu:/home/guazi/ethfile# cd geth-linux-amd64-1.7.3-4bb3c89d
root@ubuntu:/home/guazi/ethfile# ./geth –fast –rpc=true –rpcaddr 0.0.0.0 –rpcapi eth,personal
以太坊測試環境搭建
在部署以太坊之前需要安裝go go安裝 安裝 我的作業系統是debian,使用apt get install golang命令安裝go工具,由於go 需要儲存在workspace,所有可以在home目錄下建立乙個workspace,該目錄將被go工具用於儲存和編輯二進位制,命令如下 mkdir wo...
以太坊私鏈搭建
搭建私有鏈官方文件 network id 隔離網路 ethereum options networkid value network identifier integer,1 frontier,2 morden disused 3 ropsten,4 rinkeby default 1 networ...
Ubuntu以太坊私有鏈搭建
csdn部落格 安裝geth root dserv834 mtl8 apt get install software properties common root dserv834 mtl8 add apt repository y ppa ethereum ethereum root dserv8...