jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 07, 2014, 10:15:25 AM |
|
status=1 and date=2044 so yeah, some kind of migration issue. Doing "rebuild transaction list" indeed fixed it.
Did you see the "pending" label on just one of your old transactions, or on all of them (or the only one)?
|
|
|
|
Mike Hearn
Legendary
Offline
Activity: 1526
Merit: 1134
|
|
January 07, 2014, 10:25:49 AM |
|
The pending label was stuck there for the old transaction, it worked as I expected for the others. Now the db was rebuilt it's OK.
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 07, 2014, 10:27:01 AM |
|
But you only had one old transaction or did you also have other old ones that weren't marked as pending?
|
|
|
|
doublejoint
Newbie
Offline
Activity: 26
Merit: 0
|
|
January 08, 2014, 01:14:33 AM |
|
same for me, just fresh installed it, transferred some btc from another wallet to hive, and even though it shows transaction completed in multi bit, hive shows pending even though its confirmed. Resetting the transaction list, fixes it and the pending label goes away...perhaps this is a bug?
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 08, 2014, 08:55:34 AM |
|
same for me, just fresh installed it, transferred some btc from another wallet to hive, and even though it shows transaction completed in multi bit, hive shows pending even though its confirmed. Resetting the transaction list, fixes it and the pending label goes away...perhaps this is a bug?
I think this is different, you're talking about a new transaction - this is indeed a known issue, the pending label also goes away if you just restart Hive (it's updated in the database but not in the UI). Mike's problem (as I understand) was about an older transaction that would never update by itself.
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 10, 2014, 04:15:55 PM |
|
Hello, new release is out - we've fixed a lot of bugs this week and we've done a lot of small changes. Here's the full list: - Dropbox backup is disabled until you set a wallet password
- backup is also run after waking up from sleep (previously only on Hive start)
- you will get a warning if you try to send much more BTC than usually
- transaction date is now localized and shows also time and (for older transactions) year
- removed "from" addresses from the transactions list, to discourage users from sending money back to the same address
- balance on the profile page will now include Bitcoin from unconfirmed transactions (no separate "pending" balance)
- Hive should now automatically figure out user's full name on first start
- fixed several bugs related to backups, encryption and other things
- added Swedish translation
- new API methods for handling currency and Bitcoin formats
All of the crashing bugs you found should be (hopefully) fixed now. Let us know if something else doesn't work. Link: https://github.com/hivewallet/hive-osx/releases/download/2014011001/Hive-2014011001.zip
|
|
|
|
nahtnam
Legendary
Offline
Activity: 1092
Merit: 1000
nahtnam.com
|
|
January 10, 2014, 06:18:56 PM |
|
What is "much more than usual"? Do you take the averages of all our transaction and then warn us we send more than that?
|
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 10, 2014, 06:41:24 PM |
|
What is "much more than usual"? Do you take the averages of all our transaction and then warn us we send more than that?
Right now we show the warning if the amount is more than one standard deviation higher than the average. So for transactions [100, 200, 300, 400] it would warn above ~380, and for [100, 200, 300, 1000] it would warn above ~800. We'll tweak it if it turns out that there are too many false positives - the idea is to try to protect the user from accidentally sending much more than they wanted to.
|
|
|
|
|
nahtnam
Legendary
Offline
Activity: 1092
Merit: 1000
nahtnam.com
|
|
January 11, 2014, 01:05:07 AM |
|
What is "much more than usual"? Do you take the averages of all our transaction and then warn us we send more than that?
Right now we show the warning if the amount is more than one standard deviation higher than the average. So for transactions [100, 200, 300, 400] it would warn above ~380, and for [100, 200, 300, 1000] it would warn above ~800. We'll tweak it if it turns out that there are too many false positives - the idea is to try to protect the user from accidentally sending much more than they wanted to. Very nice idea.
|
|
|
|
keewee
Legendary
Offline
Activity: 1025
Merit: 1000
|
|
January 11, 2014, 09:55:38 PM |
|
Unfortunately even after deleting the prefs and restarting, I still don't see any apps. I did successfully receive a transation though, so it's working. Mt Gox is currently skewed significantly from every other rate. There is a library called Xchange which is what MultiBit uses. Alternatively BitPay export their blended rates: https://bitpay.com/api/ratesIt'd be great to have some support for exchange rates in bitcoinj if anyone wants to contribute. Regarding the rates, I can't see if this was discussed further. However I second the suggestion of using a different source for this information. I had a quick glance over the rates on the Bitpay page and they seem closer to the true market rates. Certainly for my local currency, NZD, the rate is much more accurate
|
1keewee2vRp63UWvPBynT55ZYw6SUCKDB
|
|
|
keewee
Legendary
Offline
Activity: 1025
Merit: 1000
|
|
January 11, 2014, 10:06:41 PM |
|
One interface issue that I haven't seen in any other app is that I am unable to drag the window if I grab it over the title text. Any other area on the title bar works fine. Had me stumped the first time I noticed it
|
1keewee2vRp63UWvPBynT55ZYw6SUCKDB
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 11, 2014, 11:29:09 PM |
|
Regarding the rates, I can't see if this was discussed further. However I second the suggestion of using a different source for this information. I had a quick glance over the rates on the Bitpay page and they seem closer to the true market rates. Certainly for my local currency, NZD, the rate is much more accurate
We've switched the provider to BitcoinAverage about a month ago. It takes a weighted average from all exchanges dealing with given currency, depending on the volume of transactions on each one, so it seems to be the most accurate source. BitPay calculates everything from BTC/USD rate somehow, which in some cases comes out completely wrong. One interface issue that I haven't seen in any other app is that I am unable to drag the window if I grab it over the title text. Any other area on the title bar works fine. Had me stumped the first time I noticed it Yeah, I think I've noticed this too, must be something caused by the library we're using to make the window title bar wider than usually. I'll add a ticket for this.
|
|
|
|
keewee
Legendary
Offline
Activity: 1025
Merit: 1000
|
|
January 12, 2014, 10:12:14 AM |
|
Regarding the rates, I can't see if this was discussed further. However I second the suggestion of using a different source for this information. I had a quick glance over the rates on the Bitpay page and they seem closer to the true market rates. Certainly for my local currency, NZD, the rate is much more accurate
We've switched the provider to BitcoinAverage about a month ago. It takes a weighted average from all exchanges dealing with given currency, depending on the volume of transactions on each one, so it seems to be the most accurate source. BitPay calculates everything from BTC/USD rate somehow, which in some cases comes out completely wrong. One interface issue that I haven't seen in any other app is that I am unable to drag the window if I grab it over the title text. Any other area on the title bar works fine. Had me stumped the first time I noticed it Yeah, I think I've noticed this too, must be something caused by the library we're using to make the window title bar wider than usually. I'll add a ticket for this. Thanks for the info. One thing I can't find is a way to create new receiving addresses. Is this implemented? It seems that it could be because the receiving address is labeled "main" which implies it might be possible to add others with different names but I can't find a button or menu entry for this function anywhere.
|
1keewee2vRp63UWvPBynT55ZYw6SUCKDB
|
|
|
jsuder
Full Member
Offline
Activity: 145
Merit: 100
┗(°0°)┛
|
|
January 12, 2014, 10:50:14 AM |
|
Thanks for the info. One thing I can't find is a way to create new receiving addresses. Is this implemented? It seems that it could be because the receiving address is labeled "main" which implies it might be possible to add others with different names but I can't find a button or menu entry for this function anywhere.
Yeah, there's no way to generate more addresses now... I know address reuse is not recommended, but it's by design to make things simpler to understand for people new to Bitcoin. In the next month or two we're going to switch to a BIP32 HD wallet (once it's implemented in bitcoinj), so new addresses will be generated from the seed every time, and then we'll rethink how to handle this in the UI.
|
|
|
|
tgerring
Full Member
Offline
Activity: 142
Merit: 100
Hive/Ethereum
|
|
January 14, 2014, 03:01:15 PM |
|
Thanks for the info. One thing I can't find is a way to create new receiving addresses. Is this implemented? It seems that it could be because the receiving address is labeled "main" which implies it might be possible to add others with different names but I can't find a button or menu entry for this function anywhere.
Yeah, there's no way to generate more addresses now... I know address reuse is not recommended, but it's by design to make things simpler to understand for people new to Bitcoin. In the next month or two we're going to switch to a BIP32 HD wallet (once it's implemented in bitcoinj), so new addresses will be generated from the seed every time, and then we'll rethink how to handle this in the UI. As a Hive team member, what I hope to see a move away form addresses altogether. Mike Hearn's bitcoinj will facilitate address uniqueness and Payment Protocol will further reduce the exposure of the user to PubKeys
|
|
|
|
Mike Hearn
Legendary
Offline
Activity: 1526
Merit: 1134
|
|
January 14, 2014, 05:12:18 PM |
|
Yup, that's the plan! Working on it ...
|
|
|
|
gorgorom
Full Member
Offline
Activity: 238
Merit: 100
Inject Its Venom Into Your Veins
|
|
January 20, 2014, 11:44:53 PM |
|
OMG this wallet is so beautiful. Can anyone pm me or post here about your expierences with it/ I want to use it for my go-to wallet but the warning frightens me
|
|
|
|
nahtnam
Legendary
Offline
Activity: 1092
Merit: 1000
nahtnam.com
|
|
January 21, 2014, 03:05:40 AM |
|
OMG this wallet is so beautiful. Can anyone pm me or post here about your expierences with it/ I want to use it for my go-to wallet but the warning frightens me It does work O.K on my mac and I would use it but DONT PUT ALL OF YOUR COINS ON THERE. Sometimes the new releases tend to make the app crash and your btc is inaccessible for a day or two. You could use it as your primary wallet but have some on coinbase or an online wallet just in case. Also some of the apps dont work or look good...
|
|
|
|
tgerring
Full Member
Offline
Activity: 142
Merit: 100
Hive/Ethereum
|
|
January 21, 2014, 03:34:45 PM |
|
OMG this wallet is so beautiful. Can anyone pm me or post here about your expierences with it/ I want to use it for my go-to wallet but the warning frightens me I've been using Hive Wallet to make purchases since the start of the new year (including my flight to Bitcoin Miami this weekend), and it's worked pretty dandy for me so far. With the encryption and backup system in place (currently leveraging Time Machine and Dropbox), you have much less to fear in terms of losing your coins should the software do something unexpected. We appreciate everyone's help using and testing the software and hope to really make this the best looking, most secure, most stable, easiest-to-use Bitcoin software on the planet There are so many exciting things to come that I keep shouting "HURRY UP FUTURE"!
|
|
|
|
|