Bitcoin Forum
October 02, 2025, 05:09:18 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / 3D Visualization of the Bitcoin network on: December 14, 2013, 12:13:41 AM
If someone is interested, a made a visualization [1] of the Bitcoin P2P network using Protocoin [2]. I'll release the source code together with the next release of Protocoin.

[1] http://pyevolve.sourceforge.net/wordpress/?p=2654
[2] http://protocoin.readthedocs.org
2  Other / Beginners & Help / Re: Protocoin - a pure Python Bitcoin protocol implementation on: November 23, 2013, 12:34:37 AM
This is the first release, so there is a long road ahead but the hard work was already implemented, which is the serialization/deserialization design to support all Bitcoin protocol details. You can implement a full Bitcoin client if you want or even a simple app to collect statistics from the network, to plot network graphs between nodes, to do studies on the P2P network like: how is a block replicated in the network, how is a transaction replicated, how many time takes to a transaction going from a node to another node, etc, there are a lot of things you can do with it and there are some of these that are in my roadmap to develop too. Thanks for the interest.
3  Bitcoin / Development & Technical Discussion / [ANN] Protocoin - a pure Python Bitcoin protocol implementation on: November 22, 2013, 11:49:41 PM
Just release Protocoin [1], a pure Python Bitcoin protocol implementation.

[1] http://protocoin.readthedocs.org/

Thanks !
4  Other / Beginners & Help / Protocoin - a pure Python Bitcoin protocol implementation on: November 22, 2013, 11:35:44 PM
Just release Protocoin [1], a pure Python Bitcoin protocol implementation.

[1] http://protocoin.readthedocs.org/

Thanks !
5  Other / Beginners & Help / Why txn_count field of the block message is always zero ? on: November 10, 2013, 08:19:28 PM
Why I'm receiving always zero in the txn_count field of the block message after calling it with a getdata ? Is this expected ? How can I get the transactions present in a block ?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!