Git Product home page Git Product logo

keys-generator's Introduction

Keys.lol generator

This repository contains the key generator for Keys.lol

Building and installing

  1. cd to ~/go/src/github.com/sjorso/keys-generator
  2. install required packages with go get
  3. build the executable with go build
  4. include the executable in $PATH: sudo cp keys-generator /usr/local/bin

Usage

For generating keys, run:

keys-generator btc <page number>
keys-generator eth <page number>

For searching by private key, run:

keys-generator btc-search <btc private key>
keys-generator eth-search <eth private key>

License

This project is open-sourced software licensed under the MIT license

keys-generator's People

Contributors

sjorso 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keys-generator's Issues

Issue installing it

Is there a problem with your code

ubuntu@vm1:~ /keys-generator$ go get
package github.com/decred/dcrd/dcrec/secp256k1/v4: cannot find package "github.com/decred/dcrd/dcrec/secp256k1/v4" in any of:
/home/ubuntu/go/src/github.com/decred/dcrd/dcrec/secp256k1/v4 (from $GOROOT)
/home/ubuntu/keys-generator/src/github.com/decred/dcrd/dcrec/secp256k1/v4 (from $GOPATH)
package github.com/btcsuite/btcutil: no buildable Go source files in /home/ubuntu/keys-generator/src/github.com/btcsuite/btcutil
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
ubuntu@vm1:~/keys-generator$

Question regarding your website - [NOT AN ISSUE]

Hi,
I was just wondering what kind of host provider are you using because you have over 1m views every single day and I think it must cost you a fortune. I did a quick look up and apparently you are using Digital ocean, may I ask which plans is it? (Or how much it costs every month)

Can't reveal on the browser

Hei dude....i try to make more keys to generate....but can only generate 50.000 keys per page on the browser....more than that,browser can't show anything....what can i do for this problem??? Can anyone help me?????

runtime error on windows 10

I try to use this on windows 10.but i found this ;

panic: runtime error: index out of range [1] with length 1

goroutine 1 [running]:
main.main()
C:/Project/Go/src/github.com/keys-generator-master/main.go:10 +0x297

any body can help me?????

laravel .... ??? where is it??

hey... man... give me your laravel.... or help me to install it to my server!!!! I have download it... if I found backdors you will be my man...

Excuse me

cd to ~/go/src/github.com/sjorso/keys-generator
Set home/go....or local/go..... copy file?

I don't understand the settings. I hope you can explain in detail.

Include the executable in $PATH: sudo cp keys-generator /usr/local/bin

Laravel setting I have finished
Thank you

gp.mod missing?

Hi there,
is it possible that the go.mod file is missing?
At least I get an error stating that when running go get or go build.
Thanks

ethereum page 1

i don't understand how the private key can be 0 i mean is it like a puzzle that SjorsO created or what is it..?

Getting Errors

Hello,

I tried many times to run this script but it's getting errors all time, I also download the libraries manually and put them but cannot fix them.

Can u please guide me step by step?

Import Error

I am getting this error below due to the repository tree being changed for btcec.

How would I go about updating this so I can "go get" the correct one and fix the following error?

main.go imports github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec

Question: Any Known Active Hits?

Big fan here. :) I see that you are currently drawing ~5m keys per day on your statistics page. Is that accurate? I am also interested if there have been any known positive matches/results from the random guessing at all. There's been one reported instance in 2019 but I am curious if your site reports any active findings if one does occur from random guessing.

Thank you for any insight you can provide and for your efforts here. 👍

Page generation curiosity

Hi,
This is not an issue, but why in everytime you generate a page, it does generate 74 and 75 digits, what's the catch here, I'm just curious, I never came up with a page having 10 digits or 20

can anyone give me an idea

Thank you

hardcoded keys

what was used to generate the hardcoded priv/pub keypairs?
I am getting address 0x8970a0F70E06A8165dF9375aDF676d86FE901334 on key fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141 and not 0x3f17f1962B36e491b30A40b2405849e597Ba5FB5

Publish the binaries for keys-generator.exe in releases

I am using Windows 7 64-bit and Go 1.19, and I am unable to compile the source code, as I go from error to error. Also unable to find any Windows binaries of your project on the Web. This is an obstacle for me as I do not want to install Linux. Any solutions?

P.S. Are you able to compile keys-generator on your own machine?

Etherscan requires an api key

Hi,

unfortunately your website only makes one successful request to etherscan per page, since the other ones fail with etherscan recommending to set an API key.

Would you consider to add one, or to let users type an api key in something like a text field and store it in localStorage/cookies, so that all the requests succeed?
Thanks

Blockchain api

Seems you can still check multiple addresses using the blockchain api

Just need to join the array with a comma

Enhancement - coerce to bip39 / english? / subselection of words for neumonic

or is this more random? can we target a subselection of words?

for clarity
when I run

keys-generator btc-search 8c163b9ac0011ef033acb2fba8b00d1087776484446f4c1c3964fb44e4da4c6a
and it says 1
that means it's a private valid address? but not necessarily it has a balance?
is it a case where if I download the blockchain - I should inspect the values? was any efforts made to do this?

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.