Author Topic: Develop graphene questions  (Read 1719 times)

0 Members and 1 Guest are viewing this topic.

Offline sschiessl

  • Administrator
  • Hero Member
  • *****
  • Posts: 662
    • View Profile
  • BitShares: sschiessl
Hello gamadreal,

Who is we in the case? What is the purpose of forking the whole thing? Many use cases fit perfectly into the existing Blockchain. Regardless, if you present yourself you will increase attention greatly.

Anyways, Digital Lucifer answered you in Telegram saying that you might want to hire a dev to do personal consulting for you. The knowledge you are seeking is quite unique.

Your faucet deployment might fail due to the porr being used. For actual debuging your question should be more precise and accompanied with stack traces.

Offline gamadreal

  • Newbie
  • *
  • Posts: 3
    • View Profile
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?
« Last Edit: April 23, 2018, 02:10:18 pm by gamadreal »