0
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 make samdalShoestringNode to samdalBootstrapNode🌺samdalShoestringNodeからsamdalBootstrapNodeへの変換

Last updated at Posted at 2025-05-04

When it becomes difficult to update, link, or unlink your votingKey in samdalShoestringNode, you can use familiar bootstrap commands to update, link, and unlink it.
samdalShoestringNodeで votingKeyの更新、link、unlinkが困難になった時に、使い慣れた bootstrapでのコマンドで、更新、link、unlink作業をする方法。
 
 
 
 
Install samdal-bootstrap. Do this in your home directory.
ホームディレクトリ上で samdal-bootstrapのインストール作業をします。

cd

wget b.dusanjp.com/samdal/sabi

sh sabi

samdal-bootstrap -v

Now samdal-bootstrap is installed.
これで samdal-bootstrapはインストール出来ました。
 
 
Next, enter the shoestringNode working directory.
次は、shoestringNodeの作業ディレクトリに入って下さい。

cd <your shoestringNodes directory>

 

In the working directory of the shoestringNode, create a samdalBootstrapNode called 'unlink'.
shoestringNodeの作業ディレクトリ内に、'unlink'と言う名前の samdalBootstrapNodeを作成します。

wget b.dusanjp.com/samdal/shoestring/smu

sh smu

 
 
An 'unlink' directory has been created in the working directory.
You can enter this 'unlink' directory and use the bootstrapNode commands to update the votingKey and perform link/unlink operations.
作業ディレクトリに 'unlink'ディレクトリが出来ました。
この 'unlink'に入って、bootstrapNodeのコマンドで、votingKeyの更新、link/unlink作業が出来ます。

cd unlink

[example to use]
symbol-bootstrap updateVotingKeys
symbol-bootstrap link
symbol-bootstrap link --unlink

 
 
The bootstrapNode 'unlink' has the same nodekeys as the samdalShoestringNode and the votingKey is also copied.
bootstrapNode 'unlink'は、samdalShoestringNodeと同じ nodekeysを持ち、votingKeyも copyされています。

0
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
0
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?