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 - dev.qualwebs

Pages: [1]
1
Technical Support / Re: how create my own cryptocurrency?
« on: May 08, 2018, 12:11:05 pm »
Thanks abit!

But where I can put cli_wallet password in faucet? Can you please suggest the parameter name like cli_wallet_connection?

thanks,
qual

2
Technical Support / Re: how create my own cryptocurrency?
« on: May 05, 2018, 11:58:16 am »
Hello,
I created my private testnet setup and now I want to run it on a server so that other user can also play with it.
But the problem is I cant run cli_wallet with nohup command to make it run for indefinite time.
I run cli_wallet through nohup but how I will enter my password of cli_wallet in order to connect it with the faucet.

3
Technical Support / Re: Account Registration Failed
« on: April 23, 2018, 01:13:51 pm »
Thanks abit!

Yeah got it.

Now I created 2 accounts with it then suddenly it stopped working and throwing below error on bitshare UI and faucet console.

Code: [Select]
Websocket RPC Error: {"code"=>1, "message"=>"Assert Exception: base58str.substr( 0, prefix_len ) == prefix: ", "data"=>{"code"=>10, "name"=>"assert_exception", "message"=>"Assert Exception", "stack"=>[{"context"=>{"level"=>"error", "file"=>"types.cpp", "line"=>49, "method"=>"public_key_type", "hostname"=>"", "thread_name"=>"th_a", "timestamp"=>"2018-04-23T13:04:46"}, "format"=>"base58str.substr( 0, prefix_len ) == prefix: ", "data"=>{"base58str"=>"GPH5b6Xj2z8RxbNv4AYVCT3QEoRHRftRectNj22N39fHpQkxL3Ete"}}, {"context"=>{"level"=>"warn", "file"=>"websocket_api.cpp", "line"=>125, "method"=>"on_message", "hostname"=>"", "thread_name"=>"th_a", "timestamp"=>"2018-04-23T13:04:46"}, "format"=>"", "data"=>{"call.method"=>"call", "call.params"=>[0, "register_account", ["qqq", "GPH5b6Xj2z8RxbNv4AYVCT3QEoRHRftRectNj22N39fHpQkxL3Ete", "GPH5gBcKcNZyyjHM7LRwiFz8Myjq9j3uegha1yGux6egStjk4vzjA", "nathan", "nathan", 0, true]]}}]}}
!!! register_account error: {"code"=>1, "message"=>"Assert Exception: base58str.substr( 0, prefix_len ) == prefix: ", "data"=>{"code"=>10, "name"=>"assert_exception", "message"=>"Assert Exception", "stack"=>[{"context"=>{"level"=>"error", "file"=>"types.cpp", "line"=>49, "method"=>"public_key_type", "hostname"=>"", "thread_name"=>"th_a", "timestamp"=>"2018-04-23T13:04:46"}, "format"=>"base58str.substr( 0, prefix_len ) == prefix: ", "data"=>{"base58str"=>"GPH5b6Xj2z8RxbNv4AYVCT3QEoRHRftRectNj22N39fHpQkxL3Ete"}}, {"context"=>{"level"=>"warn", "file"=>"websocket_api.cpp", "line"=>125, "method"=>"on_message", "hostname"=>"", "thread_name"=>"th_a", "timestamp"=>"2018-04-23T13:04:46"}, "format"=>"", "data"=>{"call.method"=>"call", "call.params"=>[0, "register_account", ["qqq", "GPH5b6Xj2z8RxbNv4AYVCT3QEoRHRftRectNj22N39fHpQkxL3Ete", "GPH5gBcKcNZyyjHM7LRwiFz8Myjq9j3uegha1yGux6egStjk4vzjA", "nathan", "nathan", 0, true]]}}]}}

Really don't know what happened with this.

Can you please suggest something ?

regards,

4
Technical Support / Account Registration Failed
« on: April 19, 2018, 02:47:24 pm »
Hi There,

After doing the steps for setting up faucet we successfully did it but now when trying to register a user it's returning error "Failed to create account: klp12345 - Assert Exception: itr != _by_name.end(): no method with name 'register_account'"

Code: [Select]
{"error":{"base":["Assert Exception: itr != _by_name.end(): no method with name 'register_account'"]}}
We've searched files on Faucet & BitShares UI but didn't find the API "register_account".

Thanks

5
Technical Support / Re: how create my own cryptocurrency?
« on: April 19, 2018, 05:16:00 am »
Thank you abit  :),

Now I am trying to set up faucet on a local testnet network, and following this documentation http://docs.bitshares.org/testnet/7-faucet.html.
I am totally new to this and don't have any specific knowledge about what configurations are needed to be done in order to connect it properly with the bitshares-ui.

It seems like the doc is incomplete or I am missing something.

I deployed it using mina successfully but still missing something which connects cli_wallet with the bitshares-ui.

Is there is any other documentation or blog that I can follow that might be helpful?

6
Technical Support / Re: how create my own cryptocurrency?
« on: April 09, 2018, 10:09:38 am »
How to login by bitshare-ui for the users like nathan,init0 in a private testnet and also for the accounts which are created by the cli_wallet.

what is the password for this accounts

Thank you

7
Technical Support / Re: how create my own cryptocurrency?
« on: April 04, 2018, 12:39:49 pm »
That's an inspiration to have a reply from you abit :)
We've coins and transactions are working too but the witness isn't receiving his share for approving transitions.
I am checking this by connecting it to local bitshares-ui and adding my localnode

8
Technical Support / Re: how create my own cryptocurrency?
« on: April 02, 2018, 06:47:04 am »
Hello,
I successfully did the testnet part.
In which direction I should move further.
Thanx.

Pages: [1]