moneta

所属分类:加密解密
开发工具:C++
文件大小:4946KB
下载次数:0
上传日期:2015-05-15 01:06:35
上 传 者sh-1993
说明:  去中心化密码技术的现金支付系统
(Cash and payment system of decentralize cryptography technologies)

文件列表:
COPYING (1109, 2015-05-15)
INSTALL (407, 2015-05-15)
Makefile.am (6242, 2015-05-15)
autogen.sh (82, 2015-05-15)
configure.ac (24268, 2015-05-15)
contrib (0, 2015-05-15)
contrib\bitcoind.bash-completion (4087, 2015-05-15)
contrib\bitrpc (0, 2015-05-15)
contrib\bitrpc\bitrpc.py (9207, 2015-05-15)
contrib\dash-qt.pro (10886, 2015-05-15)
contrib\debian (0, 2015-05-15)
contrib\debian\changelog (13437, 2015-05-15)
contrib\debian\compat (2, 2015-05-15)
contrib\debian\control (2129, 2015-05-15)
contrib\debian\copyright (6749, 2015-05-15)
contrib\debian\dash-qt.desktop (333, 2015-05-15)
contrib\debian\dash-qt.install (267, 2015-05-15)
contrib\debian\dash-qt.lintian-overrides (106, 2015-05-15)
contrib\debian\dash-qt.protocol (148, 2015-05-15)
contrib\debian\dashd.bash-completion (40, 2015-05-15)
contrib\debian\dashd.examples (28, 2015-05-15)
contrib\debian\dashd.install (63, 2015-05-15)
contrib\debian\dashd.lintian-overrides (104, 2015-05-15)
contrib\debian\dashd.manpages (56, 2015-05-15)
contrib\debian\examples (0, 2015-05-15)
contrib\debian\examples\dash.conf (2267, 2015-05-15)
contrib\debian\gbp.conf (102, 2015-05-15)
contrib\debian\manpages (0, 2015-05-15)
contrib\debian\manpages\dash-qt.1 (5506, 2015-05-15)
contrib\debian\manpages\dash.conf.5 (4035, 2015-05-15)
contrib\debian\manpages\dashd.1 (8556, 2015-05-15)
contrib\debian\patches (0, 2015-05-15)
contrib\debian\patches\series (1, 2015-05-15)
contrib\debian\rules (720, 2015-05-15)
... ...

Moneta Core staging tree 0.11 =============================== http://www.moneta.io Copyright (c) 2009-2015 Bitcoin Core Developers Copyright (c) 2014-2015 Moneta Core Developers What is Moneta? ---------------- Moneta is an experimental new digital currency that enables anonymous, instant payments to anyone, anywhere in the world. Moneta uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Moneta Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of the Moneta Core software, see http://www.moneta.io/downloads. License ------- Moneta Core is released under the terms of the MIT license. See [COPYING](https://github.com/monetaproject/moneta/blob/master/COPYING) for more information or see http://opensource.org/licenses/MIT. Building process ----------------- **compiling Moneta from git** Use the autogen script to prepare the build environment. ./autogen.sh ./configure make **precompiled binaries** Precompiled binaries are available at github, see https://github.com/monetaproject/moneta-binaries Always verify the signatures and checksums. Development tips and tricks --------------------------- **compiling for debugging** Run configure with the --enable-debug option, then make. Or run configure with CXXFLAGS="-g -ggdb -O0" or whatever debug flags you need. **debug.log** If the code is behaving strangely, take a look in the debug.log file in the data directory; error and debugging message are written there. The -debug=... command-line option controls debugging; running with just -debug will turn on all categories (and give you a very large debug.log file). The Qt code routes qDebug() output to debug.log under category "qt": run with -debug=qt to see it. **testnet and regtest modes** Run with the -testnet option to run with "play monetas" on the test network, if you are testing multi-machine code that needs to operate across the internet. If you are testing something that can run on one machine, run with the -regtest option. In regression test mode blocks can be created on-demand; see qa/rpc-tests/ for tests that run in -regtest mode. **DEBUG_LOCKORDER** Moneta Core is a multithreaded application, and deadlocks or other multithreading bugs can be very difficult to track down. Compiling with -DDEBUG_LOCKORDER (configure CXXFLAGS="-DDEBUG_LOCKORDER -g") inserts run-time checks to keep track of what locks are held, and adds warning to the debug.log file if inconsistencies are detected.

近期下载者

相关文件


收藏者