nick

command module
v0.0.0-...-5a78cbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2024 License: MIT Imports: 21 Imported by: 0

README

nick

nick is a vanity address searcher for deployments using Nick's method.

Quick Start

go install github.com/lightclient/nick@latest
nick search --initcode="0x60425000"

Usage

NAME:
   nick search - Search for a vanity address to deploy a contract using nicks method.

USAGE:
   nick search [command [command options]]

OPTIONS:
   --threads value   number of threads to search on (default: 10)
   --score value     minimum score number to report (default: 5)
   --prefix value    desired prefix in vanity address (default: "0x0000")
   --suffix value    desired suffix in vanity address (default: "0xaaaa")
   --initcode value  desired initcode to deploy at vanity address (default: "0x")
   --gaslimit value  desired gas limit for deployment transaction (default: 250000)
   --gasprice value  desired gas price (gwei) for deployment transaction (default: 1000)
   --sig-r value     R value of the transaction signature (default: 0x0539)
   --help, -h        show help (default: false)
Get transaction details for given signature
NAME:
   nick build - Build a json tx object and prints the deployment info.

USAGE:
   nick build [command [command options]] 

OPTIONS:
   --initcode value  desired initcode to deploy at vanity address (default: "0x")
   --gaslimit value  desired gas limit for deployment transaction (default: 250000)
   --gasprice value  desired gas price (gwei) for deployment transaction (default: 1000)
   --sig-r value     R value of the transaction signature (default: 0x0539)
   --sig-s value     S value of the transaction signature (default: 0x1337)
   --help, -h        show help (default: false)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL