Giter Site home page Giter Site logo

mbg033 / monero-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from monero-project/monero-gui

12.0 12.0 6.0 1.21 MB

Monero: the secure, private, untraceable cryptocurrency

License: Other

QML 80.82% C++ 15.71% QMake 1.35% JavaScript 0.88% Shell 1.25%

monero-gui's People

Contributors

ddyzhang avatar debruyne-1 avatar dternyak avatar fluffypony avatar githubrsys avatar jamescullum avatar jaqueeee avatar krzysztoff7 avatar mbg033 avatar moroccanmalinois avatar radfish avatar signo88 avatar taushet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

monero-gui's Issues

Error Message When Running Monero Core GUI

I created a private testnet, mined 60 blocks, and successfully transferred between two simplewallets.

I'd like to transfer from a simplewallet to the monero core gui wallet for testing purposes.

When I launch monero-core it says "Connected" under "Network status". However, when I try to transfer from simplewallet to monero-core wallet the balance remains 0 in monero-core wallet even after 6 blocks confirmed the transaction in simplewallet.

In the terminal, it says this...

ERROR /home/administrator/monero-core/bitmonero/src/wallet/wallet2.cpp:780 res.blocks.size() != res.output_indices.size(). THROW EXCEPTION: error::wallet_internal_error

Can anyone point me in the right direction?

OSX qmake can't find translations

Just cloned repo and trying to build with qt5

qmake

RCC: Error in 'qml.qrc': Cannot find file 'translations/monero-core_de.qm'
RCC: Error in 'qml.qrc': Cannot find file 'translations/monero-core_en.qm'
RCC: Error in 'qml.qrc': Cannot find file 'translations/monero-core_it.qm'
RCC: Error in 'qml.qrc': Cannot find file 'translations/monero-core_pl.qm'
RCC: Error in 'qml.qrc': Cannot find file 'translations/monero-core_ru.qm'
RCC: Error in 'qml.qrc': Cannot find file 'translations/monero-core_zh.qm'

Mac OSX: app crashed after app bundle prepared with macdeployqt

App crashed with the following output:

bash-3.2$ ./monero-core
app startd
QQmlApplicationEngine failed to load component
qrc:///main.qml:34 module "Qt.labs.settings" is not installed
qrc:///main.qml:29 module "QtQuick" is not installed
qrc:///main.qml:31 module "QtQuick.Controls" is not installed
qrc:///main.qml:30 module "QtQuick.Window" is not installed
qrc:///main.qml:33 module "QtQuick.Dialogs" is not installed
qrc:///main.qml:32 module "QtQuick.Controls.Styles" is not installed
qrc:///main.qml:34 module "Qt.labs.settings" is not installed
qrc:///main.qml:29 module "QtQuick" is not installed
qrc:///main.qml:31 module "QtQuick.Controls" is not installed
qrc:///main.qml:30 module "QtQuick.Window" is not installed
qrc:///main.qml:33 module "QtQuick.Dialogs" is not installed
qrc:///main.qml:32 module "QtQuick.Controls.Styles" is not installed
qrc:///main.qml:34 module "Qt.labs.settings" is not installed
qrc:///main.qml:29 module "QtQuick" is not installed
qrc:///main.qml:31 module "QtQuick.Controls" is not installed
qrc:///main.qml:30 module "QtQuick.Window" is not installed
qrc:///main.qml:33 module "QtQuick.Dialogs" is not installed
qrc:///main.qml:32 module "QtQuick.Controls.Styles" is not installed
qrc:///main.qml:34 module "Qt.labs.settings" is not installed
qrc:///main.qml:29 module "QtQuick" is not installed
qrc:///main.qml:31 module "QtQuick.Controls" is not installed
qrc:///main.qml:30 module "QtQuick.Window" is not installed
qrc:///main.qml:33 module "QtQuick.Dialogs" is not installed
qrc:///main.qml:32 module "QtQuick.Controls.Styles" is not installed
qrc:///main.qml:34 module "Qt.labs.settings" is not installed
qrc:///main.qml:29 module "QtQuick" is not installed
qrc:///main.qml:31 module "QtQuick.Controls" is not installed
qrc:///main.qml:30 module "QtQuick.Window" is not installed
qrc:///main.qml:33 module "QtQuick.Dialogs" is not installed
qrc:///main.qml:32 module "QtQuick.Controls.Styles" is not installed
qrc:///main.qml:34 module "Qt.labs.settings" is not installed
qrc:///main.qml:29 module "QtQuick" is not installed
qrc:///main.qml:31 module "QtQuick.Controls" is not installed
qrc:///main.qml:30 module "QtQuick.Window" is not installed
qrc:///main.qml:33 module "QtQuick.Dialogs" is not installed
qrc:///main.qml:32 module "QtQuick.Controls.Styles" is not installed

