May 24, 2026

Capitalizations Index – B ∞/21M

New Monero (XMR) Wallet Launches, Boasts List of New Features

New monero (xmr) wallet launches, boasts list of new features

New Monero (XMR) Wallet Launches, Boasts List of New Features

Adam James · May 3, 2018 · 2:00 am

In the interest of furthering choice and decentralization, Monero users now have another wallet available to them.


‘A Labor of Love’

In a post on the r/Monero subreddit yesterday, user WiseSolution — otherwise known as Nath — announced the launch of a new online wallet and website, XMRWALLET. Wrote the creator:

The doors are open and I am so happy to finally have a finished site for the Monero community. It’s been a long 7 months of work but it is definitely a labor of love. I have been using www.MyMonero.com for over a year (thank you /fluffyponyza for the amazing service) and thought I could improve some aspects of the program and build out a bunch of cool new features. Having another Monero web wallet also helps with decentralization in case MyMonero is inaccessible.

Xmrwallet

As noted in Nath’s post, the new wallet boasts a slew of improved and interesting featured, including:

  • Full client-side operation
  • Fast transactions
  • Instant account creation
  • Support for ten languages
  • Compatibility with MyMonero seeds for wallet imports
  • Compatibility with original Monero seeds for wallet imports
  • No transaction import requirement
  • Visible height synchronization with a progress bar
  • An automatically-updated XMR/USD balance view
  • Max function on send page
  • Multiple seed access (in new tab)
  • No registration requirements
  • No logs

Additional features are also currently in development, including seamless access to coins on forked chains — such as Monero Classic (XMC), Monero Original (XMO), and MoneroV (XMV) — and a Twitter account for live updates.

Nath (short for Nathalie) also notes that she’s is incredibly busy, so any assistance, feedback, and support from the community would be appreciated. She writes:

I currently have a full-time job so I will spend any extra hours I have improving xmrwallet, if you notice any bugs please let me know so I can squish them promptly. My direct email is [email protected] If you wish to support the site you can click on support to find my xmr wallet address.

Monero mining malware

XMRWALLET has already received plenty of positive feedback from the community. notgiven688 commented that the new wallet “looks great — and with great I mean really really great,” while other users commented on the design, support for 10 languages, and the ability to send a maximum amount. In regards to the latter, user qwertycian wrote:

It’s great that there’s an option to send the max amount. This is a problem with MyMonero that people often complain about [on the subreddit]: not being able to sweep their entire wallet.

To check out the new XMRWALLET for yourself, head on over to www.xmrwallet.com — where you can easily and quickly create an account and get started.

What do you think the new XMRWALLET? Do you plan on taking advantage of its ability to send max amounts? Be sure to let us know in the comments below!


Images courtesy of AdobeStock, Shutterstock, and XMRWALLET.

Bitcoinist does not endorse and is not responsible for or liable for any content, accuracy, quality, advertising, products or other materials on this page. Readers should do their own research before taking any actions related to the company.

moneromoverovXMRxmr wallet Show comments

Published at Thu, 03 May 2018 06:00:55 +0000

Altcoins

Previous Article

The Blockchain Data Problem Is Bigger Than You Think

Next Article

Reddit to Re-Enable Bitcoin Payments, Ethereum and Litecoin Support Coming

You might be interested in …

Zcash becomes the 14th crypro asset added on etoro

ZCash Becomes the 14th Crypro Asset Added on eToro

ZCash Becomes the 14th Crypro Asset Added on eToro Photo: Pavlos Giorkas / Flickr The crypto sphere is growing and developing but alongside the industry itself, the needs and demands of people are growing as […]

The Moonbeam Scaling Network: A “Semi-Decentralized” Scaling Solution

Moonbeam scaling solution

bitcoin exchange and hosted wallet provider Luno (formerly BitX) is developing a bitcoin scaling solution called Moonbeam. Unlike the lightning network, Moonbeam does not require SegWit’s transaction malleability fix and would be able to operate on the bitcoin network as it is today.

Moonbeam  aims to provide a way for multi-user bitcoin platforms — such as exchanges, hosted wallets, and payment processors — to easily open standardized one-way payment channels with each other, and thereby offload the bitcoin network from a growing number of transactions.

How Does it Work?

Moonbeam aims to take advantage of the fact that many bitcoin transactions occur among multi-user platforms. Using Moonbeam, these platforms can open standardized one-way payment channel contracts with one another to facilitate payments. By taking these transactions off-chain, Moonbeam can reduce transaction fees for those who use it and benefit bitcoin users generally by reducing congestion in the mempool.

These channels are simple smart contracts in which one party locks up a certain amount of bitcoins for a specified period of time (with the end point referred to as the “timeout”) for the purpose of sending payments to the other party. Before the timeout, the party that has locked up funds can send an unlimited number of off-chain transactions using those locked up bitcoins (until the channel runs out of bitcoins). Each channel involves only two on-chain transactions: one to open the channel and one to close it.

Because these intermediate transactions are off-chain, they are nearly instant. Without the need for a blockchain confirmation, the transactions only take as long as it takes to route an http request (think: loading a simple web page). These transactions would also be cheap. Only two transactions per channel require miner fees, and the rest are essentially free to the platform, though the platform could charge fees to its users.

The one-way payment channels used by Moonbeam are not a new invention. bitcoin inventor Satoshi Nakamoto embedded preliminary code for payment channels in the very first release of bitcoin, and more recent protocol upgrades like CheckLockTimeVerify have further enabled this usecase. bitcoin platforms could negotiate and implement these smart contracts on the blockchain today.

What Moonbeam aims to do is facilitate the creation of these channels between major payment platforms by using the Domain Name System (DNS) to route communications related to creating and using these channels. This way, high volume platforms can easily discover one another and enter into a payment channel smart contact using the standardized Moonbeam terms. Using the Moonbeam protocol, this process can happen automatically when it is more efficient to open a channel than sending payments on-chain.

Trust

The Moonbeam project overview indicates that it is “semi-decentralized.” It is labeled as such because while the Moonbeam network does not require platforms to trust one another, it does require users to trust their platforms. A hosted wallet with a Moonbeam address is a custodial account, where the platform is managing the funds, and credits and debits user accounts accordingly as users send and receive transactions. Exchanges such as Coinbase operate in this manner; users do not directly control their private keys. Moonbeam can be a useful tool for these services, but it will likely not be a suitable scaling solution for users who prefer to manage their own private keys.

Other Downsides

The Moonbeam specification document also mentions several other potential downsides. Among them is the cost of capital. In order to open these channels, sending platforms must commit capital in the form of bitcoin for a period of time. If the receiver does not use the channel, the sending platform must wait until timeout to regain control of the funds, entailing potentially large financing costs.

Another risk involves the use of DNS. DNS hijacking is an attack that involves rerouting domain name requests to an attacker’s server. These attacks could be used to receive payments over new channels that were meant for the authentic server.

While Moonbeam does not offer the level of decentralization of the lightning network, the fact that it does not require any fork to the network may may make it an attractive solution to bitcoin’s scaling troubles in the short term. It could be implemented by hosted wallet providers as soon as the project is production ready.

The current state of Moonbeam can be found on the project’s Github.

Luno was not available for comment for this article.

The post The Moonbeam Scaling Network: A “Semi-Decentralized” Scaling Solution appeared first on Bitcoin Magazine.