]>
Commit | Line | Data |
---|---|---|
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 | 16 | int COINBASE_MATURITY = 100; |
17 | ||
0dadbebe | 18 | int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,KOMODO_CHOSEN_ONE,CURRENT_HEIGHT; |
ab8ef450 | 19 | std::string NOTARY_PUBKEY,ASSETCHAINS_NOTARIES; |
98f2e433 | 20 | uint8_t NOTARY_PUBKEY33[33]; |
21 | ||
22 | int32_t ASSETCHAINS_SHORTFLAG; | |
23 | char ASSETCHAINS_SYMBOL[16]; | |
24 | uint16_t ASSETCHAINS_PORT; | |
25 | uint32_t ASSETCHAIN_INIT; | |
26 | uint32_t ASSETCHAINS_MAGIC = 2387029918; | |
27 | uint64_t ASSETCHAINS_SUPPLY = 10; | |
28 | ||
29 | int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000; | |
30 | uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID; | |
31 | pthread_mutex_t komodo_mutex; | |
2d657c5b | 32 | uint32_t KOMODO_INITDONE,KOMODO_REALTIME; |
98f2e433 | 33 | char KMDUSERPASS[1024]; uint16_t BITCOIND_PORT = 7771; |
f846a857 | 34 | uint64_t PENDING_KOMODO_TX; |