Combien de temps faut-il pour une transaction faite de la CLI?
1 réponses
- votes
Tezos a untemps debloc de 1minute.Cela signifie que dans des conditions de réseauidéales,unnouveaubloc sera créé chaqueminute.Si vous soumettez unetransaction valide avec desfrais appropriés au réseaupar unmoyen,il seratraité dans lebloc suivant.
Dans le cas de l'utilisation de la CLIet de votreproprenoeudpour soumettre unetransaction,ilestpossible que votrenœud soit hors de synchronisationet ne relaispas correctement latransaction sur le réseau.
Unefois que vous avez soumis votretransaction,vérifiez avec unexplorateur deblocpour voir si le réseau évolue avec denouveauxblocs.Si lesblocs sonten cours de créationet que votretransactionn'estpasincluse,leproblèmeest votrenœud ou dans leformat/frais de votretransaction.
Vousne pouvezpas accélérer unetransaction àmoins que lesblocsne soientpleinset que votretransaction soit retardée carelle avaitbesoin de concurrencer d'autrestransactionsen soulevant lesfrais que vous êtesprêt àpayer.
Tezos has a block time of 1 minute. This means that under ideal network conditions a new block will be created every minute. If you submit a valid transaction with appropriate fees to the network by any means, it will be processed in the next block.
In the case of using the CLI and your own node to submit a transaction, it is possible that your node is out of sync and not properly relaying the transaction to the network.
Once you submit your transaction, check with a block explorer to see if the network is moving forward with new blocks. If the blocks are being created and your transaction is not being included then the problem is either your node or in the format/fee of your transaction.
You can not speed up a transaction unless the blocks were full and your transaction was being delayed because it needed to compete with other transactions by raising the fee you are willing to pay.
J'aifait latransaction ci-dessous
./Tezos-Clienttransfert 1 de "Origine" à "destinataire"
Maisil afallu 30minutespourmontrer sur leblockchain.Est-ceparce que celanécessite 30 confirmations?
Commentpuis-je rendre la vitesse detransactionplus rapidement?
merci!