Segmentation fault: 11

(use make deploy or run build.sh to prepare a bundle)

Some usability concerns

Here is what I think can be considered or ignored :)

  1. Confirmation field in password generation dialog is barely visible and confusing, I wasted several minutes to figure out if wallet don't allow me next step because my password is weak or for some another reason.
  2. Wallet title bar is annoying, better make it always visible or introduce an auto-hide option.

File Path Chooser only opens once

File Path Chooser only opens once

  • launch monero-core
  • select langauge
  • crate new wallet or recreate from seed, doesnt matter
  • click into default wallet storage path /home/xxx/Monero Accounts/ to open File Chooser
  • close File Chooser via Cancel button
  • try to open File Chooser again --> doesnt open

Failed build 'cannot find -lwallet_merged2'

When building on Void Linux, with all dependencies installed, the build fails at the final step with

g++ -Wl,-O1 -Wl,-rpath,/usr/lib -o release/bin/monero-core main.o filter.o clipboardAdapter.o oscursor.o WalletManager.o Wallet.o PendingTransaction.o TransactionHistory.o TransactionInfo.o oshelper.o TranslationManager.o qrc_qml.o moc_filter.o moc_clipboardAdapter.o moc_oscursor.o moc_WalletManager.o moc_Wallet.o moc_PendingTransaction.o moc_TransactionHistory.o moc_TransactionInfo.o moc_oshelper.o moc_TranslationManager.o   -L/home/vdo/src/monero-core/bitmonero/lib -lwallet_merged -lwallet_merged2 -Wl,-Bstatic -lboost_serialization -lboost_thread -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_chrono -lboost_program_options -lssl -lcrypto -Wl,-Bdynamic -ldl -lQt5Quick -lQt5Widgets -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGL -lpthread 
/usr/bin/ld: cannot find -lwallet_merged2
collect2: error: ld returned 1 exit status

complete log:
https://paste.fedoraproject.org/413036/

Application persistent settings

Following should be saved in persistent settings.

  • bool "auto_donations_enabled" // support monero development, shown in wizard
  • int "auto_donations_amount" // in percents, auto donation amount
  • bool "allow_background_mining" // allows background mining

Adding Icons for the binary

We need to add icons to the compiled binaries, here are the win and osx icons i did using the monero logo.

I guess for Linux still will be a bit more tricks than adding the icons to the bin/resources, still researching on that.
Archiv.zip

Fix msys2 deploy

windeployqt from msys2 doesn't put all the runtime dependencies so app can't start outside of msys2 environment

Wallet storage path creation broken

When creating a new wallet or restoring a wallet from seed, selecting a non default storage location for wallet files doesnt quite work.

  • launch monero core
  • select language
  • create new wallet
  • Change wallet storage path from /home/xxx/Monero Accouts/ to home/xxx/Desktop/test/
  • path displayed is now file:///home/xxx/Destktop/test
  • finish wallet creation process by clicking through the defaults

The following folders will get created:

  • home/xxx/Desktop/test/
  • home/xxx/monero-core/release/bin/file:/home/xxx/Desktop/test/My Account name/ --> this is also where the files are

Port simplewallet to Qt

Implement Qt interface/adaptor for simplewallet so it will be possible to call it from QML

monero-core refresh window needs more information

As a user i want to see how the task of scanning the blockchain is processing. Therefore the same Information should be provided to the user as in monero CLI wallet, wich is the current Block Height.

i Imagine something like this:
monero-core_height

probably low priority, but since recreation from seed takes a while, this would sure increase the overall user experience

Fatal Error when trying to build monero-core

I'm trying to follow the directions from here...

https://github.com/mbg033/monero-core

I'm running a fresh install of Ubuntu 16.04.1 x86 in VirtualBox.

When I get to "make" it gives me the following fatal error.

In file included from main.cpp:38:0:
src/libwalletqt/WalletManager.h:5:32: fatal error: wallet/wallet2_api.h: No such file or directory
compilation terminated.
Makefile:596: recipe for target 'main.o' failed
make: *** [main.o] Error 1

