Search results

  1. chaeplin

    NEW_START_REQUIRED instantly becomes WATCHDOG_EXPIRED

    I have confused sentinel Vote with mnp. Try run sentinel with -b(bypass schedule) switch on remote mn. cd /home/coind/sentinel/ && venv/bin/python bin/sentinel.py -b
  2. chaeplin

    NEW_START_REQUIRED instantly becomes WATCHDOG_EXPIRED

    I have tested. NEW_START_REQUIRED ----> WATCHDOG_EXPIRED ---> with a mnp(ping) ---> PRE_ENABLED ---> ENABLED
  3. chaeplin

    dashmnb feature request

    I have asked using bip32_path(xpub/tpub) when transfering mn earnings on dashnation slack. And I am working on bip32 version dashmnb. edit: done @camosoul feature added. Ref:
  4. chaeplin

    dashmnb feature request

    transfering mn earnings is not automatic. When you send coins in a wallet, those txs(sent to a unique addresses) are collected and used as inputs of a single tx. So I can't see any advantage with unique addresses.
  5. chaeplin

    dashmnb feature request

    each mn can have different reveiving_address. # Masternode config file # Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index [address_to_send] # address_to_send --> address to send mn earnings in hw wallet. this is not changing payment address of mn. # use...
  6. chaeplin

    dashmnb feature request

    here coin movement current : mn payout ---> collateral address ---> on excution of dashmnb -x ---> default_receiving_address or reveiving_address BIP32 xpub : mn payout ---> collateral address ---> on excution of dashmnb -x ---> uniq address collateral address is not changed.
  7. chaeplin

    dashmnb feature request

    I am not sure I understand your request fully. default_receiving_address and reveiving_address(last column at of each mn in masternode.conf) are used when transfering MN earnings. dashmnb uses 0.0001 as min_fee and calculate fee using 0.0001 / KB. If dashmnb uses an...
  8. chaeplin

    DASH withdrawal problem to Jaxx

    I mean DashCore wallet. Havn't tested the Exodus wallet yet. Looks like The Exodus is bip44 compatible, So use 12 words from Jaxx But I think still need import Private key of internal m/44'/5'/0'/1/0.
  9. chaeplin

    DASH withdrawal problem to Jaxx

    Try bip39 tool. not perfect, as whole balance can't be recovered. Download https://github.com/iancoleman/bip39/bip39-standalone.html or Use online version https://iancoleman.github.io/bip39/ 1) On Jaxx get 12 words backup phrase (== BIP39 Mnemonic 12 words) (Don't share/post 12 words to...
  10. chaeplin

    masternode shown as inactive on dashninja

    ufw) I think this one helps https://www.digitalocean.com/community/tutorials/how-to-setup-a-firewall-with-ufw-on-an-ubuntu-and-debian-cloud-server manual config) copy the following rule tp /etc/iptables...
  11. chaeplin

    masternode shown as inactive on dashninja

    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:9999 is in chain rule of ufw-user-input. ufw-user-input is a sub rule of ufw-before-input. ufw-before-input is a sub rule of INPUT. INPUT chain is the following Chain INPUT (policy DROP 0 packets, 0...
  12. chaeplin

    masternode shown as inactive on dashninja

    I have tested, port/9999 is not opened. coind@raspberrypi2:~ $ telnet 108.61.117.186 9999 Trying 108.61.117.186... telnet: Unable to connect to remote host: No route to host following command will show exact status of firewall. sudo iptables -L -v -n pi@raspberrypi2:~ $ sudo iptables -L -v -n...
  13. chaeplin

    PinIdea ASIC X11 Miner DU-1 (USB Version Hashrate 9 MH/s , Releasing in Mid-May 2016)

    1) all running ok 2) usb Y cable shipped together. I use https://www.anker.com/products/B2124111 for power. rpi2 as controller(4 asic), sw from https://github.com/PinIdea/ASIC-X11-Miner/releases/tag/v1.0.7 3) I use 1 asic for testnet and 4 for mainnet p2pool
  14. chaeplin

    Proposal: Hardware Wallets For Build And Test

    I am still working on it.
  15. chaeplin

    My wallet is not connecting to the Dash network

    looks like Kaspersky blocks application. check this, https://support.kaspersky.com/11158
  16. chaeplin

    My wallet is not connecting to the Dash network

    Which OS do you use ? Windows ? Is there any anti virus program ? Check http://portquiz.net:9999 to check outgoing 9999 is open. http://portquiz.net:9999 <--- open this link using browser. if outgoing 9999 is ok, browser will display Use dash nation slack...
  17. chaeplin

    Sentinel run test passed = No

    from dashman : https://github.com/moocowmoo/dashman
Back
Top