Author Topic: RPC server was not started, configuration error  (Read 2032 times)

0 Members and 1 Guest are viewing this topic.

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
>>> approve bitcoiners

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
configure a port in the config
Code: [Select]
    "httpd_endpoint": "127.0.0.1:XXXXX",
make sure to take the httpd_endpoint ..

start your client with parameter "--server"
then you should be good to go

Offline bitcoinerS

  • Hero Member
  • *****
  • Posts: 592
    • View Profile
Having difficulties starting up rpc server on new machine..

Code: [Select]
>>> rpc_start_server 9989
rpc_server_port: 9989
RPC server was not started, configuration error

my config has:
Code: [Select]
"rpc": {
    "enable": true,
    "rpc_user": "test",
    "rpc_password": "test",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:0",
    "htdocs": "/home/bitcoiners/bitsharesx/programs/web_wallet/generated"
  }

Code: [Select]
>>> about
{
  "blockchain_name": "BitShares X",
  "blockchain_description": "Decentralized Autonomous Exchange",
  "client_version": "v0.4.15-a",
>>> approve bitcoiners