Bitcoin Forum
June 22, 2024, 08:02:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Altcoins based on Python?  (Read 1144 times)
tyz (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1533



View Profile
August 14, 2015, 04:03:04 PM
 #1

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
Full Member
***
Offline Offline

Activity: 199
Merit: 110


View Profile
August 14, 2015, 04:15:10 PM
 #2

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 Offline

Activity: 3360
Merit: 1533



View Profile
August 14, 2015, 05:33:05 PM
 #3

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.

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).

rnicoll
Full Member
***
Offline Offline

Activity: 199
Merit: 110


View Profile
August 14, 2015, 05:42:48 PM
 #4

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 Offline

Activity: 3360
Merit: 1533



View Profile
August 14, 2015, 05:53:29 PM
 #5

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 Offline

Activity: 29
Merit: 0


View Profile
August 14, 2015, 09:55:59 PM
 #6

ethereum, had a python version, but they abandoned it to concentrate on C++ (alethzero/ethminer) and Go (geth)
jwinterm
Legendary
*
Offline Offline

Activity: 3066
Merit: 1115



View Profile
August 15, 2015, 01:11:01 AM
 #7

I think this is kinda what you're looking for:
https://github.com/zack-bitcoin/basiccoin

I don't think it was ever really launched or promoted, seems just a hobby for the guy.
tyz (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1533



View Profile
August 15, 2015, 08:06:14 AM
 #8

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.

I think this is kinda what you're looking for:
https://github.com/zack-bitcoin/basiccoin

I don't think it was ever really launched or promoted, seems just a hobby for the guy.
njs811
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
September 10, 2015, 12:35:11 AM
 #9

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.

I think this is kinda what you're looking for:
https://github.com/zack-bitcoin/basiccoin

I don't think it was ever really launched or promoted, seems just a hobby for the guy.

What are you thinking? I am currently learning Python and I am very interested in this project.
bit1
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
September 10, 2015, 12:51:19 AM
 #10

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 Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
September 10, 2015, 08:01:32 AM
 #11

I started something, but it is paused now. Intended to be supernoobfriendly code.

gendforce
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 10, 2015, 01:35:03 PM
 #12

Vitalik Buterin has made an Ethereum Client based on Python - https://github.com/ethereum/pyethereum

He's also created a DApp development language called Serpent - https://github.com/ethereum/wiki/wiki/Serpent
tyz (OP)
Legendary
*
Offline Offline

Activity: 3360
Merit: 1533



View Profile
September 10, 2015, 01:51:30 PM
 #13

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 Offline

Activity: 3360
Merit: 1533



View Profile
September 10, 2015, 01:53:26 PM
 #14

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.

I think this is kinda what you're looking for:
https://github.com/zack-bitcoin/basiccoin

I don't think it was ever really launched or promoted, seems just a hobby for the guy.

What are you thinking? I am currently learning Python and I am very interested in this project.
njs811
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
October 26, 2015, 04:48:19 AM
 #15

Did anyone pick up this project?
sportfan
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
October 26, 2015, 11:28:21 AM
 #16

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.
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!