See Also
Are cloud mining contracts considered securities? Do they satisfy the Howey Test?
The iconic 1946 SCOTUS case of SEC vs Howey established a few simple criteria for what, exactly, constitutes a security. Quoting Findlaw verbatim: Per the Howey Test, an asset is a security if: It is an investment of money There is an expectation of profits from the investment The investment of money is in a […]
Bitcoin Blockchain SQL Schema for MySQL
This SQL schema was created for Crypto.BI Toolbox. The same, or similar, SQL schema can be used by anyone exploring Bitcoin with the help of a MySQL RDBMS. Although we didn’t test this SQL with other RDBMS’, it should be fully compatible with MariaDB and any other MySQL-derived system. How the data is inserted/retrieved to/from […]
chainparams.cpp – Commented Bitcoin Source Code
In this article we’ll take a look at one of the better known Bitcoin Core source files. Why is chainparams.* known to so many crypto developers? Because since 2011 or so, basically every coin that appeared before Ethereum would edit this source file and its header to modify parameters and create a new cryptocurrency! After […]
Understand the basics of smart contracts
What’s a smart contract? What makes it smart? How can I deploy my own contracts on the Ethereum blockchain? In this article we explore these questions and give you an overview about smart contracts and their revolutionary contribution to the world of cryptocurrencies. In the beginning there was Bitcoin. It’s a protocol that allows you […]