bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
110 stars 40 forks source link

Windows and Android Download process #415

Open mouxdesign opened 1 month ago

mouxdesign commented 1 month ago

Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo

Report

Download and installation of latest merged Action Devices: Windows and Android

Intention: Download the latest version of the GUI to run some tests on the create wallet flow:

Observations:

OS-Windows:

Process

  1. Downloaded the latest merge file onto windows device
  2. Click run

    Result

    Presented with the main activity screen, no option to create wallet Screenshot_2024-08-09_093245

    Troubleshooting

    I went to installed applications and uninstalled and reinstalled

    Result

    The same screen

OS-Android

Process

  1. Downloaded unsecure_android_arm32
  2. Proceeded to install
  3. Clicked "got it"
  4. Failed to install and did not understand why so installed all 3 versions

    Trouble shoot

  5. Clicked "Install anyway" which resulted in a successful install Group 2 (17)

Suggestion:

Android:

MarnixCroes commented 1 month ago

the android issue is related to the google play store. It is not related to the bitcoin core app

the windows issue is because you already have a data directory, because you have run it before right? currently the create wallet only shows up when you run it for the first time. You can also have it show up if you run it with this start up parameter: -resetguisettings. You need to do this in the console. Or rename your data directory, but this is a hacky workaround.