Search content
Sort by

Showing 20 of 154 results by fred21
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 02/07/2023, 15:56:14 UTC
What type of bug can there be?

This is not because something is simple that it is weak

in anyway, browser based mnemonic generators, create seed phrase. I can't see why some seed phrases are less secure than other.

For example,I could write the 2048 words each one on piece of paper. Put all in a bag, then I pick 23 times a piece of paper by placing back the paper inside the bag each time. Between each picking, I shake the bag several minutes.
I do the same to get the 24th word by taking into account the checksum

By the way is there a way to measure the randomness with which a seed phrase was generated ?
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 02/07/2023, 09:00:41 UTC
So in accordance to what you are saying some seed phrases are easier to guess than others.

In the Ian Coleman Mnemonic, you can check entropy details.

Time To Crack
centuries
Event Count
63
Entropy Type
hexadecimal
Avg Bits Per Event
4.00
Raw Entropy Words
21
Total Bits
252
Filtered Entropy
1fd2f279505c87ecf83b09042c0a032021abfdf566eb2ea38a09a90123ed4bc
Raw Binary
00011111110 10010111100 10011110010 10100000101 11001000011 11110110011 11100000111 01100001001 00000100001 01100000010 10000000110 01000000010 00011010101 11111110111 11010101100 11011101011 00101110101 00011100010 10000010011 01010010000 00010010001 11110110101 0010111100


Are you saying that :
1) this is not big enough entropy?
2) this is enough entropy but with JS, thiere can be bugs?
3) other things?
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 01/07/2023, 20:39:42 UTC
I don't see why the number generated would be more likely to be cracked when the seed phrase has the same chance of being guessed.

Also when you use your seed phrase in the ian Coleman JS interface, the interface generate always the same addresses with the related private keys in the same order because this is deterministic. This is doing the same job as any other interface using the same protocol with the same seed phrase.
If I put the seed phrase in any other wallet, it will generate the exact same addresses in the same order with the same private keys. So on this side there is no difference between JS and the other software.
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 01/07/2023, 16:14:09 UTC
If there are a total of 2256 combination. one combination of 24 words has the same chance of being picked than another combination of 24 words. This probability is 1 out of 2256 whether how it was generated if each word was picked randomly.
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 01/07/2023, 15:37:51 UTC
It encodes this number generated into a seed phrase. whether it is done via JS or bitcoin Core, the resulting seed phrase has an equal chance to be guessed by someone trying every combination of words.
The entropy doesn't change the chance of guessing one seed phrase compare to another.

Are there 24 words combination from words listed in BIP 39 protocol easier to guess than other? If you pick at random those 24 words, you have the same probability to get each of those combination.   

As there are 2048 words, total number of combination is 2048x2047x2046x...x2025x2024. So when you pick one combination, you have one chance out of 2048x2047x2046x...x2025x2024 to get one specific combination independently from how it was generated
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 01/07/2023, 14:12:52 UTC
Let's dive into JS generating seed phrase.

First, I could myself generate a seed phrase without anything. I just pick 24 words from the list given in the BIP 39 protocol.
So if Ian colman give me a list of 24 words randomly in the same list what can be wrong? It is just picking word at random.

The risk maybe is the code being change to give me a list of 24 word already known by somebody. But this is hacking not JS related.
Post
Topic
Board Wallet software
Re: info about Ian Colman mnemonic
by
fred21
on 01/07/2023, 10:16:00 UTC
I would rather download Ian Coleman mnemonic on github https://github.com/iancoleman/bip39

I use tail OS with no internet connection to generate my address.

Ian Coleman mnemonic is applying the same protocol to generate 24 words phrases and the resulting addresses as any other code. So what is the issue?

Also what would you recommend to generate BTC private Keys for cold storage? I don't trust hardware wallet.

About Electrum : Do you know if I can use it in tail OS and if it can be used like Ian Coleman to generate keys and mnemonic phrase only.

thanks
Post
Topic
Board Wallet software
Merits 2 from 1 user
Topic OP
info about Ian Colman mnemonic
by
fred21
on 01/07/2023, 09:33:42 UTC
⭐ Merited by OmegaStarScream (2)
Hello,

I would like to know if Ian Coleman mnemonic is still updated and safe to generate BTC address and key.

Also, are there alternative to this browser based solution?

My main goal is to generate BTC address on my own with javascript on a browser only without being connected tto the internet?

Thanks for your help
Post
Topic
Board Bitcoin Technical Support
Re: guessing private key fear
by
fred21
on 25/10/2021, 16:09:08 UTC

I store my encrypted seed and encrypted private key (BIP38) on paper, on a drive and on google drive (3 copies)
Storing anything in the cloud is a risk. I would stop doing this immediately, and consider those wallets compromised and move the coins out of them. Storing on a drive is only safe if that drive remains encrypted at rest and is never part of a computer which will ever go online again.

