This commit is contained in:
2026-04-03 17:02:46 +02:00
parent 7aafaa4196
commit 24f20c81f8
8 changed files with 37 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
# MiniCoin
# Skalacoin
Privacy coin made in C. One day hopefully with a purpose beyond "educational" :)
@@ -13,7 +13,7 @@ Build with clang/clang++ (I don't want to deal with the gcc/MSVC shenangans righ
Use:
```bash
./bin/minicoin_node <-mine>
./bin/skalacoin_node <-mine>
```
Main Hashing Algorithm: SHA256d (double SHA256) for now.