Advertisement
hostmaria

Editing Maria MN @ ovh

Sep 29th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # sample mn 32
  2.  
  3. sudo nano /root/.mariahelm32/maria.conf
  4.  
  5. masternode=1
  6. externalip=51.161.166.164
  7. rpcbind=51.161.166.164
  8. bind=51.161.166.164
  9. masternodeaddr=51.161.166.164:47773
  10. masternodeprivkey=******
  11. rpcuser=*****
  12. rpcpassword=*****
  13. rpcallowip=127.0.0.1
  14. rpcport=47810
  15. server=1
  16. daemon=1
  17. listen=1
  18. port=47773
  19. maxconnections=256
  20. addnode=188.40.233.40
  21. addnode=188.40.233.41
  22. addnode=188.40.233.42
  23. addnode=188.40.233.43
  24. addnode=188.40.233.44
  25. addnode=188.40.233.39
  26. addnode=188.40.233.38
  27.  
  28.  
  29. # Save and close
  30.  
  31. # determine the number with: ps ax | grep mariad
  32. # screenshot: https://i.imgur.com/JOi5jpH.png
  33.  
  34. sudo kill -9 270436
  35.  
  36. sudo /usr/local/bin/mariad -datadir=/root/.mariahelm32 -confdir=/root/.mariahelm32/maria.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement