Same here.
Hey, I just downloaded the app but upon opening it, it immidiately crashes.
Hey, I just downloaded the app but upon opening it, it immidiately crashes.
Ok. I'll try that when I get a chance and get back to you.Soun
This may sound silly to ask but you need to use the API key field qr button to scan the QR code from the site under mobile app
You can also enter your API key manually
Once entered it checks for validity, after which you can proceed
What device an iOS version?
I'll check the crash logs on iTunes
Soun
This may sound silly to ask but you need to use the API key field qr button to scan the QR code from the site under mobile app
You can also enter your API key manually
Once entered it checks for validity, after which you can proceed
Sorry, for the late reply, I forgot about this. It is on version (9.3.1) and it is still crashing.What device an iOS version?
I'll check the crash logs on iTunes
I keep forgetting to tell you this but on chrome for android the background of the text areas always gets cut alot shorter than your text, making the comments impossible to read sometimes, even when I turn my phone landscape mode. Any ideas or shall I dig into the code for ye?
@TheDashGuy
Thank you, but that did not solve the problem. The min-width of the comment-base class was the problem. It has been fixed now. You may want to give it a try with android.
Automatic restart of crashed or hung masternodes
Dashwhale updater is a script, you install on the server you run your masternode. It collects the version and the blockheight of your masternode and checks, if your masternode is operating correctly. The data is pushed to the Dashwhale server, so you have comfortable access to your masternode data via the Dashwhale website and mobile apps.
All data is interpretated and in case your masternode is determined to be unfunctional for at least 10 minutes, it is automatically restarted. In addition, you are notified by email, mobile push notification or slack. Automatic restart makes sure your masternode does not drop of the payment list and you don't miss payments.
Download lastest Dashwhale updater supporting automatic restarts here:
https://www.dashwhale.org/downloads/dashwhale-updater-v4.tgz
Best,
Rango
P.S. Dashwhale updater supports multiple masternodes. Check out the example config:
our %masternodes = (
'Xuia3V5v51AFTjYNtz6tpu9YrKYoWc9Ruz' => {
'rpc_host' => 'localhost',
'rpc_port' => 9998,
'rpc_user' => 'masternode1',
'rpc_password' => '123password',
'daemon_autorestart' => 'disabled',
'daemon_binary' => '/usr/bin/dashd',
'daemon_datadir' => '/root/.dash'
},
'Xo1cwpFNHff5Nj12qWWXhCDyv5fPCdGZNR' => {
'rpc_host' => 'localhost',
'rpc_port' => 9998,
'rpc_user' => 'masternode2',
'rpc_password' => '123password',
'daemon_autorestart' => 'disabled',
'daemon_binary' => '/usr/bin/dashd',
'daemon_datadir' => '/root/.dash'
}
);