Go-Ethereum

如何將 geth 創世轉換為平價創世?

  • December 16, 2017

為了將gethgenesis 轉換為paritygenesis,我引導到以下連結:github.com/keorn/parity-spec。我遵循了解釋的用法。

當我嘗試執行時:cargo run -- example-geth.json我遇到以下錯誤:

error: An unknown error occurred

To learn more, run the command again with --verbose.
*[master][~/parity-spec]$ sudo cargo run --verbose

error: could not execute process `rustc -vV` (never executed)

Caused by:
 No such file or directory (os error 2)

$$ Q $$我怎樣才能防止這個錯誤發生?或者有沒有其他方法可以將geth創世轉化為parity創世? 感謝您寶貴的時間和幫助。

錯誤:無法執行程序rustc -vV(從未執行)

安裝 rust https://www.rust-lang.org/en-US/ :)

curl https://sh.rustup.rs -sSf | sh

引用自:https://ethereum.stackexchange.com/questions/13190