bitcoin-bruteforce icon indicating copy to clipboard operation
bitcoin-bruteforce copied to clipboard

How to use

Open Pixsy1929 opened this issue 1 year ago • 1 comments

could You please make " how to use" section more noob friendly ? I don't have any idea about go

Pixsy1929 avatar Mar 17 '24 23:03 Pixsy1929

could You please make " how to use" section more noob friendly ? I don't have any idea about go

put the go file in the same directory, make sure golang 1.21 or higher is installed and then run:

go mod init file.go

go mod tidy

and then run go build -ldflags '-extldflags "-static"' -o bitcoin-wallet-bruteforce

v0rl0x avatar Apr 02 '24 22:04 v0rl0x