Bitcoin Forum
May 11, 2024, 04:46:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Project Development / Re: I am looking for people to participate in a challenge... on: March 10, 2019, 08:18:12 AM

True, i guess trust would need to be earned some how, maybe contact the puzzle creator about the reward and submit the addresses of the members of the "team"

You can't earn trust any way from the I see it. First of all, how is anyone going to know who solves it? What would the puzzle creator do with the addresses?
The only way that would be possible would be to have a KYC for the puzzle, where everyone register in person and there is only one valid withdraw address per person and they can then enter in groups. It would be like Ready Player 1
2  Bitcoin / Mycelium / Re: Properties of Mycelium wallet [Seed recovery] on: March 09, 2019, 08:06:33 AM
Just to make sure, I cannot possibly have created a segwit wallet by may 2018 in Mycelium??

No, there is no segwit address yet on last May 2018, I heard that they add segwit last Oct. 2018.

I don't see any other way's to recover it but to wait for seedrecovery.py result(addresses.db).

Since your problem is the order of your 12-word phrase can you try to use some shuffle tool or randomizer where you can randomize the order of your words then test them one by one to recover it in your mycelium wallet? And maybe you might be lucky to get the bitcoin back.

That's great, then I can exclude that possibility.

That is my current method, I have shuffled all of the words in all possible ways.
3  Bitcoin / Mycelium / Re: Properties of Mycelium wallet [Seed recovery] on: March 09, 2019, 07:50:39 AM
Quote
with 14*195000000 possible seeds

This number still seems to be way bigger than actual possible number of seeds. Are you sure you are only checking the valid ones?
There is a 4 byte checksum in them and although the collision chance of 4 byte out of SHA256 hash is higher but I don't think it is high enough to produce that many variations. (I'll try to test it in the afternoon when I get back home).

Edit: I ended up testing it anyways. With 12 words it seems that about 5% of the combinations are correct. The rest should be rejected. So with your words there should only be around 40 million seeds to check not that huge number you posted.
Also:
Quote
I get a speed of around 4kP/s,
Two questions, is it the number of seeds you check per second or is it number of keys that you derive from those seeds per second? If it is the first one then it is very slow, I am getting 16k/s with my c# managed code using only 1 CPU core (corei3)! You should be able to get around 100k at least if you run it on parallel and with a stronger CPU.

I am sorry, I said it was 12 words for simplification. I actually have 14 words (not sure which 2 does not belong there), that's why the amount of possible seeds.
With only 12 words it would not take long at all. As it is a 4 byte checksum every 1/16 word should fit, so it is always 6.25% chance from my understanding. I've already sorted them out prehand.

I am running 24 cores (3x i7) for 4kP/s, but I am checking only valid seeds in the program, checking random seeds give me speeds of up to 100kP/s yes! (Checking valid seeds take about 15x more time)

The amount of possible seeds to check should always be (n!/(n-r)!)*0.0625 where n is the amount of words choosing from and r is the seed-word-length

4  Bitcoin / Mycelium / Re: Properties of Mycelium wallet [Seed recovery] on: March 08, 2019, 10:55:47 PM
Are you trying recoverying the seed through this method Seedrecover Quick Start Guide

If you don't have one of the these below.

  • or Electrum (1.x or 2.x), a copy of your wallet file (a wallet file using Electrum 2.8's new full-file encryption won't work here), or
  • your master public key (sometimes called an xpub), or
  • a receiving address that was generated by your wallet from your seed, along with a good estimate of how many addresses you created before the receiving address you'd like to use, or

It's a time consuming to guess your right addresses if you don't have the above you must follow the Recovery with an Address Database

Because without them it's impossible to recover the right seed.

Do you have any record of a transaction? Or maybe you have an old transaction in your mobile browser history?
Just check the possible place where you use your addresses like sending bitcoin to a friend or use your address from gambling casino?

I am checking against the address database, yes. I have checked every exchange, every screenshot and every document. I can't find any signs of what address I used. Also, in case of this address was deep into the account, I recon it would be better to search through all of them.
I get a speed of around 4kP/s, with 14*195000000 possible seeds. It is time consuming, but given the amount of BTC on the address, its no biggy.

Just to make sure, I cannot possibly have created a segwit wallet by may 2018 in Mycelium??
5  Bitcoin / Mycelium / Re: Properties of Mycelium wallet [Seed recovery] on: March 08, 2019, 10:54:25 PM
If i remember correctly... you also said you had 14 words to choose from (as opposed to just the normal 12)...

Given that you're unsure of the actual words used in your seed menmonic and their order, is it also possible that you had a seed mnemonic where a word was used twice? I've seen seed mnemonics like this before... in fact, I helped a guy recover his seed mnemonic where he only had 23 words out of 24... turns out he failed to notice a duplicate word when he was writing them down!

