Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aydinnyunus/wallet-tracker

Detect real scammers with Wallet-Tracker CLI from anywhere.
https://github.com/aydinnyunus/wallet-tracker

bitcoin blueteam btc cli dashboard data-science database docker docker-compose eth ethereum golang graph hacking neo4j neodash visualization websocket

Last synced: about 2 hours ago
JSON representation

Detect real scammers with Wallet-Tracker CLI from anywhere.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Wallet Tracker CLI




Explore the docs »




·
Report Bug
·
Request Feature

Table of Contents



  1. Getting Started



  2. Usage


  3. Downloads

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

## Getting Started

General information about setting up Wallet Tracker CLI locally

![CLI](img/2022-06-23_19-39.png)

## Installation

```bash
go install github.com/aydinnyunus/wallet-tracker/cmd/wallet-tracker@latest
git clone https://github.com/aydinnyunus/wallet-tracker
cd wallet-tracker
wallet-tracker neodash start
```

## Usage

### Track Wallet

After you have install requirements , you can simply track the wallet via:

```shell
$ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse
```

### Track Wallet with Network

If you want to specify network ( you don't need that for now ) use this command:

```shell
$ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse --network BTC
```

### Get All Transactions

If you want to get all transactions from websocket use this command:

```shell
$ wallet-tracker tracker websocket --all
```

![Websocket](img/2022-06-23_20-05.png)

### Detect Exchanges on Exit Nodes

If you want to Detect Exchanges on Exit Nodes use this command:

```shell
$ wallet-tracker tracker track --wallet 37oTUqiViE3YySs8xxAtKgTzQgoVuSVbse --detect-exchanges
```

### Start Neodash

If you want to visualize Wallets and Transactions using Neo4J database use this command:

```shell
$ wallet-tracker neodash start
```

![Neodash](img/2022-06-23_20-01.png)

Show specific transaction graph.

![Specific Transaction](img/2022-06-23_20-02.png)

Show all graph database

![All database](img/2022-06-23_20-03.png)

### Get Exchange Wallet

If you want to get exchange wallets use this command:

```shell
$ wallet-tracker redis get --exchanges uniswap --limit 3
```

## Build

Basic building process like the following would suffice.

```shell
$ go build -o wallet-tracker cmd/wallet-tracker/main.go
```

## Downloads

### Tarball

1. Download [latest-release] for your operating system/architecture
2. Unzip binary and place it somewhere in your path
3. Make it executable

## Roadmap

See the [open issues](https://github.com/aydinnyunus/wallet-tracker/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learned, inspire, and create. Any
contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the Apache License 2.0 License. See `LICENSE` for more information.

## Contact

[](https://linkedin.com/in/yunus-ayd%C4%B1n-b9b01a18a/) [](https://github.com/aydinnyunus/WhatsappBOT) [](https://instagram.com/aydinyunus_/) [](https://twitter.com/aydinnyunuss)

[contributors-shield]: https://img.shields.io/github/contributors/usestrix/cli.svg?style=for-the-badge

[contributors-url]: https://github.com/aydinnyunus/wallet-tracker/graphs/contributors

[forks-shield]: https://img.shields.io/github/forks/usestrix/cli.svg?style=for-the-badge

[forks-url]: https://github.com/aydinnyunus/wallet-tracker/network/members

[stars-shield]: https://img.shields.io/github/stars/usestrix/cli?style=for-the-badge

[stars-url]: https://github.com/aydinnyunus/wallet-tracker/stargazers

[issues-shield]: https://img.shields.io/github/issues/usestrix/cli.svg?style=for-the-badge

[issues-url]: https://github.com/aydinnyunus/wallet-tracker/issues

[license-shield]: https://img.shields.io/github/license/usestrix/cli.svg?style=for-the-badge

[license-url]: https://github.com/aydinnyunus/wallet-tracker/blob/master/LICENSE.txt

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555

[linkedin-url]: https://linkedin.com/in/aydinnyunus

[product-screenshot]: data/images/base_command.png

[latest-release]: https://github.com/aydinnyunus/wallet-tracker/releases