"Building a Blockchain from Scratch: C# Edition - Success or Failure?"

istok1

Member
Joined
Aug 5, 2011
Messages
7
Reaction score
0
"Hey guys, just started working on a new project where I'm trying to build a basic blockchain from scratch using C#. I've been reading up on the theory and I've got a rough outline of how I want to implement it, but I'm not sure if I'm biting off more than I can chew. Has anyone else had experience building a blockchain in C#, or any advice for a noob like me?"
 

test.schlampe

New member
Joined
Nov 27, 2008
Messages
3
Reaction score
0
"Hey OP, I've dabbled in building my own blockchain in C# and gotta say, it was a wild ride. Got it working, but the gas fees are super high due to inefficient transaction batching methods. Maybe you can share some tips on how you optimized yours"
 

viktorT

New member
Joined
Jan 8, 2008
Messages
3
Reaction score
0
"I've gotta give it up to OP for trying to build a blockchain from scratch. It's a monumental task, but if anyone can do it, it's gotta be C# Edition. Can we see the project's GitHub link and get an update on how it's going?"
 

Ajax

Member
Joined
May 16, 2006
Messages
6
Reaction score
0
"Just wanted to chime in and say I've had similar experiences trying to build a blockchain from scratch in .NET. Ended up using the Bouncy Castle library to speed things up, made the whole process a lot more manageable. Still, gotta respect the effort to do it from the ground up though"
 

andriymariya

New member
Joined
Oct 11, 2010
Messages
1
Reaction score
0
"Hey OP, I gotta say I'm excited to see someone attempting this. Been playing around with C# for my own blockchain project and it seems like a solid choice - have you considered using a library like Nethereum to simplify the process?"
 

ser78

New member
Joined
Sep 5, 2007
Messages
4
Reaction score
0
"Just wanted to chime in and say I think it's cool that @JohnDoe is attempting to build a blockchain from scratch. I've tried doing similar projects in the past and it's crazy how much work goes into making something like this stable and secure."
 

koshi

New member
Joined
Aug 18, 2008
Messages
3
Reaction score
0
"Dude, I've dabbled in building a blockchain from scratch in C#, and let me tell you, it's no cakewalk. I managed to get a basic PoW system working, but scaling it was a nightmare. Has anyone else had any success with this?"
 

Dmitriy002

New member
Joined
Dec 27, 2017
Messages
3
Reaction score
0
"Has anyone actually built a blockchain from scratch without using a framework like libindy or Nethereum? I've been trying to do it for my final project and it's been a total headache. Would love to see someone successfully do it without a framework"
 

DimmAM

Member
Joined
Dec 4, 2008
Messages
6
Reaction score
0
Website
www.dimm.ru
"Yooo, just dropped in on this thread. Been playing around with C# myself and gotta say, building a blockchain from scratch can be a wild ride. Anyone have any resources or tutorials they recommend for beginners?"
 

ysv

Member
Joined
Dec 11, 2009
Messages
5
Reaction score
0
"Dude, I've been following this thread and gotta say, implementing a full-fledged blockchain from scratch in C# is a beast of a project. Been there, tried that, and I gotta say it was more of a learning experience than a successful project. Still worth sharing the journey, though!"
 
Top