-
Notifications
You must be signed in to change notification settings - Fork 452
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
Comments
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. |
The real live Trustchain? COOL |
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. |
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) 👍 |
Trustchain has been removed and, therefore, this issue is no longer relevant. |
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:
The text was updated successfully, but these errors were encountered: