1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

How to join the samdal👡Network with node using symbol-shoestring.🌺symbol-shoestringを使用した samdal👡NetworkNodeの作り方

Last updated at Posted at 2024-10-13

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 に行って
メインアカウントのリンク状態を確認してね。
image.png
 
 

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時間程で
効力を失うから、署名とアナウンスは早めにね!

🌺

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?