Bitcoin Forum
June 17, 2024, 06:41:34 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
41  Bitcoin / Development & Technical Discussion / Re: Why is ECDSA needed at all? on: October 20, 2016, 08:05:19 PM
Your idea is not worthless and is already used in one of the altcoins.
Out of curiosity, which altcoins?

The only requirements are to wait long enough between beginning and committing a transaction and to not reuse addresses (private keys).
What about the added requirement of a good CSPRNG source for every tx (not required by ECDSA), something which is more difficult to obtain in an isolated IoT environment w/o added (and unauditable) hardware support?

There's also extra non-volatile state which much be maintained to commit the tx, another weak suit of IoT devices in general, correct?

ECDSA isn't that hard, otherwise hardware wallets wouldn't exist....
42  Bitcoin / Electrum / Re: Invalid OTP on: October 20, 2016, 03:11:11 PM
Are you sure you're loading the correct wallet file (maybe you created more than one wallet)?

Are you sure you're using the correct 2FA entry in Google Authenticator?

Have you checked that both the current time and time zone in your phone are correctly set?

If all else fails, you can restore a wallet with your seed (which you do have, right?) to recover your funds. Note that the restored wallet will not be 2FA-enabled, so you'll probably want to create a new 2FA wallet and transfer your funds over to it.
43  Bitcoin / Bitcoin Wallet for Android / Re: where exactly are files stored on an Android device? on: October 17, 2016, 05:11:28 PM
If I may ask, would it be possible to modify the code to store the wallet on an USB Stick (OTG)?

Or do you see any problems with that?

-sf-

Someone correct me if I'm wrong, but the Android security model doesn't (I believe) extend to files saved on a USB OTG stick. That means that any app could access the wallet-protobuf file.

Although Bitcoin Wallet for Android uses good key stretching for the PIN, it's still short enough to be fairly easy to brute-force by your average PC once stolen by a malicious app. So, not a good idea....
44  Bitcoin / Bitcoin Technical Support / Re: bitcoin 0.13.0 tests fail with python-3.4 on: October 14, 2016, 10:14:22 PM
It looks like this was fixed 15 days ago in master here.

As a workaround, check that your default locale ends in ".utf8" by running "localectl status". If it already does, then I'm not sure what workaround might work (unless you modified the locale just for your user).

If it doesn't end in ".utf8", see here to change it.
45  Other / MultiBit / Re: can anyone clarify how secure is Multibit HD actually ? on: October 09, 2016, 11:16:39 PM
Maybe Multibit HD is better as a wallet but in terms of privacy it cannot compare with Multibit Classic.

Reason why:
Multibit HD is a HD(Hierarchical Deterministic) and all it's addresses are derived from a set of words which is known as SEED. This is better for security but not for privacy.
Once an address is used in Multibit HD, after 2-3 hours if you put that address into walletexplorer.com website it can show you all addresses of this wallet of yours.

Serious question: are you a troll, or innocently misinformed/ignorant?

In any case, what "Cereberus" has said in regards to privacy here is false. Please ignore him/her.
46  Other / MultiBit / Re: can anyone clarify how secure is Multibit HD actually ? on: October 07, 2016, 09:03:17 PM
i have moved to it myself and after getting used to the new interface ,i like it !
just wondering ,are the seed words compatible with other HD wallet's  or only multibit ?

It's mostly compatible with Bither, breadwallet, Coinomi, Hive (defunct), Mycelium (Android and iOS), myTREZOR, and Wallet32 for Android, but there are various "gotchas".

It is incompatible with Armory, Bitcoin Core, Bitcoin Wallet (for Android), and Electrum.

If you have a specific wallet in mind, I can describe the minor incompatibilities, or you can look at this spreadsheet here for the gory details.
47  Other / MultiBit / Re: can anyone clarify how secure is Multibit HD actually ? on: September 29, 2016, 12:15:21 AM
if there is no mandatory  fee  are the guys not getting paid anymore  ?

https://www.reddit.com/r/btc/comments/4kzrp0/multibit_is_being_sold_to_keepkey_llc/

Also, I should probably revise what I said earlier... the original MultiBit devs (who released version 0.3.0) certainly have my trust, but I don't know anything (good or bad) about the KeepKey folk. It certainly seems like they have a vested interest in keeping up with MultiBit's good reputation, though.
48  Other / MultiBit / Re: can anyone clarify how secure is Multibit HD actually ? on: September 28, 2016, 08:37:07 PM
due to the way the developers  fees are extracted
Mandatory developers' fees were removed in version 0.3.0 (and even before then, the devs did their best to maintain user privacy with their BRIT donation scheme).


