Search content
Sort by

Showing 16 of 16 results by skrtdev
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 06/07/2022, 17:22:40 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 28/03/2022, 15:39:05 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 25/03/2022, 17:46:53 UTC
Thank you guys
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 03/01/2022, 17:28:18 UTC
Yes at this time this is vulnerable
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 21/12/2021, 13:47:20 UTC
There is a GPU miner: https://github.com/witer33/denarocudaminer.

I choose 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
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 14/12/2021, 15:30:10 UTC
There is no discord server yet
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 12/12/2021, 20:29:15 UTC
You can set them inline in the command like:
Code:
DENARO_DATABASE_USER='user' uvicorn denaro.node.main:app --port 3006 --workers 2
.
Join the telegram group for more dedicated help: https://t.me/denarogroup
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 04/12/2021, 10:54:20 UTC
Btw there was a project with similar name:

https://bitcointalk.org/index.php?topic=2833302.0

So maybe its not the best name...

Uh I didn't know it. That was a scam project but I can't change crypto name as it has been already released.
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 03/12/2021, 19:44:55 UTC
Yeah you're right, i will, thank you. For now you can join telegram channel and group in order to get updated about development.
Post
Topic
Board Altcoin Discussion
Re: Any easier way to get coins and tokens on their day one launch?
by
skrtdev
on 03/12/2021, 18:24:12 UTC
If you want, I can give you some coins of the crypto I created. It's name's denaro and it's open source (https://github.com/denaro-coin/denaro). Get your address on telegram bot wallet (https://t.me/DenaroCoinBot) and send it here, I'll send you some.
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 03/12/2021, 18:17:48 UTC
I think a couple of simple deployment methods would be beneficial for some other tinkerers to play with your project. Maybe start a discord community for those who'd like to help out? I'd join.

Yeah you're right, at the moment you have to create postgres database manually. Maybe docker would be simpler to use. There is a telegram group and channel at https://t.me/denarocoin if you wanna join, I use more telegram than discord. Thank your for your appreciation, advices and contributions are always welcome.
Post
Topic
Board Altcoin Discussion
Re: Any easier way to get coins and tokens on their day one launch?
by
skrtdev
on 02/12/2021, 19:08:41 UTC
If you want, I can give you some coins of the crypto I created. It's name's denaro and it's open source (https://github.com/denaro-coin/denaro). Get your address on telegram bot wallet (https://t.me/DenaroCoinBot) and send it here, I'll send you some.
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 02/12/2021, 14:42:55 UTC
It's not much complex actually, but it works. I think I'll work on this to implement some new features and maybe it will be a successful coin, or maybe not. I appreciate contributions. Anyone who needs help installing this can pm me on telegram at t.me/gaetano555
Post
Topic
Board Announcements (Altcoins)
Re: Cryptocurrency written in Python
by
skrtdev
on 01/12/2021, 17:32:49 UTC
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
Post
Topic
Board Altcoin Discussion
Re: Any new-ish, cpu friendl minable coins you guys looking at?
by
skrtdev
on 30/11/2021, 15:53:15 UTC
I created a cryptocurrency. His name is denaro and it can be mined with CPU. You can find the miner on github: https://github.com/denaro-coin/denaro. This is a project started to see if I was capable of making a crypto fully written in Python, and I am. If you're interested, i also created a wallet bot on telegram at @DenaroCoinBot. I also appreciate any contribution to the project
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Topic OP
Cryptocurrency written in Python
by
skrtdev
on 30/11/2021, 15:46:42 UTC
⭐ Merited by cryptoDEADBEEFFFFF (1)
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.