What is the minimum stake for a validator? On GitHub (https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/nominator-pool.md) I found that the min...
I'm interested in becoming a validator but there's a question. I see that some validator pools are marked as "not profitable" because they already have more ...
one year ago
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
Suppose you have a TON mainnet wallet address and a testnet wallet address. You try to send some Toncoins from the first wallet and you use the second addres...
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
2 years ago
How can I call a function from a smart contract using Python? > This question was imported from Telegram Chat: https://t.me/tondev_eng/27664
Can I collect information on all the incoming external messages that a specific smart contract receives? Everything that goes through its recv_external(). --...
one year ago
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
2 years ago
On TON (and other blockchains that I know of) word mnemonics are like both login and password at the same time. So if I get it right, technically nothing sto...
one year ago
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
2 years ago
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
one year ago
UQBrIkn3a4dam3ysKTUc4VCwL2f2FgaQA3qbfGZrQiPi4lee my wallet UQC0lrj3O0af8GotieYsTXChA_wijIIVN7Sd_wkgYLwoHxMv name gate.io https://tonviewer.com/EQBrIkn3a4dam3...
one year ago
Hello, dear TON developpers I'm getting an error when running a getter .ts script. Name of the getter method in the smart contract(it's deployed with the get...
one year ago
The store_coins primitive naming seems more modern (it gets rid of the outdated "gram" concept). But I couldn't find store_coins in the official documentatio...
2 years ago
TON development world seems to be JavaScript/TypeScript-centered for now. If I know come from Python background, what should I use to develop on TON? --- > T...
When working with TON blockchain, I need to provide a network config file, for example when using the lite client: lite-client -C global.config.json -c 'send...
2 years ago
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
one year ago
I'm developing a smart contract for TON blockchain in FunC and I'm trying to find a bug in my code. I'm trying to debug the issue and will appreciate somethi...
Как, используя API или нечто иное, сделать перевод Тон-монет на сторонний кошелек? Веду разработку бота на телеграм, который и принимает платежи, и осуществл...
one year ago
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
2 years ago
Hi I'm just trying to get transactions for the address and getting this error from time to time (few times I got successfull response) request: curl -X 'GET'...
one year ago
In developing for blockchain it's important to save space, so it seems better to store the dates using 32-bit timestamps instead of 64-bit. But blockchain is...
2 years ago
TON wallets are smart contracts that need to be deployed on-chain. But if someone does not deploy their wallet contract, their wallet is unininitialized. Wha...
How do I sign a random hash value with the private key of a ton address? If someone claims that a signature was generated by using the private key of a publi...
According to TIP-64, the NFT metadata attributes are as follows: 1. uri 2. name 3. description 4. image 5. image_data But what if I wanted to add additional ...
Hi, Trying to refresh the TON wallet but getting error LITE_SERVER_UNKNOWN: cannot load block ... with specified transaction. Help please. Thx
one year ago
Is there a conventional way to concatenate two strings using FunC? --- > This question was imported from Telegram Chat: https://t.me/tondev/130472
one year ago
I would like to become a part of TON blockchain and run a full node without becoming a validator. What are good options for this? Do node owners usually rent...
2 years ago