Search results

  1. moocowmoo

    Backups........ I would like some advise please.

    get your wifs in the wallet, debug window, unlock your wallet 'walletpassphrase <yourpassword> 600' export your masternode wif's using 'dumpprivkey Xaddressofyourmasternode1000dash' copy the wifs to a file on a thumbdrive, these are your unprotected private keys you'll want to wipe this...
  2. moocowmoo

    Masternode owner,you can have VPN freely.

    If you put pptp on your masternode and I decide I want to use it, with a small amount of effort, I can. And if I'm not a nice person, I could then proxy attacks through your masternode. pptp is unsafe no matter how strong your chosen password is. The protocol itself is broken. Read the links...
  3. moocowmoo

    Masternode owner,you can have VPN freely.

    pptp is broken http://security.stackexchange.com/questions/45509/are-there-any-known-vulnerabilities-in-pptp-vpns-when-configured-properly https://www.cloudcracker.com/blog/2012/07/29/cracking-ms-chap-v2/ use openvpn instead
  4. moocowmoo

    Official Newcomer Introductory Video Release

    Super fabulous amazing well done job! You've nailed it! Who wrote the script?
  5. moocowmoo

    Simple Masternode Reward Calculator (openoffice spreadsheet)

    I imported it for ya, took about 30 seconds. :P It's not going to be updated for a while, so make a copy and enjoy! https://docs.google.com/spreadsheets/d/1XR0J8dNKUv0P7bapoU-F_lM_becNmoihmyisjnDt5zg/edit?usp=sharing
  6. moocowmoo

    Simple Masternode Reward Calculator (openoffice spreadsheet)

    Updated to the latest code! https://masternode.me/downloads/diy_masternode_calc.ods (remember, these are minimums!) lmk if anybody finds any errors!
  7. moocowmoo

    delete

    What a wonderful, heartfelt post! Made me smile, thank you! Very good idea about the walkthrough. I'll add some tutorials and troubleshooting advice into the repo. Am toying around with an interactive troubleshooter, but I'm busy on other things right now. I envision 'dashman' to be a very...
  8. moocowmoo

    v12 Regularly Crashing on Raspberry Pi 2

    Simpler version: #!/bin/bash DASHDIR=$HOME/.dash if [ -z `pidof dashd` ]; then cat >> $DASHDIR/crash.log << EOF ************************************************************************************ Crashed! `tail -50 $DASHDIR/debug.log`...
  9. moocowmoo

    DashCentral.org - masternode monitoring and budget voting

    Dashwhale aggregate block height added to 'dashman status' https://github.com/moocowmoo/dashman#dashman
  10. moocowmoo

    Dash Wallet for Android (Release 4) [closed]

    Some of the earlier versions of v12 caused a ton of network chatter. (fixed now) -- I'd wager that was the cause.
  11. moocowmoo

    Dash Wallet for Android (Release 4) [closed]

    I saw what looked like a recovery seed. Are you using standard bip44?
  12. moocowmoo

    Dash Wallet for Android (Release 4) [closed]

    Proprietary format. Hash-engineering wallets use deterministic seeds. For those interested in digging into the backup format (I didn't get the chance to dive in): Create a backup with any password. I used the password 'a', share it off the 'droid to a linux box. (email, save attachment)...
  13. moocowmoo

    delete

    Hehe, thanks. Is just a couple weekends of hacking, really. But, I'll stick with moocowmoo. :)
  14. moocowmoo

    delete

    shameless bump. now with statusy goodness!
  15. moocowmoo

    delete

    Version 0.1 of dashman released upon the world! run away, run away! (commands have changed, so re-read the README!) https://github.com/moocowmoo/dashman but, seriously, lmk if you run into borks. :) install (fresh) update (fresher) reinstall (refresh it!) (by request)
  16. moocowmoo

    delete

    not yet. Future versions will support unattended installs.
  17. moocowmoo

    delete

    If that's where you wanted it installed, sure. No need to rename, it's symlinked. ./dashd and ./dash-cli will just work.
  18. moocowmoo

    delete

    update_dashd.sh looks in three places for dash-cli and dashd: the current directory ~/.dash all directories in your PATH variable In your case, do: cd ~/dash ../dashman/update_dashd.sh and it should work. Let me know if you have more trouble.
  19. moocowmoo

    V12 Release

    https://github.com/dashpay/dash/pull/592 should address this.
  20. moocowmoo

    V12 Release

    Until version 12.1 is released, you still need the keys that control the 1000 DASH in order to send a masternode start. (The start packet is signed by the private key associated with the 1000 DASH address.) Version 12.1 will incorporate two 'proxy' keys that can a) start and b) vote. Leaving...
Back
Top