GithubHelp home page GithubHelp logo

planxnx / ethereum-wallet-generator Goto Github PK

View Code? Open in Web Editor NEW
72.0 9.0 23.0 272 KB

Blazing fast multiple Ethereum and Crypto vanity wallet generatorπŸ’° Generate a ten thousand beautiful crypto wallets in a sec ⚑️🎨 Awesome ethereum vanity address generator🀩

License: Do What The F*ck You Want To Public License

Go 98.13% Dockerfile 1.87%
golang ethereum blockchain wallet hacktoberfest bitcoin crypto cli address go

ethereum-wallet-generator's Introduction

Linkedin Badge

Talking about Personal Stuffs 🎯

  • πŸ§‘πŸ»β€πŸ’» I'm Planxnx . I'm a software engineer @Cleverse. , owner of planxnx.dev, planx.site and full-time self developer✌🏻
  • πŸ’» I’m currently working on improving the developer experience and finding new technology opportunities.
  • 🌱 I’m currently learning about system design and blockchain.
  • πŸ€” I’m looking for help in learning about blockchain development and project management.
  • ⚑ Fun fact: 0.1 + 0.2 is not equal to 0.3 !

Recently I'm coding in...

From: 10 May 2024 - To: 17 May 2024

Go                            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–‘β–‘β–‘β–‘   82.65 %
YAML                          β–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   08.96 %
Markdown                      β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   07.61 %
SQL                           β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.62 %
JSON                          β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.08 %

Planxnx Planxnx

ethereum-wallet-generator's People

Contributors

dependabot[bot] avatar lookharm avatar morrislaw avatar planxnx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ethereum-wallet-generator's Issues

Match prefix equal to suffix

Hi,

I use this command to generate the address which prefix is the same as suffix:
docker run planxthanee/ethereum-wallet-generator -n 0 -limit 5 -c 16 -regex ^.{2}(.{4}).*\1$

However it said:

ParserError:
Line |
   1 |  … ethereum-wallet-generator -n 0 -limit 5 -c 16 -regex ^.{2}(.{4}).*\1$
     |                                                                     ~
     | Missing property name after reference operator.

Then I tried to use a manual way like:
docker run planxthanee/ethereum-wallet-generator -n 0 -limit 5 -c 12 -prefix 0x9999 -suffix 9999
It runs, but it didn't return any results for 1 day running.

checksum mismatch

go: github.com/Planxnx/ethereum-wallet-generator@latest: github.com/Planxnx/[email protected]: verifying module: checksum mismatch
downloaded: h1:d2YJWvgOAeqH63AEnFdDclQgaYur5xAOaUgdv341xq0=
sum.golang.org: h1:TBAt91Y7dGzj7X0QfaZ7hgMIVYHAPu4NiZg7+HP0zjU=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

how to fix

Cannot use -db

I run the -dm parmameter with docker:

PS C:\Users\JOY> docker run planxthanee/ethereum-wallet-generator -n 0 -limit 5 -c 8 -db wallet3.db
===============ETH Wallet Generator===============

|  (12/-, 337 w/s) [0s]
Resolved Speed: 420.69 w/s
Total Duration: 28.542788ms
Total Wallet Resolved: 12 w

Copyright (C) 2023 Planxnx <[email protected]>
PS C:\Users\JOY>

But I cannot find the wallet3.db file anywhere.

panic: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work

Hello i have installed go and gcc and if i want to create a database in windows 11 i got this message:

panic: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

goroutine 1 [running]:
main.main()
C:/Users/me/go/pkg/mod/github.com/planxnx/[email protected]/main.go:129 +0xca8
PS

i have used this command to generate:

ethereum-wallet-generator -contains 0x00,777,22 -db 0x77.db -prefix 0x77 -strict -bit 256

i hope you can help to solve it.

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.