Search results

  1. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    @ac0, It looks as if you downloaded 32-bit version of dashd, but your linux (which is 64-bit) possibly does not have 32-bit support installed. The best solution is to download 64-bit version of dashd: https://www.dash.org/binaries/dashcore-0.12.1.5-linux64.tar.gz
  2. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    and another two commands: ldd /home/pi/.dashcore/dashd file /home/pi/.dashcore/dashd
  3. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    @ac0 It looks as if you were trying to execute a binary version for another hardware architecture, for example binary for Intel x86 on Raspberry Pi or 64-bit version on a 32-bit machine. Please submit the results of the following two commands: uname -a readelf -a ~/.dashcore/dashd | grep interpreter
  4. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    Can you paste the results of the following command? ls -al ~/.dashcore/dashd
  5. Bertrand256

    GUI tool for running Masternode with Trezor

    New version (0.9.6) released: - SSH private key support - More information related to masternode status: Executables: https://github.com/Bertrand256/dash-masternode-tool/releases/download/v0.9.6/DashMasternodeTool_0.9.6.linux.tar.gz...
  6. Bertrand256

    GUI tool for running Masternode with Trezor

    @Acedian, your words and the fact that the network of masternodes is more secure are enough reward for me. Thanks :-)
  7. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    Dashd, at startup, creates a .dashcore directory if it does not exist, then it creates a dash.conf file with the default content (in fact it is empty) and downloads the Dash blockchain into it.
  8. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    @NewDashUser, if you indeed succesfully started your masternode and dashninja reports its status as active then you probably has correct configuration in the .dashcore directory, so repeating steps related to starting masternode will not be necessary. Instead I suggest you to: make sure, that...
  9. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    @NewDashUser, Step 9 is used to execute additional program (sentinel) cyclically, which is required for the masternode to be perceived by the network as active. If you do not do so, your masternode will soon receive WATCHDOG_EXPIRED status and will be removed from the payment queue. The leading...
  10. Bertrand256

    TAO'S MASTERNODE SETUP GUIDE FOR DUMMIES (UPDATE GUIDE UPDATED FOR 13.0)

    @NewDashUser, I am wondering that the message "Masternode successfully started" you see on the putty screen. Starting masternode should be done from your local Dash Core wallet, that controls the private key holding your 1000 Dash collateral (Step 7 of Tao's manual). So either you keep your Dash...
  11. Bertrand256

    GUI tool for running Masternode with Trezor

    @UdjinM6, SSH session setup with RSA keys is scheduled for the next release, which I hope will be ready in about a week or so.
  12. Bertrand256

    Can I set a password to open my wallet?

    @ID Joker, as you assumed, you will be asked for password while sending funds. If those people having access to your machine are logging-in with their own OS account, they won't see your wallet data, because wallet file is created within user's home directory (they will have their own). Of...
  13. Bertrand256

    GUI tool for running Masternode with Trezor

    Thanks @agulab :-)
  14. Bertrand256

    GUI tool for running Masternode with Trezor

    @Acedian, I planned this application as a nonprofit project, but if at some point I find that there is a growing discrepancy between what I'm planning to do and what I can do after hours, I will consider submitting a proposal. So thank you in advance for your vote :-)
  15. Bertrand256

    GUI tool for running Masternode with Trezor

    New version (0.9.5) of DashMasternodeTool has been released with the following main improvements: Fixed connectivity issues ("Sent request" error). New RPC connectivity features. Feature of finding coallteral transaction/index (Lookup button) As for networking, I've used a quite different...
  16. Bertrand256

    GUI tool for running Masternode with Trezor

    I'll send you another suggestions with pm.
  17. Bertrand256

    GUI tool for running Masternode with Trezor

    Make sure, that you are editing the same dash.conf file as DashQT is reading: from DashQT choose "Tools->Open wallet configuration file" menu item. The file opened in editor should have all the parameters you filled in. If the file is correct, the only thing that comes to my mind now is the...
  18. Bertrand256

    GUI tool for running Masternode with Trezor

    If your DashQT runs on the same PC as DMT and following params are set as below: - rpcbind=0.0.0.0 - rpcport=9998 - rpcallowip=127.0.0.1 - server=1 then within DMT you should choose "Dashd direct RPC" option and set following parameters: IP: 127.0.0.1 Port: 9998 Is that, what you have set...
  19. Bertrand256

    GUI tool for running Masternode with Trezor

    It looks like you don't have RPC listening enabled in dash.conf file of your dash daemon or IP address of your PC is not allowed to communicate with it. What Dash daemon are you using: DashQT on your local machine or dahsd on remote server?
  20. Bertrand256

    GUI tool for running Masternode with Trezor

    @Acedian, a good start is to follow @tungfa's article: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=106885788 As a hardware wallet he mentions Trezor, but for Keepkey all steps are identical - you only need to change one switch on the DMT main window, from "Trezor" to...
Back
Top