EmberCoin / Ember

Official Ember Blockchain
http://embercoin.io/
MIT License
25 stars 31 forks source link

1.1.5 update for previous linux .deb installs #36

Open sakxdehr opened 6 years ago

sakxdehr commented 6 years ago

Hello, Thanks for the new wallet update.

I have previously installed the .deb package (1.1.4) and have noticed that for this update there is only the linux headless package with Emberd. I was under the assumption that Emberd is the non-gui CLI and that Ember-qt is compiled with Emberd baked in. I did do a system-wide search for Emberd but to no avail.

How do we update the previous Ember-qt install with the Emberd file in the headless download?

EmberCoin commented 6 years ago

We had some problems getting the build ready for release so we have shipped what we have and will supplement the release when we have a .deb for you. On the other hand I would not suggest moving to the headless version unless you are familiar with RPC commands and the CLI interface. We're working hard at the moment to bring it to you. :)

sakxdehr commented 6 years ago

excellent thanks :)

EmberCoin commented 6 years ago

It's looking like it may not be done in time. Sorry folks! You may need to use an alternate windows host or a free AWS EC2 instance.

lightness1024 commented 6 years ago

we don't need the qt stuff, can we have some help setting up the headless wallet ? there must be a way to have the deamon running and be staking in the console. but I found no document whatsoever.

EmberCoin commented 6 years ago

Will leave this issue open for anyone who wants to write a guide for 1.1.5.1 linux headless to track writing

martijn80 commented 6 years ago

Running Emberd on Ubuntu 16.04.3 LTS resulted in errors, so I created an .Ember/Ember.conf file with :

rpcuser=sssdfs32342343234sf`
rpcpassword=mnxcvlsijkdf2938slkdjgfdfg
rpcallowip=127.0.0.1
server=1
maxconnection=50

No more errors, but no it says : Segmentation Fault. Any ideas how to fix this?