Gebühren in Proto 003?
-
-
Sie können aucheinen Blick auf https://tezos.steckexchange.com/q/436/118 ansehenYou can also have a look at https://tezos.stackexchange.com/q/436/118
- 0
- 2019-02-14
- Ezy
-
Ich habeimmernochnicht die verschiedenen Gebührenarten und wie die Gebührenfunktionieren.Einige Websites sagen,dass sie optional sind.Es wäre schön,einen Beitragmit den Art der Gebühr ausführlich zuerklären,warumniedrig/Mid/High,wasist Gas usw.Still haven't got around the different types of fees and how fees work. Some websites say they are optional. It would be nice to have a post explaining in detail the types of fee, why low/mid/high, what is gas, etc.
- 0
- 2019-02-16
- luchonacho
-
Icherkläre die Arten von Gebühren zu Beginnmeiner Antwort.Können Siemirbitte sagen,was unklarist undich werde aktualisieren?Vielen DankI explain the types of fees in the beginning of my answer. Can you please tell me what is unclear and i will update ? Thanks
- 0
- 2019-02-16
- Ezy
-
2 Antworten
- Stimmen
-
- 2019-01-31
Die Informationenfinden Siein der offiziellen Dokumentationim Abschnitt «Baker»
https://tezos.gitlab.io/mainnet/protrotocols/003_psddfki3.html
Die Basisformelgibt an,dass die Gebührennun von 3 Parametern abhängen:eine feste Mindestgebühr,eine Gebühr durch Speichereinheit undeine Gebühr durch Gaseinheit (Reflexion der Kostenfür die Durchführung von Berechnungen). Diese 3 Parameter sindnicht auf Protokollebeneeingestellt,könnenje nach Präferenz auf dem Knotenebeneeingestellt werden. Das Protokoll umfasstjedoch diemaximale Größe und das Gasin einem Block.
Auchin EZTZ Doc können wir diese Informationen aucherhalten
https://github.com/teztech/eztz/blob/master/Probroto_003_fees.md
Gebühren sindin Mutez und solltenmindestens sein: Minfees>=100 + (Gas * .1) + (opbytes * 1) Enthüllt
• storage_limit: 0 •gas_limit: 10000 • Opbytes: ~ 169 • Gebühr: 1269
delegationen
• storage_limit: 0 •gas_limit: 10000 • OPBYTES: ~ 157 • Gebühr: 1257
Originations
• storage_limit: 257 •gas_limit: 10000 • OPBYTES: ~ 185 • Gebühr: ~ 1285
hateine zusätzliche .257TZ-Ursprungsgebühr (für die Quelle)
Transaktionen zum KT1/Active Implizit-Konto *
• storage_limit: 0 •gas_limit: 10100 • OPBYTES: ~ 162 • Gebühr: 1272
Transaktionen zuminaktivenimpliziten Konto
• storage_limit: 257 •gas_limit: 10100 • OPBYTES: ~ 162 • Gebühr: 1272
hateine zusätzliche .257TZ-Ursprungsgebühr (für die Quelle)
ein implizites Kontoentleert •gas_limit: add 160 • Gebühr: Hinzufügen 16
Beachten Sie auch diefolgenden
• OpbyTesisteine grobe Schätzungfürgrundlegende Vorgänge. Siemüssen dietatsächliche Größe der serialisierten Bedienbytes verwenden,die den 32 Byte-Header und die 64-Byte-Signaturenthält. • Eininaktives Impliziter-Kontoistein TZ-Kontomit dem Gleichgewicht von NIL (0),dasnicht als Delegierter/Baker registriertist
The information is available from the official documentation in the « Baker » section
https://tezos.gitlab.io/mainnet/protocols/003_PsddFKi3.html
The basic formula specifies that fees are now dependent on 3 parameters: a fixed minimum fee, a fee by storage unit and a fee by gas unit (reflection the cost of performing calculations). Those 3 parameters are not set at protocol level can be set at the node level by Bakers depending on their preference. The protocol constraints the maximum size and gas in a block however.
Also in eztz doc we can also get this info
https://github.com/TezTech/eztz/blob/master/PROTO_003_FEES.md
Fees are in mutez, and should be at least: minfees >= 100 + (gas * .1) + (opbytes * 1) Reveals
• storage_limit : 0 • gas_limit : 10000 • opbytes : ~169 • fee : 1269
Delegations
• storage_limit : 0 • gas_limit : 10000 • opbytes : ~157 • fee : 1257
Originations
• storage_limit : 257 • gas_limit : 10000 • opbytes : ~185 • fee : ~1285
Incurs an additional .257tz origination burn fee (for the source)
Transactions to KT1/active implicit account*
• storage_limit : 0 • gas_limit : 10100 • opbytes : ~162 • fee : 1272
Transactions to inactive implicit account
• storage_limit : 257 • gas_limit : 10100 • opbytes : ~162 • fee : 1272
Incurs an additional .257tz origination burn fee (for the source)
Emptying an implicit account • gas_limit: add 160 • fee: add 16
Also note the following
• opbytes is a rough estimate for basic operations. You need to use the actual size of the serialized operation bytes, which includes the 32 byte header and the 64 byte signature. • An inactive implicity account is a tz account with nil (0) balance which isn't registered as a delegate/baker
-
- 2019-06-04
Die Gebühren wurdenfür Proto004 (Athens) aktualisiert. Bitte schauen Sie hier vorwärts
https://github.com/keefertaylor/tezoskit/bob/master/docs/athenProtocolfee.md
The fees have been updated for proto004 (athens) please have a look here going forward
https://github.com/keefertaylor/TezosKit/blob/master/docs/AthensProtocolFees.md
Gebühren wurden von Proto 002 an Proto 003 aktualisiert.
Gibtesein Referenzdokument,dasirgendwo verfügbarist,der die Gebühreninformationenfür Tezos Proto 003 anzeigt?