Skip to content

rimcoin/Mine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07a807a · Jun 24, 2018

History

9 Commits
May 14, 2018
May 14, 2018
Jun 24, 2018

Repository files navigation

Mining Rimcoin

The process of generating new coins, and them entering circulation; is called mining.

It works by running the SHA256 hash algorithm. And trying to get the hash value below a certain value. (the network's difficulty)

Depends on PyCrypto (for SHA256).