Page 1 of 4

Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 5:16 am
by togFox
I want to try as an exercise. There would be a fictitious need for a fake ledger. There would be no server or peers. Perhaps Block chain that can be emailed to friends for fun.

Because it's an exercise it would have no security or privacy or any real utility and that's fine. It would let me create a block chain with hashing algorithm etc and let me build the chain itself without getting caught up in the commercial needs of a real block chain.

Has anyone tried this? Where did you start? Google?

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 2:23 pm
by Gunroar:Cannon()

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 8:40 pm
by togFox
This is for learning and I'm not asking for an API.

I think I'll need a client that accepts text and that text is s transacting that is built into a block. The black can then be emailed to a friend and they can add their own transactions and so on. As in r/l , there can be multiple versions of the chain so some simple merging of two chains might be an interesting piece of logic.

If only I had more time in r/l to try all my thoughts.

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 8:50 pm
by MrFariator
I think you're better off asking advice on how to make a block chain implementation in forums or places that are more geared towards the topic. The LÖVE forums do not strike me as such, and the other thread already sets a precedent that it can be a touchy topic around here - even if you aren't asking for an API.

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 8:57 pm
by Gunroar:Cannon()
What is blockchain? Like security? Why was Slime all
Image

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 9:02 pm
by grump
MrFariator wrote: Mon Nov 22, 2021 8:50 pm I think you're better off asking advice on how to make a block chain implementation in forums or places that are more geared towards the topic.
Choose carefully though. There's not that many specialised places where this question, asked like that, will receive friendly responses.

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 9:25 pm
by Gunroar:Cannon()
Woah, seriously though, why is it so ... conspiracy theorishish ... like...

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 9:31 pm
by togFox
I'd rather engage and build upon and stretch the imagination of this community. If that's not wanted in this instance then I shall take this to another community that will likely just hand me the answer without caring this is problem to solve with engagement.

Until then, if anyone does feel like intellectual engagement - please engage! :)

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 9:35 pm
by Gunroar:Cannon()
*oh, I meant crypto currency.
It seems not a lot of people dabble in it for that type of experimentation. Is it even possible to implement blockchain normally.

Re: Have you coded a block chain for fun?

Posted: Mon Nov 22, 2021 9:48 pm
by togFox