Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

real-time graph of trustchain transactions per second #3508

Closed
synctext opened this issue Mar 15, 2018 · 6 comments
Closed

real-time graph of trustchain transactions per second #3508

synctext opened this issue Mar 15, 2018 · 6 comments

Comments

@synctext
Copy link
Member

For V7.2 or beyond...

Easy to understand graphs are required to show the 10000 tps that Trustchain is proven to be capable of. Compare it to other real-world deployed systems without central servers such as Bitcoin and Ethereum. statistics.tribler.org shows a great format, excellent to re-use. Other example:

tps_animates

@devos50
Copy link
Contributor

devos50 commented Jul 6, 2018

I've published an initial, very basic version of my TrustChain explorer, written in AngularJS: http://130.161.119.212/home. This is mostly used by me for debugging payouts/market transactions.

tcexplorer

@qstokkink qstokkink removed their assignment Jul 12, 2018
@devos50
Copy link
Contributor

devos50 commented Jul 12, 2018

Made a quick visualization of TrustChain using vis.js. The graph contains 5000 nodes and took a few minutes to render on my computer. Blue edges between two blocks mean that both parties added their signature.

c1d7634c1869dc6d025767399eedeb30

@synctext
Copy link
Member Author

The real live Trustchain? COOL

@devos50
Copy link
Contributor

devos50 commented Jul 12, 2018

Yes, it's the live trust chain :)

I've deployed my small application on explorer.tribler.org. Right now, Trustchain has 131k created (half) blocks, which is way higher than I estimated actually. The visualisation backend has performance bottlenecks when displaying over 1000 nodes unfortunately so for now, I've limited this to the 100 most recent blocks.

@devos50
Copy link
Contributor

devos50 commented Jul 14, 2018

I just added a toggle to switch between mainnet and testnet to the live crawler. You can now also see the transaction created on the testnet (which mostly consists of my own tests for the market) 👍

@qstokkink
Copy link
Contributor

Trustchain has been removed and, therefore, this issue is no longer relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

7 participants