Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
cleancoin-dev committed Jul 22, 2014
1 parent ca3cdf8 commit 58fe84f
Show file tree
Hide file tree
Showing 585 changed files with 385,837 additions and 2 deletions.
22 changes: 22 additions & 0 deletions COPYING
@@ -0,0 +1,22 @@
Copyright (c) 2014 cleancoin Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2014 Bitcoin 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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
4 changes: 4 additions & 0 deletions INSTALL
@@ -0,0 +1,4 @@
Building Firecoin
See doc/readme-qt.rst for instructions on building Firecoin QT.

See doc/build-*.txt for instructions on building firecoind.
159 changes: 159 additions & 0 deletions Makefile
@@ -0,0 +1,159 @@
#############################################################################
# Makefile for building: cleancoin-qt
# Generated by qmake (2.01a) (Qt 4.8.5) on: mar. 22. juil. 16:03:48 2014
# Project: cleancoin-qt.pro
# Template: app
# Command: c:\Qt\4.8.5\bin\qmake.exe USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1 -o Makefile cleancoin-qt.pro
#############################################################################

first: release
install: release-install
uninstall: release-uninstall
MAKEFILE = Makefile
QMAKE = c:\Qt\4.8.5\bin\qmake.exe
DEL_FILE = del
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
COPY = copy /y
COPY_FILE = $(COPY)
COPY_DIR = xcopy /s /q /y /i
INSTALL_FILE = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
DEL_FILE = del
SYMLINK =
DEL_DIR = rmdir
MOVE = move
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
SUBTARGETS = \
release \
debug

release: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_default: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_first: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release first
release-all: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release all
release-clean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release clean
release-distclean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release distclean
release-install: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release install
release-uninstall: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release uninstall
debug: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_default: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_first: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug first
debug-all: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug all
debug-clean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug clean
debug-distclean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug distclean
debug-install: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug install
debug-uninstall: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug uninstall

Makefile: cleancoin-qt.pro ../../../Qt/4.8.5/mkspecs/default/qmake.conf ../../../Qt/4.8.5/mkspecs/features/device_config.prf \
../../../Qt/4.8.5/mkspecs/qconfig.pri \
../../../Qt/4.8.5/mkspecs/features/qt_functions.prf \
../../../Qt/4.8.5/mkspecs/features/qt_config.prf \
../../../Qt/4.8.5/mkspecs/win32-g++/qmake.conf \
../../../Qt/4.8.5/mkspecs/features/exclusive_builds.prf \
../../../Qt/4.8.5/mkspecs/features/default_pre.prf \
../../../Qt/4.8.5/mkspecs/features/win32/default_pre.prf \
../../../Qt/4.8.5/mkspecs/features/release.prf \
../../../Qt/4.8.5/mkspecs/features/debug_and_release.prf \
../../../Qt/4.8.5/mkspecs/features/default_post.prf \
../../../Qt/4.8.5/mkspecs/features/win32/default_post.prf \
../../../Qt/4.8.5/mkspecs/features/static.prf \
../../../Qt/4.8.5/mkspecs/features/win32/thread.prf \
../../../Qt/4.8.5/mkspecs/features/win32/rtti.prf \
../../../Qt/4.8.5/mkspecs/features/win32/exceptions.prf \
../../../Qt/4.8.5/mkspecs/features/win32/stl.prf \
../../../Qt/4.8.5/mkspecs/features/warn_on.prf \
../../../Qt/4.8.5/mkspecs/features/qt.prf \
../../../Qt/4.8.5/mkspecs/features/moc.prf \
../../../Qt/4.8.5/mkspecs/features/win32/windows.prf \
../../../Qt/4.8.5/mkspecs/features/resources.prf \
../../../Qt/4.8.5/mkspecs/features/uic.prf \
../../../Qt/4.8.5/mkspecs/features/yacc.prf \
../../../Qt/4.8.5/mkspecs/features/lex.prf \
c:/Qt/4.8.5/lib/qtmain.prl \
c:/Qt/4.8.5/lib/QtGui.prl \
c:/Qt/4.8.5/lib/QtCore.prl
$(QMAKE) USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1 -o Makefile cleancoin-qt.pro
..\..\..\Qt\4.8.5\mkspecs\features\device_config.prf:
..\..\..\Qt\4.8.5\mkspecs\qconfig.pri:
..\..\..\Qt\4.8.5\mkspecs\features\qt_functions.prf:
..\..\..\Qt\4.8.5\mkspecs\features\qt_config.prf:
..\..\..\Qt\4.8.5\mkspecs\win32-g++\qmake.conf:
..\..\..\Qt\4.8.5\mkspecs\features\exclusive_builds.prf:
..\..\..\Qt\4.8.5\mkspecs\features\default_pre.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\default_pre.prf:
..\..\..\Qt\4.8.5\mkspecs\features\release.prf:
..\..\..\Qt\4.8.5\mkspecs\features\debug_and_release.prf:
..\..\..\Qt\4.8.5\mkspecs\features\default_post.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\default_post.prf:
..\..\..\Qt\4.8.5\mkspecs\features\static.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\thread.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\rtti.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\exceptions.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\stl.prf:
..\..\..\Qt\4.8.5\mkspecs\features\warn_on.prf:
..\..\..\Qt\4.8.5\mkspecs\features\qt.prf:
..\..\..\Qt\4.8.5\mkspecs\features\moc.prf:
..\..\..\Qt\4.8.5\mkspecs\features\win32\windows.prf:
..\..\..\Qt\4.8.5\mkspecs\features\resources.prf:
..\..\..\Qt\4.8.5\mkspecs\features\uic.prf:
..\..\..\Qt\4.8.5\mkspecs\features\yacc.prf:
..\..\..\Qt\4.8.5\mkspecs\features\lex.prf:
c:\Qt\4.8.5\lib\qtmain.prl:
c:\Qt\4.8.5\lib\QtGui.prl:
c:\Qt\4.8.5\lib\QtCore.prl:
qmake: qmake_all FORCE
@$(QMAKE) USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1 -o Makefile cleancoin-qt.pro