and also privacy can be compromised more easily  ......
Are the developers able to see how many btc is in your balance?
No. Privacy is perhaps a bit better than many other desktop wallets because you need a password to simply view your current balance (many other wallets only require a password to initiate a transaction; addresses and balances for those are available w/o a password).

MultiBit HD also uses a significantly better (if perhaps imperfect) wallet encryption scheme; in particular its key stretching makes brute-forcing much more time consuming than MultiBit Classic's.


Can they adjust their donation  fee higher if they want to?
As you already noted, they certainly can via new releases (but not remotely). The old fee code was removed from MultiBit HD, and they have committed to not reintroducing it in the future. That doesn't mean they're technically incapable of doing so.

Given how long they've been involved in the Bitcoin community, I think it's safe to say they are among the most trustworthy of wallet developers IMHO, and I wouldn't worry about this possibility.
49  Other / MultiBit / Re: Need help dumping master private key from wallet. Can offer 0.1 btc for the help on: September 27, 2016, 05:06:00 PM
You sure that's the path?

My bad, the tool I linked to appends the last element on its own, so you should enter a path of just m/0'/0.

Also, is there any chance you created the wallet with a beta version prior to the 0.1 public release? Versions earlier than 0.0.8-beta had a bug that would affect you....
50  Other / MultiBit / Re: Need help dumping master private key from wallet. Can offer 0.1 btc for the help on: September 26, 2016, 11:54:04 PM
Do you have the seed?

If so, you can use https://dcpos.github.io/bip39/ to generate your extended master private key (your "xprv") from your seed. (Follow the directions to use that tool offline before actually using it, though).

To verify, that tool can also generate your addresses. Select the BIP32 tab, and use a derivation path of m/0'/0/0 for your first address, m/0'/0/1 for your second, etc.

If you don't have your seed, you can extract it from your wallet file (assuming you have the password of course) with this: https://github.com/gurnec/decrypt_bitcoinj_seed.
51  Bitcoin / Electrum / Re: [BOUNTY] Lost Electrum Wallet Password on: September 26, 2016, 11:38:25 PM
Unless you have some idea of what the password is, brute forcing the wallet will be near impossible.

That's not entirely true, notably for Electrum (and MultiBit Classic, and maybe one or two others with equally low key stretching).

I ran some quick-and-dirty numbers based on btcrecover's speed (which isn't really a brute-forcer, I'm certain a real brute-forcer would be a few times faster).

Assuming only lowercase letters, passwords of length nine are quite feasible for an individual to brute-force.
Add in digits, and then it drops to about eight characters long.
Add in uppercase letters, then it's seven characters. Still not too bad.

Take a character off, and it goes from feasible to downright cheap ($10 and around 24 hours or less on a single monster AWS EC2 instance).

In short, brute-forcing weaker (yet not trivial) passwords is possible, and none of this takes into account how a real brute-forcer would work, e.g. going off of good dictionaries w/good mutation rules.

Regardless, to OP: unless you're willing to try to find the password yourself (e.g. with btcrecover mentioned above), Dave has a good reputation and may be able to help (for a fee that is).
52  Bitcoin / Electrum / Re: How to convert seed into the random entropy? on: August 07, 2016, 06:30:44 PM
Take a look at the pseudocode in the second half of this response on StackExchange, it may answer your question.
53  Bitcoin / Bitcoin Technical Support / Re: Encrypted wallet.dat, lost password, any solutions? on: July 30, 2016, 10:49:25 PM
Little update: do you think it's better a 1060 or a 480x for btcrecover? the 1070 is a little bit too expansive. Why would one perform better?
I'm afraid I don't know enough about OpenCL to say which architecture is better... I'll give you what little I do have though.

These are P/s rates from a Bitcoin Classic/XT/Core wallet with an iteration count of 67908.

  • 1x 560 Ti: 1070 P/s
  • 2x 560 Ti: 2110 P/s
  • 1x R9 390: 4470 P/s

(the test numbers for other wallet types are here)

It's an apples-to-oranges comparison, but I'd guess that it points to AMD architecture at being better for this... but it's just a wild guess.

