Search results

  1. chaeplin

    Masternode with Trezor?

    check https://github.com/chaeplin/dashmnb not end user friendly, but has an easy installation script for Ubuntu 16.04 https://github.com/chaeplin/dashmnb/tree/master/others/pics/ubuntu-16.04 Before you use dashmnb study trezor, how it works : https://doc.satoshilabs.com/trezor-faq/overview.html
  2. chaeplin

    Transaction malleability

    https://www.dash.org/forum/threads/noob-questions.8974/#post-94378 12.1 has https://github.com/dashpay/dash/blob/master/src/policy/policy.h#L42-L44
  3. chaeplin

    Not showing balance after import private key of paper wallet

    rescan true should. do rescan using QT : Tools --> Wallet repair --> Rescan blockchain files.
  4. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    which os do you use ? Ubuntu ? guide has how to open port https://dashpay.atlassian.net/wiki/display/DOC/TAO%27S+SETUP+GUIDE+FOR+DUMMIES+12.1 If you use a vps, check vps mannual. VPS can have a firewall too.
  5. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    probably firewall block port 9999
  6. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    9999 is not open. half working. check guide https://dashpay.atlassian.net/wiki/display/DOC/Masternode open port 9999. check firewall setup
  7. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    check https://dashpay.atlassian.net/wiki/display/DOC/Masternode dashd uses two ports 9999 and 9998. 1) 9999 : p2p port, to communicate with other peers. should be opened to internet. 2) 9998 or port specified using rpcport : to control/query dashd. use with rpcallowip=127.0.0.1 and...
  8. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    no collateral move + no ip change : keep masternode.conf as it is.
  9. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    If collateral is moved to "AAAAAAAAAAA 0" should be changed. mn XXX.XXX.XXX.XXX:9999 7XXXXXXXXXXXXXXXX AAAAAAAAAAA 0 if externalip of the server is changed and collateral is not moved just change ip address "BBBBB" mn BBBBB:9999 7XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXX 0
  10. chaeplin

    dash.conf of Dash Core version v0.12.1.0 (64-bit) Linux

    * remote masternode 1) remove addnode=23.23.186.131 2) externalip is public ip of the server * local dashd 1) use externalip of the server to masternode.conf
  11. chaeplin

    Electrum Wallet Guides

    https://github.com/trezor/python-trezor/blob/master/README.rst has setup guide for linux now. Install (Run with sudo if not running in superuser mode under Linux) pip install trezor On Linux you might need to run these commands first: sudo apt-get install python-dev cython libusb-1.0-0-dev...
  12. chaeplin

    Dash Core can no longer continue safely and will quit

    should be alias 34.192.88.175:9999 7s1CmWE61e76oE52QXWKQjbHhX6JbjN13dLt7GRv5R5txmsWWxa 836c32b8a6402e867d4572f5d84af1a329eb368c1ed7fc0f6907036350f02712 1 You should report Node40 about last null null
  13. chaeplin

    Auto Backup

    Use Tools --> Open wallet Configuration File to open dash.conf Use Tools --> Show Automactic backups to check current dashcore wallet backup folder. There are two default folder. 1) for app, 2) for wallet, blcokchain and backups this link has information on folder. please read first...
  14. chaeplin

    createwalletbackups=0 don't need autobackups

    which os do you use ? createwalletbackups=0 in dash.conf, no backup created. previous backups were deleted by me. linux.
  15. chaeplin

    Electrum Wallet Guides

    https://doc.satoshilabs.com/trezor-tech/api.html This is a graph displaying various TREZOR APIs, with some third-party applications colored in gray. Electrum has python-trezor on it's plugins folder. https://github.com/spesmilo/electrum/tree/master/plugins
  16. chaeplin

    Electrum Wallet Guides

    try sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev sudo apt-get install autotools-dev autoconf automake libtool https://github.com/signal11/hidapi has build instructions
  17. chaeplin

    Dash Wallet for Android [testnet]

    have a test.
  18. chaeplin

    Electrum Wallet Guides

    Updated, Thank you. change no of max_gab. default is 20. # config.py max_gab = 20 # number of keys used on mn config
  19. chaeplin

    Have 1000 DASH on Ledger nano s

    What Ledger nano s should do is signing the following using collateral_privkey in Ledger nano s. serialize_for_sig = str(mnconfig['ipport']) \ + str(sig_time) \ + format_hash(Hash160(bytes.fromhex(mnconfig['collateral_pubkey']))) \...
  20. chaeplin

    12.1 Testnet Testing Phase Two Ignition

    dashd + hw wallet masternode https://github.com/chaeplin/dashmnb 1) supported hw wallet : keepkey, trezor(will be) mnb result sample. $ python dashmnb.py usage: dashmnb.py [-h] [-c] [-s] [-a] [-b] [-m] [-x] [masternode_alias [masternode_alias ...]] positional arguments...
Back
Top