Tutorial

297 Articles 2 Followers


How to Migrate Your Content from Noise Cash to Noise App

4 Dec 2022 2 minute read 4 comments katerinaramm

Noise App is a platform created to help the spread of BCH. The users can post their content and be rewarded in small amounts of BCH. At the moment it is an invite only platform. You will need an invite if you wish to join, or you can create a read-on...

Tutorial - How to use cashrain.com to earn & reward your community BCH

3 Dec 2022 5 minute read 6 comments katerinaramm

Today I am very excited to share with you something new! The (now Open) Beta platform cashrain.com accepts new users who can join communities and receive tips in BCH or create their own community and tip their members in BCH. So far, $14.928 have bee...

ThePower Incentivized Testnet - Installing Nodes Tutorial

2 Dec 2022 3 minute read 0 comments otomatis

ThePower is a World's first web3 infrastructure to deploy all parts of full-fledged dapp in one decentralized space. Power DCloud is the world's first DeInfra, which completely beats the problem of inability to build really decentralized dApps withou...

How to install MetaMask for Brave Browser & Transact with Test Funds [Tutorial]

20 Nov 2022 3 minute read 2 comments katerinaramm

  We have all been new in crypto at first. Back then, I remember I used to search and search sometimes a lot until I could find what I was looking for. That is why I decided to always Do My Own Research for EVERYTHING and when possible to do tests wi...

BFG Token: what it is and how to buy / sell it | Tutorial

7 Nov 2022 3 minute read 0 comments biricash

The BFG token is a cryptocurrency issued by the gaming platform and crypto casino Betfury. The BFG is a very valuable token that can be mined by playing on the platform or even purchased online. The importance of this token, beyond its mere value, de...

INERY Creating Value Contract

2 Nov 2022 3 minute read 0 comments otomatis

A value contract is a smart contract where the contents can be a data set that you can manipulate according to the contract rules that you create, this can be exemplified as a decentralized database where you can view, add, modify and delete data fro...

[Crypto] How to make a covered call option on Deribit — step by step tutorial (earning passive income)

1 Nov 2022 4 minute read 0 comments MatPawluczuk

  So you want to make a covered call option but don’t know how? Options not only look intimidating but can also be pretty unforgiving when it comes to mistakes. Fortunately, this tutorial is here to help. It will guide you through the whole process s...

NuLink Testnet Nodes Installation

18 Sep 2022 3 minute read 0 comments otomatis

The NuLink technology platform consists of blockchain, access control (Proxy Re-Encryption, Attribute-Based Encryption) and secure computation (Zero-Knowledge Proof, Secure Multi-party Computation, Fully Homomorphic Encryption) as its technical core....

Perl - Math

5 Sep 2022 3 minute read 0 comments lingy

One of the most important things in any programming language is its support for mathematical operations. With Perl it's no different: the language supports most of the mathematical operations you'll need in your academic and professional life, and I...

AWK: a precursor to RegEX

22 Aug 2022 4 minute read 4 comments lingy

The AWK language is a text processing language created for early versions of Unix. You can think of it as the grandfather of RegEx, as you could create simple scripts to search for text on the lines of files you wanted and then filter them. The firs...