- Source:
1Lq3nYcMPpMsv46FSgq5s2QMYruxnEiJmi - Reference:
19io3DqRBvq3Ncn4rULQDkH6fK9JVuetNY - Property Id:
31 - Amount:
788.47097783 - Payload:
000000000000001f000000125ba73bb7
UTXO:
1Lq3nYcMPpMsv46FSgq5s2QMYruxnEiJmi19io3DqRBvq3Ncn4rULQDkH6fK9JVuetNY31788.47097783000000000000001f000000125ba73bb7UTXO:
| #!/usr/bin/env python3 | |
| import hashlib | |
| import argparse | |
| import sys | |
| import time | |
| import signal | |
| import binascii | |
| MICROSECONDS = 1000000.0 |
| diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp | |
| index 8917f77..5b330e1 100644 | |
| --- a/src/qt/guiutil.cpp | |
| +++ b/src/qt/guiutil.cpp | |
| @@ -243,6 +243,7 @@ QString HtmlEscape(const QString& str, bool fMultiLine) | |
| if(fMultiLine) | |
| { | |
| escaped = escaped.replace("\n", "<br>\n"); | |
| + escaped = escaped.replace(" ", " "); | |
| } |
Setup:
chainstate:
42 a63a29c6e9d7c03c29fd9b64b758f94f5c0ddf46479f49ff4dfd30883e84aa15
| #!/usr/bin/env python | |
| import glob | |
| import os | |
| import subprocess | |
| import sys | |
| import yaml | |
| yaml.add_constructor('!omap', | |
| yaml.constructor.SafeConstructor.construct_yaml_omap) |
Features and new transaction types of Omni Core are activated remotely via specially crafted on-chain transactions, signed by a group of stakeholders.
The following guide shows how to generate a new key-pair, which is later used to sign activation transactions.
Build or download Omni Core, or Bitcoin Core, and ideally in a presitine environment, start the client in mainnet mode (default). No blockchain synchronization or internet access is required.
| Running 330 test cases... | |
| calculateFundraiser: --------------------------------- | |
| calculateFundraiser: amtTransfer = 3000000000 | |
| calculateFundraiser: bonusPerc = 6 | |
| calculateFundraiser: fundraiserSecs = 1407064860000 | |
| calculateFundraiser: currentSecs = 1407877014 | |
| calculateFundraiser: numProps = 3133700000000 | |
| calculateFundraiser: issuerPerc = 10 | |
| calculateFundraiser: totalTokens = 0 | |
| calculateFundraiser: weeks_sec_ = 604800 |