Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceweiner committed Jan 31, 2014
0 parents commit 885ac57
Show file tree
Hide file tree
Showing 672 changed files with 397,299 additions and 0 deletions.
19 changes: 19 additions & 0 deletions COPYING
@@ -0,0 +1,19 @@
Copyright (c) 2009-2013 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.
9 changes: 9 additions & 0 deletions INSTALL
@@ -0,0 +1,9 @@
Building Bitcoin

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

See doc/build-*.md for instructions on building bitcoind,
the intended-for-services, no-graphical-interface, reference
implementation of Bitcoin.
51 changes: 51 additions & 0 deletions README.md
@@ -0,0 +1,51 @@
AmKoin 0.9.9 [AmK]
------------------
Proof of Work SHA256D Cryptocurrency based on Unobtanium 0.9.x (Bitcoin 0.8.99)

Kimoto's Gravity Well
---------------------
EventHorizonDeviation = 1 + (0.7084 * pow((double(PastBlocksMass)/double(28.2)), -1.228))

BlocksTargetSpacing = 7 * 60

PastSecondsMin = TimeDaySeconds * 0.23

PastSecondsMax = TimeDaySeconds * 1

Blockchain
----------
Constant block reward: 0.000023

Maximum coins: 23

20 blocks to mature

6 transactions to confirm

Minimum subsidy of 0.00000010 for all transactions

Estimated PoW lifespan: 10-13 years

Main Net
--------
Default Port = 23032

RPC Port = 32023

Test Net
--------
Default Port = 28972

RPC Port = 27982

Why?
----
This coin is in honor of the conspiracy theory website Amerikan Konspiracy (www.amkon.net) on its sixth consecutive year of operation.

Credits
-------
Forked from Unobtanium 0.9.x. Special thanks to cinnamon_carter for all her help. Kimoto's Gravity Well implementation borrowed from Franko. All other copyrights are property of their resepective owners.

Super Special Thanks
--------------------
mojo, LaResistencia, FancyFree, murnut, FAQ, WITCH HUNT, Pam, Watcher-In-The-Shadows, SnowCrash, Vex, skunk, DOGFISHBOY, theindiee, eyeforalie, SCREAMMMMM, Lexion, Sowelu, KIWI, lala, Seeker13, Who, LvB, TheSyndicate, GenniferJentle and everyone else who's going to be pissed off because I didn't mention them.

0 comments on commit 885ac57

Please sign in to comment.