Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Dec 3, 2015
1 parent ba15eb3 commit 947111d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,24 @@ Inspired by [Bitcoin](https://github.com/bitcoin/bitcoin) and [OpenUDC project](

Software is still under development, and **no production currency using uCoin exists for now**.

However, it already exists a testing currency named [MetaBrouzouf](http://ucoin.io/try/).
However, it already exists a testing currency named [MetaBrouzouf](http://ucoin.io/try/). Want to test it? Two ways.

### Add your node to the network

```
$ wget -qO- https://raw.githubusercontent.com/ucoin-io/ucoin/master/install.sh | bash
$ ucoind init
$ ucoind sync metab.ucoin.io 9201
$ ucoind start
```

and you are done! See [Install documentation](https://github.com/ucoin-io/ucoin/wiki/Install-uCoin-node) for further details.

### Try Sakia Wallet

In the world of crypto-currencies, [Sakia Wallet](http://sakia-wallet.org/) would be called a [SPV](https://en.bitcoin.it/wiki/Thin_Client_Security#Simplified_Payment_Verification_.28SPV.29_Clients) client. It is a graphical client connecting to the network. See this [tutorial](http://forum.ucoin.io/t/subscribing-to-meta-brouzouf-testing-currency/199) to join in the testing currency with Sakia.

![](http://sakia-wallet.org/img/Dividends.png)

## Going further

Expand Down

0 comments on commit 947111d

Please sign in to comment.