Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 738 Bytes

private_key_search

Welcome to private_search_key, a project for managing and searching private keys securely for Bitcoin (BTC). This repository contains code that helps in searching and managing private keys while maintaining data security and privacy.

🚀 Quick Start

To get started with private_search_key, follow these simple steps:

1. Clone the Repository

Clone the repository to your local environment:

git clone https://github.com/SrCrow02/private_key_search.git
cd private_search_key

2. Run the follow code in terminal

npm i
ts-node ./src/main.ts

OBS: You can choose whether to use brute force or bsgs in the main file.

function main() {
    bsgs()
    brute-force()
}