Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

efficiency #6

Open
bizky opened this issue Apr 3, 2018 · 4 comments
Open

efficiency #6

bizky opened this issue Apr 3, 2018 · 4 comments

Comments

@bizky
Copy link

bizky commented Apr 3, 2018

Hi, I have to say the onion harvester is a pretty novel method to discover new onion address, and thank you for your code!
But I have estimated that the expectation of the time discovering one onion address is about thousands of years!

@mirsamantajbakhsh
Copy link
Owner

mirsamantajbakhsh commented Apr 3, 2018

Hi and thanks for your comment. In the second version I'm working on it (and may be released less than a month), Onion Harvester client will run multiple TOR processes, which means a client (as an example) with 1000 concurrent TOR processes and each process with 1000 threads (for searching the available onions), will search 1000000 addresses simultaneously against the first version which is currently searching at a rate of 1000 addresses per second.
Therefore the time problem relaxes a bit. And I should mention that in the first stage of the project, there is needed to search once the whole address space, because the interested onion addresses are the stable addresses not the temporary addresses.

@Ali-Razmjoo
Copy link
Contributor

Hello @mirsamantajbakhsh,

I am not sure what is the project roadmap, but if a web service is part of your plan, and an API will be available to share the bulk of onion addresses, I can help to create a JavaScript library to use tor browser to find the addresses. this way we can use visitor browsers to find onion addresses and get users credits to use the web service instead!

Regards.

@mirsamantajbakhsh
Copy link
Owner

Dear @Ali-Razmjoo,
It is your kindness. It is really appreciated to add a plugin to TOR browser! We have created the onion harvester server API and the documentation is available:

https://github.com/mirsamantajbakhsh/OnionHarvester-Server

I'm looking forward to your response.
Thanks

@Ali-Razmjoo
Copy link
Contributor

Hey,

thanks for informing me regarding the server API. let me have a review and get back to you.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants