Introducing the NuDroid v4 wallet (release candidate)
Paying everywhere seamlessly with your NuBits where Bitcoin is accepted without being exposed by Bitcoin’s volatility.
.
NuDroid is the first mobile and stable cryptocurrency wallet which can be used to pay for many goods and services at point of sale (POS) offered by merchants accepting Bitcoin and other coins. Basically how you would like to use a currency. No longer depending only on fiat becomes also available to people who cannot afford to be exposed to Bitcoin’s volatility.
Version 4 of NuDroid - Background and Marketing
Here is the fourth version of what is known as the NuBits Android client or Nudroid. Version 3 can still be found on Google Play until the v4 version of NuDroid is released. Existing NuBits Android users can upgrade automatically to this version when released. When you like to participate in testing now, please manually download the v4 release candidate and read the section below.
With this release the NuDroid wallet can be made more resilient and you could run your own server completely removing any 3rd Party trust when running this wallet. You would just trust the Nu network and underlying protocol similar to the official NuBits desktop wallet.
Currently there is only one NuDroid server, therefore the testing of the functionality will be limited. When the usage of NuDroid grows strongly I will submit a proposal to build a secondary server for resiliency, but this shouldn’t stop you now from building your own.
Download
Download the release candidate APK for NuDroid v4.0 here:
This release candidate won’t be published on the Google Store. A final version will be uploaded to Google Store after the 11th August UTC.
Backups, testing and feedback:
The testing window ends on 9th August 23.59 UTC. After this the developer will be paid for their services assuming no issues are remaining. They will continue to support the product.
Please don’t test with amounts you cannot afford to loose. There is no guarantee that we can retrieve your coins when something goes wrong with the wallet or your device. Before you start transferring coins, make sure you make a backup of the wallet and transfer the backup to an USB stick or another device not being your phone or tablet with the wallet. This will significantly increase the chance that you can retrieve your coins if something goes wrong.
You can find the new functionality under Settings. On the right there is a new option called Trusted Server. When you select that you will see one default server setup. This is the current server. You can add servers, change their priority. Also please check out the Help and Restore Defaults option in the upper right corner besides ‘Add new’.
How to log issues?
Please leave a message with any issues in this thread and mention which device and version of Android you are using. You may also be asked to follow up with screenshots or logs which are automatically produced by the App when a problem occurs. These can be send by email. Please mention your alias when sending the log so the developer can retrieve your log more easily.
Alternatively you can chat about NuDroid on .
Release notes NuDroid v4.0:
- The ability to add more than one trusted server to the App to allow users to set up their own trusted server besides the default server
- Allow prioritisation and fall-back to these trusted servers to increase resiliency of the App.
Please have a look at previous release notes about the Android wallet for all current functionality.
NuDroid development - next steps?
With the v4 release the development part of this custodial grant has been completed.
Please have a look at previous release notes to have an overview of the developments.
The intention is to continue to develop NuDroid in the coming months, however this will require a new custodial grant. Ideas on the functionality are summarised here as a wishlist. I like to hear your feedback on what you would prefer to see next.
I will wrap up and report back on the custodial grant delivery in the next few weeks as some marketing efforts and testing of v4 is still ongoing.
The detailed requirements from the custodial grant for this build
This release adds the ability for the user to configure a list of servers that implement a method for retrieving valid NuBits block hashes as according to the API method located at https://svr1.nubitsexplorer.nu/q/getvalidhashes There are two main use cases:
It allows to add two or more servers in case the primary server is not available. This provides redundancy when a secondary server is available (not part of this custodial grant).
It enables an user to assign their own back-end server and with that creating a completely trustless solution.
Further details of the implementation: A new Android UI Activity will be located under the “Settings” menu between “Settings” and “Diagnostics” named “Trusted Servers”. This Activity will contain a list of rows. Each row will contain a priority number and a server name.
Long-clicking a server name will bring up a dialog box. This dialog will have options for the server name to be displayed in the list, the URL for the server method, and a checkbox which will give the server equal priority to the one above it if selected. This dialog will have three buttons, one that deletes the server after a secondary confirmation (“Are you sure you wish to delete server SomeName?”), another that cancels the dialog, and another that saves the new server details.
The server list will be prioritised with high priority servers being listed first. The app will automatically assign priority numbers depending on the server order. If a server has the same priority as the one above it, it will share the same priority number. The lower the priority number, the higher the priority, ie. Servers with priority 1 will be accessed first. Priority numbers will start at 1 and increment by 1, ie. 1,2,3,4,5,6…
Users will be able to reorder servers by touching an icon to the left by using code located at https://github.com/bauerca/drag-sort-listview demonstrated with the following app: https://play.google.com/store/apps/details?id=com.mobeta.android.demodslv
The action bar will contain a button for creating a new server item, with the same dialog as editing a server but without the delete button. The menu will contain a help screen, describing how to use the Activity, and the ability to restore the server list to the defaults.
The app will download valid hashes by communicating with a random server with priority 1 first. If this server cannot be used, it will try all other priority 1 servers, and then move onto priority 2 and so on. The server list will be stored in a private SQLite database.
Enjoy!