Bitcoin Forum
July 23, 2024, 09:25:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Альтернативные криптовалюты / Re: Как настроить мастерноду на VPS? on: August 01, 2018, 09:29:26 PM
Добрый день! Всё делал как в вашей инструкции,но у меня не получается.
Даже кошелек синхронизировался, но нода так и не запускается.
Код ошибки:
startmasternode "local|all|many|missing|disabled|alias" lockwallet ( "alias" )

Attempts to start one or more masternode(s)

Arguments:
1. set         (string, required) Specify which set of masternode(s) to start.
2. lockwallet  (boolean, required) Lock wallet after completion.
3. alias       (string) Masternode alias. Required if using 'alias' as the set.

Result: (for 'local' set):
"status"     (string) Masternode status message

Result: (for other sets):
{
  "overall": "xxxx",     (string) Overall status message
  "detail": [
    {
      "node": "xxxx",    (string) Node name or alias
      "result": "xxxx",  (string) 'success' or 'failed'
      "error": "xxxx"    (string) Error message, if failed
    }
    ,...
  ]
}

Examples:
> printex-cli masternodestart "alias" "my_mn"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "masternodestart", "params": ["alias" "my_mn"] }' -H 'content-type: text/plain;' http://127.0.0.1: 9898/
 (code -1)
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW/MN][BOUNTY] ◭ Airin — The new masternode experience ◮ on: May 01, 2018, 05:52:28 AM
Hello! I wanted to support your network, but I do not synchronize my wallet. What could be the problem?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!