Search results

  1. chaeplin

    Why does my masternode go inactive randomly?

    @ThisMustBeTrue Aha, memory problem.
  2. chaeplin

    Why does my masternode go inactive randomly?

    hmm first check iptables that it allows incomming 9999 port. make sure ~/.dashcore/dash.conf has 'listen=1' and 'maxconnections=256' or ''maxconnections=64'. use online port check tool like http://ping.eu/port-chk/ ip/host : ip of your mn port : 9999 it should be "open"
  3. chaeplin

    Finding the redeemScript hash on a multisig

    to get valid `pubkey/redeemScript`, do `validateaddress dash-address(not msig address)` on the wallet which has `private key` of the address. then do `createmultisig` private key ===> one way ==> public key ===> one way ====> dash address
  4. chaeplin

    Proposal: Hardware Wallets For Build And Test

    Just starting MNs yet.
  5. chaeplin

    Problem with my Dash Wallet

    help importprivkey  importprivkey "dashprivkey" ( "label" rescan ) Adds a private key (as returned by dumpprivkey) to your wallet. Arguments: 1. "dashprivkey" (string, required) The private key (see dumpprivkey) 2. "label" (string, optional, default="") An optional label 3...
  6. chaeplin

    Freewallet transaction problems

    dash-cli getaddressmempool '{"addresses": ["Xh1ahc7ep7TFAVkLRXqiA5mFTCYZ29pGEP"]}' [ ] https://chainz.cryptoid.info/dash/address.dws?Xh1ahc7ep7TFAVkLRXqiA5mFTCYZ29pGEP.htm No tx was made, Xh1ahc7ep7TFAVkLRXqiA5mFTCYZ29pGEP still has 12.04989446 Dash. Contact the freewallet first ...
  7. chaeplin

    Whatsapp and dash

    I have tested sending/receiving a Dash address with whatsapp/iphone. No problem to copy the address with touching the message a few seconds.
  8. chaeplin

    Masternode Servers Keeps Shutting down

    1) check disk space df -h : low space ? remove some log like debug.log 2) check memory free -h : low mem ? if no swap ? add swap After that, still problem ? change vps to more powerfull.
  9. chaeplin

    My Electrum Wallet needs updating - I think!

    Use "HELP" - "About"
  10. chaeplin

    privatesend mixing problem

    latest is v0.12.1.5 https://www.dash.org/wallets/
  11. chaeplin

    DIY Deterministic Addresses (BIP32) & import private key

    I have no problem. If you have any special characters as label, use alpha + digit only. use "help importprivkey" to check all command option. 19:27:42  importprivkey XKbp3ni47FEDNsyPY9js8EAbJYRsoZfEusbibvNjg2qWqeKZgZLL test true 19:29:42  19:29:50  importprivkey...
  12. chaeplin

    Dash ballance contradiction

    check this https://chainz.cryptoid.info/dash/tx.dws?3589719.htm 0.174055 DASH is returned to Xhk9fFHerh4RvrDbmP5EXRDqKqYgEykUr1 Inputs Index Previous output Address Amount 0 7b412075b2d42d11...:0 Xi5sTQnvEgHVimDGm6kqshsRRxqZcwKTvM 0.582876 DASH 1 eb4106e19db372a3...:0...
  13. chaeplin

    Transfering Dash from Jaxx to Electrum

    I think Exodus is best option, but need one more step. Jaxx uses two path(External and Internal), but Exodus uses External only. As Jaxx reuses m/44'/5'/0'/1/0 as change address(Internal), need to extract privkey of the address. 1) import 12 words mnemonic to Exodus 2) Use bip39 tool...
  14. chaeplin

    Find the Coin-Control Check-Box

    Check "Enable coin control features". At Send Tab, click "INPUT"
  15. chaeplin

    Find the Coin-Control Check-Box

    Dash Core ==> Preferences ==> Wallet ==> Enable coin control features Then check Send Tab
  16. chaeplin

    DashPayments for WooCommerce Released

    How you downloaded latest ? try to uninstall dashpay-woocommerce first(to remove old config) and reinstall dashpay-woocommerce
  17. chaeplin

    DashPayments for WooCommerce Released

    try https://github.com/nmarley/dashpayments-for-woocommerce/releases/latest to download. or change directory name from dashpayments-for-woocommerce-master to dashpayments-woocommerce
  18. chaeplin

    BTC to Dash (Jaxx+Shapeshift transaction) issue

    Jaxx has support desk : https://decentral.zendesk.com/hc/en-us You can submit a request on the page. shapeshift : https://shapeshift.zendesk.com/hc/en-us/requests/new
Back
Top