• R/O
  • HTTP
  • SSH
  • HTTPS

仓库概述

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

monacoinのフォークのテスト


Recent Commits RSS

Rev. 时间 作者 Message
cd9ac06 2014-04-24 01:42:14 gikopool master Update README.md add a line
bfedc1b 2014-04-07 02:24:26 monacoinproject 0.8.6.3 getnormalizedtxid now explains itself.
6bbdc78 2014-04-07 02:23:38 monacoinproject Add normalized transaction hash Rebased-from: e7853a9 Re...
733c7f6 2014-04-07 02:19:30 monacoinproject Monacoin: reject fee > 1 MONA in sendrawtransaction
5ac49c8 2014-04-07 02:17:01 monacoinproject Remove "conflicted" as transaction category. We were los...
b49fef0 2014-04-07 02:15:07 monacoinproject Add HasCanonicalPushes(), and use it in IsStandardTx Con...
aae84af 2014-04-07 02:10:10 monacoinproject qt: Add option to (not) spend unconfirmed change - Add a...
8668f6c 2014-04-07 02:02:38 monacoinproject Bump copyright years to 2014 for changed files
dc8dca4 2014-04-07 00:51:01 monacoinproject Handle "conflicted" transactions properly Extend CMerkle...
6d9b820 2014-04-07 00:39:00 monacoinproject If requested, actually treat uncomfirmed change as being ...

Recently edited Tags

名称 Rev. 时间 作者
0.6.8.2 106f602 2014-03-10 01:38:48 monacoinproject

Branches

名称 Rev. 时间 作者 Message
master cd9ac06 2014-04-24 01:42:14 gikopool Update README.md add a line
0.8.6.3 bfedc1b 2014-04-07 02:24:26 monacoinproject getnormalizedtxid now expla...
next 23f3a47 2014-03-09 19:47:01 monacoinproject fix KGWに切り替わるブロッ...
8.6.1 9a58134 2014-01-15 15:35:11 monacoinproject Merge pull request #1 from ...

README.md

This is a test line by giko.

Monacoin integration/staging tree

http://www.monacoin.com

Copyright (c) 2009-2014 Bitcoin Developers
Copyright (c) 2011-2014 Litecoin Developers
Copyright (c) 2013-2014 Dr Kimoto Chan
Copyright (c) 2013-2014 Monacoin Developers

What is Monacoin?

Monacoin is a lite version of Bitcoin using scrypt as a proof-of-work algorithm. - 1.5 minute block targets - subsidy halves in 1051k blocks (~3 years) - ~168 million total coins - 50 coins per block - kimoto gravity well

For more information, as well as an immediately useable, binary version of the Monacoin client sofware, see http://www.monacoin.com

License

Monacoin 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 Monacoin 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 (if they haven't already) on the mailing list.

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 are created regularly to indicate new official, stable release versions of Monacoin.

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
./monacoin-qt_test