Technologov
Active member
When I installed Dash Masternode on Linux with 12.2, I downloaded like this:
wget https://www.dash.org/binaries/dashcore-0.12.2.3-linux64.tar.gz
The problem is: This command with 12.3 fails:
wget https://www.dash.org/binaries/dashcore-0.12.3.1-linux64.tar.gz
Any links?
UPDATE: Nevermind. I solved it.
The new commands for 12.3 are:
wget https://github.com/dashpay/dash/rel...3.1/dashcore-0.12.3.1-x86_64-linux-gnu.tar.gz
tar xvf dashcore-0.12.3.1-x86_64-linux-gnu.tar.gz
~/dashcore-0.12.3/bin/dashd &
wget https://www.dash.org/binaries/dashcore-0.12.2.3-linux64.tar.gz
The problem is: This command with 12.3 fails:
wget https://www.dash.org/binaries/dashcore-0.12.3.1-linux64.tar.gz
Any links?
UPDATE: Nevermind. I solved it.
The new commands for 12.3 are:
wget https://github.com/dashpay/dash/rel...3.1/dashcore-0.12.3.1-x86_64-linux-gnu.tar.gz
tar xvf dashcore-0.12.3.1-x86_64-linux-gnu.tar.gz
~/dashcore-0.12.3/bin/dashd &
Last edited: