Bitcoin Forum
November 14, 2024, 08:07:33 AM *
News: Check out the artwork 1Dq created to commemorate this forum's 15th anniversary
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Simple approach of cryptocurrency written in python  (Read 146 times)
chrisvl (OP)
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
March 10, 2018, 10:44:33 AM
 #1

Silme is a simple approach of cryptocurrency written in python, I write it for education purposes and I have uploaded it to github https://github.com/cvsae/silme anyone is are welcome to contribute, using silme you can mine blocks (pow sha256) and create new transactions at this time node is not implemented so the new blocks and transactions can't be broadcasted to network, more info can be found in github repo

Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
March 10, 2018, 12:10:35 PM
 #2

Silme is a simple approach of cryptocurrency written in python, I write it for education purposes and I have uploaded it to github https://github.com/cvsae/silme anyone is are welcome to contribute, using silme you can mine blocks (pow sha256) and create new transactions at this time node is not implemented so the new blocks and transactions can't be broadcasted to network, more info can be found in github repo
How sufficient are the algorithms when it comes to mining/solving mathematical functions ? Did you port the code from C++ to Python or have your own implementations ? We are not too far from introducing projects which will be completely written in pychain/python-blockchain.

QT compiling part is a pain in the ass,wish someone simplified that.
chrisvl (OP)
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
March 10, 2018, 10:14:33 PM
 #3

Silme is a simple approach of cryptocurrency written in python, I write it for education purposes and I have uploaded it to github https://github.com/cvsae/silme anyone is are welcome to contribute, using silme you can mine blocks (pow sha256) and create new transactions at this time node is not implemented so the new blocks and transactions can't be broadcasted to network, more info can be found in github repo
How sufficient are the algorithms when it comes to mining/solving mathematical functions ? Did you port the code from C++ to Python or have your own implementations ? We are not too far from introducing projects which will be completely written in pychain/python-blockchain.

QT compiling part is a pain in the ass,wish someone simplified that.

Sure current bitcoin QT needs optimization, I think it compilation time can be reduced 30%, C++ compilation/linking is limited by processing speed, so compilation time can be affected by the CPU speed and ram, faster parsing, faster includes, faster linking, sure we can have a full implementation of bitcoin protocol in python 100%

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!