tyz (OP)
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
August 14, 2015, 04:03:04 PM |
|
Are there any altcoins that are written in Python? I did some research and found coins written in many programming languages like C, C++, Node.js, Java, someone even tried to create one in RoR, except Python.
|
|
|
|
rnicoll
|
|
August 14, 2015, 04:15:10 PM |
|
Are there any altcoins that are written in Python? I did some research and found coins written in many programming languages like C, C++, Node.js, Java, someone even tried to create one in RoR, except Python.
Do you mean coins, or coin libraries? There's a Python library for Bitcoin ( https://github.com/petertodd/python-bitcoinlib ) which you can use a wrapper library ( https://github.com/rnicoll/python-altcoinlib ) to make altcoin compatible (okay, so it works with Doge for now, I'll try to add more later).
|
Dogecoin Core developer, ex-researcher, trader.
Unless stated otherwise, opinions are my own and do not necessarily reflect that of other Dogecoin developers.
|
|
|
tyz (OP)
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
August 14, 2015, 05:33:05 PM |
|
I mean coins that were written completely in Python, as Bitcoin was written in C++ or NXT written in Java. I know that there are a bunch of Python libraries for various coins.
|
|
|
|
rnicoll
|
|
August 14, 2015, 05:42:48 PM |
|
I mean coins that were written completely in Python, as Bitcoin was written in C++ or NXT written in Java. I know that there are a bunch of Python libraries for various coins.
Ah, can't help then. Sorry, wasn't aware there was such a language diversity in coins, thought perhaps you'd mixed up libraries with the reference clients.
|
Dogecoin Core developer, ex-researcher, trader.
Unless stated otherwise, opinions are my own and do not necessarily reflect that of other Dogecoin developers.
|
|
|
tyz (OP)
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
August 14, 2015, 05:53:29 PM |
|
Yes, I was really surprise that I found coins written in C, Ruby and Node.js but no coin written in Python. Although Python has a strong community and a large collection of libraries for P2P, distributed computing and cryptography. I mean coins that were written completely in Python, as Bitcoin was written in C++ or NXT written in Java. I know that there are a bunch of Python libraries for various coins.
Ah, can't help then. Sorry, wasn't aware there was such a language diversity in coins, thought perhaps you'd mixed up libraries with the reference clients.
|
|
|
|
dnydublin12
Newbie
Offline
Activity: 29
Merit: 0
|
|
August 14, 2015, 09:55:59 PM |
|
ethereum, had a python version, but they abandoned it to concentrate on C++ (alethzero/ethminer) and Go (geth)
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
August 15, 2015, 01:11:01 AM |
|
I think this is kinda what you're looking for: https://github.com/zack-bitcoin/basiccoinI don't think it was ever really launched or promoted, seems just a hobby for the guy.
|
|
|
|
tyz (OP)
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
August 15, 2015, 08:06:14 AM |
|
Thanks, this is exactly what i was looking for. The last changes are over 9 months ago, but it seem it is a working coin.
|
|
|
|
njs811
|
|
September 10, 2015, 12:35:11 AM |
|
Thanks, this is exactly what i was looking for. The last changes are over 9 months ago, but it seem it is a working coin. What are you thinking? I am currently learning Python and I am very interested in this project.
|
|
|
|
bit1
Legendary
Offline
Activity: 938
Merit: 1000
|
|
September 10, 2015, 12:51:19 AM |
|
The first question should be that it is an interpreted language so maybe the developers dont are focused on it for this reason. However python could be a tool very powerful to do another jobs.
|
|
|
|
HCLivess
Legendary
Offline
Activity: 2114
Merit: 1090
=== NODE IS OK! ==
|
|
September 10, 2015, 08:01:32 AM |
|
I started something, but it is paused now. Intended to be supernoobfriendly code.
|
|
|
|
|
tyz (OP)
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
September 10, 2015, 01:51:30 PM |
|
Have you got a github repository or something similar where I can see what you have done so far? I started something, but it is paused now. Intended to be supernoobfriendly code.
|
|
|
|
tyz (OP)
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
September 10, 2015, 01:53:26 PM |
|
I just looked into the coin to see the (python) concept behind. I guess it is a fully working coin, but I did not tried it yet. As a Python beginner, you should probably gather some more expierence before trying to create a coin. It is sophisticated. Thanks, this is exactly what i was looking for. The last changes are over 9 months ago, but it seem it is a working coin. What are you thinking? I am currently learning Python and I am very interested in this project.
|
|
|
|
njs811
|
|
October 26, 2015, 04:48:19 AM |
|
Did anyone pick up this project?
|
|
|
|
sportfan
|
|
October 26, 2015, 11:28:21 AM |
|
Did anyone pick up this project?
If anyone is planning on creating a new coin forking a C/C++ one would be much easier than trying to build this.
|
|
|
|
|