Advertisement
Guest User

Bitshares - on Ubuntu - regional settings - Slovak

a guest
Feb 14th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.48 KB | None | 0 0
  1. ./BitShares
  2. Listening for new instances on /tmp/BitShares
  3. 2444941ms th_a       thread.cpp:95                 thread               ] name:bitshares tid:140432228964096
  4. 2444949ms th_a       MainWindow.cpp:999            loadWebUpdates       ] No web update package found.
  5. Using blocking call!
  6. 2445016ms th_a       ClientWrapper.cpp:136         initialize           ] config: {
  7.   "logging": {
  8.     "includes": [],
  9.     "appenders": [{
  10.         "name": "stderr",
  11.         "type": "console",
  12.         "args": {
  13.           "stream": "std_error",
  14.           "level_colors": [{
  15.               "level": "debug",
  16.               "color": "green"
  17.             },{
  18.               "level": "warn",
  19.               "color": "brown"
  20.             },{
  21.               "level": "error",
  22.               "color": "red"
  23.             }
  24.           ]
  25.         },
  26.         "enabled": true
  27.       },{
  28.         "name": "stdout",
  29.         "type": "console",
  30.         "args": {
  31.           "stream": "std_out",
  32.           "level_colors": [{
  33.               "level": "debug",
  34.               "color": "green"
  35.             },{
  36.               "level": "warn",
  37.               "color": "brown"
  38.             },{
  39.               "level": "error",
  40.               "color": "red"
  41.             }
  42.           ]
  43.         },
  44.         "enabled": true
  45.       }
  46.     ],
  47.     "loggers": [{
  48.         "name": "default",
  49.         "parent": null,
  50.         "level": "debug",
  51.         "enabled": true,
  52.         "additivity": false,
  53.         "appenders": [
  54.           "stderr"
  55.         ]
  56.       }
  57.     ]
  58.   },
  59.   "ignore_console": false,
  60.   "client_debug_name": "",
  61.   "rpc": {
  62.     "enable": false,
  63.     "enable_cache": true,
  64.     "rpc_user": "randomuser",
  65.     "rpc_password": "b62454d09d9ccfd70f0eb817ff8e263d7339c9002c93546ab6c97ce894d4d241",
  66.     "rpc_endpoint": "127.0.0.1:0",
  67.     "httpd_endpoint": "127.0.0.1:0",
  68.     "encrypted_rpc_endpoint": "127.0.0.1:0",
  69.     "encrypted_rpc_wif_key": "",
  70.     "htdocs": "./htdocs"
  71.   },
  72.   "genesis_config": null,
  73.   "statistics_enabled": false,
  74.   "default_peers": [
  75.     "46.226.109.66:1776",
  76.     "54.77.51.177:1776",
  77.     "54.79.27.224:1776",
  78.     "61.129.33.213:1776",
  79.     "84.238.140.192:42577",
  80.     "85.214.53.224:1776",
  81.     "95.85.33.16:8764",
  82.     "104.131.35.149:1776",
  83.     "106.185.26.162:1776",
  84.     "178.62.50.61:1776",
  85.     "178.62.50.61:1777",
  86.     "178.62.50.61:1778",
  87.     "178.62.50.61:1779",
  88.     "178.62.157.161:1776",
  89.     "180.153.142.120:1777",
  90.     "185.25.22.21:1776",
  91.     "188.226.195.137:60696"
  92.   ],
  93.   "maximum_number_of_connections": 200,
  94.   "use_upnp": true,
  95.   "chain_servers": [],
  96.   "chain_server": {
  97.     "enabled": false,
  98.     "listen_port": 0
  99.   },
  100.   "wallet_enabled": true,
  101.   "min_relay_fee": 10000,
  102.   "wallet_callback_url": "",
  103.   "light_network_fee": 10000,
  104.   "light_relay_fee": 10000,
  105.   "relay_account_name": "",
  106.   "faucet_account_name": "",
  107.   "growl_notify_endpoint": null,
  108.   "growl_password": null,
  109.   "growl_bitshares_client_identifier": null,
  110.   "mail_client_enabled": false,
  111.   "mail_server_enabled": false
  112. }
  113. 2445017ms th_a       ClientWrapper.cpp:139         initialize           ] Starting client with data-dir: /home/gabo/.BitShares
  114. Loading config from file: /home/gabo/.BitShares/config.json
  115. QSslSocket: cannot resolve SSLv2_client_method
  116. QSslSocket: cannot resolve SSLv2_server_method
  117. /index.html
  118. /css/app.css
  119. /js/app.js
  120. /locale-en.json
  121. /img/xts-logo-xl-white-shadow.png
  122. /img/logo-ico.svg
  123. /img/xt-background.jpg
  124. /webfonts/opensans-regular.woff
  125. /webfonts/fontawesome-webfont.woff
  126. /img/logo-ico.svg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement