Skip to content

Commit

Permalink
sets masternode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Nov 27, 2021
1 parent 887ab21 commit 7c99419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/masternodesetup/README.md
Expand Up @@ -4,7 +4,7 @@
***
## Required
1) **BIR collateral value at current block** ([consult the collateral table](../../README.md#rewards-breakdown))
2) **Local Wallet https://github.com/decenomy/DSW/releases**
2) **Local Wallet https://github.com/birake/birakecoin/releases**
3) **VPS with UBUNTU 18.04** (it is possible to work on other versions but it is not tested)
4) **Putty https://www.putty.org/**
5) **Text editor on your local pc to save data for copy/paste**
Expand Down
2 changes: 1 addition & 1 deletion contrib/masternodesetup/masternodesetup.sh
Expand Up @@ -6,7 +6,7 @@ CONFIGFOLDER='/root/.birake'
COIN_DAEMON='biraked'
COIN_CLI='birake-cli'
COIN_PATH='/usr/local/bin/'
COIN_TGZ=`curl -s https://api.github.com/repos/__GITHUB_ACCOUNT__/__GITHUB_REPOSITORY__/releases/latest | grep "browser_download_url.*Linux\\.zip" | cut -d : -f 2,3 | tr -d \" | xargs`
COIN_TGZ=`curl -s https://api.github.com/repos/birake/birakecoin/releases/latest | grep "browser_download_url.*Linux\\.zip" | cut -d : -f 2,3 | tr -d \" | xargs`
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
COIN_NAME='birake'
COIN_PORT=39697
Expand Down

0 comments on commit 7c99419

Please sign in to comment.