Can anyone point me in the right direction?

Trailing spaces in transfer address and Payment id

Whenever you enter an address or a payment id that contains a space either at the beginning or the end, GUI rejects it as "Invalid destination address" or "payment id has invalid format" respectively.

User friendliness-wise, i think it would be a nice addition to have the GUI remove these spaces automatically

Amount Field in Transfer Tab needs validation

I think the Amount Field in Transfer Tab needs some validation.

Situation right now:

  • Amount gets not always validated against balance.

With low mixing Count it seems to work:

notenoughmoney

But with High mixing count it reacts differently and tries to look for outputs to mix before validation against acount balance:

notenoughmoney_highmix

  • If Field Amount is empty, Send Button works but nothing happens (same like Address Field) ---> OK
  • If Field Amount has invalid value, value gets replaced by dummy value.
    amount1
    amount2

How it should be:

  • Amount should always be validated correctly against balance
  • Field Amount should be validated correctly, if validation fails, Error message should be displayed.
    Message from Simplewallet is quite cool:

expected number from 0 to 18446744.073709551615

Ubuntu 16.04: fail to build bitmonero: undefined references lzma_*

Ubuntu 16.04 64-bit:
Building bitmonero with the script in this repository.

/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libunwind.a(elf64.o): In function `xz_uncompressed_size':
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:194: undefined reference to `lzma_stream_footer_decode'
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:201: undefined reference to `lzma_index_buffer_decode'
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:205: undefined reference to `lzma_index_size'
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:210: undefined reference to `lzma_index_end'
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:207: undefined reference to `lzma_index_uncompressed_size'
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:210: undefined reference to `lzma_index_end'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libunwind.a(elf64.o): In function `_Uelf64_extract_minidebuginfo':
/build/libunwind-VOtC4T/libunwind-1.1/src/elfxx.c:278: undefined reference to `lzma_stream_buffer_decode'
collect2: error: ld returned 1 exit status

Mac OSX 10.11.5 fails to build - 'QQmlApplicationEngine' file not found

Attempting to build out the GUI wallet and create some better instructions for the crew.

First I found that I had an additional pre-requisite and had to install qt from homebrew. This appears to maybe be part of the problem as QQmlApplicaionEngine appears to be related to qt? Is it perhaps a path issue or something?

Here's what I see in attempting build:
http://pastebin.com/8uu9p9zL

Here are the instructions I'm working on and where I'm stuck:
https://docs.google.com/document/d/1o84WesPBg1jO2eMz_-1lZruQPpnH8b-5SRzIywVuE9Q/edit?usp=sharing

Creation of new account too slow

When creating a new account, monero-core is loading around 5 minutes on my VM.
When creating a new account with CLI wallet, creation process takes around 20 sec on same machine.

Restoring from seed is more or less the same speed with both, so i assume monero-core uses the same way to create new wallets and recreate from seed.

French wallet seed

I see that there is no flag for the French language for a wallet seed. Having one would be useful.

Error connecting to RPC daemon

The GUI shows status as Connected, but on stdout it reports the following:

refreshed
qml: >>> wallet refreshed
qml: >>> wallet updated
ERROR /home/vdo/src/monero-core/bitmonero/src/wallet/wallet2.cpp:590 !r. THROW EXCEPTION: error::no_connection_to_daemon

bitmonerod output:

6-Sep-01 22:56:37.232846 [RPC0]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()
2016-Sep-01 22:56:47.273965 [RPC0]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()
2016-Sep-01 22:56:57.314936 [RPC1]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()
2016-Sep-01 22:56:58.223506 [P2P2][71.202.19.145:56031 INC]Sync data returned unknown top block: 1126602 -> 1009962 [116640 blocks (-81 days) ahead] 
SYNCHRONIZATION started
status
Height: 1126602/1126602 (100.0%) on mainnet, not mining, net hash 25.77 MH/s, v2, up to date, 9+2 connections
2016-Sep-01 22:57:07.355797 [RPC1]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()
2016-Sep-01 22:57:17.396883 [RPC1]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()
2016-Sep-01 22:57:27.437852 [RPC1]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()
2016-Sep-01 22:57:37.478895 [RPC1]ERROR /DISTRIBUTION-BUILD/src/rpc/core_rpc_server.h:77 Failed to on_get_blocks()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.