My seeds are encrypted with AES (https://www.aescrypt.com) and private keys are BIP38 encrypted. Even if someone breaks in google drive, he will not be able to get private key because of that.

Moreover, I will not keep my keys in one drive because of hard drive failure, fire, flood, robberies.... I have to keep one copy off site.
Post
Topic
Board Bitcoin Technical Support
Re: guessing private key fear
by
fred21
on 25/10/2021, 15:35:22 UTC
The risk of someone compromising your Google drive is much more likely than someone randomly finding your private key.

Yes I agree, but my private key are BIP 38 encrypted or my seeds are on txt file and AES encrypted on google drive

[quote ]
That's another risk: malware could patiently wait until your computer goes online again. Using a LIVE Linux DVD that runs only from memory (obviously offline) is much safer.
[/quote]

That's what I am fearful of. I have only one computer. If I buy new computer, it will always need to be connected to internet for OS update. Any ideas?
Post
Topic
Board Bitcoin Technical Support
Re: guessing private key fear
by
fred21
on 25/10/2021, 14:39:13 UTC
@mocacinno

thanks, I read your post and thank you for spending time to write this.

I am very careful about my funds.

I use bitadress.org offline or Ian coleman wallet offline. I don't use software wallet.
I use coinb.in offline to generate and send transaction.

I store my encrypted seed and encrypted private key (BIP38) on paper, on a drive and on google drive (3 copies)

I always put flight mode on my computer and use private browsing on firefox before using bitaddress.org or ian coleman wallet or coinb.in.

And I always close firefox, delete unemcrypted files, empty the trash before removing plane mode on computer.
Post
Topic
Board Bitcoin Technical Support
Re: guessing private key fear
by
fred21
on 25/10/2021, 13:44:02 UTC
So this is interesting.

is it better to spread BTC on several addresses than leaving on one?

and

is it better to spread BTC on several seeds than on several addresses of the same seed?

thanks
Post
Topic
Board Bitcoin Technical Support
Merits 6 from 1 user
Topic OP
guessing private key fear
by
fred21
on 25/10/2021, 13:07:37 UTC
⭐ Merited by DdmrDdmr (6)
Hello,

I have already had this discussion however I still have trouble understanding how can't someone with good computer can't get a private key of a BTC address with BTC on it and just withdraw the BTC.

Even if I have BTC on cold storage, what if someone get my private key by accident just by generating a new address on its own wallet.

this only a question of probabilities. Can you prove this will never happen?


thanks
Post
Topic
Board Bitcoin Technical Support
Re: getting Bech32 address on paper wallet
by
fred21
on 18/06/2021, 20:01:36 UTC
I have heard that bitaddress.org generated address was crackable but not anymore now.
Post
Topic
Board Bitcoin Technical Support
Re: getting Bech32 address on paper wallet
by
fred21
on 18/06/2021, 13:48:03 UTC
Thanks for your reply.

I will try to use those addresses from now

I am also wondering if ian coleman Mnemonic Code Converter is the best tool as a browser based way to generate offline word seeds and all private, public keys and address?

is it really 100% secure in terms of randomness of the word seeds?

I also have some BTC on paper wallet generated on bitaddress.org (offline). is it at risk?

thanks
Post
Topic
Board Bitcoin Technical Support
Topic OP
getting Bech32 address on paper wallet
by
fred21
on 18/06/2021, 13:17:49 UTC
Hello,

I have used for 1 year the ian coleman Mnemonic Code Converter (https://iancoleman.io/bip39/) to manage my BTC

However I would like to generate  Bech32 address for efficiency with my wallet (thanks to words mnemonic).

Is there a way to do so with ian coleman Mnemonic Code Converter or other ?

Is it safe to keep BTC on P2PKH address?

thanks
Post
Topic
Board Altcoin Discussion
Re: making your own monero transaction
by
fred21
on 06/06/2020, 14:06:09 UTC

I don't know about signing transaction on Monero blockchain but checking transactions can be done using Monero blockchain explorer, I don't know if maybe this is what you are talking about? Hope it helps

1. https://moneroblocks.info/
2. https://blockchair.com/pt/monero
3. https://xmr.tokenview.com/

This is not what I meant.

Checking transaction, is a way of submitting the transaction hash (base 64 or something like that) before broadcasting it.

Then, the tool can say that the hash is valid or not, It can retrieve the transaction information (amount sent, receiving/submitting addresses, fees...) and also say if it has been signed (using the private key of the sender address)

This is what I meant by checking transaction. this is not looking at blockchain explorer what I meant.

If somebody has one reliable tool to submit and check transactions before broadcast, it would be fine.
Post
Topic
Board Altcoin Discussion
Re: making your own monero transaction
by
fred21
on 06/06/2020, 11:36:50 UTC
The answer you seek is very confusing, you said yourself that coinb.in browser allows you to broadcast BTC transaction online (not offline) so how do you expect to broadcast monero transaction offline???

I meant that the broadcasting is always done online yes.

But signing transaction with private key and checking transaction is done offline with no problem.

I have an hard time finding tool to sign and check transaction offline with private key.
Post
Topic
Board Altcoin Discussion
Re: making your own monero transaction
by
fred21
on 06/06/2020, 11:03:46 UTC
Hello,

As for now, I have found a way to generate offline my monero wallet here : https://moneroaddress.org/

However, I haven't found a way to build transaction offline (sign, check, broadcast).

has anyone any idea?

tahnks
Post
Topic
Board Altcoin Discussion
Topic OP
making your own monero transaction
by
fred21
on 23/05/2020, 19:00:52 UTC
Hello,

I am looking for the equivalent of coinb.in that is for btc BUT i need  this for monero.

coinb.in is browser based tool that allows to sign(offline), verify(offline) and broadcast (online) btc transaction.

I just want to do the same with monero. Hasn't it been invented yet?

thanks.