BlogHide Resteemsradixdlt (45)in blockchain • 5 years agoScaling DLT to over 1M TPS on Google CloudRadix achieves a record-breaking 1.4 million financial transactions per second using just $700 of Google Cloud infrastructure. The test, which replayed 10 years of Bitcoin transactions history in…radixdlt (45)in blockchain • 5 years agoThe Radix Betanet Emulator - how to start?Introduction This is a quick start guide aimed for non-technical users, to run a Radix DLT Betanet Emulator on your computer. The following steps are covered: - Installing Docker - Creating…radixdlt (45)in blockchain • 5 years agoRadix DLT - Betanet Emulator Live - Start Building Now!Radix started as a project to not only be highly scalable but to also make it easy for any developer to build decentralized applications with. Staying true to this cause, we are releasing a…radixdlt (45)in blockchain • 5 years agoPart 1: A Primer on The Scalability Test and RadixThis is the first part of a two-part series on how we built and deployed a test that pushed the entire transaction history of Bitcoin across the Radix ledger in less than 15 minutes. # What is…radixdlt (45)in blockchain • 5 years ago10 years of Bitcoin history, replayed in under 30 minutesToday we replayed the entire 10 years of Bitcoin’s transaction history on the Radix ledger, with full transaction and signature validation, on a network of over 1,000 Nodes distributed evenly…radixdlt (45)in blockchain • 5 years agoRadix DLT - Live Scalability Test!Hi everyone! In case you didn’t know, we are running a scalability test tomorrow, 14:30 #London time, replaying BTC history! Subscribe here to get notified tomorrow -radixdlt (45)in blockchain • 5 years agoRadix Universe VisualizerRadix Universe Visualizer At Radix we like to think big, a useful mindset when trying to create a fast and scalable ledger that can support billions of people. With that in mind, Edgars and I…radixdlt (45)in blockchain • 5 years agoSolving the Byzantine Generals Problem with Delegated Proof of Stake (DPoS)Delegated Proof of Stake (DPoS) derives its name from Proof of Stake (PoS) but is different in both concept and implementation. It is used in projects such as Lisk and the forthcoming EOS, and is…radixdlt (45)in blockchain • 5 years agoSolving the Byzantine Generals Problem with Proof of Stake (PoS)Solving the Byzantine Generals Problem with Proof of Stake (PoS) Proof of Stake (PoS) is an alternative consensus algorithm to Proof of Work (PoW). Unlike PoW where new transactions are confirmed…radixdlt (45)in blockchain • 5 years agoSolving the Byzantine Generals Problem with Proof of WorkProof of Work (PoW) is the original blockchain consensus algorithm, and is used in projects such as Bitcoin and Ethereum. It is the mechanism that enables users on a blockchain network to reach an…radixdlt (45)in blockchain • 5 years agoWhy consensus algorithms are like military generalsWhy consensus algorithms are like military generals Consensus algorithms are essential for Distributed Ledger Technology (DLT) to function. They are used to verify which data submitted to a shared…radixdlt (45)in blockchain • 6 years agoDecentralized Chess on The Radix LedgerWe previously wrote about how gaming could be the first area to drive global adoption of cryptoassets, with the likes of non-fungible tokens offering the chance to revolutionize how collectibles…radixdlt (45)in blockchain • 6 years agoComplex Conflict ResolutionOur last article looked at simple conflict resolution, breaking down how we use components such as logical clocks and commitments to solve the majority of conflicts. However, there are a small…radixdlt (45)in blockchain • 6 years agoAchieving consensus with 99% dishonest actorsBuilding on the ideas of Leslie Lamport in his seminal 1982 paper “The Byzantine Generals Problem” (also recently discussed by Vitalik Buterin on his website), Radix uses a consensus algorithm that…radixdlt (45)in blockchain • 6 years agoChess Guardians of The Galaxy Vol. 1 AKA the Constraint Machine ELI5Or Why the Constraint Machine Will Save the Universe … Tasked with making Radix Tempo Consensus programmable, we’ve stumbled upon a new idea we call a Constraint Machine. Humbleness aside, we…radixdlt (45)in blockchain • 6 years agoIntroduction to the DLT Stack“Controlling complexity is the essence of computer programming.” -Brian Kernighan Creating correctly working software is hard. Creating correctly working distributed, decentralized…radixdlt (45)in blockchain • 6 years agoRadix building blocks - file notarizationIntroduction Thanks to the storage immutability and time-stamping capabilities of the public DLT, notarization is one of the most commonly referenced use-cases outside of transactional services.…radixdlt (45)in blockchain • 6 years agoRadix building blocks - Fiat tokensBeta Access Required This Radix application is currently in pre-release testing and the code is not yet available on our github, if you would like early access to start testing immediately, or…radixdlt (45)in blockchain • 6 years agoAlpha Network architecture on the Radix ledgerIntroduction The current Radix Alpha Network helps you to: -store wealth, -facilitate monetary transactions or transfer value, and -record immutable data like messages, hashes or meta-data.…radixdlt (45)in blockchain • 6 years agoRadix Engine Architecture - Constraint MachineIntroduction This document will walk through the design logic behind the Constraint Machine, one of the two middle layers in the Radix Engine. The Constraint Machine is a concept that takes…