Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gamadreal

Pages: [1]
1
Technical Support / bitshares-ui local
« on: April 26, 2018, 04:11:28 pm »
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?

2
Русский (Russian) / Вопрос по графену
« on: April 23, 2018, 12:59:09 pm »
что мы хотим сделать: поднять блокчейн сеть bitshares со всеми компонентами для разработки на локальной машине.
что было сделано:
1. скомпилировал bitshares-core со своим генезисом в testnet режиме
2. поднял witness node на порт 8090 (через wallet_cli работает. создается пользователь. переводятся средства)
3. развернул bitshares-ui, удалил все сиды, оставил толькот localhost:8090
4. посравил faucet на питоне. установил ему wss на localhost:8090
5. в bitshares-ui указал фаусет. при запуске, в bitshares-ui, в консоли сыпятся ошибки. говорит blockchain_id не существует, скорее всего типа тестовы, ок пропоскаем. далее ошибки на js файлы bitshares-ui.
если ставить faucet на руби, то ошибок нету, по при регистрации говорит что не обнаружет метод register_account, хотя через wallet_cli я смог создать пользователя nathan, перевести ему деньги и перевести от него деньги другому пользователю.

у меня скорее вопрос по том, как правильно поднять всю цепочку приложений так, чтобы они могли взаимодействовать между собой

3
Technical Support / Develop graphene questions
« on: April 23, 2018, 12:57:30 pm »
We are trying up a test blockchein with own crypto using bitshares sources for develop on local machine.
We've done:
1. Compiled bitshares-core with own genesis in testnet mode
2. Started a witness node at 8090 port (tested with a wallet_cli it's work fine - created a user, transfered some funds)
3. Deployed bitshares-ui, deleted all seeds, left localhost:8090 only
4. Installed faucet on pyton, installed wss on localhost:8090
5. Set the faucet at bitshares-ui. There is a lot errors in console log. blockchain_id is not exists (i think it's cuz testnet mode). all other errors goes to js-files of bitshares-ui
6. Using ruby faucet there is no log errors, but when trying to register it tells that there is no method "register_account". But using wallet_cli I was able to create nathan user, transfer funds to other user.

The questing is - how to install all applications properly, so they could interact each other?

Pages: [1]