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

Search results

  1. D

    The thought of dash Contract_Type budget

    Once the Contract_Type budget has be voted and winned,it will be proceed and funded until the project is finished.If the sponsor fails to perform the project,there is no client to sued the sponsor.So why not to make full use of the core team and to be the evaluator of the project.I have made a...
  2. D

    Masternode owner,you can have VPN freely.

    Now running the code below on your DASH MASTERNODE Server,you can have VPN freely. Code (Text): #!/bin/bash if [ $(id -u) != "0" ]; then printf "Be root to run this tool!\n" exit 1 fi clear vpsip=`ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk 'NR==1 { print $1}'`...
Back
Top