What process were you using to store/record your mnemonic that resulted in confusion of words and order? Huh


One other thing to consider... the possibility that you used a passphrase? I know that Mycelium doesn't allow for passphrase functionality as standard... but I believe it is possible to "restore" an HD account using a passphrase with Mycelium

There was no duplicate words, no. I took the 12 words I was most sure about using, and added two which I was 50/50 if I had used. I have now run through 95% of the possible seeds with no success.

I took the seed, mixed the index of them with a 12 digit number I hold close to my heart, and then wrote a small text about it. In that way it could be hidden in plain sight.
Problem is I now, one year later, realize that it was pretty easy to just make up a story and accidentally throw in a couple of words that happened to be on the bip39 wordlist....

Passphrase was something that struck my mind. However I am sure I didn't do any complicated or different steps in the app other than create backup and write down the words, I see that possibility as none.
6  Bitcoin / Mycelium / Properties of Mycelium wallet [Seed recovery] on: March 08, 2019, 09:48:52 PM
Hi, this will probably be the last topic I create for this problem.

I am bruteforcing my way through my seed words as I have forgotten the order of them. However it seem like the search is no good.

I am searching through all addresses on the blockchain as I am not sure about the address. Now I need your help to brainstorm what parameters I could have gotten wrong.

I created the wallet during fall 2017, so I recon it must be an address starting with a 1, I have also concidered that I have created additional HD wallets.
However from my understanding, I can't create a new address before using the previous one in Mycelium. If that's the case, my bruteforce should give me the result no matter how many addresses were used on the account?

Any other takers on why I am not able to find my seed?
7  Bitcoin / Bitcoin Technical Support / Re: Dont know how to restore wallet.dat on: March 07, 2019, 07:18:29 PM
Hello,I found on my computer old wallet.dat 984 KB.

Just a question, if it is an old wallet, what about the  last transaction during 23 oct 2018? Seem to be some faucet or similar though.
8  Bitcoin / Bitcoin Technical Support / Re: Received payment enough to be found through address search on: March 04, 2019, 06:22:20 PM
-snip-
What exactly are you trying to achieve here?
Do you mean that if it has a balance and not sending the bitcoin to other wallets?
I think he's thinking that unused addresses are not valid and btcrecover wont be able to find invalid (unused) addresses.

@Desmond1543 As long as it's correctly derived from a private key, it is valid even unused.
If there's a problem, it's btcrecover's compatibility to different address type.

Yes, it would be valid, however it would not be found by the program as there would be no record of it in the blockchain.


Thanks for your answers! The first time I used the address was during fall 2017 generated in mycelium, from what I have read they didn't use segwit until late 2018.

I have 14 words to choose from and I am not sure about the order, so I have 43589145600 combinations to try. I have tried about 60% of them, hence my worries.

The last option I have, in order to figure out the correct address would be to crawl the blockchain and find the address that corresponds to properties I know about the wallet.
This is something I have no idea how to execute though.
9  Bitcoin / Project Development / Re: I am looking for people to participate in a challenge... on: March 04, 2019, 09:36:32 AM
No one will surely join up this team.If i am that smart person i would rather solve it for myself and will get that 300 Bitcoins on my own without the need of dividing into other people.
Sounds too greedy but if you can actually do it on your own then its normal for people to choose up that way and besides you wont even have the guarantee that you would get the shares once the prize is being distributed.

So, if the puzzle had been solved by your team i assume you are the one who would collect those coins? No one would trust you up.

Except you are hardly gonna solve the really hard ones alone, also, it's part of the fun to do it with someone else. Some of these puzzles take years to solve. Let's see you keep going when you feel you are stuck.
10  Bitcoin / Project Development / Re: I am looking for people to participate in a challenge... on: March 03, 2019, 09:18:46 PM
The problem of guaranteeing rewards will always be a problem, it can only be reduced, so I dedicate myself to meet those who wish to participate and verify that they are as reliable as possible, and for my part, it is the same as the others. , who solves The puzzle could keep everything, it could be me or any other person. The previous challenge was very difficult, an intelligent person is usually not enough. I managed to solve the previous challenge up to the 0.1 and 0.2 portfolios, but they had already been taken. This challenge will be different and, apparently, you will not need technical knowledge, so I have no idea what I can expect. Actually I think if I kept all the btcs, it just would not go well ... I believe in karma and I think there are honest people.

