BitShares Forum

Main => Technical Support => Topic started by: MitCanto on March 22, 2018, 09:12:16 pm

Title: how create my own cryptocurrency?
Post by: MitCanto on March 22, 2018, 09:12:16 pm
 hi, i want create my own cryptocurrency, in private network using a core the Bitshares, but i don't know how . someone has created a cryptocurrency, I am not sure how this part works. i need help u.u
Title: Re: how create my own cryptocurrency?
Post by: abit on March 24, 2018, 06:41:55 pm
http://docs.bitshares.org/testnet/private-testnet.html
Title: Re: how create my own cryptocurrency?
Post by: dev.qualwebs on April 02, 2018, 06:47:04 am
Hello,
I successfully did the testnet part.
In which direction I should move further.
Thanx.
Title: Re: how create my own cryptocurrency?
Post by: abit on April 03, 2018, 05:09:13 pm
What do you need now? You have a private testnet now, so you have the coins.
Title: Re: how create my own cryptocurrency?
Post by: dev.qualwebs 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
Title: Re: how create my own cryptocurrency?
Post by: abit on April 04, 2018, 08:11:22 pm
By default you have all the coins. You can claim them according to the examples. If you want witnesses to get reward, one option is "burn" some of your coins with "reserve_asset" command in cli_wallet. Or change genesis file somehow so you don't get all coins in the beginning. Or change code.
Title: Re: how create my own cryptocurrency?
Post by: lloid on April 05, 2018, 05:18:00 pm
In my-genesis.json there is "asset_symbol": "BTS",
How can I change it to my own asset symbol?
Title: Re: how create my own cryptocurrency?
Post by: dev.qualwebs 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
Title: Re: how create my own cryptocurrency?
Post by: abit on April 17, 2018, 08:40:58 pm
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
Use local wallet mode, which is an "advanced" feature somewhere in the UI.
Title: Re: how create my own cryptocurrency?
Post by: dev.qualwebs 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 (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?
Title: Re: how create my own cryptocurrency?
Post by: abit on April 20, 2018, 06:20:11 pm
Perhaps join https://t.me/BTS_Node_Admins and ask there.

We're making new docs but it may take some time.
Title: Re: how create my own cryptocurrency?
Post by: dev.qualwebs 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.
Title: Re: how create my own cryptocurrency?
Post by: abit on May 07, 2018, 10:54:02 pm
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.
Put password in faucet's config file?
Title: Re: how create my own cryptocurrency?
Post by: dev.qualwebs 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