Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Linux Command-Line CLI Wallet

Hi there, I am looking for a linux command-line wallet for Toncoin. Is there already such a project or is the there an SDK/Whitepapper to implement it myself. I am looking for limited functionality. Similair to the tpay wallet (where did this wallet go) but for the CLI. I like the to drive the wallet with script/bash and/or external apps. Electrum (BTC & LTC) cli wallet opened up a lot of functionality this way.

This call for action comes after experience today with MyTonWallet. MyTonWallet does not have a verified release on Github, not does it provide hashes and worse, it updates its own AppImage without asking the user. Atomic Wallet got hacked the same way. Seems no lessons learned from the Electrum exploit.

I am anal on security, have some time, commited to Ton, but please, lets provide a high security (cold) wallet that is driven by an external app.

  
  
Posted one year ago
Votes Newest

Answers 4


After searching for a day I came the following useful crumbs:

  1. https://tonconsole.com/

  2. https://github.com/ton-defi-org/ton-offline-transaction

  3. Is a good candidate to glue elements together in a modular way using a script, especially for Cold Storage. I also find that (working) sample code with script is a great way to get a flying start. Scripts can be read by everyone. Let me know if there is a need for this.

1
1
Posted one year ago

tonlib-cli from the TON monorepo should work well.

1
1
Posted one year ago

Hi there! Just a heads up, MyTonWallet does have verifiable releases on GitHub now as well as an option in Settings to opt out from auto-updates on the Desktop version (Windows/macOS/Linux).

  
  
wiki
Posted 7 months ago

What is the depost for this? Or URL?

For serveral years I already want to contribute to Telegram and now Toncoin. It is just impossible to find the developer documents using Telegram or the search engines.

  
  
Posted one year ago
  
  

tonlib-cli is built from some directory of the monorepo https://github.com/ton-blockchain/ton/; the executable is provided at https://github.com/ton-blockchain/ton/releases. Please note that you need to download network config in order for it to generate correct wallet addresses.

ProgramCrafter   one year ago Report
15K Views
4 Answers
one year ago
7 months ago