Bitcoin Forum
May 24, 2024, 03:31:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 125 »
  Print  
Author Topic: Mycelium Bitcoin Wallet  (Read 586131 times)
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
April 25, 2014, 09:48:27 PM
 #621

What does "Expected trade time" mean? It is present for some sellers and not for the others. Are those the sellers who already completed trade and "expected trade time" shows their past performance?
Yes. It is the median trade time for that seller, and a measure for how long time you can expect until you have your coins.

Is Expected Time the time between initial trade request and Cash Received pressed, or Trade Accepted and Cash Received, or something else?

Hmm.. now that you ask... Had to look:

Code:
SELECT max(fulfillmentTime) AS median FROM (SELECT fulfillmentTime, ntile(2) OVER (ORDER BY fulfillmentTime) AS bucket FROM SELECT  (SESSION.lastChange - SESSION.creationTime) AS fulfillmentTime FROM TradeSessionInt SESSION CROSS JOIN TraderInt trader1 CROSS JOIN TraderInt trader2 WHERE SESSION.peer_id = trader1.id AND SESSION.owner_id = trader2.id AND (trader1.address = :address OR trader2.address = :address) AND SESSION.isFinal = TRUE AND SESSION.state = 'TRADE_SUCCESS') AS sessiontimes) AS t WHERE bucket = 1 GROUP BY bucket;
TL;DR
"Expected trade time" is the median duration of the time between trade requested and transaction confirmed for all trades of the seller.

TL;DR
"Expected trade time" is the time you can expect until you get your funds  Grin

Mycelium let's you hold your private keys private.
apetersson
Hero Member
*****
Offline Offline

Activity: 668
Merit: 501



View Profile
April 25, 2014, 09:50:14 PM
 #622

what jan posted is basically just a convoluted replacement for median(SESSION.lastChange - SESSION.creationTime) , since it is not a built-in function in postgres
makes me think, i have to double-check if lastChance stops updating after the trade is finshed and chatting continues
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
April 25, 2014, 10:20:37 PM
 #623

what jan posted is basically just a convoluted replacement for median(SESSION.lastChange - SESSION.creationTime) , since it is not a built-in function in postgres
makes me think, i have to double-check if lastChance stops updating after the trade is finshed and chatting continues
Chatting not possible once trade has confirmed

Mycelium let's you hold your private keys private.
birr
Hero Member
*****
Offline Offline

Activity: 869
Merit: 585


View Profile
April 26, 2014, 01:43:22 PM
 #624

you can export the individual private keys by selecting the keys one at a time and click Export (take a picture or copy the key to clipboard).
Does it copy the key to clipboard unencrypted or encrypted? 
PerrythePlatypus
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
April 26, 2014, 01:50:22 PM
 #625

Is the limit set by the seller or MyCelium and how do you sell bitcoins?
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
April 26, 2014, 02:49:41 PM
 #626

you can export the individual private keys by selecting the keys one at a time and click Export (take a picture or copy the key to clipboard).
Does it copy the key to clipboard unencrypted or encrypted? 

When individual private keys are exported they are in plain text using the SIPA format (The UI warns you about copying it to clipboard)
When making a PDF backup all keys are exported in one go and encrypted with a password you write down from the display.

Mycelium let's you hold your private keys private.
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
April 26, 2014, 02:50:27 PM
 #627

Is the limit set by the seller or MyCelium and how do you sell bitcoins?
The limits are set by the seller. Buying and selling is described here: http://www.mycelium.com/lt/help.html

Mycelium let's you hold your private keys private.
Suzuki
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 27, 2014, 06:08:46 AM
 #628

Sounds very good! Looking forward to the new versions Wink
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
April 27, 2014, 05:07:02 PM
 #629

Sounds very good! Looking forward to the new versions Wink
It has been out for more than a week. LOL

Mycelium let's you hold your private keys private.
mav
Full Member
***
Offline Offline

Activity: 169
Merit: 107


View Profile
April 30, 2014, 07:07:04 AM
 #630

I just completed a buy on local trader - totally great and serves a very valuable purpose.

Some comments on user experience:

  • It's not clear what the different alerts mean - there are two types of alert. 1) The dot on the localtrader button inside the app seems to come and go at random and has different colours and I wasn't sure what it indicated - presumably new activity but it didn't seem to correlate with new activity. It would turn up when there was no activity and it would not go away when I expected it should. 2) The status-bar notification at the top of the OS can only be cleared from the status bar, not from doing some action in the mycelium app. It wasn't clear what that icon was indicating, although I assume it was 'new activity' even though it didn't seem to correlate very well with that. In general I felt that the alerts for 'new activity' were not timely, had unclear meanings, and were consistent with my expectations.
  • The 'final' screen after opening a new buy shows a chat window and accept/abort buttons. I felt that it was not clear what I should be doing next on this screen. I think the accept/abort buttons should be below the chat, since logically the user will chat first and only later press the buttons. Moving the buttons allows the user to clearly interact from the top first, then end interaction at the bottom. Chat first, then use the accept button. I initially wondered when to press the accept button and what I would be accepting (was I accepting the rate or was I accepting that the trade was complete or what?) Putting the buttons below the chat makes it clear to chat first, then once the chat is resolved (ie you are meeting with each other) the users should use the accept button.
  • Response time to actions such as chat and accept was not very fast, in the order of tens of seconds. The UI just seemed a lot slower to respond than I would have expected from a normal internet-connected app

