Dev Release 31
Greetings BlockDAG Community, Today was all about continuing our implementing process in blockDAG mining techniques. It was more about the debugging part in the mining implementation to resolve the existing error that we were facing in yesterday’s implementation part and less of the coding part. Still there were few successful implementation that was done during […]
Dev Release 30
Hey BlockDAG Community, Today was all about exploring more mining algorithm techniques for BlockDAG. BlockDAG with their unique structures, require robust mechanisms to ensure data integrity and validate transactions. SHA-3 (Secure Hash Algorithm 3) emerges as a compelling contender for the hashing function within the BlockDAG mining process. Let’s delve deeper into how SHA-3 integrates […]
Dev Release 29
Greeting BlockDAG Community, Hope you’ll had a blasting weekendBuilding on our BlockDAG Mining Discussion:Following up on our conversation about mining algorithms last week, let’s delve deeper into the RandomX protocol. It emerged as a promising candidate during our discussions, and we believe it warrants a closer technical examination to understand its suitability for our BlockDAG […]
Dev Release 28
Greetings BlockDAG Community, Let’s first go through a quick recap of this week!To start our week, we began by implementing libP2P, where we discovered the processes for identifying nodes and addresses. There were three key discovery mechanisms introduced: bootstrap nodes, mDNS, and Kademlia. Following the identification phase, we moved on to construct connections between nodes. […]
Dev Release 27
Greetings BlockDAG Community, As mentioned in previous post, the next step is to start the syncing process between the nodes. Today’s post is all about doing the syncing implementation in the BlockDAG project. Here’s an introduction to what’s the purpose of syncing is in our implementation.Syncing algorithm is designed to make sure that the particular chain is in […]
Dev Release 26
Greeting BlockDAG Community, As mentioned in previous update, as a part of substream implementation in blockDAG today we’re implementating request-response protocol along with notification protocol. In this technical post, we’ll delve into the details of how request-response protocols function within substreams and it’s importance in BlockDAG project. A quick recap of what substreams are and […]
Dev Release 25
Hey BlockDAG community! Hope you’re having a great dayAs a part of libP2P implementation process today is all about implementing the substreams request-response protocols in blockDAG. Let’s understand about sub-streams Substreams refer to a concept related to transaction processing and parallelism. Having already formed a channel and used multiplexing, the substream can be opened now. […]
Dev Release 24
Greetings BlockDAG Community! Surely you had the weekend of your life and I hope you had a lot of fun.In consideration to our roadmap in May, we integrate the LibP2P engine in blockDAG . The libp2p framework is highly flexible, users to expand this library to support other protocols. Node identities and addresses In a […]
Dev Release 23
Greeting BlockDAG Community!This week marked significant progress on the P2P implementation front for BlockDAG, paving the way for faster and more secure communication between nodes.Key Highlights: This is an ongoing effort. Since we have crux of previous days now, Today, I’m thrilled to introduce libP2P, a high-performance, modular, and developer-friendly P2P library specifically designed for […]
Dev Release 22
Greetings BlockDAG community! In today’s technical post, we’ll explore the implementation of Remote Procedure Calls (RPC) within a BlockDAG project. Integrating RPCs into a BlockDAG system is crucial for enabling external interactions and providing a seamless user experience. Let’s understand why do we want to implement RPC in BlockDAG project Integrating RPCs into a BlockDAG […]