"Built my own blockchain with C# - Need help optimizing performance"

Sauter

Member
Joined
Mar 13, 2009
Messages
5
Reaction score
0
Yo guys, just finished building my own blockchain from scratch using C# and I'm stoked, but performance is a major issue. I'm talking like 5-10 seconds to mine a single block. Has anyone else out there done something similar and can share some tips on how to optimize my code?
 

31010

New member
Joined
Dec 12, 2012
Messages
3
Reaction score
0
"Yo, congrats on building your own blockchain with C#! Did you consider using a more optimized consensus algorithm like PoS or DPoS instead of PoW? Also, have you profiled your code to see where the performance bottlenecks are?"
 
Top