Author Topic: Improving Light Wallet (Users) & Web Wallet (Providers) Performance  (Read 1137 times)

0 Members and 1 Guest are viewing this topic.

Offline sahkan

  • Sr. Member
  • ****
  • Posts: 247
    • View Profile
    • BitShares DEX
It has recently came to my attention that users have issues with their connection speed (latency) - https://bitsharestalk.org/index.php/topic,24056.0.html

Here are some steps that everyone can take to improve their wallets:

USERS

Using graphics by FAV:


In either Light Wallets (downloads) or web wallets go to SETTINGS, ACCESS and click ADD API, add the following two servers one at a time:
wss://dexnode.net/ws
wss://altcap.io/ws
wss://node.market.rudex.org


WEB WALLET HOSTS:

Edit file:
~/bitshares-ui/web/app/api/apiConfig.js

and add:
Code: [Select]
{url: "wss://dexnode.net/ws", location: "Dallas, USA"},
{url: "wss://altcap.io/ws", location: "Paris, France"},
(url: "wss://node.market.rudex.org", location: "Germany"},

Recompile your build.

DEVS
If you have a minute please add above to https://github.com/bitshares/bitshares-ui/blob/bitshares/web/app/api/apiConfig.js

If anyone else is running a full node with a secure websocket access please post here so we can get the list of access points growing.


« Last Edit: May 03, 2017, 05:08:01 am by sahkan »