See Also
ELI5 Proof of Stake (PoS) – How does PoS work?
In the cryptocurrency universe, Proof of Stake (PoS) is one of the most popular alternatives to the Proof of Work (PoW) family of consensus mechanisms. While PoW systems invest large amounts of energy to make sure transactions are legit, PoS does not require mining hardware. Proof of Stake “miners” (stakers) must lock a financial stake […]
Proof of Space Time (PoST) Summary [Cryptocurrency consensus mechanisms]
Physicists have been discussing spacetime since the early 1900’s. A very smart person, by the name of Albert Einstein, modeled space as 4 dimensions rather than just 3. The axis were then X, Y, Z and …. time. Fortunately, you don’t need to understand Relativity Theory in order to grasp Proof of Spacetime! PoST Fast […]
2013 Bitcoin and Altcoin Hacks [Part 5]
This article is part of our complete guide to Bitcoin and altcoin hacks. Here we cover Bitcoin and altcoin security incidents from the year 2013. Dogewallet Such hack. Many coin. Very disappear. Christmas of 2013 wasn’t a good time for Dogecoin investors. The recently created half-joke-half-serious cryptocurrency had just suffered its first major heist. Although […]
A program to send and handle every UNIX signal
While playing around with errno I decided to test what happens if I sent (and handled) every possible UNIX signal to a program. Running this as a non-root user, I figured I couldn’t break anything if I tried – so I went ahead and ran it. Let’s see: I skipped sending SIGKILL (9) for obvious […]