Articles in English

Blockchain governance - Part 5

22 minute read

December 12, 2020

Reducing trusted third parties from digital money to e-voting: Assessing blockchain governance

Blockchain governance - Part 2

10 minute read

September 19, 2020

Reducing trusted third parties from digital money to e-voting - The tech behind digital money

Utility of cryptoassets

6 minute read

July 31, 2020

Even without deep diving into macroeconomic aspects, a quick analysis shows the utility of cryptoassets.

Querying dcrdata

28 minute read

June 29, 2020

By querying dcrdata we can extract information, investigate and understand the value of Decred network.

Running a simulation

2 minute read

May 11, 2020

A simulation can help visualise the security of PoW+PoS hybrid mining used by Decred Project.

Installing Go (golang)

1 minute read

March 01, 2020

Go is the language used in the Decred Project and is a prerequisite for virtually all source code made available by developers, as well as for some tools onl...

Decred via Tor network

7 minute read

February 03, 2020

Tor network may be used to connect cryptocurrency networks in countries where the State wants to have strict control over all sorts of money and prosecutes a...

Offline wallets with dcraddrgen

2 minute read

January 10, 2020

Dcraddrgen is an application written in Go that generates offline addresses (private key, seed) without having to run the wallet itself (Decrediton or dcrwal...

Decred behind Portknocking

7 minute read

January 10, 2020

Portknocking is a technique used to hide the existence of a service running on a server.

Decrediton on Tails

14 minute read

November 02, 2019

Tails is an operating system based on Debian Linux that can be run directly from a USB flash drive. It aims at preserving your privacy and anonymity.

Verifying digital signatures: Decred

8 minute read

March 28, 2019

The verification of digital signatures ensures that a message wasn’t altered and that the sender is the one who ‘signed’ the message, the owner of the key pa...

Verifying digital signatures

5 minute read

March 28, 2019

The verification of digital signatures ensures that a message wasn’t altered and that the sender is the one who ‘signed’ the message, the owner of the key pa...

Decred Verifier

11 minute read

March 24, 2019

A script that downloads packages and verifies the digital signature and hashes of Decred packages.

Debian Verifier

12 minute read

March 24, 2019

A script that downloads the image and verifies the digital signature and hashes of Debian Linux.

Electrum Verifier

10 minute read

March 24, 2019

A script that downloads the package and verifies the digital signature of Electrum wallet.

Sharing the dcrd

3 minute read

January 03, 2019

Sharing a dcrd with other devices is useful for those who intend to use a blockchain server on the local network so that the blockchain will be copied from t...

Verifying digital signatures: Electrum

2 minute read

December 29, 2018

Electrum is one of most used wallets for Bitcoin. But before installing any software we should always verify its digital signature, if available.

How to obtain Decred?

7 minute read

September 07, 2018

There are a few ways to obtain Decred, from buying to mining. Learn here the steps for those who want to exchange Bitcoin or fiat currency for Decred the eas...

dcrd as a Linux service

7 minute read

August 15, 2018

Linux services can be configured to self-heal through init systems, or service managers. Service managers start, restart, and terminate services according to...

Installing dcrd

8 minute read

August 14, 2018

dcrd is a full node implementation of a Decred network blockchain server written in Go.

Deleting the wallet

2 minute read

August 07, 2018

The deletion of a wallet can be done manually ou using Decrediton. dcrwallet doesn’t have any option for wallet deletion or replacement.

Decrediton Setup

6 minute read

August 04, 2018

Decrediton is the official Decred graphical wallet. It is open source, developed by the Decred developers team and is available for Mac, Linux and Windows.

The origin of Decred

13 minute read

July 14, 2018

Decred is a cryptoasset that uses its own blockchain, all of its code is open source, and its protocol has a lot in common with Bitcoin’s. Decred was designe...

DCR subsidy forecast

July 13, 2018

The table containing a forecast of DCR subsidy until the end of issuance of new DCRs.

A brief notion of cryptography

4 minute read

July 08, 2018

To have a better understanding of what it is and how a blockchain works, one must know a few things about cryptography. Hashes, cryptographic key pairs and d...

The Decred structure

16 minute read

May 24, 2018

To understand how Decred works and make the most of it, you need to understand the types of networks, components, connections and addresses.

Security hardening for digital wallets

16 minute read

May 24, 2018

This article discusses security controls that reduce the risk of unauthorized access or misuse, information leakage and unauthorized physical access, mostly.