dabura667
|
|
July 20, 2014, 10:47:12 AM |
|
Will hiveJS ever have something like a username and password, or will it always be the 12 word phrase and pin?
I like the PIN, but not the 12 word phrase.
Just to add to the 12 word phrase. FYI this is known as BIP0039, and is used for generating seeds with over 128 bits - 256 bits of entropy. (You could utilize it for larger amounts, but 256 bits of entropy is a 24 word phrase, any longer would be hard to remember) So the hive-js 12 word phrase is 128bits of entropy to create the seed. Plus it uses a key derivation algorithm to prevent (aka slow down) brute forcing. User-name and password schemes require trust with the server of the service. the 12 word phrase you have is nearly impossible to brute force, and you can use it on any device with hive-js. In fact, the Android app Wallet32 uses the same algorithms, so you can input your 12 word phrase into it and use the exact same addresses as your hive-js wallet. No server will ever store your private keys, they will only exist wherever you have placed the 12 word phrase. The 4-digit PIN is used to encrypt those words and save them on your device.
|
My Tip Address: 1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
|
|
|
prezbo
|
|
July 20, 2014, 10:51:49 AM |
|
Any plans/eta of porting bip 32/39 to android?
|
|
|
|
dabura667
|
|
July 20, 2014, 10:54:09 AM |
|
Any plans/eta of porting bip 32/39 to android?
This +1
|
My Tip Address: 1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
July 20, 2014, 12:33:53 PM |
|
Any plans/eta of porting bip 32/39 to android?
I'm not sure about Android, but we definitely plan to bring BIP32 to Hive OSX in the summer/autumn - we're waiting for this to be included in a stable bitcoinj release, and then we'll have to spend some time adapting the UI to that.
|
|
|
|
Mike Hearn
Legendary
Offline
Activity: 1526
Merit: 1134
|
|
July 20, 2014, 05:20:14 PM |
|
HD support (BIP 32 and 39) in bitcoinj is practically ready to enter beta and get real testing from real users: we're just waiting for the Bouncy Castle folks to release a much faster version of their library (because HDW means calculating far more keys than before).
For Hive, I think preparing a preview/beta of HD wallets would be quite easy at this point.
|
|
|
|
hivewallet (OP)
|
|
July 22, 2014, 02:34:45 PM |
|
Hive now has a public chat room on Skype. Come by and talk with us! http://is.gd/Vf0hcW (yes, that opens the room in Skype)
|
|
|
|
nahtnam
Legendary
Offline
Activity: 1092
Merit: 1000
nahtnam.com
|
|
July 22, 2014, 03:43:32 PM |
|
Hive now has a public chat room on Skype. Come by and talk with us! http://is.gd/Vf0hcW (yes, that opens the room in Skype) I don't think I have permission to talk!
|
|
|
|
hivewallet (OP)
|
|
July 22, 2014, 04:20:30 PM |
|
I don't think I have permission to talk!
Try again please?
|
|
|
|
nahtnam
Legendary
Offline
Activity: 1092
Merit: 1000
nahtnam.com
|
|
July 22, 2014, 04:42:44 PM |
|
I don't think I have permission to talk!
Try again please? Nope. Whenever I type a message and hit enter, nothing happens.
|
|
|
|
|
e4xit
|
|
August 07, 2014, 01:17:19 PM |
|
HD support (BIP 32 and 39) in bitcoinj is practically ready to enter beta and get real testing from real users: we're just waiting for the Bouncy Castle folks to release a much faster version of their library (because HDW means calculating far more keys than before).
For Hive, I think preparing a preview/beta of HD wallets would be quite easy at this point.
hivewallet do you have any update on this? I am trying to help a hivewallet user and spent quite a bit of time talking about change addresses and using a new address each time (for privacy reasons) only to find out afterwards that Hive does not support even generating new addresses!? Anyway, once I had got over my disbelief I decided to try and find out what is going on with that and as best as I understand it, this was taked about back in 2013 as being "upcoming", now Mike Hearn is saying that it will be "quite easy at this point", and looking at your github it seems that there has been recent discussion on this. So, I am just wondering where you guys are with this? And if, as I guess you are, you have it in the pipeline soon, when might that be do you think? Anyway, thanks for making a nice user-friendly wallet P.s I could not find any test/testing/dev branches on you github, as I thought it might have been implemented in there already, but I am quite a github amateur....
|
Not your keys, not your coins. CoinJoin, always.
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
August 07, 2014, 02:04:04 PM |
|
hivewallet do you have any update on this? I am trying to help a hivewallet user and spent quite a bit of time talking about change addresses and using a new address each time (for privacy reasons) only to find out afterwards that Hive does not support even generating new addresses!?
Anyway, once I had got over my disbelief I decided to try and find out what is going on with that and as best as I understand it, this was taked about back in 2013 as being "upcoming", now Mike Hearn is saying that it will be "quite easy at this point", and looking at your github it seems that there has been recent discussion on this. So, I am just wondering where you guys are with this?
And if, as I guess you are, you have it in the pipeline soon, when might that be do you think?
Sorry, I didn't have time for this yet. It's coming in the next couple of months definitely, but hard to say when exactly. Mike has been working on support for BIP32 wallets in bitcoinj for months, but it only recently got to a usable state, and there still was no stable official release with BIP32 support. In the meantime, you can use Hive Web (or soon Hive iOS) which supports BIP32 from day one.
|
|
|
|
e4xit
|
|
August 08, 2014, 09:05:06 AM |
|
hivewallet do you have any update on this? I am trying to help a hivewallet user and spent quite a bit of time talking about change addresses and using a new address each time (for privacy reasons) only to find out afterwards that Hive does not support even generating new addresses!?
Anyway, once I had got over my disbelief I decided to try and find out what is going on with that and as best as I understand it, this was taked about back in 2013 as being "upcoming", now Mike Hearn is saying that it will be "quite easy at this point", and looking at your github it seems that there has been recent discussion on this. So, I am just wondering where you guys are with this?
And if, as I guess you are, you have it in the pipeline soon, when might that be do you think?
Sorry, I didn't have time for this yet. It's coming in the next couple of months definitely, but hard to say when exactly. Mike has been working on support for BIP32 wallets in bitcoinj for months, but it only recently got to a usable state, and there still was no stable official release with BIP32 support. In the meantime, you can use Hive Web (or soon Hive iOS) which supports BIP32 from day one. OK cool that is very interesting. Thanks for the update and again thanks for your work on this. Perhaps I will suggest that the user I am helping with this wallet donate a (small) amount of BTC to you guys to help with the project and to act as a test send for him, do you have a public donate address?
|
Not your keys, not your coins. CoinJoin, always.
|
|
|
Michael Jackson
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 08, 2014, 09:53:12 AM |
|
really nice design ! modern looks ! interested this will really save ?
|
|
|
|
hivewallet (OP)
|
|
August 08, 2014, 11:13:44 AM |
|
OK cool that is very interesting. Thanks for the update and again thanks for your work on this. Perhaps I will suggest that the user I am helping with this wallet donate a (small) amount of BTC to you guys to help with the project and to act as a test send for him, do you have a public donate address?
The donation address for Hive for OS X (Hive for Mac) specifically is 1wdERgJVZhqeUVTWGmZqdorLGtFVzF1xy
|
|
|
|
hivewallet (OP)
|
|
August 08, 2014, 11:14:14 AM |
|
really nice design ! modern looks ! interested this will really save ?
All we can really say is, we use it every day!
|
|
|
|
Bitcoin Warrior
Newbie
Offline
Activity: 16
Merit: 0
|
|
August 08, 2014, 11:55:29 AM |
|
really nice design ! modern looks ! interested this will really save ?
All we can really say is, we use it every day! i try them and work good . i love looks . great work !
|
|
|
|
Mr.Beetr00t
Newbie
Offline
Activity: 18
Merit: 0
|
|
August 08, 2014, 01:44:03 PM |
|
Now that the Trezor hardware has officially been released, do you plan on adding support for it in Hive in the near future?
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
August 08, 2014, 01:45:12 PM |
|
Now that the Trezor hardware has officially been released, do you plan on adding support for it in Hive in the near future?
Definitely at some point in the future, but probably not soon...
|
|
|
|
|
|