]> Git Repo - VerusCoin.git/blame - src/komodo_globals.h
test
[VerusCoin.git] / src / komodo_globals.h
CommitLineData
98f2e433 1/******************************************************************************
2 * Copyright © 2014-2016 The SuperNET Developers. *
3 * *
4 * See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at *
5 * the top-level directory of this distribution for the individual copyright *
6 * holder information and the developer policies on copyright and licensing. *
7 * *
8 * Unless otherwise agreed in a custom licensing agreement, no part of the *
9 * SuperNET software, including this file may be copied, modified, propagated *
10 * or distributed except according to the terms contained in the LICENSE file *
11 * *
12 * Removal or modification of this copyright notice is prohibited. *
13 * *
14 ******************************************************************************/
15
1290fc05 16int COINBASE_MATURITY = 100;
17
0dadbebe 18int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,KOMODO_CHOSEN_ONE,CURRENT_HEIGHT;
ab8ef450 19std::string NOTARY_PUBKEY,ASSETCHAINS_NOTARIES;
98f2e433 20uint8_t NOTARY_PUBKEY33[33];
21
22int32_t ASSETCHAINS_SHORTFLAG;
23char ASSETCHAINS_SYMBOL[16];
24uint16_t ASSETCHAINS_PORT;
25uint32_t ASSETCHAIN_INIT;
26uint32_t ASSETCHAINS_MAGIC = 2387029918;
27uint64_t ASSETCHAINS_SUPPLY = 10;
28
29int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
30uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
31pthread_mutex_t komodo_mutex;
2d657c5b 32uint32_t KOMODO_INITDONE,KOMODO_REALTIME;
98f2e433 33char KMDUSERPASS[1024]; uint16_t BITCOIND_PORT = 7771;
f846a857 34uint64_t PENDING_KOMODO_TX;
This page took 0.038999 seconds and 4 git commands to generate.