Hi
I had a query.
I am running a TON node
is there any way I can make, obtain and load snapshots for my node?
i looked up online but didnt find any documentation on it
Feb 27, 2023, 7:57 AM
What do you mean exactly
Feb 27, 2023, 8:01 AM
for syncing a ton node, i was wondering if there is any way i can sync it using a DB snapshot
if not readily available any way i can create it myself
Feb 27, 2023, 8:02 AM
dump.ton.org
Or archival-dump.ton.org for an archival node
Feb 27, 2023, 8:03 AM
thanks a lot!
Feb 27, 2023, 8:03 AM
Maybe the receiver just didn't make any outgoing transactions?
Ask them to do so, it will activate the wallet.
And you can't really change the order of these messages. They are processed in the order of their Logical time
Feb 27, 2023, 9:29 AM
i just want to read the transaction
Feb 27, 2023, 9:30 AM
What do you mean exactly
Feb 27, 2023, 9:31 AM
i want to read message/transaction before being added to block or something.
is it something possible?
Feb 27, 2023, 9:33 AM
Why do you want to do so?
Feb 27, 2023, 9:33 AM
i want to compete in transaction race
for the purpose of quickly buy nft
Feb 27, 2023, 9:34 AM
If you already see some tx in that queue, you probably won't be able to compete with it
There's still some chance of doing so, but still not guaranteed
And also, these "NFT buy" transactions are pretty rare in terms of one single NFT, so there won't be any queue at all
Feb 27, 2023, 9:36 AM
if two people sending ton to one contract at same time how to be faster and ahead of anyone?
Feb 27, 2023, 9:36 AM
Messages are processed in order of their logical time, if we are talking about one exact contract
Feb 27, 2023, 9:37 AM
yes single contract
how logical time calculated?
Feb 27, 2023, 9:37 AM
Validator can set almost any logical time to messages that they want. But how it usually happens can be found in the sources of validator engine
Feb 27, 2023, 9:37 AM
it has any relation to unix timestamp?
Feb 27, 2023, 9:37 AM
No
Feb 27, 2023, 9:37 AM