Search content
Sort by

Showing 14 of 14 results by noaj24
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 14/11/2018, 14:31:44 UTC
@arulbero

If you have the public key and the search space is 2^160 how fast can you find the private key?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 12/11/2018, 16:36:08 UTC
@arulbero
I have an idea about #58. Can I message you the details?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 12/11/2018, 06:36:40 UTC

Quote

About 16.7 MKeys/s, 1 GKeys/min.
 
Let's say 2^24 Keys/s.
To compute 2 lists of 2^28 keys, it takes 2 * 2^4 seconds, about 30 seconds. That is the time it took to retrieve the key #57.
Have you tried to search a key in space of 10 quadrillion? How many hours you think it can finish that large space?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 11/11/2018, 20:29:24 UTC
@arulbero

If the public key is revealed it is still safe from bruteforce if the attacker don't know the range of bits to search for?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 11/11/2018, 13:25:26 UTC
@arulbero thanks mate!
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 11/11/2018, 12:58:49 UTC
Quote
I search only the last 56 bit (between 2^56 and 2^57 - 1)

Btw why -1?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 11/11/2018, 11:13:39 UTC
Quote

About 16.7 MKeys/s, 1 GKeys/min.
 
Let's say 2^24 Keys/s.
To compute 2 lists of 2^28 keys, it takes 2 * 2^4 seconds, about 30 seconds. That is the time it took to retrieve the key #57.

Wow faster than libsecp256k1
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 11/11/2018, 10:52:18 UTC
Quote

My code instead uses a different library written by myself for the LBC project.

In your code how many keys can you generate per minute?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 10/11/2018, 14:28:55 UTC
Quote

Im a bit lost, you mean you create a code that can be run on mobile fast enough to search for the private key of a known public key within a limited search space?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
noaj24
on 10/11/2018, 07:09:02 UTC

16.8 seconds :

what do you use to calculate cpu gpu ? what's the wattage?


I used a mobile cpu (only 1 core): Intel Xeon E3-1505M v6

If you use just only a mobile cpu, what repository you use (searching the space) that also work in mobile?

I'm currently using one in github but only works in pc.
Post
Topic
Board Project Development
[BOUNTY 0.15 BTC] simple python implementation of bitcoin address
by
noaj24
on 10/11/2017, 11:43:43 UTC
Hello I need a developer for a simple program using python that would generate multiple bitcoin address using same seed and entropy.
Please message me asap. Thank you.
Post
Topic
Board Bitcoin Technical Support
Re: 16~25BTC for request someone recovery our Blockchain wallet 2nd Password
by
noaj24
on 09/11/2017, 00:57:48 UTC
That can be recover, however what will be the assurance the you will pay whoever can help you recover your password?
Post
Topic
Board Project Development
[BOUNTY 0.02BTC] Github-pybitcoin-ImportError
by
noaj24
on 09/11/2017, 00:30:02 UTC
Hello I was wondering maybe someone can help me on this

I cloned the file https://github.com/blockstack/pybitcoin.git in my terminal and I had done installing the requirements and successfully run using the command
Code:
sudo python setup.py install

However when I run the  
Code:
python unit_tests.py
I got the following error:

Traceback (most recent call last): File "unit_tests.py", line 38, in from settings import BITCOIND_RPC_PASSWORD, BITCOIND_RPC_USERNAME, \ ImportError: cannot import name BITCOIND_RPC_PASSWORD


also in  
Code:
python wallet.py
I got the following error:

Traceback (most recent call last): File "wallet.py", line 12,, in from .keypair import * ValueError: Attempted relative import in non-package

I already open an issue at the repository but I don't think the users are not active, I also tried to reach out to the author to no avail.

I am hoping someone can enlighten me regarding the error as I am new to python. Any help would be highly appreciated. Thank you so much. attached image is the list in my
Code:
pip freeze

Am I missing some libraries?

https://ibb.co/gSmHXb
Post
Topic
Board Project Development
Re: Thoughts on OpenBazaar
by
noaj24
on 09/11/2017, 00:09:33 UTC
I have tried it for about a week then knock it off, not a user friendly.