Author Topic: the problem of rpc servr  (Read 1504 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I think currently you can only use the command line client to do this: https://github.com/BitShares/bitshares/issues/1098
I can remember BM saying that the GUI actually has the RPC service running .. as it's connecting to the core with via RPC ..

BUT!! ... the username and password is RANDOMLY chosen .. you could reset with a console command .. but then your GUI will lose the connection to the core as a consequence ..

Offline vikram

I think currently you can only use the command line client to do this: https://github.com/BitShares/bitshares/issues/1098

Offline bitandrew

  • Jr. Member
  • **
  • Posts: 34
    • View Profile
I just want to start a RPC server ,and my bot will link to

thank you!
Delegate: andrew.btsdacs
Bts: btsfang

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Read through this:
http://wiki.bitshares.org/index.php/BitShares/Clients

Not sure what you want to achieve

Offline bitandrew

  • Jr. Member
  • **
  • Posts: 34
    • View Profile
Wallet version:v0.4.24.1
OS: win7

when I start rpc server with command "rpc_start_server" in control tag,it shows:
>> rpc_start_server

OK

then I input "about",but it shows:
>> about

undefined

and other command shows "undefined" too

is this a bug or the wrong operation?

thank you!

Delegate: andrew.btsdacs
Bts: btsfang