Misakachain commited on
Commit
56299d8
·
verified ·
1 Parent(s): 85576ed

fix: the node needs --testnet beside --netsuffix=11 (without it kaspad boots mainnet), and the three operator facts production requires

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -109,7 +109,27 @@ cargo build --release -p misaka-palw-base0 --bin qwen36-convert
109
  ### ノードで動かす
110
 
111
  ```bash
112
- kaspad --netsuffix=11 --palw-class-artifact=/path/to/qwen36.palwq36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  ```
114
 
115
  **アーティファクトが無くてもフルノードとして動きます。** このクラスのブロックも含めて検証は
 
109
  ### ノードで動かす
110
 
111
  ```bash
112
+ kaspad --testnet --netsuffix=11 --palw-class-artifact=/path/to/qwen36.palwq36
113
+ ```
114
+
115
+ `--netsuffix=11` **だけでは mainnet で起動します** — `--testnet` が要ります(実機で確認済み)。
116
+ 起動すると fingerprint `a14333bf81444b14b972df92d5e6d2c52a5c9ef0cb7ae06d99407c2731a0f8d2`
117
+ (testnet-11、3クラス)を表示し、アーティファクトを読み込んで報告します:
118
+
119
+ ```
120
+ [palw-producer] loaded class artifact …/qwen36.palwq36 (40 layers, 33.27 GiB, computed root …)
121
+ ```
122
+
123
+ ブロックを産出するには、さらに operator の3事実が要ります(いずれも欠けると
124
+ その理由を名指しして production を止めます):
125
+
126
+ ```bash
127
+ kaspad --testnet --netsuffix=11 \
128
+ --palw-class-artifact=/path/to/qwen36.palwq36 \
129
+ --palw-produce \
130
+ --palw-producer-key=<32byte hex seed のパス(chmod 600)> \
131
+ --palw-producer-bond=<txid:index> \
132
+ --palw-producer-pay-address=<misakatest:…>
133
  ```
134
 
135
  **アーティファクトが無くてもフルノードとして動きます。** このクラスのブロックも含めて検証は