Bitcoin Forum
April 26, 2024, 03:30:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 14, 2018, 02:31:44 PM
@arulbero

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

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?
4  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 11, 2018, 08:29:24 PM
@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?
5  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 11, 2018, 01:25:26 PM
@arulbero thanks mate!
6  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 11, 2018, 12:58:49 PM
Quote
I search only the last 56 bit (between 2^56 and 2^57 - 1)

Btw why -1?
7  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 11, 2018, 11:13:39 AM
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
8  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 11, 2018, 10:52:18 AM
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?
9  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 10, 2018, 02:28:55 PM
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?
10  Bitcoin / Bitcoin Discussion / Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it on: November 10, 2018, 07:09:02 AM

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.
11  Bitcoin / Project Development / [BOUNTY 0.15 BTC] simple python implementation of bitcoin address on: November 10, 2017, 11:43:43 AM
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.
12  Bitcoin / Bitcoin Technical Support / Re: 16~25BTC for request someone recovery our Blockchain wallet 2nd Password on: November 09, 2017, 12:57:48 AM
That can be recover, however what will be the assurance the you will pay whoever can help you recover your password?
13  Bitcoin / Project Development / [BOUNTY 0.02BTC] Github-pybitcoin-ImportError on: November 09, 2017, 12:30:02 AM
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 <module> 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 <module> 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?


14  Bitcoin / Project Development / Re: Thoughts on OpenBazaar on: November 09, 2017, 12:09:33 AM
I have tried it for about a week then knock it off, not a user friendly.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!