Sounds reasonable. Any idea about when the challenge begin? Are you working on any puzzle right now? As you said you solved 0.1 and 0.2 BTC challange on the previous one, I assume you are sufficient in basic programming and cryptography?
11  Bitcoin / Project Development / Re: I am looking for people to participate in a challenge... on: March 03, 2019, 01:16:38 PM
Hello, as the title says, I am looking for people interested in participating in a puzzle (challenge) and solving it together. The people I need for the challenge must be perseverant and understand that every success requires a failure many times, it will be a difficult challenge and that is why I look for a team, it must be people: honest, perseverant, wanting to have fun solving the challenge and who are willing to sacrifice as much time as possible to solve the challenge, self-confident people who do not give up. (I am looking for people who have knowledge in cryptography, computer science, mathematics, (with luck, programming in python or some scripting language, it is not absolutely necessary), enigmas, with a lot of creativity and determined to win). the challenge has a great prize if we win. For more information, tell me by dm, only for people really interested. Thank you!  P.S: I'm not the creator of the challenge, I'm just looking for people who want to participate with me.

I have helped in the solving of some previous puzzles. I wonder, what are your experience and skills?
12  Bitcoin / Bitcoin Technical Support / Received payment enough to be found through address search on: March 03, 2019, 12:06:14 PM
Hi, I have been generating and checking some billions different seeds in search for mine with the BTCrecover-tool.
It works by generating addresses from a specific seed and then checking it against a database with all addresses found in the blockchain.

I wonder if it is enough that my address have received balance, and not sent any? I am 99.9% this is the case, but after searching through half of my possible seeds, I am getting a bit nervous.
Just want to make sure that I got everything right.

Br
13  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 12, 2019, 06:16:49 PM
I have now generated every possible combinations from all 14 words. It took lots of time and lots of programming.

Now I really need your help in order to get this into addresses. I want a efficient way to input seeds and get addresses from them.

Any takers? I will make sure there will be a reward for contribution. I am really tired of this right now  Sad

If you want I can give you a program that works like that:

generate_address file_input file_output

where file_input contains private key in hex format and file_output contains addresses in hex format.

I have to modify my program that generates only consecutive addresses.


What kind of speed do you need? It is enough Python or you need a C program?


Thanks for your reply!

I have now solved this problem with a modification to the BTCrecover code. It now takes my custom-generated seeds as input, and then outputs if any of the addresses from that seed is found on blockchain.
It does about 25k per second, which is not lots, but it is sufficient.
14  Economy / Trading Discussion / Re: 365 day 100$ trading challenge.doubled balance in less than a month!!!! on: February 11, 2019, 07:38:26 PM
What candle-interval are you using when applying your BBs?
15  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 11, 2019, 07:16:07 PM
I have now generated every possible combinations from all 14 words. It took lots of time and lots of programming.

Now I really need your help in order to get this into addresses. I want a efficient way to input seeds and get addresses from them.

Any takers? I will make sure there will be a reward for contribution. I am really tired of this right now  Sad
16  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 03, 2019, 11:43:22 PM


Thanks both of you, I really wish I had gone into linux, however I am still on Windows. Which means I have no clue how to do anything of what you just said, even if it looks simple when you put it that way.
I just have no idea how to fetch the addresses from the blockchain. If I would have that I could probably figure something out.

BTCrecover from Python is really solid, already got all addresses, already got the generating program, does 18k addresses through blockchain per second with a wallet depth of 10
All I need is to figure out how to feed it my own set of privatekeys/seedlist.

Which would mean at MOST
7 hours with 12 words,
4 days with 13 words,
28 days with 14 words,
140 days with 15 words and 17 terrabytes of seeds.

I could live with that.

EDIT: That would be including all with wrong checksum, the correct checksum would only be 5% of these.

EDIT 2:
Day 14 of problem solving.

I have now started to generate all combinations. I settled with the 14 words I am most confident about.
This give me 43 589 145 600 combinations, I have three words I am certain about, which brings the combinations down to about 20 000 000 000 combinations.
This totals at some 1.6 Terrabytes of data. Only problem left is to feed it to btcrecover.
17  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 02, 2019, 09:15:30 PM


I have accepted that this might take for ever, but I would love to get some pointers and help from the community, and I'll make sure to reward anyone who contributes to the solving of this problem.

Having 14 possible words of a 12 word seed makes 43 589 145 600 possible arrangements. Let's say 5% of those gives a correct checksum. That would be 2 179 457 280 combinations.
If I somehow managed to check 1000 addresses each second it would take at max a month to find the correct one. I recon it should be able to push that number. I am also fairly sure about some of the words, which should bring down the possible amount of addresses.

I am using btctools for Python at the moment. I have no idea if it should take this long to generate, on the other hand, when using sites as https://iancoleman.io/bip39/ it generates 20 publickeys in a second. I am sure it must be a faster way then the one I am using.

My method right now:
1. Generage huge lists of possible combinations of seeds, ex. oven rifle phrase planet dirt true cinnamon kick first echo thing excuse
2. Run through the list line by line and generate BIP32 root key ex. xprv9s21ZrQH143K3HKXZ8ZPebpXnQbWRsQeKnoUbu7BzMpgtym7ya8hPaF2dmFS621C2BMnvCb3qYj 4cL7GiVK1VNmnA7wxFtPmBT8U1xUW8D6
3. Derive the BIP44 address from this root key, ex. 1NF7rutG9zTiZ7HbYuqmik2Sbb8HwqJcqG
4. Check the given addresses against blockchain.

