Search results

  1. Bertrand256

    GUI tool for running Masternode with Trezor

    Without going into details, let me just say that the reason is some unhandled scenario deep inside the code that I intend to handle as soon as I finish more urgent stuff. When implementing this, I do not need/plan to remove any existing features, because everything has its purpose, i.e. there...
  2. Bertrand256

    GUI tool for running Masternode with Trezor

    Important information about starting v0.13 masternodes with DMT. A lot of people are confused about how to currently start v0.13 masternodes, which is mainly due my unfortunate wording in the "Start masternode" button label, but also the nuances about DIP3 and Spork 15 activation. So, I'd like...
  3. Bertrand256

    GUI tool for running Masternode with Trezor

    From what I guess the paths you are using are, let's say non-standard - part of the path specifying the account number does not start from 0 ' in simplified notation or 2147483648 in full notation. I'd like to create the conditions similar to yours, so can you confirm if the account number is...
  4. Bertrand256

    GUI tool for running Masternode with Trezor

    I confirm that there is some problem with reading/processing transactions data in the "Masternode Addresses" view mode. As a workaround, follow these steps: 1. select the "View as: Wallet Account" item in the upper left part of the dialog 2. wait until the fetching transaction data is finished...
  5. Bertrand256

    GUI tool for running Masternode with Trezor

    You are using linux, right? Can you send me a log file?
  6. Bertrand256

    GUI tool for running Masternode with Trezor

    Regardless of this error, sending ProRegTx will fail because DIP3 has not yet been activated. Please DM me with the log file contents and the information about what OS you are using. Trezor uses this mechanism as a protection against accidental providing the wrong path, i.e. the one which the...
  7. Bertrand256

    GUI tool for running Masternode with Trezor

    @UdjinM6 thanks for the the comment!
  8. Bertrand256

    GUI tool for running Masternode with Trezor

    DMT v0.9.21 has been published. Binaries: https://github.com/Bertrand256/dash-masternode-tool/releases/tag/v0.9.21 The most important change is the support for deterministic masternodes (Dash v0.13). Notes on starting masternodes. In the period of coexistence of v0.12 and v0.13 nodes, starting...
  9. Bertrand256

    GUI tool for running Masternode with Trezor

    I have published next DMT beta version with some small fixes: https://github.com/Bertrand256/dash-masternode-tool/releases/tag/v0.9.21-beta5 In addition, I've also prepared a compiled binary of Trezor T emulator, which can be useful for people who only have Keepkey or Ledger Nano S devices...
  10. Bertrand256

    GUI tool for running Masternode with Trezor

    After a few months of work, I can finally share the first official test version of DMT supporting deterministic masternodes. Binaries: https://github.com/Bertrand256/dash-masternode-tool/releases/tag/v0.9.21-beta4 This version allows you to: perform masternode tests on testnet if the...
  11. Bertrand256

    v13.0 Testing

    Thanks guys for your effort in supporting collaterals controlled by the hardware wallets in the DIP3 implementation. I confirm that I am working on supporting the migration process of MNs to Deterministic MNs in Dash Masternode Tool, mainly to support less tech-savvy users. My goal is the...
  12. Bertrand256

    GUI tool for running Masternode with Trezor

    I'm sorry, unfortunately not. Access to a physical device of this type would be needed to add the support for it, but unfortunately I do not have one. The good news is that after migrating Dash to v0.13, using DMT will no longer be needed to start MN if collateral is controlled by the hardware...
  13. Bertrand256

    GUI tool for running Masternode with Trezor

    As tomorrow the declared 3-month period of implementation of my proposal related to the development of the DMT application will end, I wanted to reassure everyone that the work is under way. However, the number of changes that I started turned out to be too large to be closed by the end of...
  14. Bertrand256

    Masternodes with offline (paper) wallets

    Here's a great article on this topic: https://blog.dash.org/introducing-deterministic-masternode-lists-daaa7c9bef34
  15. Bertrand256

    Masternodes with offline (paper) wallets

    Yes, you can not re-use mn broadcast messages - if the message is the same as the previous one, it is skipped. CMasternodePing part of the masternode broadcast message (CMasternodeBroadcast) is signed with the masternode private key and the rest of the message is signed with the collateral...
  16. Bertrand256

    Masternodes with offline (paper) wallets

    The best source, in my opinion, is the official protocol documentation: https://github.com/dashpay/dash/blob/master/dash-docs/protocol-documentation.md#mnannounce---mnb Here's how I implemended it in DashMasternodeTool: Message classes...
  17. Bertrand256

    Masternodes with offline (paper) wallets

    I started testing this solution quite recently, so I have not checked all the possible scenarios yet (and there are a lot of them). For now I know, that despite a few restrictions, the case looks quite promising. In a few days I should have quite definitive conclusions.
  18. Bertrand256

    GUI tool for running Masternode with Trezor

    First of all, check if you have no spaces or other illegal characters in the collateral address. Second thing: make sure you do not have the Trezor online wallet running when signing the start message - it happens often, that another app connected to the same device distorts the data exchanged...
  19. Bertrand256

    GUI tool for running Masternode with Trezor

    Recently I noticed that @chaeplin stopped maintaining the dashmnb project. I would like to take this opportunity to thank him once again for his great project and remind everyone that DMT core features were based on the dashmnb source code and without it, I probably would not have started this...
  20. Bertrand256

    GUI tool for running Masternode with Trezor

    In a few days a migration to v12.3 will begin, so it's time for some practical tips related to this process for those of you who use DashMasternodeTool to controll the masternode collateral. DashMasternodeTool version Use the latest DMT version (v0.9.20), which is designed to work with v12.3...
Back
Top