Overall the experience was fantastic and I would gladly recommend anyone to use local trader. With a bit of polish it will be more clear which actions the user should be performing (and in which order) to complete the process.
RGBKey
Hero Member
*****
Offline Offline

Activity: 854
Merit: 658


rgbkey.github.io/pgp.txt


View Profile WWW
May 02, 2014, 01:55:40 AM
 #631

http://blog.greenaddress.it/2014/04/30/reusing-addresses-is-bad-m-kay/

It's true. We need determenistic wallets soon.
Rassah
Moderator
Legendary
*
Offline Offline

Activity: 1680
Merit: 1035



View Profile WWW
May 02, 2014, 04:26:14 AM
 #632


That's the next thing after LocalTrader.
rudrigorc2
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
May 03, 2014, 05:35:42 PM
 #633

Is it possible to get the traders location data?  I thought about a new layer on coinmap.org showing the mycelium crowd
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
May 05, 2014, 06:11:20 AM
 #634

Is it possible to get the traders location data?  I thought about a new layer on coinmap.org showing the mycelium crowd
Yes. I'll make a link with XML data available.

Mycelium let's you hold your private keys private.
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
May 05, 2014, 06:15:31 AM
 #635

Version 1.2.3 has been in the beta channel since friday, and is it generally available now.

New wallet features:
 - In Cold Storage the user can monitor the address and balance before spending. Also, you can now scan a bitcoin address instead of a private key to monitor (but not spend from) it.
 - Added Slovenian translation and updated other translations.
 - Added donation button in about section. <-- try it out  Grin

New Local Trader features:
 - Map integration when browsing Local Trader ads. Zoom out to see nearby trades.
 - As a buyer you can refresh the price of a trade according to the market rate until it has been accepted.

Mycelium let's you hold your private keys private.
erono
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
May 05, 2014, 07:14:58 AM
 #636

I know Mycelium Bitcoin Wallet is not new and not fool-proof but it workout nice as an easy way to check out the probability of valid transactions for all my purchases.

Technomage
Legendary
*
Offline Offline

Activity: 2184
Merit: 1056


Affordable Physical Bitcoins - Denarium.com


View Profile WWW
May 05, 2014, 10:07:52 AM
 #637

What does the Mycelium dev team think of the new "bit" unit? I'm a proponent of this change and would love the option to show µBTC as bits. If we want this change to take off, it needs to be supported in all popular wallets.

Denarium closing sale discounts now up to 43%! Check out our products from here!
Jan (OP)
Legendary
*
Offline Offline

Activity: 1043
Merit: 1002



View Profile
May 05, 2014, 10:46:46 AM
 #638

What does the Mycelium dev team think of the new "bit" unit? I'm a proponent of this change and would love the option to show µBTC as bits. If we want this change to take off, it needs to be supported in all popular wallets.

I read jgarzik's points here: http://blog.bitpay.com/2014/05/02/bitpay-bitcoin-and-where-to-put-that-decimal-point.html
... and I tend to agree

Andreas and I are discussing it and the bottom line right now: I am more or less for it, and he is more or less against it  Grin
However it seems to me that none of us have a very hard opinion on it.

The thing is that it is very hard to get a good picture about where the trend is heading. There is a very active bitcoin group in Vienna, we will start a live discussion there tomorrow evening, let's see what they come up with.

Mycelium let's you hold your private keys private.
Technomage
Legendary
*
Offline Offline

Activity: 2184
Merit: 1056


Affordable Physical Bitcoins - Denarium.com


View Profile WWW
May 05, 2014, 03:48:03 PM
 #639

I read jgarzik's points here: http://blog.bitpay.com/2014/05/02/bitpay-bitcoin-and-where-to-put-that-decimal-point.html
... and I tend to agree

Andreas and I are discussing it and the bottom line right now: I am more or less for it, and he is more or less against it  Grin
However it seems to me that none of us have a very hard opinion on it.

The thing is that it is very hard to get a good picture about where the trend is heading. There is a very active bitcoin group in Vienna, we will start a live discussion there tomorrow evening, let's see what they come up with.

Alright Smiley

A short term solution is to add it but not as a default unit. Then if it picks up as a trend change it to default. That's my proposal.

Denarium closing sale discounts now up to 43%! Check out our products from here!
ZephramC
Sr. Member
****
Offline Offline

Activity: 475
Merit: 255



View Profile
May 05, 2014, 03:58:37 PM
 #640

What does the Mycelium dev team think of the new "bit" unit? I'm a proponent of this change and would love the option to show µBTC as bits. If we want this change to take off, it needs to be supported in all popular wallets.

I think this is bad idea. I think that general public should get used to mili-, micro-, nano- prefixes and adapt to Bitcoin and its basic rules, not the other way around (Bitcoin rules adapting to general public or to psychological discomfort of "owning a fraction of something"). There are far too many "convenient" alternatives. Maybe when 1 µBTC = 1 USD, but it would still be quite confusing with cent in my opinion.
Edit: After reading jgarziks's post, I see the point. Well, I still think that "existing financial software and many popular accounting and finance packages" should adapt to Bitcoin not the other way around. But I admit, this view of mine is probably not very realistic one.

Unrelated... I have realized my first trade through LocalTrader today and it was great experience. We met and talked about Bitcoin for about 15 minutes and even tried opposite transaction for small amount of mBTC. However, I am little bit puzzled about notification behavior of Mycelium. For me, I got update (sound and vibration) only when I launched application. My counterpart (seller) on the other way got notification in action bar as some icon. I might take quite a while to notice buy request or update, therefore increase in "expected trade time". But overall, I liked functionality very much.
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 125 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!