Какова адекватная плата за операцию по выявлению?
3 ответ
- голосов
-
- 2019-03-16
Заданный вопрос сбивает с толку разные вещи.
Операция «раскрытие» - это операция,которая записывает в цепочку открытый ключ,связанный с хешем открытого ключа для неявной учетной записи.Плата,связанная с этой операцией,определяется отправителем,хотя большинство пекарей устанавливают минимальную комиссию по умолчанию (в данном случае в настоящее время она составляет 1267 мкis).
Создание новой учетной записи путем отправки токенов на неявный адрес не является операцией «раскрытия»,поскольку в этой операции не требуется знать открытый ключ.Тем не менее,это вызывает создание неявной учетной записи в цепочке.Стоимость хранения должна быть оплачена,и она не является частью комиссии за транзакцию.Он списывается непосредственно со счета,на котором совершается транзакция,хотя на него распространяется ограничение,указанное отправителем.Значение по умолчанию для стоимости хранения действительно составляет 0,257 XTZ.
The question as stated confuses different things.
A "reveal" operation is an operation that writes on the chain the public key associated with a public key hash for an implicit account. The fee associated with this operation is up for the sender to decide, though most bakers implement default minimum fees (in this case it is currently 1267µꜩ).
The creation of a new account by sending tokens to an implicit address is not a "reveal" operation as the public key needs not be known in this operation. However, it does trigger the creation of an implicit account on the chain. Storage cost has to be paid, and it is not a part of the transaction fee. It is deducted directly from the account making the transaction, though it is subject to a cap specified by the sender. The default value for the storage cost incurred is indeed 0.257 XTZ.
-
Спасибо вам обоим.Мое намерение действительно состоит в том,чтобы указать комиссию для покрытия затрат на создание новой учетной записи при отправке на нее токенов.Thank you both. My intention is, indeed, specify a fee to cover the costs of a creation of a new account when sending tokens to it.
- 1
- 2019-03-16
- Luiz Milfont
-
- 2019-03-16
Плата за добавление новой учетной записи в глобальное состояние (
--burn-cap
сtezos-client
) составляет 0,257 XTZ.Запись исходного файла рассчитывается как
Tez_repr. (cost_per_byte *? (Int64.of_int origin_size))
.cost_per_byte
составляет 0,001 XTZ.Это 1000mutez и1 000 000mutez==1tez
.исходный_размер
- 257.В связи с этим итоговая стоимость создания совершенно новой учетной записи составляет 257 000 тэз или 0,257 тэз.
Это определено в
proto_alpha/lib_protocol/fee_storage.ml
,proto_alpha/lib_protocol/constants_repr.ml
иproto_alpha/lib_protocol/qty_repr.ml код>
The fee for adding a new account to the global state (
--burn-cap
withtezos-client
) is 0.257 XTZ.The origination burn is calculated as
Tez_repr.(cost_per_byte *? (Int64.of_int origination_size))
.cost_per_byte
is 0.001 XTZ. It is 1000 mutez and1,000,000 mutez == 1 tez
.origination_size
is 257.Due to that the resulting cost for an origination of a completely new account is 257,000 mutez or 0.257 tez.
This is defined in
proto_alpha/lib_protocol/fee_storage.ml
,proto_alpha/lib_protocol/constants_repr.ml
, andproto_alpha/lib_protocol/qty_repr.ml
-
Это неверно,первоначальная запись не входит в комиссию за транзакцию.That's incorrect, the origination burn is not part of the transaction fee.
- 1
- 2019-03-16
- Arthur B
-
Да вы правы.Я отредактировал приведенный выше ответ,чтобы уточнить,что описываемая мною плата взимается за добавление новой учетной записи в штат.Yes, you are correct. I have edited the above answer to clarify that the fee that I describe there is for adding a new account to the state.
- 0
- 2019-03-16
- adrian
-
Я предлагаю держать терминологию отдельно: «Комиссия» означает выплачиваемую пекарю.«Сжечь» означает уничтожить.I suggest keeping the terminology separate: "Fee" means paid to the baker. "Burn" means destroyed.
- 2
- 2019-03-16
- Tom
-
- 2019-06-04
В Афинах (proto004) обновленные расценки доступны здесь
https://github.com/keefertaylor/TezosKit/blob/master/docs/AthensProtocolFees.md
In athens (proto004) the updated fees are available here
https://github.com/keefertaylor/TezosKit/blob/master/docs/AthensProtocolFees.md
При переводе средств на нераскрытый аккаунт Tezos необходимо заплатить «комиссию за раскрытие информации».