You don't know
1) the private key
2) the address?

If you have to check each address you generate against the blockchain, you need a bloom filter like in this program https://github.com/ryancdotorg/brainflayer

2 180 000 000 addresses are not too many.  Besides you can save the time of the encode58.

Damn I wish I was more fluent in programming. Right now I am using the blockchain.info API to check balances, which is totaly retarded. As you said, I need to check all used addresses on the blockchain instead.
I was reading about crawling and saving all addresses from the blockchain? But there are over 300 million of those, so yes, I would need a bloom filter (as I understand it, it basically reduces size?)

So there are two approaches, either crawl the entire blockchain, and search through it every time.
Or crawl it to find the public key so I dont have to search through a database.

Please explain what you mean by save the time of encode58?

Br
18  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 02, 2019, 11:31:14 AM
Hi, thanks for your answers.

I used the btcrecover repo to get all public keys from the blockchain (about 300 million lmao) into a database of some sort.
However I haven't yet figured out how I can get btcrecover to use my own lists of seeds to read from, instead of btcrecover trying to do it itself.
Btcrecover seed is fairly simple as it just assumes 4 mistakes in the seedwords. But that is not  my issue here. I want to use BTC recover for its speed, but not the seed generation part.

I have now generated all possible word combinations of 12 words, which is around 479 million combinations.
After checking the checksum of all of these combinations I am down to 30 million valid seeds. I think BTCrecover can check around 10k addresses per second. Would only take an hour to go through if I manage to pull that off.

So I can't simply search in the blockchain with simple commands which addresses have been used when etc? I recon the top100 address site is able to check the balance at least.

What I would love to do is scan through the entire blockchain

If(balance>2 || balance<1):
disregard addresses
If(transactiondate > april2017||transactiondate < january 2017)
disregard addresses
print(whateverisleft)

Then I would probably be able to pinpoint the wallet. There shouldn't be too many wallets that has only been used during some months, haven't been touched for months and still contains 1+ BTC
19  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 01, 2019, 02:29:16 PM
Hi again.

Just throwing an idea out there, maybe someone could tell me if it is doable.
Let's say I know there are around 1-2BTC in the account. There should only be around 300000 addresses within this range.
If I know certain dates of transactions, or the last time it was touched, I should be able to narrow it down and find my address.

I've been searching for a way to look through all addresses on the chain. Should be able to get them from a fully synced node?
20  Bitcoin / Bitcoin Technical Support / Re: Fastest way of generating addresses for millions of private keys on: February 01, 2019, 09:19:54 AM
I think you might be approaching this in the wrong way... but I'm a bit confused as to what you do and don't have with regards to words and addresses.

You say you have 14 possible words? Do you mean you added 2 extra words... and jumbled up the word order? Huh

As for the number of "legitimate arrangements", I think you'll find the correct checksum percentage is quite a bit lower than 5%. Given a set of 11 words, in my testing, only 4 or 5 words out of the 2048 word list will then generate the correct checksum when used as the 12th word.

I have a script that I have used for fixing 1 or 2 word errors in a seed... and it can generate and test seed combinations to see if they are valid, then generate 200 privatekeys and addresses from each "valid" seed that it finds at a fairly quick rate.

Also, I assume you don't remember or have a record of ANY address that you previously used from this seed?

Here is a clarification. I generated the 12 word seed. Then I though I had a bomb method to rearrange them. I show an example with 6 words.
word 0, word 1, word 2, word 3, word 4, word 5
I then though of a number that was important to me, lets say 142201
So then I would first write down word 1, then word 4 etc. Giving me
Word 1, word 4, word 2, word 3, word 0, word 5.

At least, this is how I though I did it. But after having checked most of these possibilities I am starting to wonder where I fudged up.

Then I wrote a story to conceal the words.
Bla bla bla word 0, bla bla bla word 4, bla bla bla word 2, bla bla word 3 etc.
And by accident, I put in words in my story that was also part of the BIP39 word list.

I have ruled it down to 14-15 words now. I could take different approaches in how to solve this, either by simply bruteforceing all of them, or trying to make out the arrangement which they were ordered in.

However, when I do this I need to be able to check the fastest way possible, hence, asking for your help. I hope that the checksumed ones would be less than 5%, but that's the number I got after generating some millions of scrambled 12 word seeds. Another thing I might look into is as you said, try to find a corresponding address so I have any clue which address I am looking for.

TLDR; Yes, I am an idiot, I did not only screw up the order, I put in additional words Smiley
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!