does the size of the ram on the card has much influence? thanks in advance...
For Classic/XT/Core, VRAM makes practically no difference (you just need 64 x --global-ws bytes). For Armory, it makes a big difference.


Edit: I just noticed an old thread by you.... if you have any specific questions, feel free to ask, but in the mean time:

By adding the "--delimiter *" option, "*" is now used as the delimiter between tokens, instead of spaces. This means you can use:
  • %[ _] - a single space or underscore (note the space before the _, it may be hard to see)
  • %0,1[ _] - 0 - 1 single spaces or underscores, e.g. a single space or underscore or nothing at all

Hope it helps.
54  Other / MultiBit / Re: how to import from multibit classic by private key. on: June 29, 2015, 10:18:25 AM
Yeah, we plan a refresh of MultiBit Classic over the summer (0.5.19) which will be resigned with the latests certs.

Thanks for the update!
55  Other / MultiBit / Re: how to import from multibit classic by private key. on: June 28, 2015, 11:03:09 PM
MultiBit Classic is still available on the multibit.org site.
If you click on the Downloads link and look at the bottom of the 'Releases and signatures' there is a link to take you to the MultiBit Classic downloads.
We expect to support MultiBit Classic for quite a while.

Hi, Jim.

I hate to be a pain, but do you (or someone at Bitcoin Solutions) plan to re-sign the Windows 0.5.18 binaries sometime in the future to fix this certificate expiration issue?
56  Other / Off-topic / Re: Am I the only girl on here? : ( on: June 28, 2015, 01:21:08 PM
When men pretend to be women on the internet they always make it too obvious. One of the biggest alarm bells is having a really painfully obviously female name, you know, like putting "lady" in their username just so everyone knows this person is definitely a female, ie not.

Like ladyada, who also just happens to be an apparent bitcoin supporter?

(not saying your wrong in this particular case, just that you never know....)
57  Bitcoin / Hardware wallets / Re: Giving up on the Trezor soon. on: June 24, 2015, 05:49:02 PM
Sakarias-Corporation: Note that of these three, only Mycelium supports multiple accounts (which you apparently make use of). GreenAddress.it also has TREZOR support, but I don't know if it supports multiple accounts with a TREZOR (and also it's an online multisig wallet, which may or may not be what you want).
That's not completely true. I'm using my Trezor with Electrum, and I'm able to access multiple accounts within Electrum.

I stand corrected, thanks.
58  Bitcoin / Electrum / Re: Lost coins... on: June 24, 2015, 12:30:11 AM
Anyway I'm at a loss. Any cool ideas I'll try them out for the benefit of the electrum community.

Well, if you think you may have made a mistake in recording your seed, you can give seedrecover a try (it's part of btcrecover): https://github.com/gurnec/btcrecover/blob/master/docs/Seedrecover_Quick_Start_Guide.md#seedrecoverpy

It's an open source seed recovery tool; it requires that you have a good estimate of what your seed is, and also that you know either your master public key, or an address generated from your wallet (preferably one that was generated shortly after your wallet's creation).
59  Bitcoin / Hardware wallets / Re: Giving up on the Trezor soon. on: June 23, 2015, 03:30:46 PM
You can use your Trezor with all of MultiBit HD, Electrum and Mycelium. Try one of those wallets to see if your experience is better with one of those clients.

Sakarias-Corporation: Note that of these three, only Mycelium (edit: and also Electrum, my mistake) support multiple accounts (which you apparently make use of). GreenAddress.it also has TREZOR support, but I don't know if it supports multiple accounts with a TREZOR (and also it's an online multisig wallet, which may or may not be what you want).
60  Bitcoin / Wallet software / Re: Bitcoin Wallet on: June 23, 2015, 03:11:22 PM
Because it is an exchange, not a wallet. You can call it an online wallet, but you don't have control on your private keys, so it doesn't really qualify for a wallet.
If you really need an online wallet, blockchain.info is far batter than coinbase. They let you control on your private keys.

coinbase is a centralized bitcoin web wallet. We do not have 100% control on our coins in coinbase. If coinbase will become bankrupt (like mt.gox) then we'll lost all of our coins.

Coinbase began supporting 2-of-3 multisig wallets about 8 months ago where you control 2 of the 3 keys. Unlike blockchain.info, there have been no known security failures (yet) with Coinbase wallets.
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!