Search results

  1. chaeplin

    dashmnb error

    -m : just making tx -x : making tx and send -w whalemode added. -x -w will do yes on transaction. -a -w will anonunce all missing mns without asking. can do -a mnalias1 -w also : use -x mnalias1 -w or -x -w
  2. chaeplin

    dashmnb error

    config.py has max_gab also, change this to like 100. dashmnb extract addresses from hw wallet as many configured in max_gab.
  3. chaeplin

    dashmnb error

    change max_gab to last number of x : 44'/5'/1'/0/x , holding 1K. now time to check txid and vout of masternode.conf. if error like this function : check_collateral_in_chain_pubkey ===> collateral_address XnoybNOYBnoybNOYBnoybNOYBnoybNOYB1 not in bip32 path(ex: Passphrase err) ...
  4. chaeplin

    dashmnb error

    go git pull and do python bin/tool-for-config.py 0 1 2 cd dashmnb git pull . venv3/bin/activate python bin/tool-for-config.py 0 1 2 bin/tool-for-config.py tool to check multiple account, when not sure account_no ? 1) first edit config.py edit TYPE_HW_WALLET 2) close config.py 3) run...
  5. chaeplin

    Trouble setting up Dash Wallet with Trezor

    Use https://wallet.trezor.io to use Dash. Web wallet supports Dash. https://blog.trezor.io/multi-currency-support-bitcoin-dash-and-zcash-in-trezor-wallet-7377d812112a#.aqb510czv If you want to run masternode(s), check https://github.com/chaeplin/dashmnb/
  6. chaeplin

    Masternode with Trezor?

    Use https://wallet.trezor.io to deposit funds. Select an Account #x as only for masternode(s) trezor example : https://github.com/chaeplin/dashmnb/blob/master/others/pics/trezor/README.md
  7. chaeplin

    need help

    Is there loading problem on mncache.dat ? check this https://dashpay.atlassian.net/wiki/display/DOC/Updating+to+12.1+-+Users - quit dashcore or QT - find dashcore folder - delete mncache.dat - start again
  8. chaeplin

    Ongoing DDoS attack on masternode network

    here new rule - limit concurrent connection 2 per ip, 8 per c class - limit 3 syn per ip with in 30 sec - limit some tcp ddos - limit ssh conn # /etc/default/iptables ## Firewall configuration written by system-config-firewall ## Manual customization of this file is not recommended. *filter...
  9. chaeplin

    Ongoing DDoS attack on masternode network

    I will learn ufw and test. time to learn ufw :) https://www.cyberciti.biz/faq/howto-limiting-ssh-connections-with-ufw-on-ubuntu-debian/
  10. chaeplin

    Sentinel problem

    Make sure Python version 2.7.x or above is installed: https://github.com/dashpay/sentinel
  11. chaeplin

    Masternode with Trezor?

    I have ordered a ledger nano s and not yet delivered.
  12. chaeplin

    Need help have problems with opening my dash core wallet

    Are you on Mac ? quit wallet first. check this guide https://dashpay.atlassian.net/wiki/display/DOC/Updating+to+12.1+-+Users 1) find wallet folder and delete governance.dat, mncache.dat, mnpayments.dat # 12.1 ~/Library/Application\ Support/DashCore/ or # 12.0 ~/Library/Application\...
  13. chaeplin

    Dash Core wallet keeps crashing

    Is OneDrive online storage of microsoft ? https://onedrive.live.com
  14. chaeplin

    Masternode with Trezor?

    Not yet with dashmnb. Electrum-dash will, I think.
  15. chaeplin

    Masternode with Trezor?

    dashmnb with windows 10 : https://github.com/chaeplin/dashmnb/blob/master/others/pics/windows10/README.md
  16. chaeplin

    Masternode with Trezor?

    1) unlimited mn(s) with Acoount #x : Yes. each address should have 1K. no overlapping 2) yes. just copy masternode.conf as dashmnb/mnconf/masternode.conf
  17. chaeplin

    Sentinel problem

    If you have any special character(s)(beside alpha or number) at rpcuser and rpcpassword, please remove those characters and try again.
Back
Top