Bitcoin Forum
May 05, 2024, 11:06:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Altcoin completely written in Python  (Read 1255 times)
Luke Fox (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 23, 2017, 11:21:44 AM
 #1

Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.
1714907184
Hero Member
*
Offline Offline

Posts: 1714907184

View Profile Personal Message (Offline)

Ignore
1714907184
Reply with quote  #2

1714907184
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714907184
Hero Member
*
Offline Offline

Posts: 1714907184

View Profile Personal Message (Offline)

Ignore
1714907184
Reply with quote  #2

1714907184
Report to moderator
1714907184
Hero Member
*
Offline Offline

Posts: 1714907184

View Profile Personal Message (Offline)

Ignore
1714907184
Reply with quote  #2

1714907184
Report to moderator
qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
March 23, 2017, 01:33:08 PM
 #2

Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.

I believe Dash latest update 12.1 includes sentinel, which is coded in python and is running alongside dashd.
Future use will include easy updating of Dash through sentinel / python.
Dash has proof of work (miners) and proof of service (masternodes).

Dash is still looking for developers with experience in that area by the way : https://www.dash.org/forum/topic/dash-jobs.111/
 

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
Luke Fox (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 01, 2017, 12:21:56 PM
 #3

Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.

I believe Dash latest update 12.1 includes sentinel, which is coded in python and is running alongside dashd.
Future use will include easy updating of Dash through sentinel / python.
Dash has proof of work (miners) and proof of service (masternodes).

Dash is still looking for developers with experience in that area by the way : https://www.dash.org/forum/topic/dash-jobs.111/
 

Thanks for the info but I was looking for the cryptocurrency in python.
Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
April 01, 2017, 12:26:11 PM
 #4

->Chances are quite less.
->Since C++ laid out the basic foundation for Cryptos,it's pretty much take ahead from there.
->I can give 100 reasons why C++ should be the idea choice for cryptos over python.
->How many bitcoin related python modules you know ? C++ has many libraries!
->Why python though ? You want to contribute or start your own coin in python ?
Luke Fox (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
April 07, 2017, 02:00:06 PM
 #5

->Chances are quite less.
->Since C++ laid out the basic foundation for Cryptos,it's pretty much take ahead from there.
->I can give 100 reasons why C++ should be the idea choice for cryptos over python.
->How many bitcoin related python modules you know ? C++ has many libraries!
->Why python though ? You want to contribute or start your own coin in python ?

Well to be frank with you python is pretty easy language to understand as compared to C++. So I thought If any cryptocurrency written in python would help me understand the how the codes of blockchain are written. I am trying to understand the all the aspects of a coin and also want to contribute to new coins if they require my help.
BlockXchain
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile WWW
June 03, 2017, 09:52:55 PM
 #6

I'm also in learning the blockchain basics via Python, since I'm most comfortable with it. Any suggestions?
aidanb
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 24, 2017, 01:05:02 PM
 #7

I'm also in learning the blockchain basics via Python, since I'm most comfortable with it. Any suggestions?

Hey you're the guy who does the BlockXChain blog! I'm just starting out in blockchain development and found your "Building a Blockchain from Scratch using Python" to be really useful. I'm looking forward to a Part 2!

I found that there were a couple errors in it though, so had to modify it a little. I also added mining and block difficulty into your example. I was going to try implementing networking and being able to run multiple nodes and some basic consensus soon. My modifications: https://github.com/aidanbeale/BasicCoin. Pretty basic, but I am new to this.

I have found several other resources that might help you.

https://github.com/DutchGraa/crackcoin
This coin was written in Python specifically as a project to practice blockchain development. So it's not a fully functioning coin, but looks like a great resource.

https://bitcointalk.org/index.php?topic=1896497.0
As for an actual existing currency, this coin (BISMUTH) is entirely written in Python.

https://github.com/theQRL
Also Quantum Resistant Ledger (QRL) currently has their testnet written in Python. They're going to be releasing an updated testnet in a week or so (existing one is currently offline but you can go through the code).

If you find any good resources for learning the basics of blockchain development please let me know. Once I get the hang of things building a basic blockchain in Python I was going to try make a beginner video series or something. Help spread the knowledge around. Seems pretty hard to find good resources on it.
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 20, 2018, 03:05:06 AM
Merited by jimhsu (5)
 #8

You can read more about Bismuth at bismuth.cz

jennerpower
Member
**
Offline Offline

Activity: 255
Merit: 11


View Profile
January 20, 2018, 03:20:19 AM
 #9

Speaking with all the cryptocurrencies is the decentralized token included in their list? I am looking for a trading site where all the decentralized and centralized token is completely listed. What about the unofficial tokens? Is it only in ED where you can search for their contract?

chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
March 10, 2018, 10:52:36 AM
 #10

Check silme https://github.com/cvsae/silme i write it for education purposes

BillCoin
Sr. Member
****
Offline Offline

Activity: 476
Merit: 259



View Profile
March 10, 2018, 10:56:53 AM
 #11

Here is a cool coin which I just found over the internet:

https://github.com/zack-bitcoin/basiccoin

The code is written really nice, I would suggest you to have a look and pass through it.
Anyway, the most known altcoin won't be written in python as C,C++ offers much more and you have the ability to do things that it would be much complicated to do in Python.
Also, take into consideration that most of the available bitcoin libraries wrote for C/C++ and not for python, so it's basically really hard to write a coin from zero with Python.
OlinEmerson
Newbie
*
Offline Offline

Activity: 132
Merit: 0


View Profile
March 10, 2018, 10:59:11 AM
 #12

Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.
C++ is the language used so it's pretty rare that
Python is used
AdamSv
Jr. Member
*
Offline Offline

Activity: 189
Merit: 1


View Profile
March 11, 2018, 02:29:26 PM
 #13

Are there any list of cryptocurrency which is completely written in python language. Specifically, I am looking for cryptocurrency which has hybrid PoS/PoW that to writtern in python.
Many cryptocurrencies are written in Python, but at the heart of one horseradish lies the good old Java. Well, maybe even where C++ is used I will not go into details.
Hikol
Member
**
Offline Offline

Activity: 125
Merit: 10


View Profile
September 21, 2018, 06:12:02 PM
Last edit: September 25, 2018, 10:20:42 AM by Hikol
 #14

Python is a great solution for such things! I would like to learn it soon too, and I am very excited about it. Maybe you can recommend me something? I have read the great inspiring article from https://diceus.com/python-developer-salary/ recently. Take a look there too, maybe you will like it too Smiley
Lisa110386
Member
**
Offline Offline

Activity: 1204
Merit: 13


View Profile
September 21, 2018, 07:26:37 PM
 #15

Hello. I'm a girl and I only know that Python is a programming language. But I participate in the bounty campaign Cryzen https://www.cryzen.com , their token Xen written in Python. Maybe this will be useful to you. Excuse me.
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!