Post
Topic
Board Announcements (Altcoins)
Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network
by
Vrontis
on 11/10/2015, 22:37:45 UTC
In this release, version 0.23, we have two options to run the wallet, full GUI or limited to system tray.
You can use the relevant shortcut to launch it (or batch /shell script file) or use the regular executable run file and make sure that on the ​settings.json​ file you have set the options as described below :
Code:
"guienabled":false
"systray":true

Make sure you have your wallet updated to version 0.23 before the block ​142.000​.
Download the latest version from here : https://github.com/Qoracoin/Qora/releases/tag/0.23.0

You can now use the below two websites within the Qora web to send money or register a name.
Send Money
http://127.0.0.1:9090/webwallet
(public link : http://qora.co.in:9090/webwallet )

Register Name
http://127.0.0.1:9090/registername
(public link : http://qora.co.in:9090/registername )

If you want to build your own send money or name registration website, you can view the code of the above links here:

http://127.0.0.1:9090/namestorage:webwallet
(public link : http://qora.co.in:9090/namestorage:webwallet )

http://127.0.0.1:9090/namestorage:registername
(public link : http://qora.co.in:9090/namestorage:registername )

Also, there's now an easy way to upload files on blockchain by using the uploader in namestorage.


http://127.0.0.1:9090/namestorage.html
(public link : http://qora.co.in:9090/index/namestorage.html )

And our website has been updated, take a look at qora.org