• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Recent content by xxxsexygirls

  1. xxxsexygirls

    Budget Proposal - Vendor-Experience

    https://en.wikipedia.org/wiki/The_Boondock_Saints#cite_note-10
  2. xxxsexygirls

    Budget Proposal - Vendor-Experience

    OT: the italian translation of the Duke is "Il Duca" not "Il Duce". Duce means leader, and it is how was known the founder of the fascism https://en.wikipedia.org/wiki/Benito_Mussolini
  3. xxxsexygirls

    11.2 - Dash Release

    oblox $pidof dashd $kill -9 <pid> $rm .dash/.lock $./dashd
  4. xxxsexygirls

    11.2 - Dash Release

    Well you are still able to dumpprivkeys on darkcoin-qt, aren't you? It will take time but at least you will have back access to your coins.
  5. xxxsexygirls

    11.2 - Dash Release

    Why don't you just revert to the darkcoin-qt wallet?
  6. xxxsexygirls

    11.2 - Dash Release

    Icebucket yes you can use putty on linux as well, remember that in order to paste from the clipboard you will need to press the mid wheel on the mouse
  7. xxxsexygirls

    11.2 - Dash Release

    Always dump the private keys of the addresses containing your dash and store them in a safe place (ie. on a paper sheet, password manager, etc) walletpassphrase <passphrase> 60 dumpprivkey <address> if needed, importprivkey <privkey> will import the address (usable on a new wallet.dat ) *edit...
  8. xxxsexygirls

    11.2 - Dash Release

    Have you already renamed all the stuff to dash? If so, execute these commands on your console $vi update.sh Paste the following: #!/bin/sh echo "########### This script will update the Master Node" sleep 5 VERSION=64 URL=$1 FILE=${URL##*/} DIR=${FILE%.tar.gz} IP=$(hostname -I) wget $URL tar...
  9. xxxsexygirls

    v0.11.2.x Testing

    How have you turned it on?
  10. xxxsexygirls

    11.2 - Dash Release

    has .2.17 been released?
  11. xxxsexygirls

    11.2 - Dash Release

    Worked, thank you and sorry for the noob questions :)
  12. xxxsexygirls

    11.2 - Dash Release

    Weird I am not able to kill it $pidof dashd 10600 $kill 10600 $./dashd Dash server starting Unable to bind to 0.0.0.0:9999 on this computer. Dash Core is probably already running. : Failed to listen on any port. Use -listen=0 if you want this.
  13. xxxsexygirls

    11.2 - Dash Release

    Thank you for your response, now I am unfortunately getting this Unable to bind to 0.0.0.0:9999 on this computer. Dash Core is probably already running. : Failed to listen on any port. Use -listen=0 if you want this.
  14. xxxsexygirls

    11.2 - Dash Release

    2015-04-01 12:54:52 dumpaddr thread stop 2015-04-01 12:54:52 addcon thread interrupt 2015-04-01 12:54:52 opencon thread interrupt 2015-04-01 14:22:18 : Cannot obtain a lock on data directory /home/xxx/.dash. Dash Core is probably already running. 2015-04-01 14:22:18 Shutdown : In progress...
  15. xxxsexygirls

    11.2 - Dash Release

    Hey guys, I just noticed one of my nodes was not listing in MN list. The daemon is lagging out ./dashd getinfo shows me no output, I tried to stop and start it again but I receive back error: no response from server. Anyone?
Back
Top