Scripts and tools for deploying and managing Platinum blockchain masternodes.
The images below show the Platinum Core wallet with the integrated masternode management interface.
Before running the installation script, make sure your server meets the following requirements:
- Ubuntu 18.04 LTS or newer
- Root or sudo privileges
- Git
- curl
- wget
- Internet connection
sudo bash
git clone https://github.com/FelicioX/platinum-masternode.git
cd platinum-masternode
chmod +x mn_platinum.sh
./mn_platinum.shExample platinum.conf
rpcuser=rpc_user
rpcpassword=your_secure_password
rpcport=54582
rpcallowip=127.0.0.1
daemon=1
listen=1
staking=0
connect=177.125.123.238
connect=157.230.223.211
connect=159.65.240.99
connect=157.230.132.231
connect=178.62.195.103
connect=138.68.85.71
connect=209.97.134.255
connect=159.203.9.176| Service | Port |
|---|---|
| P2P | 22583 |
| RPC | 54582 |
- Automated masternode installation
- Blockchain synchronization
- RPC configuration
- Network peer configuration
- Masternode management
- Linux deployment script
- Platinum Core compatibility
MIT License