qmake_all: FORCE

make_default: release-make_default debug-make_default FORCE
make_first: release-make_first debug-make_first FORCE
all: release-all debug-all FORCE
clean: release-clean debug-clean FORCE
-$(DEL_FILE) C:/dev/cleancoin/cleancoin/src/leveldb/libleveldb.a;
-$(DEL_FILE) cd
-$(DEL_FILE) C:/dev/cleancoin/cleancoin/src/leveldb
-$(DEL_FILE) ;
-$(DEL_FILE) $(MAKE)
-$(DEL_FILE) clean
distclean: release-distclean debug-distclean FORCE
-$(DEL_FILE) Makefile

C:/dev/cleancoin/cleancoin/src/leveldb/libleveldb.a: FORCE

check: first

release-mocclean: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocclean
debug-mocclean: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocclean
mocclean: release-mocclean debug-mocclean

release-mocables: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocables
debug-mocables: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocables
mocables: release-mocables debug-mocables
FORCE:

$(MAKEFILE).Release: Makefile
$(MAKEFILE).Debug: Makefile
2 changes: 2 additions & 0 deletions README
@@ -0,0 +1,2 @@
README.md

62 changes: 60 additions & 2 deletions README.md
@@ -1,2 +1,60 @@
cleancoin
=========
We are proud to present to you CleanCoin

Why another coin ?
- We are tired of all scam coins around. We tried to make the most fair coin.
Why you do that freely ?
- Because we believe in cryptocurrencies future.

Information

X15 PoW/PoS cryptocurrency
Symbol: CLN

No premine
No instamine
No IPO
No donation on mined blocks
No ninja launch
No you known why


Specification

Block time: 60 seconds
Proof of work: 1 week
Total PoW coins: 962,500 CLN
Proof of stake: 15% annual interest
Min stake time: 12 hours
Max stake time: Unlimited

Proof of work reward
Block 0 to 250 - 0 Coins (approx: 4 hours)
Block 251 to 500 - 250 Coins
Block 501 to 1000 - 200 Coins
Block 1001 to 1500 - 150 Coins
Block 2001 to 2000 - 100 Coins
Block 4001 to 10000 - 75 Coins

Network

P2P port: 19489
RPC port: 19490
Our fast node is already in the source code: 87.121.52.154


Downloads

Linux/Source: https://github.com/cleancoin-dev/cleancoin
Windows wallet: FIXME

Plan

Website
Block explorer
Twitter
Anonymity by Tor


We done that freely so we accept BTC donation: 1AaC2QwXZVquymMZHdzwrVuqabi7BVbpa5

Good mining !!!

0 comments on commit 58fe84f

Please sign in to comment.