|
Monero
|
Generates a set of multisig wallets. More...
#include <iostream>#include <sstream>#include <boost/program_options.hpp>#include <boost/algorithm/string.hpp>#include <boost/format.hpp>#include "include_base_utils.h"#include "crypto/crypto.h"#include "common/i18n.h"#include "common/command_line.h"#include "common/util.h"#include "common/scoped_message_writer.h"#include "wallet/wallet_args.h"#include "wallet/wallet2.h"
Namespaces | |
| namespace | genms |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "wallet.gen_multisig" |
Functions | |
| const char * | genms::tr (const char *str) |
| static bool | generate_multisig (uint32_t threshold, uint32_t total, const std::string &basename, network_type nettype, bool create_address_file) |
| int | main (int argc, char *argv[]) |
Generates a set of multisig wallets.
| #define MONERO_DEFAULT_LOG_CATEGORY "wallet.gen_multisig" |
|
static |
| int main | ( | int | argc, |
| char * | argv[] ) |