input-output-hk / daedalus

The open source cryptocurrency wallet for ada, built to grow with the community
https://daedaluswallet.io/
Apache License 2.0
1.23k stars 297 forks source link

Ubuntu 17.10 install stuck on "Syncing blocks 100.00%" #708

Closed coventry closed 6 years ago

coventry commented 6 years ago

I seem to have a full copy of the blockchain, and Daedalus is running (though I did have to set NODE_TLS_REJECT_UNAUTHORIZED=0 as described in #698.) However, there are no usable UI elements in Daedalus.

This is with recently pulled master (commit d972b86101347d8e9244aaa4241ad542a28d79f8.)

image

zmeel commented 6 years ago

Try building release/0.8.2 of Daedalus.

coventry commented 6 years ago

Thanks for the suggestion. I get the same failure with release/0.8.2.

daedalus2

I simply did git checkout release/0.8.2; npm install. Please LMK if the build system is fragile, and I should try a clean rebuild.

zmeel commented 6 years ago

Weird. Do you see any error messages in Daedalus? I thought this was related to this issue

coventry commented 6 years ago

No, the terminal I start daedalus in is silent. (It's the top RH terminal in the image in my last response.)

Is there a debug mode?

domenkozar commented 6 years ago

We are working on Linux support to avoid packaging issues, please follow: https://github.com/input-output-hk/daedalus/issues/492