Now, I'll show you how to create a samdalNetworkNode using symbol-shoestring.ufufu🌺
symbol-shoestring を使用して samdalNetworkNode を作成する方法を説明しますわ。うふふ🌺
At first make working directory nemed anything is fine.
最初に、作業ディレクトリを作るの。名前はなんでもいいわ。
mkdir xxxxx
Enter working directory.
作業ディレクトリに入るの。
cd xxxxx
If you already have ca.key.pem, copy it to your working directory.
Or make 'ca.key.pem' for mainAccount.
もう ca.key.pemを持っていたら、作業ディレクトリにコピーしてね。
それか、ca.key.pemを作ってね。
Make 'shoestring' directory.
'shoestring'ディレクトリを作るの。
mkdir shoestring
Enter 'shoestring' directory.
'shoestring'ディレクトリに入るの。
cd shoestring
Make configFile 'shoestring.ini' for samdalNetwork.
samdalNetwork用のコンフィグファイル 'shoestring.ini' を作るの。
python3 -m shoestring init shoestring.ini --package http://b.dusanjp.com/samdal/shoestring/networks-samdal.zip
Edit 'shoestring.ini'.
'shoestring.ini' を編集するの。
vi shoestring.ini
Download 'overrides.ini'.
'overrides.ini' をダウンロードするの。
wget b.dusanjp.com/samdal/shoestring/overrides.ini
Edit 'overrides.ini'.
'overrides.ini' を編集するの。
vi overrides.ini
Back to working directory.
作業ディレクトリに戻るわ。
cd ../
Setup the node.
nodeを作成しましょう。
python3 -m shoestring setup --ca-key-path ca.key.pem --config shoestring/shoestring.ini --overrides shoestring/overrides.ini --directory . --package http://b.dusanjp.com/samdal/shoestring/networks-samdal.zip
Sign to 'linking_transaction.dat' that transactionFile to link remote/vrf/votingKey.
remote/vrf/votingKeyにリンクするトランザクションファイル 'linking_transaction.dat' に署名するの。
python3 -m shoestring signer --config shoestring/shoestring.ini --ca-key-path ca.key.pem --save linking_transaction.dat
Announce transaction to link remote/vrf/votingKey.
remote/vrf/votingKeyをリンクするトランザクションをアナウンスするわ。
python3 -m shoestring announce-transaction --config shoestring/shoestring.ini --transaction linking_transaction.dat
Check the status of your mainAccount at http://samdal.dusanjp.com:8080 with browser.
ブラウザで、http://samdal.dusanjp.com:8080 に行って
メインアカウントのリンク状態を確認してね。
Note! linking_transaction.dat will become invalid about an hour after the setup command is executed, so please sign and announce as soon as possible.
linking_transaction.datは、setup命令の実行後から約1時間程で
効力を失うから、署名とアナウンスは早めにね!
🌺