Skip to content

Commit

Permalink
Rename to Deepcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jun 20, 2014
1 parent fab1907 commit 66ef7fe
Show file tree
Hide file tree
Showing 203 changed files with 4,409 additions and 15,467 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
src/*.exe
src/litecoin
src/litecoind
src/test_litecoin
src/deepcoin
src/deepcoind
src/test_deepcoin
.*.swp
*.*~*
*.bak
*.rej
*.orig
*.o
*.patch
.litecoin
.deepcoin

# Compilation and Qt preprocessor part
*.qm
Makefile
litecoin-qt
Litecoin-Qt.app
deepcoin-qt
Deepcoin-Qt.app

# Unit-tests
Makefile.test
litecoin-qt_test
deepcoin-qt_test

# Resources cpp
qrc_*.cpp
Expand Down
2 changes: 2 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Copyright (c) 2009-2014 Bitcoin Developers
Copyright (c) 2011-2014 Litecoin Developers
Copyright (c) 2012-2014 Peercoin Developers
Copyright (c) 2014 Deepcoin Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Building Litecoin
Building Deepcoin

See doc/readme-qt.rst for instructions on building Litecoin-Qt,
See doc/readme-qt.rst for instructions on building Deepcoin-Qt,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Litecoin.
implementation of Deepcoin.

See doc/build-*.txt for instructions on building litecoind,
See doc/build-*.txt for instructions on building deepcoind,
the intended-for-services, no-graphical-interface, reference
implementation of Litecoin.
implementation of Deepcoin.
73 changes: 11 additions & 62 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,22 @@
Litecoin integration/staging tree
Deepcoin
================================

http://www.litecoin.org

Copyright (c) 2009-2014 Bitcoin Developers
Copyright (c) 2011-2014 Litecoin Developers
Copyright (c) 2014 Deepcoin Developers

What is Litecoin?
Deepcoin Vital Statistics
----------------

Litecoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm.
- 2.5 minute block targets
- subsidy halves in 840k blocks (~4 years)
- ~84 million total coins

The rest is the same as Bitcoin.
- 50 coins per block
- 2016 blocks to retarget difficulty

For more information, as well as an immediately useable, binary version of
the Litecoin client sofware, see http://www.litecoin.org.
- 5 rounds of hashing (luffa, cubehash, shavite, simd, echo)
- 1 minute block targets
- Block reward starts at 512 coins a block
- Subsidy halves at 43,200 and the next halving will be at double the height of the previous halving
- Client port 22871 for testnet 32871
- RPC port 22872 for testnet 32872

License
-------

Litecoin is released under the terms of the MIT license. See `COPYING` for more
information or see http://opensource.org/licenses/MIT.

Development process
-------------------

Developers work in their own trees, then submit pull requests when they think
their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Litecoin
development team members simply pulls it.

If it is a *more complicated or potentially controversial* change, then the patch
submitter will be asked to start a discussion with the devs and community.

The patch will be accepted if there is broad consensus that it is a good thing.
Developers should expect to rework and resubmit patches if the code doesn't
match the project's coding conventions (see `doc/coding.txt`) or are
controversial.

The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/litecoin-project/litecoin/tags) are created
regularly to indicate new official, stable release versions of Litecoin.

Testing
-------

Testing and code review is the bottleneck for development; we get more pull
requests than we can review and test. Please be patient and help out, and
remember this is a security-critical project where any mistake might cost people
lots of money.

### Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to
submit new unit tests for old code.

Unit tests for the core code are in `src/test/`. To compile and run them:

cd src; make -f makefile.unix test

Unit tests for the GUI code are in `src/qt/test/`. To compile and run them:

qmake BITCOIN_QT_TEST=1 -o Makefile.test bitcoin-qt.pro
make -f Makefile.test
./litecoin-qt_test

Deepcoin is released under the terms of the MIT license. See `COPYING` for more
information or see http://opensource.org/licenses/MIT.
115 changes: 0 additions & 115 deletions contrib/bitcoind.bash-completion

This file was deleted.

Loading

0 comments on commit 66ef7fe

Please sign in to comment.