Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bitcoinerS

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 ... 40
166
Technical Support / Re: CMake Error 0.4.16
« on: September 21, 2014, 06:05:35 am »
Found solution.

Installing package qttools5-dev solved the problem.

167
Technical Support / CMake Error 0.4.16
« on: September 21, 2014, 05:58:40 am »
Gettting an error trying to build web_wallet on Ubuntu 14.10

$ cmake -DINCLUDE_QT_WALLET=ON .
...
Code: [Select]
CMake Error at programs/qt_wallet/CMakeLists.txt:51 (find_package):
  By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5LinguistTools", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

    Qt5LinguistToolsConfig.cmake
    qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.

168
General Discussion / Re: BitAssets on coinmarketcap
« on: September 20, 2014, 07:28:07 am »
I've setup a json feed for Gliss to use on Coinmarketcap with info on BTSX supply as well as some more detailed info for each market issued asset:
  • Current supply
  • Average price
  • Ask and bid depth
Hopefully this will ensure a correct supply in the primary listing, and make it easy for him to maintain updated info on the various market assets.

Mind sharing  link to the json feed with us?

The idea was to keep it private for only Coinmarketcap to use to reduce stress on my server, it's limited info compared to what's available on my site anyway. Do you need it for something in particular?

Not really. Other exchanges may need this data at some point when they list bitassets.

169
Hmm the wallet graphs have disappeared in 0.4.16 :(

Not for me.

170
If everything compiled fine what are you trying to make?? You're done :)

Obviously not.

make would not fail if all was fine.

But you dont need to type "make" - that builds every single target. You just need "make BitSharesX"

Yes, I can do without that target and still use the client. However I would like to make sure all targets  build successfully.

171
If everything compiled fine what are you trying to make?? You're done :)

Obviously not.

make would not fail if all was fine.

172
No compile issues here. Maybe clone it again?

git pull
git checkout v0.4.16-RC1
git submodule init
git submodule update
git cmake -DINCLUDE_QT_WALLET=ON .
make bitshares_client
make buildweb
make BitSharesX

Ok. Cloned another copy of the repo and did steps above. All compiles fine. After that ran

make

and got the same error again.
WebUpdates.hpp: No such file or directory

173
git submodule update  ?

yes, did update. same result.
git submodule init ?
should be done before update.

both git submodule init and update were done.

174
Found the problem. Had to

Code: [Select]
rm CMakeCache.txt
cmake .


now it compiles.

Actually this did not solve the problem, just removed web_wallet build from configuration. So now I did

Code: [Select]
cmake -DINCLUDE_QT_WALLET=ON .
and getting the same error again.

fatal error: WebUpdates.hpp: No such file or directory

175
git submodule update  ?

yes, did update. same result.

176
Technical Support / fatal error: WebUpdates.hpp: No such file or directory
« on: September 19, 2014, 03:25:40 pm »
Having problems compiling 0.4.16-RC1 on Ubuntu 14.10.

Code: [Select]
[code][ 92%] Building CXX object programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/main.cpp.o
In file included from /home/bitcoiners/local/bitsharesx/programs/utils/web_update_utility/main.cpp:1:0:
/home/bitcoiners/local/bitsharesx/programs/utils/web_update_utility/update_utility.hpp:5:26: fatal error: WebUpdates.hpp: No such file or directory
 #include <WebUpdates.hpp>
                          ^
compilation terminated.
programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/build.make:54: recipe for target 'programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/main.cpp.o' failed
make[2]: *** [programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:1826: recipe for target 'programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/all' failed
make[1]: *** [programs/utils/web_update_utility/CMakeFiles/web_update_utility.dir/all] Error 2
Makefile:103: recipe for target 'all' failed
make: *** [all] Error 2

177
General Discussion / Re: BitAssets on coinmarketcap
« on: September 18, 2014, 06:50:02 pm »
I've setup a json feed for Gliss to use on Coinmarketcap with info on BTSX supply as well as some more detailed info for each market issued asset:
  • Current supply
  • Average price
  • Ask and bid depth
Hopefully this will ensure a correct supply in the primary listing, and make it easy for him to maintain updated info on the various market assets.

Mind sharing  link to the json feed with us?

178
General Discussion / Plans to support account names in other languages?
« on: September 18, 2014, 04:37:24 pm »
Are there any plans to add support for BitShares account names using alphabets from other languages? Unicode?

179
General Discussion / Re: Block Explorer and Delegates Listing
« on: September 18, 2014, 03:47:16 pm »
It would be great to be able to see, not only BitAssets price history, but also price history of the corresponding real Assets and history of price correlation in the same chart.

180
Technical Support / Re: Invalid RPC Request
« on: September 17, 2014, 05:43:36 pm »
found error:

this configuration works:

Code: [Select]
"rpc": {
    "enable": true,
    "rpc_user": "test",
    "rpc_password": "test",
    "rpc_endpoint": "127.0.0.1:0",
    "httpd_endpoint": "127.0.0.1:9989",
    "htdocs": "./programs/web_wallet/generated"
  }

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 ... 40