Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: jeff_trustnote on March 13, 2018, 09:28:54 AM



Title: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: jeff_trustnote on March 13, 2018, 09:28:54 AM
The Story

A few years back I started working on blockchain and at that time I developed BTC+LTC dual mining chips and hardware, the technology was sold to a world-wide market. I then tried to develop an IoT (https://en.wikipedia.org/wiki/Internet_of_things) software platform based on blockchain technology, and after several months of trial and development, I encountered serious issues with scalability and the transaction fees were very high. Issues like these prevent mass adoption of the blockchain technology and ultimately drove the foundation of the TrustNote (https://trustnote.org/) open source project and its development of a fast, scalable, and light platform to provide high-performance for everyone on every device at a lower cost. This distributed ledger system will potentially make it a lot easier to implement, and scale new blockchain applications for a much broader audience, allowing more innovative ideas to flourish quickly.


A New Beginning

As a new Directed Acyclic Graph (DAG (https://en.wikipedia.org/wiki/Directed_acyclic_graph)) based distributed ledger ("DAG-ledger"), TrustNote is designed to “enabling fast and scalable decentralized applications for everyone on every device at a low cost”.

In a DAG-ledger, each new transaction confirms at least one previous transaction, transactions are represented as “units” in the graph and are not grouped into blocks.

This is in contrast to many classical Bitcoin-like blockchain technology where the structure of the traditional blockchain is the bottleneck that hinders the technology from improving its concurrency. In a DAG-ledger, because there is no block, there is no block size issue. By decoupling branch selection and double-spending detection from transaction verification, and allowing nodes to verify transactions in parallel, in theory, a DAG-ledger can achieve unlimited scalability.

TrustNote is similar in design to, and influenced by DAG-ledgers like Byteball (https://byteball.org/) and IOTA (https://iota.org/). TrustNote takes the commonly used DAG consensus model a bit further and on the top of it, a proof-of-work based consensus scheme (TrustME consensus) is proposed to encourage fair and trustable witness node selection through mining. Most of today’s DAG-ledgers have no incentives like mining. Without proof-of-work based incentives, it’s much harder (https://www.reddit.com/r/ByteBall/comments/7kv6hd/byteball_centralization_problem/) to achieve decentralized consensus and often weakening (https://forum.iota.org/t/iota-is-centralized/1790) the consensus on which it is based. Inspired by DASH’s two-tier network (https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1146920/Masternode+Network) architecture, TrustNote is trying to combine proof-of-work consensus and DAG ledger structure all together, building a more scalable and more secured distributed ledger system.

Taking lessons learned from the team’s experiences on IoT development, we believe the transaction fees equal to the size of the data being stored is the right approach, and multiple types of node protocols are developed to support Internet-of-Things and as many device types as possible:
  • Super node: super nodes run on PC, server, Cloud host or mining systems, have better resources, hold a certain number of tokens, and have a well-behaved history on the record. Super nodes can host micro nodes. Miners are elected from the super nodes periodically in each consensus round.
  • Full node: full nodes store a full copy of the ledger, fully enforce all the rules except don’t participate the mining operations.
  • Light node: light nodes store a light ledger instead of a full copy, light nodes are easy to maintain and with support to smart phones or tablets in mind.
  • Micro node: no ledger stored on micro nodes, transactions are delegated to super nodes, micro node is designed to support embedded devices or IoT devices.

Inspired by Byteball’s declarative smart contract, TrustNote uses advanced declarative non-Turing complete (https://en.wikipedia.org/wiki/Turing_completeness) smart contract not only supports complex application scenarios but also drastically reduces the difficulty of secure contract development in which we believe is one of the largest barriers to blockchain’s mainstream adoption. In addition, aiming to reduce the number of vulnerabilities residing with today’s smart contract systems, we want to take a new approach of making some restrictions on the runtime system, instead of limiting what languages can be used.

The current implementation of TrustNote is based on Node.js (https://nodejs.org/en/), we are working on re-implement it with Rust (https://www.rust-lang.org/en-US/), and the next major release will include the long-awaited token platform. If you have any ideas or contributions you would like to be included please let us know.


How does the Token Distribution Work?

TrustNote’s crypto-currency is called “TTT”, TTT will be used in transactions and as mining rewards. TTT’s unit is called “Note”, often specified in Mega Notes ("MN"). A fixed supply of one billion (1,000,000,000) MNs will be distributed and no ICO is planned:
  • 255 million (255,000,000) MNs (25.5% of the total amount of TTT) were distributed to private investors during a 7 days period beginning on January 2, 2018 and ending on January 8, 2018.
  • 50 million (50,000,000) MNs (5% of the total amount of TTT) are reserved for TrustNote development teams.
  • 195 million (195,000,000) MNs (19.5% of the total amount of TTT) are reserved for the TrustNote foundation to support the ongoing development of the technology and its ecosystem.
  • 500 million MNs (50% of the total amount of TTT) are mining rewards available for miners.


Want to Become a Miner?

TrustNote’s main chain is expected to support mining by Q3 2019, while users can download the mining client and apply to become a super node, super nodes can become miners by participating the TrustME consensus and then get rewarded by issuing valid attestor units.

More information and discussion about mining please move to TrustNote for Miners (https://bitcointalk.org/index.php?topic=5059153).


Get Involved

Being an open source project with MIT (https://opensource.org/licenses/MIT) license, you can freely modify, distribute and use TrustNote as we really want it to be yours, to see it grow and thrive in the open source community.

Contributions are always welcome and thankful, no matter how large or small. If you want to report an issue, help with documentation, contribute to the code base such as re-implementing of the TrustNote protocol with Rust, participate the live debate of our proof-of-work based consensus, or indeed anything, you can explorer our community resources to find out how you can help.
  • Check out the code: https://github.com/trustnote
  • Latest whitepaper can be found here (https://github.com/trustnote/document/blob/master/TrustNote-Whitepaper.md)
  • Follow this guide (https://github.com/trustnote/testnet-builder) to build TrustNote testnet
  • Please visit https://www.reddit.com/r/trustnotedev/ for technical discussions
  • TrustNote Explorer: http://explorer.trustnote.org/
  • TrustNote Wallet: https://trustnote.org/application.html
  • More information about TrustNote and team members can be found here (https://trustnote.org/about.html)


Roadmap

  • Team setup – Completed
  • Proof of concept – Completed
  • Main chain go live – Completed
  • Multi-platform wallet – Completed
  • Open source the code base – Completed
  • TTT Private Token Distribution – Completed
  • Multi-functional wallet release – Completed
  • Digital token platform release – Completed (https://itoken.top/)
  • Two-tier consensus (PoW) release – In progress
  • Declarative smart contract release – In progress
  • Micro wallet release – In progress


What’s Coming Next?

See TrustNote 2.0 roadmap (https://github.com/TrustNoteDocs/community-committee/blob/master/ROADMAP.md) from Github.

For those who want to follow up our progress more closely, you are always welcomed to visit our blog (https://medium.com/trustnote) where we publish our project update biweekly, or meet us on Twitter (https://twitter.com/TrustNote), Telegram (https://t.me/TrustNote), Reddit (https://www.reddit.com/r/trustnotedev/), LinkedIn (https://www.linkedin.com/company/trustnote/), and Facebook (https://www.facebook.com/TrustNote).


What to Get Some TTT?

Initiate transactions or issue tokens on TrustNote’s main chain will cost you some TTT Notes. You can buy TTT Notes from some of the cryptocurrency exchanges. TTT is now tradable with BTC (https://www.bit-z.com/exchange/ttt_btc) and ETH (https://www.bit-z.com/exchange/ttt_eth) on Bit-Z exchange since April 26, 2018. There are some other exchanges such as a.mom (https://www.a.mom/exchange/eth_ttt/) also listed TTT as well. More to come and we will keep you informed here.

For those who like to do some test, you can get TTT Test Notes (https://medium.com/trustnote/how-to-create-and-transfer-your-trc-20-token-in-5-minutes-9cda47b9c26b) for free. TTT Test Notes can be used to issue tokens and pay for the transaction fees on TrustNote's testnet, however it doesn’t work on the main chain.


Credits

TrustNote is largely based on Byteball’s source code (https://github.com/byteball) but also inspired by many other open source projects such as Bitcoin, DASH, IOTA, and Hyperledger Fabric. We are proud to be a donor of Byteball and we hope we can support more innovative open source blockchain projects in the future.


...


Last updated on Oct 29, 2018



Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: entropy0 on March 13, 2018, 09:59:49 AM
keeping an eye on this


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: BensonVIP126 on March 13, 2018, 01:37:55 PM
Let's make a notation, and we can add this coin.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: alicee on March 13, 2018, 02:03:19 PM
reserve Chinese translation


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: tbeeqgnui on March 13, 2018, 02:27:52 PM
Sounds great, I am geek of blockchain technology, and realize DAG technology will be the cornerstone of next-generation decentralized ledger system, keep eyes on you guys. Gread job!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: andro hac on March 13, 2018, 06:28:44 PM
it looks good enough, waiting for new ads

https://i.imgur.com/FlAbKcl.png


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: jeff_trustnote on March 14, 2018, 02:00:17 AM
it looks good enough, waiting for new ads

https://i.imgur.com/FlAbKcl.png

thanks for posting the screenshot of TTT wallet


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: toejuta8787 on March 14, 2018, 02:20:32 AM
It looks like a very good concept. Watching this thread.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: esprit577 on March 14, 2018, 06:33:30 AM
Will the DAG project begin to flourish in 2018 ? As an upgrade to the blockchain, it might be better for TXS support.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on March 14, 2018, 12:01:35 PM
Will the DAG project begin to flourish in 2018 ? As an upgrade to the blockchain, it might be better for TXS support.

absolutely


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Afkbio on March 15, 2018, 10:06:38 PM
Hi, I own a discord server for discussing DAG coins. Every DAG is listed and has its own channel.
Just created a channel for TrustNote !

https://discord.gg/auFsMSD.

Feel free to join us ! See ya.  ;)


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: thinkcointoday on March 16, 2018, 01:04:53 AM
Hi, I own a discord server for discussing DAG coins. Every DAG is listed and has its own channel.
Just created a channel for TrustNote !

https://discord.gg/auFsMSD.

Feel free to join us ! See ya.  ;)

Can you share more detail of your channel? what topics are discussed over there? I saw the same posts everywhere in the forum...


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: youyou_ on March 16, 2018, 04:23:56 AM
TrustNote’s main chain is expected to support mining by Q4 2018, while users can download the mining client and apply to become a super node, super nodes can become miners by participating the TrustME consensus and then get rewarded by issuing valid attestor units.  looking forward too be a miner of TTT.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: RogerFun on March 16, 2018, 04:32:09 AM
Hi, I own a discord server for discussing DAG coins. Every DAG is listed and has its own channel.
Just created a channel for TrustNote !

https://discord.gg/auFsMSD.

Feel free to join us ! See ya.  ;)

man, your discord is already famous. dont advertise here, let folks find out the hard way :)


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: youyou_ on March 16, 2018, 01:13:38 PM
did TrustNote hit exchange market right now ,i cannt find on the coinmarketcap ,where i can buy ?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: tbeeqgnui on March 19, 2018, 01:39:27 AM
Not yet, there is an OTC exchange group, you can join the offical Telegram and get the information you want. https://t.me/TrustNoteOfficial .


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Horsen on March 19, 2018, 01:56:11 AM
did TrustNote hit exchange market right now ,i cannt find on the coinmarketcap ,where i can buy ?

not yet


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: andro hac on March 21, 2018, 08:13:15 AM
when news? ??? when estimation market lauch? ???


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Black_bl on March 25, 2018, 08:49:32 PM
So...this is next mineable DAG after XDAG? The selection of nodes through mining seems as a good idea, I will be watching closely your progress


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: gslgroup on March 25, 2018, 08:56:59 PM
Introduction of Directed Acyclic Graph algorithms into Blockchain have great advantages. Some projects are already trying to realize this technology.  The more good project the best…


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: andro hac on March 28, 2018, 07:57:31 AM
hey, guys, good news is coming!!!!

 :)
 
TrustNote's new turn activity will come tomorrow, what I can tell you in advance is to read TrustNote's whith paper ASAP

https://trustnote.org/


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: andro hac on March 29, 2018, 07:57:52 AM
TrustNote‘token award activity comes from today and last for atwo weeks, you can get some MNs if you can answer these questions correctly,lets learn these knowledge abt blockchain and get free tokens!!  lets start now!  https://docs.google.com/forms/d/e/1FAIpQLSdGrla93ZXAQz3AGoivoTQsAyBUDdFHlRoHeXrfLn_UlYaNzw/viewform?usp=sf_link


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: andro hac on April 02, 2018, 05:50:08 AM
hello, everyone, TrustNote Second Round with Token--Winning Quiz  will be started after 45min, are you ready to join ???? ;)
https://t.me/TrustNoteOfficial
https://docs.google.com/forms/d/e/1FAIpQLSdVQ2pOQS30lEXIAbAFSxTKLVEWOu2yw2JAuf2SP2vfePoCdA/viewform?usp=sf_link


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Horsen on April 02, 2018, 08:11:20 AM
TrustNote V1.0 and related documents are already available at github.org/trustnote (http://github.org/trustnote) github repository. Even more, the miners version is in implementation and test phase and it will be available in few months.


An interesting idea. Tell me at what stage of implementation your project and when the work will be completed?



Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Vikhy on April 07, 2018, 04:52:35 PM
Following this, How is this different from Xdag which is also a mineable dag ?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: earnosearop on April 10, 2018, 10:44:14 AM

Hi devs. Tell me under the rights of what country you will launch your platform?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: coin8coin on April 10, 2018, 10:46:14 AM
another DAG project... keep watching on this !


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bracemorno on April 11, 2018, 08:39:36 PM

Wow, what an amazing project! The development team looks promising.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: BBKelly on April 12, 2018, 04:36:11 AM
Looks promising...Will be watching.

A few questions for the devs:
1. What will happen between the initial deployment of the code and whenever people is allowed to join miner groups? Was it only for the dev team yourselves to pre-mine in between? 
1.Apart from mining, how is this project going to win over Byteball?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: TrustNote on April 17, 2018, 02:49:33 AM
TrustNote Weekly Update

Last Week’s Progress (9~15th May, 2018)

TrustNote MainChain:
1 TrustNote-TR-2018-03 (TrustNote Technology Stack) updated;
2 TrustNote-TR-2018-02 (The TrustME-PoW Consensus Scheme) updated, added more details of the schema and the algorithm;
3 Completed the prototype of TrustME-PoW Consensus Scheme, updated the Encryption Algorithm.


For more latest details, please visit Github at https://github.com/trustnote/document/

TrustNote Wallet:
1 Fixed crushes in the login screen when entering the password (iOS 11.3), released
2 Soft-keyboards on mobile terminal, to be released.
3 Offline wallet, to be released. 
4 Completed Hardware Wallet design.
5 Fixed known bugs of TrustNote,


This Week’s Plan (9~15th May, 2018):
1 Release offline wallet.
2 Wallet new UI design + Native App Development.
3 Release the verifiable smart contract (ver 0.1).
4 Release TrustNote’s Token Issuance Manual and examples.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: halljohn.london on April 18, 2018, 05:08:06 PM
Where can I find out more information about your project? Perhaps you have another ANN topic or website?



Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: quanminh2533 on April 19, 2018, 08:25:22 PM
I’m glad that this project continues to live. This project also has a chance ;D


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: parafmax on April 25, 2018, 03:17:28 AM
goood


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: byte2016 on April 26, 2018, 06:54:12 AM
TrustNote China Coin ?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: 21joker on April 27, 2018, 09:42:27 AM
Hi friends!

TTT is now listed on Bitgur price index - https://bitgur.com/coin/TTT (https://bitgur.com/coin/TTT)! You can add it to customizable watchlist and create advanced price alerts.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: huyhoang2210 on April 27, 2018, 06:12:02 PM
What a potential project!!! I hope that many people are interested in your project. Good luck


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: criticalmassgym on April 28, 2018, 04:08:33 AM
This seems like a worthy project, I will be researching more, I'm very interested.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Clairejiawen on May 03, 2018, 06:28:22 AM
The DAG chain is the 3 of the block chain, expecting the original technology of TTT, expecting the landing application of TTT, expecting the appreciation of TTT token. :D :D :D


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Alice Shieh on May 03, 2018, 06:31:46 AM
i have this wallet and I just received airdrop of 5MN.

lUCKY guy


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: okane818 on May 06, 2018, 05:39:31 AM
TrustNote is an Minable Public DAG Ledger, how does it works? this is new for me. To deep to understand.
Only 1 billion supply, this has a good future for everyone.


Best regards

Okane Satoshi


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Horsen on May 09, 2018, 02:02:08 AM
TrustNote is an Minable Public DAG Ledger, how does it works? this is new for me. To deep to understand.
Only 1 billion supply, this has a good future for everyone.


Best regards

Okane Satoshi

Hi Okane, you can read https://github.com/trustnote/document/blob/master/TrustNote-TR-2018-02.pdf to know how it works.

Regards.

Horsen.Li


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Horsen on May 09, 2018, 02:20:08 AM
Following this, How is this different from Xdag which is also a mineable dag ?

Yeah, Xdag is a mineable DAG. But there are several differences.
1 transaction: Xdag uses account model. TrustNote is based on UTXO model.
2 smart contract: Xdag doesn't support smart contract now.
3 program language: TrustNote developed with multiple programming languages.
4 PoW: TrustNote uses anti-ASIC PoW algorithm.
5 Wallet: TrustNote has self-developed cold wallet and hardware wallet; which the hardware wallet will be coming soon.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Anthomy on May 09, 2018, 03:20:26 AM
The project with an interesting concept in the hands of the team that handle it may work smoothly and many investors join
egretia


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: coskunc on May 15, 2018, 06:06:38 PM
what's the total supply?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: ocips on May 15, 2018, 06:10:33 PM
1 bil total supply and 50% already sold in pre-sale to investors?

Want to watch your money evaporate? This is the project to invest in...


EDIT: 25% sold to investors already, not 50%. You can consider this as a pre-mine still IMO.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: licola.cocacola12 on May 17, 2018, 08:36:49 AM
Sounds great, I am geek of blockchain technology, and realize DAG technology will be the cornerstone of next-generation decentralized ledger system, keep eyes on you guys. Gread job!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Anivika on May 20, 2018, 05:36:00 AM
An very ambitious project, it will revolutionize the world for sure, you guys have a lot of work ahead, success!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: jeff_trustnote on May 21, 2018, 05:06:56 PM
Hi All,

We working on a Rust language version of TrustNote. Please follow us here, https://github.com/trustnote/rust-trustnote
Welcome world wide developer join us to develop best DAG ledger.

 :)

Cheers!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: tradingdisaster on May 21, 2018, 09:22:10 PM
And what's the collateral for becoming a super node?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: jeff_trustnote on May 22, 2018, 01:48:58 AM
And what's the collateral for becoming a super node?

We are planing to disclose a notice of the Super Node policy for community discussion in next month. A super node might need half million MN of TrustNote. However, this is not determined yet. We are trying to balance the network safty and transaction performance.

Cheers!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: gonhunter on May 22, 2018, 03:02:23 AM
you need to add token details to make this project more interesting and successful.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: strict9 on May 24, 2018, 03:41:07 AM
you need to add token details to make this project more interesting and successful.



Which details would you like to see?  There is a bunch to dig into on their GitHub: https://github.com/trustnote


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Didin on May 31, 2018, 07:46:56 PM
why this thread so quiet,,
is there any discussions group or channel besides in this forum,, ?
discord or telegram group maybe


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bzzard2 on June 01, 2018, 08:08:17 AM
A lot is going on, check out:
https://www.reddit.com/r/TrustNoteNews/


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: coinporch on June 01, 2018, 08:58:12 PM
why this thread so quiet,,
is there any discussions group or channel besides in this forum,, ?
discord or telegram group maybe

yeah, but i see this coin already at coinmarketcap
https://coinmarketcap.com/currencies/trustnote/#charts
and if you want to join the telgram group just go here https://t.me/TrustNoteOfficial


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Irene Janet on June 03, 2018, 09:40:16 PM
The story is very good, but when will the results be seen around the world?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: a264836321 on June 08, 2018, 04:11:42 PM
I have seen this coin in the exchange. It should be a Chinese project


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 12, 2018, 03:08:24 AM
For the people who wanna know more about TrustNote, Please get TrustNote whitepaper from https://github.com/trustnote/document/blob/master/TrustNote-Whitepaper.md.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 12, 2018, 03:15:25 AM
I have seen this coin in the exchange. It should be a Chinese project

TrustNote is now trading at bit-z exchange, and will be on bibox exchange market very soon.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 12, 2018, 03:22:11 AM
TrustNote has launched a platform https://itoken.top/ where you can issue your own token. iToken is running on TrustNote main chain, your own token will be stored in your TrustNote wallet and can be transferred between any TrustNote wallet users.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 12, 2018, 11:45:25 AM
TrustNote was featured in an episode of the Bad Crypto Podcast! Want to know how Travis & Jos talked about TTT? Check it out!
https://badcryptopodcast.com/2018/07/11/talkin-tokens-two-151/


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 13, 2018, 02:46:40 AM
Hello, everyone! TrustNote Developer page in Reddit is ready, if you have any technical discussion about TrustNote software and technology, feel free to post in here https://www.reddit.com/r/trustnotedev/


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on July 25, 2018, 03:47:33 AM
So...this is next mineable DAG after XDAG? The selection of nodes through mining seems as a good idea, I will be watching closely your progress
Thank you, the reason why TrustNote combines proof-of-work and DAG based ledger structure all together, is to build a more scalable distributed ledger, without compromising on decentralisation or security. This is quite different from XDAG's very original idea which is quite mining focused. I do hope XDAG community will move towards a similar direction because that is ultimately what make blockchain more valuable than a centralized database.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on July 25, 2018, 04:14:04 AM
What a potential project!!! I hope that many people are interested in your project. Good luck

Thank you!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Splin V on July 25, 2018, 06:12:10 AM
TrustNote (TTT) Listing on Bibox on 26th July 2018

Listing Date and Time

26th July 2018
•11:00 (GMT+8) start of deposit and withdrawal
•16:00 (GMT+8) commencement of TTT/BTC,TTT/ETH trading pairs


https://medium.com/@biboxexchange/trustnote-ttt-listing-on-bibox-on-26th-july-2018-6cd28f3b2d79


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on July 27, 2018, 01:25:44 AM
TrustNote (TTT) Listing on Bibox on 26th July 2018

Listing Date and Time

26th July 2018
•11:00 (GMT+8) start of deposit and withdrawal
•16:00 (GMT+8) commencement of TTT/BTC,TTT/ETH trading pairs


https://medium.com/@biboxexchange/trustnote-ttt-listing-on-bibox-on-26th-july-2018-6cd28f3b2d79

Thanks! The listing on Bibox was postponed for 1 day , see announcement from Bibox: https://bibox.zendesk.com/hc/en-us/articles/360007362953.  And it actually starts today!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: CEOKEY on July 27, 2018, 01:38:16 AM
TrustNote is a good potential project. Transaction performance and network security issues remain in the project's  plan. What is the plan and specific solution on this issue calculated by the project?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 27, 2018, 02:14:47 AM
TrustNote engineers gave a demo of new possibilities with TTT and IoT! The RaspberryPi is equipped with a TTT wallet, and the light bulb lights up when you receive a token created by TrustNote iToken platform. It's time to create your own home automation with TrustNote technology. :)

https://www.youtube.com/watch?v=tEJLYBNLG64


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on July 27, 2018, 03:21:20 AM
TrustNote is a good potential project. Transaction performance and network security issues remain in the project's  plan. What is the plan and specific solution on this issue calculated by the project?

You are right, we have started our development on the Proof-of-work based 2-tier consensus, the current status is always available from our bi-weekly report and you can find the latest one from https://medium.com/trustnote/trustnote-bi-weekly-update-week-27-28-bceb68d339ea
If you are interested about the technical detail of the POW based consensus, i would recommend you to take a look at the "The TrustME-PoW Consensus Scheme" document we published at https://github.com/trustnote/document/blob/master/TrustNote-TR-2018-02.md and leave your comments over there or raise any questions over here.



Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Didin on July 27, 2018, 11:24:29 AM
TrustNote (TTT) Listing on Bibox on 26th July 2018

Listing Date and Time

26th July 2018
•11:00 (GMT+8) start of deposit and withdrawal
•16:00 (GMT+8) commencement of TTT/BTC,TTT/ETH trading pairs


https://medium.com/@biboxexchange/trustnote-ttt-listing-on-bibox-on-26th-july-2018-6cd28f3b2d79

Thanks! The listing on Bibox was postponed for 1 day , see announcement from Bibox: https://bibox.zendesk.com/hc/en-us/articles/360007362953.  And it actually starts today!

postponed for 1 day, from 26th july become 27th july,,
and this day is the day when trustnote will be on bibox right ?
is now we can trade TTT in bibox ?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on July 27, 2018, 12:50:34 PM
TrustNote (TTT) Listing on Bibox on 26th July 2018

Listing Date and Time

26th July 2018
•11:00 (GMT+8) start of deposit and withdrawal
•16:00 (GMT+8) commencement of TTT/BTC,TTT/ETH trading pairs


https://medium.com/@biboxexchange/trustnote-ttt-listing-on-bibox-on-26th-july-2018-6cd28f3b2d79

Thanks! The listing on Bibox was postponed for 1 day , see announcement from Bibox: https://bibox.zendesk.com/hc/en-us/articles/360007362953.  And it actually starts today!

postponed for 1 day, from 26th july become 27th july,,
and this day is the day when trustnote will be on bibox right ?
is now we can trade TTT in bibox ?

Yes you can trade on Bibox right now. And please don't forget in total 1 million TTT will be giving away as rewards to qualified traders! see the announcement from Bibox for detail.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: nicefirework on July 28, 2018, 02:04:20 AM
TrustNote (TTT) Listing on Bibox on 26th July 2018

Listing Date and Time

26th July 2018
•11:00 (GMT+8) start of deposit and withdrawal
•16:00 (GMT+8) commencement of TTT/BTC,TTT/ETH trading pairs


https://medium.com/@biboxexchange/trustnote-ttt-listing-on-bibox-on-26th-july-2018-6cd28f3b2d79

Thanks! The listing on Bibox was postponed for 1 day , see announcement from Bibox: https://bibox.zendesk.com/hc/en-us/articles/360007362953.  And it actually starts today!

postponed for 1 day, from 26th july become 27th july,,
and this day is the day when trustnote will be on bibox right ?
is now we can trade TTT in bibox ?

bibox trading is live. https://www.bibox.com/exchange?coinPair=TTT_BTC


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 28, 2018, 05:03:44 AM
Hello everyone,
The voting for Huobi_Chain Superhero officially started!! Jeff Zhou, the founder of TrustNote is one of ‘hero’ ;D, let’s vote for Jeff to get Superhero championship. GNX LBA MDS SSP TOS YCC is Huobi Chain Leader Championship Sponsors; Vote to get Airdrop.

https://www.hbg.com/en-us/vote-activity/?id=1



Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: hankrules on July 28, 2018, 05:57:00 AM
Is public mining still on track for this ledger?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: jeff_trustnote on July 28, 2018, 10:27:34 AM
Is public mining still on track for this ledger?

Yes, we are quite busy on the PoW consensus implementation. Hope to release public test version two months later. https://github.com/trustnote/trustnote-base

Jeff


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: nicefirework on July 28, 2018, 11:17:40 AM
Is public mining still on track for this ledger?

Yes, we are quite busy on the PoW consensus implementation. Hope to release public test version two months later. https://github.com/trustnote/trustnote-base

Jeff

thanks for around devs.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: republicrypto on July 30, 2018, 12:53:06 AM
Is public mining still on track for this ledger?

Yes, we are quite busy on the PoW consensus implementation. Hope to release public test version two months later. https://github.com/trustnote/trustnote-base

Jeff

hello, does this trustnote project have a future plan or roadmap ?
if yes, where i can read it
regards


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 30, 2018, 05:24:27 AM
Is public mining still on track for this ledger?

Yes, we are quite busy on the PoW consensus implementation. Hope to release public test version two months later. https://github.com/trustnote/trustnote-base

Jeff

hello, does this trustnote project have a future plan or roadmap ?
if yes, where i can read it
regards

Hope this roadmap can help you understand our plan and current status https://twitter.com/TrustNote/status/1018992502529974273


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: republicrypto on July 31, 2018, 12:58:55 AM
Is public mining still on track for this ledger?

Yes, we are quite busy on the PoW consensus implementation. Hope to release public test version two months later. https://github.com/trustnote/trustnote-base

Jeff

hello, does this trustnote project have a future plan or roadmap ?
if yes, where i can read it
regards

Hope this roadmap can help you understand our plan and current status https://twitter.com/TrustNote/status/1018992502529974273


this project will have its own decentralized exchange in this Q3, ?
really interesting, i will do my research about TTT before investing
regards


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: b-ex.io on July 31, 2018, 01:22:35 AM
Hello, we are optimistic about your project. If there is a need for listing, we can list your project. Please send an email to info@b-ex.io for specific communication, look forward to your reply :) :)


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on July 31, 2018, 12:30:06 PM
Just happened in today, about 180+ developers gathered at Google West Campus 2 for the Blockchain Developer Meetup! As one of the sponsors, TrustNote is looking for experienced developers around the world to join the team on a part-time basis! Our developer platform (http://developers.trustnote.org/) is ready for every developer starting a new journey to build truly decentralized applications with TrustNote together.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on July 31, 2018, 01:41:14 PM
Hello, we are optimistic about your project. If there is a need for listing, we can list your project. Please send an email to info@b-ex.io for specific communication, look forward to your reply :) :)
Thanks for the kind offer. The team is busy working with several crypto-currency exchanges at the moment and we will contact you when we are ready.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: lukamuric on July 31, 2018, 02:01:44 PM
until this time. project not updated token sold current. I was waiting for 2 weeks, but they do. I personally as investors great and I am very upset with how to do this


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 01, 2018, 11:56:15 AM
until this time. project not updated token sold current. I was waiting for 2 weeks, but they do. I personally as investors great and I am very upset with how to do this

Hi, Thanks for your interests on TTT. Can you please explain a bit more about your question? or feel free to send email to me(sunny.liu@trustnote.org). I am happy to answer all your questions. 


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 01, 2018, 12:05:59 PM
Quick Announcement! TrustNote is glad to accept investment from ZB Capital, the Blockchain investment fund recently setup by http://www.ZB.com . More information coming soon!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 01, 2018, 12:18:49 PM
Partnering with Bibox, TrustNote is offering 20%p.a., the highest interest to the $TTT holders at current price point. We hope this will provide additional option to $TTT investors and demonstrate TrustNote’s commitments to all supporters!
Visit→ https://https://www.bibox365.com/coinTreasure and start your SAVING from 3:00PM AEST 1st August!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 01, 2018, 01:17:49 PM
TSDN - TrustNote Software Developers Network (Pre-Alpha) is live! Take a sneak preview at http://developers.trustnote.org & discover APIs, sample code and documentation that will help you build your tokenized apps running on fast, scalable, and truly decentralized TrustNote network!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: republicrypto on August 02, 2018, 02:26:03 AM
Quick Announcement! TrustNote is glad to accept investment from ZB Capital, the Blockchain investment fund recently setup by http://www.ZB.com . More information coming soon!

new heard about this,, https://www.zb.com
if i'm not wrong, https://www.zb.com seems like a chinese crypto exchange, right ?
regards


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 02, 2018, 04:10:09 AM
Quick Announcement! TrustNote is glad to accept investment from ZB Capital, the Blockchain investment fund recently setup by http://www.ZB.com . More information coming soon!

new heard about this,, https://www.zb.com
if i'm not wrong, https://www.zb.com seems like a chinese crypto exchange, right ?
regards

You are correct. :)


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on August 02, 2018, 11:54:40 AM
To our Korean friends, if you want to join our kakaotalk group chat, please click http://open.kakao.com/o/gZqPQWT
Here we can exchange info about TrustNote or $TTT in the Korean language.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: makalu on August 02, 2018, 01:25:30 PM
The price of the TTT token of the DAG concept is very low, and now it seems that you can focus on it or hold some.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 03, 2018, 04:41:27 AM
The price of the TTT token of the DAG concept is very low, and now it seems that you can focus on it or hold some.
Personally, I wouldn't say NO.  ;D

Why Crypto Enthusiasts Should Look Into TrustNote? I would like share this article with everyone https://medium.com/trustnote/chris-is-a-british-journalist-with-a-strong-interest-in-cryptocurrency-3ea2c3cd7d8c


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: republicrypto on August 03, 2018, 03:07:39 PM
The price of the TTT token of the DAG concept is very low, and now it seems that you can focus on it or hold some.

Absolutely true,,,
I can say if TTT is the hidden gems for now,,
Soon or later we will see this coin in the top list of crypto,,
Hopefully i'm right, because i have a plan to collect more TTT and hold it for longterm
Regards


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on August 04, 2018, 02:21:19 AM
The price of the TTT token of the DAG concept is very low, and now it seems that you can focus on it or hold some.

Absolutely true,,,
I can say if TTT is the hidden gems for now,,
Soon or later we will see this coin in the top list of crypto,,
Hopefully i'm right, because i have a plan to collect more TTT and hold it for longterm
Regards

you are absolutely right!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 05, 2018, 12:55:08 PM
TrustNote iToken platform provides a quick and easy way for everyone to issue your own personal tokens running on TrustNote mainchain. The new token you issued will appear in your TrustNote wallet and can be transferred between different TrustNote wallet users. Visit iToken.top to issue your own token.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 08, 2018, 12:14:23 AM
TrustNote Bi-Weekly Report is now available! Want to know more about the progress on PoW development, TSDN, Wallet and many more? Read the full report from https://medium.com/trustnote/trustnote-bi-weekly-update-week-29-30-dea977a3f3ae (https://medium.com/trustnote/trustnote-bi-weekly-update-week-29-30-dea977a3f3ae)!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: BTC786 on August 08, 2018, 07:02:37 AM
When did TTT start the mining work?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 08, 2018, 11:37:53 AM
Following our road-map closely, our developers are working on implementing the Proof-of-Work based 2-tier consensus now. We are hoping a minable TrustNote test-net can be released at the end of Q3 and have a beta release on Q4. Thanks. 


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Azazello82 on August 09, 2018, 03:25:30 PM
project is steady and good


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: X - Mas on August 10, 2018, 12:23:53 AM
project is steady and good

seems by combining Proof of Work and Directed Acyclic Graph this project really have a lot of potential,,
will watch closely in this one,,  ;)


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 10, 2018, 01:42:35 AM
Announcement: TrustNote Foundation Appoints Masaru Suzuki as Head of Japan.
Find more info from https://medium.com/trustnote/trustnote-foundation-appoints-masaru-suzuki-as-head-of-japan-a63f1237b03a


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 10, 2018, 01:48:56 AM
TrustNote Software Developers Network is launched for all the developers. Read the introduction to understand what TrustNote provides for your and what you can do with TrustNote.
https://medium.com/trustnote/introducing-the-trustnote-developers-website-81abbe8c9a2


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: HTMLCOIN on August 10, 2018, 06:09:39 AM
TrustNote's technology will make the world more transparent, fairer, more inclusive and more prosperous.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: strict9 on August 11, 2018, 12:48:18 PM
TrustNote's technology will make the world more transparent, fairer, more inclusive and more prosperous.

I think the more decentralized approach to a DAG, in addition to the inclusion of Proof of Work, was a missing piece of the puzzle that the crypto-space needed to be glued into place.  Too many of these DAG projects sacrifice decentralization for throughput and/or security in my opinion.  The number of users banging on the security of these systems is still low, even if the potential purse is large. Once more people enter the space and start testing the actual security of more and more projects we will see who takes their security and robustness seriously.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 14, 2018, 12:36:12 PM
Hello Everyone, TrutNote is running a 3 weeks reward program starting today. Everyone gets big chance to win 100$TTT +$100 gift card by creating your TRC20 token on TrustNote itoken platform. A very good opportunity you shouldn't miss! For more details, please visit 'https://medium.com/trustnote/tweet-us-a-cool-idea-of-your-smart-token-ttt-giveaway-and-trustnote-grand-prize-contest-caf01617cba4'.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 16, 2018, 03:10:56 AM
TTT is now tradable with ETH, BGX, and NASH on Blockchain Game Asset exchange GAEX.COM.

https://medium.com/trustnote/ttt-is-now-tradable-with-eth-bgx-and-nash-on-blockchain-game-asset-exchange-gaex-com-7ac2d7f2fec3




Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 17, 2018, 02:47:06 AM
Want to develop a Blockchain based Voting system using pythonflask? Check out "A Simple Blockchain Voting System", latest code example released by TrustNote Developers Network!

https://github.com/TrustNoteSamples/VotingSystem


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: coinswebid on August 17, 2018, 11:03:57 PM
TTT is now tradable with ETH, BGX, and NASH on Blockchain Game Asset exchange GAEX.COM.

https://medium.com/trustnote/ttt-is-now-tradable-with-eth-bgx-and-nash-on-blockchain-game-asset-exchange-gaex-com-7ac2d7f2fec3





this is a good news, because of new exchange added this coin,, but the price is not moving up,,
what happend ?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 19, 2018, 03:49:29 AM
TrustNote Bi-Weekly Update (Week 31~32)
https://medium.com/trustnote/trustnote-bi-weekly-update-week-31-32-54c12e3e862c


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 21, 2018, 11:39:49 PM
Want to know how Micro-transactions are disrupting the game industry and how TrustNote is supporting the game world.
https://medium.com/trustnote/the-future-of-gaming-how-microtransactions-are-disrupting-the-industry-c7f5bab1081b




Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 22, 2018, 12:12:06 PM
TrustNote Rust SDK v0.3.0 is released! Follow the tutorial and create your own wallet!
https://medium.com/trustnote/trustnote-rust-sdk-v0-3-0-is-released-b2ea72d68d0f


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on August 28, 2018, 12:48:39 PM
Want to develop tokenized applications using JavaScript, Python, Rust? Or start with headerlessRPC directly? Check out TrustNote's tools & samples and create your tokenized innovations.

https://github.com/TrustNoteDocs/english_docs


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sinchuhi on September 01, 2018, 05:34:01 PM
This project is good, seeing from the roadmap and achieving the main sale is very satisfying. looks like this project is very potential for investors ... but I haven't seen complete information about the team


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: meongoan on September 02, 2018, 09:42:19 PM
This is so potential  I’ve read your project and read the comments of the people who care. I find that I have the same thought as many people that comment on your project.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on September 04, 2018, 12:12:59 PM
This project is good, seeing from the roadmap and achieving the main sale is very satisfying. looks like this project is very potential for investors ... but I haven't seen complete information about the team

Thanks for your support, please visit https://trustnote.org/about.html for team information. 


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: NathanCol on September 04, 2018, 12:19:29 PM
I like the idea that small and medium enterprises should also get the chance to participate in artificial intelligence innovation once the platform is developed. It creates a level playing field in the economy.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bellaobella on September 14, 2018, 06:40:28 PM
This coin has been listed on @Coinmarketdaddy (CMD). For all the trading information, total Supply, current price,  1 hour change, 24 hour change, 7 days change,  historical data , graph, calculator, convertor, reviews, statistics, and comments check out CMD twitter page @Coinmarketdaddy (CMD) and visit


TTT Market & Trading Data

Market Cap    $ 3.69M   
Current Supply    309,999,945   
Volume (24h)    $ 2.12M   
Total Supply   500,000,000
Price %(1h)    -0.05%
Price %(24h)    -1.28%
Price %(7d)         26.16%


https://coinmarketdaddy.com/currencies/coin/trustnote/ttt/


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on September 19, 2018, 01:13:21 AM
The latest bi-weekly report is published, please review!
https://medium.com/trustnote/trustnote-bi-weekly-update-week-35-36-74fe621defd1


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on September 25, 2018, 11:02:46 AM
Proud to announce that TrustNote team have restructured the development plan and roadmap to include detailed targets & timelines!
TrustNote 2.0 is coming!
https://github.com/TrustNoteDocs/community-committee/blob/master/ROADMAP.md


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on September 26, 2018, 10:39:10 PM
This project is good, seeing from the roadmap and achieving the main sale is very satisfying. looks like this project is very potential for investors ... but I haven't seen complete information about the team

Hi, you can find the team info from https://trustnote.org/about.html


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on September 28, 2018, 11:35:41 PM
This is a tutorial tells you how to mine TTT Test Notes on TrustNote 2.0 Alpha release, for those interested, you can try it now!
https://medium.com/trustnote/how-to-mine-ttt-test-on-trustnote2-testnet-alpha-release-2cf2f38d3deb


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on October 05, 2018, 12:29:00 AM
The latest bi-weekly report is available for your review!
https://medium.com/trustnote/trustnote-bi-weekly-update-week-37-38-c3688e71ca11


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on October 08, 2018, 01:58:27 AM
We are also ready for mining on Windows and Mac, just a few simple steps and start your mining on TrustNote network.
This is the tutorial for your information. 
https://medium.com/trustnote/how-to-mine-ttt-test-on-the-trustnote2-testnet-alpha-release-on-windows-and-macos-b3b38e365ad


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on October 17, 2018, 09:38:29 PM
ANNOUNCEMENT: As a result of our efforts to streamline operations and keep delivering the product you trust, $TTT will resume trading on the Bibox exchange on Thursday 6:00PM AEST (UTC+11:00), October 17, 2018
https://medium.com/trustnote/trustnote-ttt-to-resume-trading-on-the-bibox-exchange-on-october-18-2018-36b6e8ad01a2


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on October 19, 2018, 12:22:19 AM
We want to hear your voice!
Please vote and help us to make a decision about the name of our community wallet! The voting page is https://twitter.com/TrustNote/status/1053070747650875392 .
Thanks for your supporting!


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on October 21, 2018, 11:54:30 PM
We are also ready for mining on Windows and Mac, just a few simple steps and start your mining on TrustNote network.
This is the tutorial for your information. 
https://medium.com/trustnote/how-to-mine-ttt-test-on-the-trustnote2-testnet-alpha-release-on-windows-and-macos-b3b38e365ad
Happy to share questions and answers with everyone in this TrustNote 2.0 Alpha Testnet Mining FAQ, so that community members can easily find what they are looking for!
https://medium.com/trustnote/trustnote-2-0-alpha-testnet-mining-faq-25a43cde196c


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on October 23, 2018, 10:51:47 PM
Jeff's vision about the public blockchains of the future!
https://medium.com/trustnote/the-globally-distributed-ledger-software-of-the-future-part-ii-2ee9bfe068d5


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on October 27, 2018, 11:53:12 AM
TrustNote is launching Software Developers Incentive Program!
Looking forward to see what new ideas developers, makers & contributors come up with and make them into reality!
Take a look at the program from:
https://medium.com/trustnote/trustnote-software-developers-incentive-program-92884298c69e


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on October 28, 2018, 11:37:06 AM
Please have a look at on TrustNote mining reward plan!
https://medium.com/trustnote/trustnote2-0-mining-reward-plan-is-on-and-the-introduction-of-tfans-a1d83e92dd20


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on October 29, 2018, 09:36:57 PM
And please take a look at this post for everything you need to know about TrustNote mining:
https://bitcointalk.org/index.php?topic=5059153.0

Please have a look at on TrustNote mining reward plan!
https://medium.com/trustnote/trustnote2-0-mining-reward-plan-is-on-and-the-introduction-of-tfans-a1d83e92dd20


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: arjuna BTC on November 05, 2018, 09:51:58 AM
so basicly this project use DAG ledger not a blockchain just like IOTA, right ?
then what is the main difference between TTT and IOTA
thanks


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on November 13, 2018, 12:23:16 PM
so basicly this project use DAG ledger not a blockchain just like IOTA, right ?
then what is the main difference between TTT and IOTA
thanks

In TrustNote whitepaper, there is a detailed comparison between TrustNote, IOTA and Byteball, feel free to visit 'https://github.com/trustnote/document/blob/master/TrustNote-Whitepaper.md' chapter2.3 to have a quick look. Thanks.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bellaobella on November 15, 2018, 01:09:49 PM
This coin has been listed on @Coinmarketdaddy (CMD). For all the trading information, total Supply, current price,  1 hour change, 24 hour change, 7 days change,  historical data , graph, calculator, convertor, reviews, statistics, and comments check out CMD twitter page @Coinmarketdaddy (CMD) and visit


TTT Market & Trading Data

Market Cap    $3.03M   
Current Supply    309,999,945   
Volume (24h)    $1.32M   
Price %(1h)    0.16%
Price %(24h)    -36.55%
Price %(7d)         -36.81%


https://coinmarketdaddy.com/currencies/trustnote/


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Sunny_Liu on November 16, 2018, 10:59:26 AM
This coin has been listed on @Coinmarketdaddy (CMD). For all the trading information, total Supply, current price,  1 hour change, 24 hour change, 7 days change,  historical data , graph, calculator, convertor, reviews, statistics, and comments check out CMD twitter page @Coinmarketdaddy (CMD) and visit


TTT Market & Trading Data

Market Cap    $3.03M   
Current Supply    309,999,945   
Volume (24h)    $1.32M   
Price %(1h)    0.16%
Price %(24h)    -36.55%
Price %(7d)         -36.81%


https://coinmarketdaddy.com/currencies/trustnote/

Nice job! Thank you! ;D


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: wishxy on November 28, 2018, 03:10:44 AM
Trustnote wallet download from Github is forbidden by AVG antivirus.
Why is that?
Also, link for wallet download on website doesn't work.


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: Horsen on December 03, 2018, 11:27:53 AM
Trustnote wallet download from Github is forbidden by AVG antivirus.
Why is that?
Also, link for wallet download on website doesn't work.
Sorry about that. Which operating system are you using on?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: prigo on January 22, 2019, 06:10:28 AM
any pools to mine this token ?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: nicefirework on February 09, 2019, 04:13:06 AM
any info when pow/pos mainnet?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: bob_lu on March 22, 2019, 08:32:59 AM
I'm proud to announce an exciting development of TrustNote. We are currently in the process of rebranding, the project will now be known as Ring Network, and you will become familiar with the refreshed new brand in the coming days!
Please see the announcement for more detail:
https://medium.com/trustnote/trustnote-announces-major-rebrand-to-ring-network-45a3f1633258


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: joejeronimo on March 24, 2019, 04:47:30 PM
your telegram chat link leads to a private telegram account.
both, from cmc and your website.
maybe you want to fix that?

atm there is no other way than twitter or e-mail to get in touch with the officials.

maybe here?


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: nicefirework on April 15, 2019, 01:37:36 PM
your telegram chat link leads to a private telegram account.
both, from cmc and your website.
maybe you want to fix that?

atm there is no other way than twitter or e-mail to get in touch with the officials.

maybe here?

Trustnote rebrand to Ring network, you can join telegram here.. https://t.me/RingNetwork


Title: Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger
Post by: strict9 on April 27, 2019, 09:16:51 PM
Hello everyone,

I would like to introduce the brand new Ring Network Discord server.  It has only just been stood up, so it is pretty sparse on information for the time being, but feel free to stop by and say hello: https://discord.gg/vrdgNr3 (https://discord.gg/vrdgNr3)

I will be updating it over the next couple days with helpful links and start fleshing out FAQs and things like that.


Other info and official links that may be helpful:

Website..: http://ringnetwork.org (http://ringnetwork.org)
Twitter...: https://twitter.com/ringnetworkorg (https://twitter.com/ringnetworkorg)
Medium..: https://medium.com/ringnetwork (https://medium.com/ringnetwork)
Telegram: https://t.me/RingNetwork (https://t.me/RingNetwork)
Discord...: https://discord.gg/vrdgNr3 (https://discord.gg/vrdgNr3)
LinkedIn.: https://www.linkedin.com/company/ringnetwork (https://www.linkedin.com/company/ringnetwork)
Facebook: https://www.facebook.com/TrustNote (https://www.facebook.com/TrustNote)
GitHub....: https://github.com/ringnetwork/ (https://github.com/ringnetwork/)
Reddit.....: https://www.reddit.com/r/TrustNote/ (https://www.reddit.com/r/TrustNote/)

You can also chat with us on WeChat: https://ringnetwork.org/Public/images/img/gongzhonghao.png

Ring Network (RingNetwork.org) believes the key to freedom of innovation in the digital age is decentralization. For new products and business models to flourish, we know that developers must be free to easily build with speed and scale. We are here to challenge today's blockchains that have not embraced true decentralization, which can prohibit innovators and future thinkers from freely creating the change they want to see.

Ring Network exists to make development easy, fast and scalable, and to bring trust to an untrustworthy environment so you can dream, invent, and create without constraint! On top of that, Ring Networks will be implementing privacy protecting features such as Mimble Wimble, CoinJoin, and others to help let users take back their financial privacy, and foster freedom.

I hope to chat with you all soon.