Monero
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
gen_multisig.cpp File Reference

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"
Include dependency graph for gen_multisig.cpp:

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[])
 

Detailed Description

Generates a set of multisig wallets.

Macro Definition Documentation

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "wallet.gen_multisig"

Function Documentation

◆ generate_multisig()

static bool generate_multisig ( uint32_t threshold,
uint32_t total,
const std::string & basename,
network_type nettype,
bool create_address_file )
static

◆ main()

int main ( int argc,
char * argv[] )