Author Topic: bitshares-ui local  (Read 1583 times)

0 Members and 1 Guest are viewing this topic.

Offline gamadreal

  • Newbie
  • *
  • Posts: 3
    • View Profile
i can`t register user through faucet in local machine. on create new user i get a error:
Code: [Select]
Failed to create account: gdfg-hfgh - Assert Exception: itr != _by_name.end(): no method with name 'register_account'
please tell me what i do is wrong.
1. im up 4 witness:
Code: [Select]
#!/usr/bin/env bash
nohup /home/ubuntu/bts/graphene/programs/witness_node/witness_node --data-dir=data --rpc-endpoint 127.0.0.1:8090
nohup /home/ubuntu/bts/graphene/programs/witness_node/witness_node --data-dir=data --rpc-endpoint 127.0.0.1:8091
nohup /home/ubuntu/bts/graphene/programs/witness_node/witness_node --data-dir=data --rpc-endpoint 127.0.0.1:8092
nohup /home/ubuntu/bts/graphene/programs/witness_node/witness_node --data-dir=data --rpc-endpoint 127.0.0.1:8093
2. install ruby faucet and up on port 3000
3. install bitshares ui and up on port 8080, in setting(through brouser) write for faucet "http://localhost:3000" and in active node write "ws://127.0.0.1:8090".

i think solution exist in wrong up witness. but why i can work(get balance nathan and transfet money for other testusers) wallet_cli with witness 8090?