Discover Packages
github.com/Qitmeer/qng
cmd
burn
command
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: May 22, 2024
License: ISC
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
The Qitmeer Burn Address Generator
The tool which generate a valid qitmeer-base58check
encoded
address for the specified network (the default is testnet).
Security Note :
The template need to be long enough to remain the strong security.
recommend at least 16 words, if you are not sure please keep using
the default values
See https://en.bitcoin.it/wiki/Vanitygen for the details.
usage
$ ./burn --help
Usage of ./burn:
-n string
network [mainnet|testnet|mixnet|privnet] (default "testnet")
-new
generate new address
-t string
template
display the default burn address for testnet (default)
$ ./burn
template = TmQitmeerTestnetBurnAddress
addr = TmQitmeerTestnetBurnAddressXXaDBvN7
display for a specified network
using -n
option for a network.
$ ./burn -n mixnet
template = XmQitmeerMixnetBurnAddress
addr = XmQitmeerMixnetBurnAddressXXXWkhgxQ
generate a new burn address
$ ./burn -new
template = TmQitmeerTestnetBurnAddress
addr = TmQitmeerTestnetBurnAddressLqkrCTgy
Expand ▾
Collapse ▴
Documentation
¶
Copyright 2021 The qitmeer developers
Use of this source code is governed by an ISC
license that can be found in the LICENSE file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.