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 - cgafeng

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 35
61
General Discussion / Re: Light Wallet Beta Release
« on: February 24, 2015, 06:58:10 pm »
The windows version send and receive bts is success, and the balance is right, but can't show the trx history.
Test on win7/64bit.
share on:
1.0 beta 1 https://dl.dropboxusercontent.com/u/15663627/bts_light_wallet_win1.0beta.zip
1.0 beta 2 https://dl.dropboxusercontent.com/u/15663627/bts_light_wallet_win1.0beta2.zip
1.0 beta 3 https://dl.dropboxusercontent.com/u/15663627/bts_light_wallet_win1.0beta3.zip

And there are some wrong when run the qml, the Material i get from https://github.com/nathanhourt/qml-material
Code: [Select]
file:///E:/Qt/Qt5.4.0/5.4/msvc2013_opengl/qml/Material/ActionBar.qml:172:9: QML ListView: Binding loop detected for property "height"
qml: Open trx history for testbycgafeng/BTS

file:///E:/Qt/Qt5.4.0/5.4/msvc2013_opengl/qml/Material/Toolbar.qml:43: TypeError: Cannot read property 'color' of null

62
General Discussion / Re: Light Wallet Beta Release
« on: February 24, 2015, 10:07:36 am »
what's the server? I can build the windows version.
I think i have to change the code:
Code: [Select]
function connectToServer() {
    if( !wallet.connected )
       wallet.connectToServer("localhost", 3333)
 }

64
中文 (Chinese) / Re: 宣传达人Chen.Haonan的竞选宣言
« on: February 15, 2015, 12:37:37 pm »
设置论坛账号信息可以让人直接点击投票,如图


65
中文 (Chinese) / Re: 宣传达人Chen.Haonan的竞选宣言
« on: February 15, 2015, 08:42:04 am »
 +5%

66
中文 (Chinese) / Re: 发行BTS投资基金募集初步构思
« on: February 10, 2015, 09:00:25 am »
内盘的买卖市场是自由的,只有做多多空才受外盘影响,如果内外盘买卖价格不一致自然会有人搬砖赚取差价,没有外盘决定内盘价格的说法。

67
中文 (Chinese) / Re: 发行BTS投资基金募集初步构思
« on: February 10, 2015, 08:24:31 am »
操纵市场和计划经济一样不可取。

68
中文 (Chinese) / Re: 测试BTS钱包集合竞价服务
« on: February 05, 2015, 04:39:18 am »
多长时间竞价一次

69
中文 (Chinese) / Re: 启动BTS内盘资产兑换服务
« on: February 04, 2015, 01:46:10 am »
 +5%

70
DevShares / Re: DVS Light Wallet for Mac Open Beta
« on: February 02, 2015, 01:43:29 pm »
Build the window version by vs2013 is success.
But i try to build the android version by windows and looks like it can't be done.
I use the qt for android(windows) and need to build the boost by mingw, and the lib boost_context can't build on windows by mingw, any idea?


I think i figure out how to build the boost_context, will try it later.

guide please? I never get to know how to use VS, but certainly I want to build the Windows version. Thanks

不知道你是到哪一步卡住了,假设你已经能能用vs编译命令行的钱包,如果不行的话看BUILD_WIN32.md文件。

编译轻钱包另外用到了库qml-extras和qml-material,qt开发包Qt 5.4.0 for Windows 32-bit (VS 2013, OpenGL) ,Qt 5.4.0 for Android (Windows 32-bit),可以在http://www.qt.io/download-open-source/#section-3下载。

Qt5.4或5.3版本应该都可以,用qt5.4 for android其实只是用来编译qml-extras和qml-material,用Qt 5.4.0 for Windows 32-bit (MinGW 4.9.1)也可以。
编译qml-extras和qml-material一样,都用命令行设置环境变量后用mingw编译。假设qt for android安装在d:/qt/qtAndroid
Code: [Select]
set PATH=D:\Qt\qtAndroid\5.4\mingw491_32\bin;D:\Qt\qtAndroid\Tools\mingw491_32\bin;%PATH%;
qmake
mingw32-make.exe
mingw32-make.exe check
mingw32-make.exe install
编译成功后D:\Qt\qtAndroid\5.4\mingw491_32\qml目录下就会有material,拷贝material到Qt for Window目录下D:\Qt\Qt5.4.0\5.4\msvc2013_opengl\qml。我觉着ubuntu下编译出来的material应该也可以直接拷贝过来用。


在能编译命令行钱包的基础上添加环境变量,设置vs使用的qt库目录
CMAKE_PREFIX_PATH D:\Qt\Qt5.3.0\5.3\msvc2013
添加编译轻钱包
INCLUDE_LIGHT_WALLET TRUE

这样就行了。

71
DevShares / Re: DVS Light Wallet for Mac Open Beta
« on: February 02, 2015, 02:50:15 am »
Build the window version by vs2013 is success.
But i try to build the android version by windows and looks like it can't be done.
I use the qt for android(windows) and need to build the boost by mingw, and the lib boost_context can't build on windows by mingw, any idea?


I think i figure out how to build the boost_context, will try it later.

72
DevShares / Re: DVS Light Wallet for Mac Open Beta
« on: January 31, 2015, 02:26:18 am »
Great. I'll wait for the build instructions for Linux.

Out of curiosity I attempted to build the light wallet a couple days ago and ran into some major problems trying to get it to work with Qt 5.3 (which is not installed by default on my Ubuntu 14.04 system)  and qml-material. So, I hope you will have clear instructions on how to build from source on Ubuntu 14.04.
qml-material need to install.

73
中文 (Chinese) / Re: bitcny图标设计大赛
« on: January 29, 2015, 12:24:08 pm »
¥符号应该用010101来填充
这个主意好

74
我很好奇这个资金运营如何合法化。
有没有打算做美股基金,国内股市不敢碰。

Pages: 1 2 3 4 [5] 6 7 8 9 10 11 12 ... 35