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)