Bitcoin Forum
May 13, 2024, 07:28:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Cryptocurrency written in Python  (Read 1020 times)
skrtdev (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
December 21, 2021, 01:47:20 PM
Last edit: December 21, 2021, 02:08:36 PM by skrtdev
 #21

There is a GPU miner: https://github.com/witer33/denarocudaminer.

I chose Python cause Go was too hard to learn for a working blockchain. Python may seem unsuitable but it is and the blockchain is working, even if with some problems. I won't get tired of saying that contributions are welcome
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715628506
Hero Member
*
Offline Offline

Posts: 1715628506

View Profile Personal Message (Offline)

Ignore
1715628506
Reply with quote  #2

1715628506
Report to moderator
1715628506
Hero Member
*
Offline Offline

Posts: 1715628506

View Profile Personal Message (Offline)

Ignore
1715628506
Reply with quote  #2

1715628506
Report to moderator
1715628506
Hero Member
*
Offline Offline

Posts: 1715628506

View Profile Personal Message (Offline)

Ignore
1715628506
Reply with quote  #2

1715628506
Report to moderator
kobir6678
Newbie
*
Offline Offline

Activity: 444
Merit: 0


View Profile
December 27, 2021, 11:07:30 AM
 #22

phyton is the great opportunity in Built in Crypto project Run. Crypto base in blockchain Crypto project Defi Web Built
sir_danny
Copper Member
Jr. Member
*
Offline Offline

Activity: 40
Merit: 19


View Profile WWW
December 31, 2021, 10:41:25 AM
 #23

It's sha256, similar to bitcoin but there are a couple differences, you can find them in README. You can start mining with the miner.py file

Won't this be vulnerable to a 51% attack? Bitcoin is using 256, and if even a single miner decides to mine your chain, they'd have the hash power.

skrtdev (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
January 03, 2022, 05:28:18 PM
 #24

Yes at this time this is vulnerable
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
February 13, 2022, 01:48:00 PM
 #25

Really nice progress made by the dev here.
We can now trade this coin as a wrapped token on the binance chain.
I will follow this project, looks like a good project with great Dev and the support from the community dev for miners.
lemonandfriesonetwo
Member
**
Offline Offline

Activity: 653
Merit: 11


View Profile
February 13, 2022, 07:29:08 PM
 #26

This project is interesting.

Lot of garbage is out there claiming all sorts of promises, Denaro seems to be straight to the point - independent blockchain with constant development happening.

And coding it in Python was a smart move imo. It's a language that is open to anyone in the world and this can lead to anyone in the world contributing code to Denaro.

Definitely will keep an eye on this one.
skrtdev (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
March 25, 2022, 05:46:53 PM
 #27

Thank you guys
Xeon_Xeon
Full Member
***
Offline Offline

Activity: 184
Merit: 103


View Profile
March 28, 2022, 01:27:00 AM
 #28

This reminds me of early crypto.

You put the code out there and make zero promises and ask people to give it a try.

SO refreshing!!  Grin

skrtdev (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
March 28, 2022, 03:39:05 PM
 #29

Thank you so much. If you paste your addresses here i can give you a tip. You can use nodeless wallet at https://github.com/denaro-coin/denaro/tree/main/denaro/wallet
lemonandfriesonetwo
Member
**
Offline Offline

Activity: 653
Merit: 11


View Profile
March 29, 2022, 04:26:14 AM
 #30

This reminds me of early crypto.

You put the code out there and make zero promises and ask people to give it a try.

SO refreshing!!  Grin



This 100!

This is one of those projects that is focusing on making crypto more accessible.

It's coded in Python, which almost anyone can pick up and learn to code.

There is constant work from the dev also and other people from telegram, gives more trust that this coin will continue to push forward.
cryptoDEADBEEFFFFF
Newbie
*
Offline Offline

Activity: 24
Merit: 4


View Profile
July 02, 2022, 11:38:54 AM
 #31

I just created a cryptocurrency called denaro. I used Python and PostgreSQL. It's a fully working crypto written by 0, it does not operate on any external blockchain like ethereum, it does have his blockchain. It started like "let's see if i can really make it", and it ended that i did it. It can theoretically confirm up to 5 transactions per second, with a maximum block size of 2mb. You can find it on github: https://github.com/denaro-coin/denaro. If you wanna contribute, you're welcome. I also created a telegram bot wallet (@DenaroCoinBot), so feel free to pm me on @gaetano555 and i'll send you some.

I have been always looking for a project like this. A blockchain that's built out of a programming language that's widely used and reasonable total supply. Are you satoshi by any chance?  Grin
skrtdev (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
July 06, 2022, 05:22:40 PM
 #32

Are you satoshi by any chance?  Grin

I'd like to.

Anyway there have been many improvements in the blockchain. There are two explorers: https://explorer.denaro.is/ and https://explorer2.denaro.is/.

I also developed a kind of VM on top of Denaro Blockchain, similar to the EVM: https://github.com/denaro-coin/dvm.
It uses transactions messages to call vm smart contracts, and the main difference with the EVM is that it's not built directly into the blockchain itself.
It's like another layer that uses the base chain to receive messages. This method could be used to implement smart contracts even on the Bitcoin blockchain.
Smart contracts are written in Python too and I think this is a pretty innovative thing (or at least never seen before?), and they get executed in a limited environment using RestrictedPython.

I also recently developed a mining pool. We really needed that as chain became controlled by a few miners. It isn't on GitHub yet because it's still in a development phase, but you can find the python miner at https://t.me/DenaroGroup/20420. Now we need an open source gpu miner so that it can be adapted for the pool. For everyone who wanna try developing it, there already is https://github.com/witer33/denarocudaminer but it needs some improvements
lemonandfriesonetwo
Member
**
Offline Offline

Activity: 653
Merit: 11


View Profile
August 19, 2022, 08:40:02 PM
 #33

This project should have more attention.

The dev has been working and updating his project consistently.

This is a project to watch out for in 2023-2024.

The entry point is still very cheap for its future potential.

It just needs a better wallet, some more miners, and nodes. But it's off to a really good start

 Cool
ptaank
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
September 05, 2022, 07:09:53 AM
 #34

How to buy denaro ?
gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
September 05, 2022, 09:29:48 AM
 #35

Hello,

You can buy it from pancakeswap.
Please join telegram for more details.

t.me/DenaroGroup
lemonandfriesonetwo
Member
**
Offline Offline

Activity: 653
Merit: 11


View Profile
September 08, 2022, 05:48:33 PM
 #36

Denaro mining bonus for CPU miners:

https://twitter.com/Denarocoin/status/1567893626163707904

lemonandfriesonetwo
Member
**
Offline Offline

Activity: 653
Merit: 11


View Profile
February 20, 2023, 03:23:42 AM
 #37

New miner available:

https://github.com/geiccobs/denaro-cuda-miner

Jimmymark
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
February 26, 2023, 01:01:30 AM
 #38

Nice work. Like the old days when dev was working on bits. Is your worth 2 pizza yet if yes send us same
Pages: « 1 [2]  All
  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!