saddambitcoin
Legendary
Offline
Activity: 1610
Merit: 1004
|
|
August 08, 2014, 11:40:52 PM |
|
I think they should rename the Monero Missives to the Monero Massives because this looks like a great UI.
Can't wait to use it (on OSX). Hehe.
Edit: I would like to be able to see the # of mixins on the slider where you choose how private to make the transaction.
|
|
|
|
binaryFate
Legendary
Offline
Activity: 1512
Merit: 1012
Still wild and free
|
|
August 08, 2014, 11:41:20 PM |
|
I like the clean look, but above all what I really like is that it is so different from the bitcoin wallet (Qt core at least). This different look, from scratch, is consistent with the fundamentals (Monero is not a bitcoin-fork). This is the harder, more ambitious way to go. If you manage to have something highly intuitive even though you went in the "hard" direction of a completely different look, it's really well done. Looks like it so far, nice work!!
|
Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. This makes Monero a better candidate to deserve the term "digital cash".
|
|
|
xulescu
|
|
August 09, 2014, 12:15:27 AM |
|
I would like to see the mixin as well.
Also, just to clarify something: this is a complete rewrite of simplewallet and not a wrapper, correct? Is so, then it must be able to connect to a daemon on another device, correct? If so, then there is no reason the wallet will not be compilable for ARM, correct? If so, then it will be truly cross platform (Windows, Linux, OSX, Windows Phone, Android, iOS), correct?
If not, please let me know where my enthisiasm gets derailed.
|
|
|
|
Jojatekok
|
|
August 09, 2014, 01:57:30 AM |
|
I would like to see the mixin as well.
Also, just to clarify something: this is a complete rewrite of simplewallet and not a wrapper, correct? Is so, then it must be able to connect to a daemon on another device, correct? If so, then there is no reason the wallet will not be compilable for ARM, correct? If so, then it will be truly cross platform (Windows, Linux, OSX, Windows Phone, Android, iOS), correct?
If not, please let me know where my enthisiasm gets derailed.
"Mixin" is denoted as the "privacy level". The software integrates the functions of the daemon and the wallet, so no EXE/RPC wrapping is needed, and everything could be merged into one assembly. The question about being "truly" cross-platform is interesting for me too though, but it may be done, as I think that even the current implementations could be ported to ARM. I am glad that the the official GUI wallet has finally been presented, but a bit sad to know that I "failed miserably" with the design of Monero Client .NET. Nevermind, I had a talk about this with the developers, and they told me that unofficial GUI wallets will have to be able to perform special tasks. That's why I added merchantability support for mine, for instance. I also play a role at designing specifications of some upcoming "things" in the background... More than 2 months of work - including planning - finally has a product. Great job, keep it up!
|
Monero (XMR): 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3xC3LNHctmx7mG8NLM Bitcoin (BTC): 14wHehBtFt321WTV15khon8Juaxh9drnfJ
|
|
|
ibuyltc
|
|
August 09, 2014, 02:08:54 AM |
|
Great job Monero devs on the Wallet/Account.
|
|
|
|
mindless
|
|
August 09, 2014, 08:10:41 AM |
|
Couldn't expect a better presentation on Monero development, than the first fireside chat. Thank you Devs!
|
|
|
|
falskmyntaren
Newbie
Offline
Activity: 4
Merit: 0
|
|
August 09, 2014, 08:59:15 AM |
|
Once the text is organized using Qt Linguist, there's little additional work to add a language beyond obtaining the translation itself. So I think we'll add any realistically useful language that someone can provide support for.
Yes, I was thinking about the actual translations. I'd love to help to translate/check a few. I think it would make sense to use a couple of eyes to review translations as terminology is often difficult and a big part of the UX, and I love the way the Monero dev team takes terminology seriously.
|
|
|
|
SectorZero
Legendary
Offline
Activity: 1036
Merit: 1002
|
|
August 09, 2014, 10:30:11 AM |
|
Hi! How i can mine monero on linux/bamt with GPU?
|
|
|
|
Flomess
|
|
August 09, 2014, 10:35:07 AM |
|
this is my favorite pic What is this?
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
August 09, 2014, 10:46:52 AM |
|
this is my favorite pic What is this? It's the MiniWindow - I showed it off in the Fireside Chat. There's an icon at the top left when the window-bar slides down that lets you switch between the regular interface and the MiniWindow.
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
August 09, 2014, 10:52:08 AM |
|
I would like to see the mixin as well.
Also, just to clarify something: this is a complete rewrite of simplewallet and not a wrapper, correct? Is so, then it must be able to connect to a daemon on another device, correct? If so, then there is no reason the wallet will not be compilable for ARM, correct? If so, then it will be truly cross platform (Windows, Linux, OSX, Windows Phone, Android, iOS), correct?
If not, please let me know where my enthisiasm gets derailed.
One of the things we've spent an inordinate amount of time is abstracting stuff away from simplewallet. This has resulted in us being able to build rpcwallet, which takes the rpc guts out of simplewallet and gives it a much more robust frame for automated environments. The GUI will use the same libraries the daemon does, so it will provide the same underlying functionality without the need for a second instance of the daemon to run. This is NOT the right solution for mobile devices or even very low power devices. That said, the fundamentals that we're abstracting and working on now will allow a rich variety of interfaces to exist, all inheriting and using the same functionality without worrying about underlying application logic changes.
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
August 09, 2014, 10:58:06 AM |
|
You can collapse the Twitter/News bar if that annoys you. Is it possible to opt-out of Twitter pre compiletime? There will be a flag you set when going through the first-start wizard that will allow you to suppress non-P2P connections. There are consequences to this (eg. DNS seed nodes cannot be used because DNS traffic != P2P traffic, the blockchain bootstrap can't be auto-downloaded, the Twitter and news feeds can't update, the tutorial videos are not available, and so on), but this is a "paranoid mode" that some may choose to turn on.
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
August 09, 2014, 11:01:39 AM |
|
I think they should rename the Monero Missives to the Monero Massives because this looks like a great UI.
Can't wait to use it (on OSX). Hehe.
Edit: I would like to be able to see the # of mixins on the slider where you choose how private to make the transaction.
That's in the works - we've just been debating it peripherally (for 2 weeks) so we get how it displays correct. For the most part, even a power user may not care about the actual value after a while, so we don't want the numerical amount to be too obtrusive (or too hidden;)
|
|
|
|
SectorZero
Legendary
Offline
Activity: 1036
Merit: 1002
|
|
August 09, 2014, 11:04:19 AM |
|
How i can mine monero on linux/bamt with GPU?
|
|
|
|
falskmyntaren
Newbie
Offline
Activity: 4
Merit: 0
|
|
August 09, 2014, 11:36:55 AM |
|
I think they should rename the Monero Missives to the Monero Massives because this looks like a great UI.
Can't wait to use it (on OSX). Hehe.
Edit: I would like to be able to see the # of mixins on the slider where you choose how private to make the transaction.
That's in the works - we've just been debating it peripherally (for 2 weeks) so we get how it displays correct. For the most part, even a power user may not care about the actual value after a while, so we don't want the numerical amount to be too obtrusive (or too hidden;) Set the default values to something well thought through, but let power users reconfigure the values used in a preference setting or file. It could also be an option that shows when you hover over the slider. But I'm sure you've thought of all this already, just thinking out loud.
|
|
|
|
heslo
Legendary
Offline
Activity: 1231
Merit: 1196
|
|
August 09, 2014, 12:01:50 PM |
|
This looks fantastic guys! Are you targeting a beta for release or just releasing it when finished? If so when do you think we can get our hot little hands on it?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
August 09, 2014, 12:06:12 PM |
|
How i can mine monero on linux/bamt with GPU?
Miners are listed in the first post of this thread.
|
|
|
|
Lauda
Legendary
Offline
Activity: 2674
Merit: 2965
Terminated.
|
|
August 09, 2014, 01:44:05 PM |
|
Why isn't Monero listed on cryptsy yet? They added so many bad coins but not Monero? I wanted to buy some just now and could not find it there.
|
"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks" 😼 Bitcoin Core ( onion)
|
|
|
cAPSLOCK
Legendary
Offline
Activity: 3836
Merit: 5319
Note the unconventional cAPITALIZATION!
|
|
August 09, 2014, 02:04:53 PM |
|
I think they should rename the Monero Missives to the Monero Massives because this looks like a great UI.
Can't wait to use it (on OSX). Hehe.
Edit: I would like to be able to see the # of mixins on the slider where you choose how private to make the transaction.
That's in the works - we've just been debating it peripherally (for 2 weeks) so we get how it displays correct. For the most part, even a power user may not care about the actual value after a while, so we don't want the numerical amount to be too obtrusive (or too hidden;) The continuum slider is cool. And then a mouse over context popup can give detail about the chosen level. (x-mixin, network yaya). Personally I think the slider should be as granular (detented) as the actual privacy steps.
|
|
|
|
thefunkybits
Legendary
Offline
Activity: 1218
Merit: 1000
|
|
August 09, 2014, 02:39:53 PM Last edit: August 09, 2014, 02:57:02 PM by thefunkybits |
|
Why isn't Monero listed on cryptsy yet? They added so many bad coins but not Monero? I wanted to buy some just now and could not find it there.
I was wondering the same thing when I first heard about Monero...it seems that XMR's unique code is making it hard for them to implement into the site. I'm sure they'll be adding it eventually, but until then they have lost my business to www.poloniex.comI've been tweeting them about Monero - @cryptsy EDIT: I've just started a twitter petition to Cryptsy for Monero, please join me! - https://bitcointalk.org/index.php?topic=731365.0
|
|
|
|
|