Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NaH012 authored Jul 16, 2018
1 parent 24251b4 commit cba1f73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ What is Defcoin?

Defcoin is a fork of Litecoin which is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.
- 2 minute block targets

- 720 blocks to retarget difficulty

The rest is the same as Litecoin.
- subsidy halves in 840k blocks (~4 years)
- ~84 million total coins
- 50 coins per block
- 2016 blocks to retarget difficulty
- 50 coins per block. Now 25 coins after first halving event

For more information, as well as an immediately useable, binary version of
the Defcoin client sofware, see http://www.defcoin-ng.org.
Expand Down Expand Up @@ -74,13 +74,13 @@ The theme data for the Qt GUI is stored in `src/qt/theme.h`.
## To Do

Rename the Defcoin units from mDFC and μDFC in favor of a more flavorful name similar to [Litecoin](https://github.com/litecoin-project/litecoin/blob/master/src/qt/bitcoinunits.cpp#L43).
This is stored in the file ```src/qt/bitcoinunits.cpp``` on lines 43 - 45
This is stored in the file [```src/qt/bitcoinunits.cpp```](https://github.com/nah012/defcoin/blob/master/src/qt/bitcoinunits.cpp) on [lines 43 - 45](https://github.com/nah012/defcoin/blob/master/src/qt/bitcoinunits.cpp#L43-L45)
```
case BTC: return QString("DFC");
case mBTC: return QString("mDFC");
case uBTC: return QString::fromUtf8("μDFC");
```
and on lines 54 - 56
and on [lines 54 - 56](https://github.com/nah012/defcoin/blob/master/src/qt/bitcoinunits.cpp#L54-L56)
```
case BTC: return QString("Defcoins");
case mBTC: return QString("Milli-Defcoins (1 / 1" THIN_SP_UTF8 "000)");
Expand Down

0 comments on commit cba1f73

Please sign in to comment.