¿Tarifas en proto 003?
-
-
Tambiénpuedeechar un vistazo a https://tezos.stackexchange.com/q/436/118You can also have a look at https://tezos.stackexchange.com/q/436/118
- 0
- 2019-02-14
- Ezy
-
Todavíano he superado los diferentestipos detarifas y cómofuncionan lastarifas.Algunos sitios web dicen que son opcionales.Seríabuenotener unapublicación queexpliqueen detalle lostipos detarifa,por québaja/media/alta,quéeselgas,etc.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
-
Explico lostipos detarifas al comienzo demi respuesta.¿Puede decirme lo quenoestá claro y lo actualizaré?GraciasI 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 respuestas
- votos
-
- 2019-01-31
Lainformaciónestá disponibleen la documentación oficialen la sección «Baker»
https://tezos.gitlab.io/mainnet/protocols/003_PsddFKi3.html
Lafórmulabásicaespecifica que lastarifas ahora dependen de 3parámetros: unatarifamínimafija,unatarifapor unidad de almacenamiento y unatarifapor unidad degas (que reflejael costo de realizar los cálculos). Esos 3parámetros quenoestán configurados anivel deprotocolopueden ser configurados anivel denodopor Bakers según suspreferencias. Sinembargo,elprotocolo restringeeltamañomáximo yelgasen unbloque.
Tambiénen eztz doctambiénpodemos obtenerestainformación
https://github.com/TezTech/eztz/blob/master/PROTO_003_FEES.md
Lastarifasestánen mutez y deben ser almenos: minfees>=100 + (gas * .1) + (opbytes * 1) Revela
• storage_limit : 0 • gas_limit : 10000 • opbytes : ~169 • fee : 1269
Delegaciones
• storage_limit : 0 • gas_limit : 10000 • opbytes : ~157 • fee : 1257
Orígenes
• storage_limit : 257 • gas_limit : 10000 • opbytes : ~185 • fee : ~1285
Incurreen unatarifa adicional de .257tzpor quemado de origen (para lafuente)
Transacciones a KT1/cuentaimplícita activa *
• storage_limit : 0 • gas_limit : 10100 • opbytes : ~162 • fee : 1272
Transacciones a cuentaimplícitainactiva
• storage_limit : 257 • gas_limit : 10100 • opbytes : ~162 • fee : 1272
Incurreen unatarifa adicional de .257tzpor quemadura de origen (para lafuente)
Vaciar una cuentaimplícita •gas_limit: agregue 160 •tarifa: agregue 16
Tambiéntengaen cuenta lo siguiente
• 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
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
Lastarifas se han actualizadoparaproto004 (atenas). Eche un vistazo aquíen elfuturo
https://github.com/keefertaylor/TezosKit/blob/master/docs/AthensProtocolFees.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
Lastarifas se han actualizado delproto 002 alproto 003.
¿Hay algún documento de referencia disponibleen algún lugar queindiqueinformación sobre lastarifas detezosproto 003?