paymentwithstake.addr ? …IOHKのただのタイプミス?

徒然草2.0

引用元:https://forum.cardano.org/t/what-is-paymentwithstake-address/36982

I’m right now in this step
今このステップにいます。

https://docs.cardano.org/projects/cardano-node/en/latest/stake-pool-operations/register_key.html 1

after register the certificate. I try to create draft transaction
証明書を登録した後。取引ドラフトを作成してみます
the command is like this
コマンドはこのようなものです

> cardano-cli shelley transaction build-raw \
> –tx-in b64ae44e1195b04663ab863b62337e626c65b0c9855a9fbb9ef4458f81a6f5ee#1 \
> –tx-out $(cat paymentwithstake.addr)+0 \
> –ttl 0 \
> –fee 0 \
> –out-file tx.raw \
> –certificate-file stake.cert

is the paymentwithstake.addr same with payment.addr that we create before or we must create new wallet.addr ?
以前に作成したpaymentwithstake.addrとpaymentwithstake.addrは同じですか、または新しいwallet.addrを作成する必要がありますか?

—-

input-output-hk/cardano-node/blob/1.18.0/doc/stake-pool-operations/simple_transaction.md 1
# Create a simple transaction

Creating a transaction requires various steps:
トランザクションを作成するには、さまざまな手順が必要です。

* Get the protocol parameters
* Calculate the fee
* Define the time-to-live (TTL) for the transaction
* Build the transaction
* Sign the transaction
* Submit the transaction

#### Get protocol parameters

Get the protocol parameters and save them to `protocol.json` with:
プロトコルパラメータを取得し、次のようにしてそれらを `protocol.json`に保存します。

cardano-cli shelley query protocol-parameters \
–testnet-magic 42 \
–out-file protocol.json

#### Get the transaction hash and index of the **UTXO** to spend:
####使用する** UTXO **のトランザクションハッシュとインデックスを取得します。
This file has been truncated. show original 1
このファイルは切り捨てられました。オリジナルを表示1

A simple transaction needs one input, a valid UTXO from payment.addr , and two outputs:
単純なトランザクションには、1つの入力、payment.addrからの有効なUTXO、および2つの出力が必要です。

Output1: The address that receives the transaction. 2) The address to send the change
出力1:トランザクションを受け取るアドレス。 2)変更を送信するアドレス
Output2: The address that receives the change of the transaction.
出力2:トランザクションの変更を受け取るアドレス。

—-
This also makes no sense to me, looking for an answer.
これも私には意味がなく、答えを探しています。

@avilsmeier –返信には従いません…質問とどのように関連していますか。つまり、paymentwithstake.addrは前のドキュメントで参照されておらず、カルダノクリによって解決されません。
@avilsmeier – I don’t follow your reply… how does it relate to the question, i.e. that paymentwithstake.addr is not referenced in the preceding docs, and isn’t resolved by cardano-cli?
—-
Thanks for answering my question. I’m also think the same thing. I consider to think that the paymentwithstake.addr is payment.addr.
私の質問に答えてくれてありがとう。私も同じことだと思います。 paymentwithstake.addrはpayment.addrであると考えることを検討します。
But at the last step to register my stakepool I got an error
しかし、ステークプールを登録する最後のステップでエラーが発生しました
like this
このような
Error while submitting tx: ApplyTxError [LedgerFailure (DelegsFailure (DelplFailure (DelegFailure (StakeDelegationImpossibleDELEG (KeyHashObj (KeyHash “xxx”))))]
txの送信中にエラーが発生しました:ApplyTxError [LedgerFailure(DelegsFailure(DelplFailure(DelegFailure(StakeDelegationImpossibleDELEG(KeyHashObj(KeyHash“ xxx”))))]
I don’t know if this issue is related to the error.
この問題がエラーに関連しているかどうかはわかりません。
—-
This is surely simply a typo: it should be payment.addr, instead of paymentwithstake.addr.
これは確かに単なるタイプミスです。paymentwithstake.addrではなく、payment.addrである必要があります。
It’s a “null TX” that is sending the UTXO minus min. fee and minus keyDeposit back to itself, and attaching a certificate in the TX.
UTXOマイナス分を送信しているのは「null TX」です。料金とマイナスのkeyDepositをそれ自体に戻し、TXに証明書を添付します。

徒然草2.0
スポンサーリンク
シェアする
gomiryoをフォローする
ごみぶろぐ

コメント

タイトルとURLをコピーしました