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

Pages: [1] 2
1
Deutsch (German) / Re: Skills & Qualifikation (D-CH-S)
« on: February 01, 2015, 06:58:15 am »
Darkcoin Core Entwickler ;-)
... aus Berlin.

2
Deutsch (German) / Re: Konferenz in Frankfurt 28/30.1
« on: February 01, 2015, 06:57:20 am »
und, wie war's?

3
is this a fresh compile? if not maybe a "make clean; make" can help

did not work with make clean either, it seemed to be a bug. with v0.4.17 its working now. thanks everyone.

(clang is awesome btw, why did I ever use gcc lol)

4
Damn, what's missing now?

Code: [Select]
bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp:356:34: error: no member named 'get_mail_client' in 'bts::client::client'
  clientWrapper()->get_client()->get_mail_client()->new_mail_notifier.connect([=](int newMessages) {
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^


5
Thanks everyone, will switch to clang.

Edit, just saw that it will be fixed in gcc 4.9.2.... I'm on 4.9.1 so just need to wait till it's available in ArchLinux.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62079

6
Hi recently I can not compile btsx wallet anymore.

This is my AUR package (install script) https://aur.archlinux.org/packages/bi/bitshares-x/PKGBUILD

This is the error I get:

Code: [Select]
[ 78%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o
[ 78%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/genesis_json.cpp.o
/home/afri/aur/bitshares-x/src/bitsharesx/libraries/blockchain/chain_database.cpp: In member function ‘void bts::blockchain::chain_database::open(const fc::path&, fc::optional<fc::path>, std::function<void(float)>)’:
/home/afri/aur/bitshares-x/src/bitsharesx/libraries/blockchain/chain_database.cpp:1189:63: internal compiler error: in calc_dfs_tree, at dominance.c:401
    } FC_RETHROW_EXCEPTIONS( warn, "", ("data_dir",data_dir) ) }
                                                               ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
libraries/blockchain/CMakeFiles/bts_blockchain.dir/build.make:570: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o' failed
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 1
CMakeFiles/Makefile2:714: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/all' failed
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2

gcc version 4.9.1 20140903 (prerelease)

Any ideas?

7
Technical Support / I have 70k BTSX but my balance shows 0.
« on: August 26, 2014, 11:48:23 am »
Any idea why?


8
Compiling on ARCHLINUX, I get this:

Code: [Select]
Scanning dependencies of target wallet_tests
[ 98%] Building CXX object tests/CMakeFiles/wallet_tests.dir/wallet_tests.cpp.o
[ 98%] Built target server_node
[ 98%] Building CXX object programs/qt_wallet/CMakeFiles/BitSharesX.dir/Utilities.cpp.o
[ 99%] Building CXX object programs/qt_wallet/CMakeFiles/BitSharesX.dir/MainWindow.cpp.o
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/ClientWrapper.cpp: In member function 'void ClientWrapper::confirm_and_set_approval(QString, bool)':
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/ClientWrapper.cpp:187:21: error: 'class bts::client::client' has no member named 'wallet_account_set_approval'
get_client()->wallet_account_set_approval(delegate_name.toStdString(), approve);
^
programs/qt_wallet/CMakeFiles/BitSharesX.dir/build.make:193: recipe for target 'programs/qt_wallet/CMakeFiles/BitSharesX.dir/ClientWrapper.cpp.o' failed
make[2]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/ClientWrapper.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Scanning dependencies of target client_rpc_tests
[ 99%] Building CXX object tests/client_rpc_tests/CMakeFiles/client_rpc_tests.dir/client_rpc_tests.cpp.o
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp: In member function 'void MainWindow::importWallet()':
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp:578:38: error: 'class bts::client::client' has no member named 'wallet_backup_restore'
clientWrapper()->get_client()->wallet_backup_restore(walletPath.toStdString(),
^
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp: In lambda function:
/home/joe/Temp/bitshares-x/src/bitsharesx/programs/qt_wallet/MainWindow.cpp:605:37: error: 'class bts::client::client' has no member named 'wallet_backup_create'
_clientWrapper->get_client()->wallet_backup_create(savePath.toStdString());
^
In file included from /usr/include/boost/test/unit_test.hpp:20:0,
from /home/joe/Temp/bitshares-x/src/bitsharesx/tests/dev_tests.cpp:2:
/home/joe/Temp/bitshares-x/src/bitsharesx/tests/dev_tests.cpp: In member function 'void basic_commands::test_method()':
/home/joe/Temp/bitshares-x/src/bitsharesx/tests/dev_tests.cpp:12:26: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
BOOST_FIXTURE_TEST_CASE( basic_commands, chain_fixture )
^
programs/qt_wallet/CMakeFiles/BitSharesX.dir/build.make:239: recipe for target 'programs/qt_wallet/CMakeFiles/BitSharesX.dir/MainWindow.cpp.o' failed
make[2]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/MainWindow.cpp.o] Error 1
CMakeFiles/Makefile2:1841: recipe for target 'programs/qt_wallet/CMakeFiles/BitSharesX.dir/all' failed
make[1]: *** [programs/qt_wallet/CMakeFiles/BitSharesX.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable dev_tests
Linking CXX executable wallet_tests
Linking CXX executable client_rpc_tests
[ 99%] Built target dev_tests
[ 99%] Built target wallet_tests
[ 99%] Built target client_rpc_tests
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

This is my install script: https://aur.archlinux.org/packages/bi/bitshares-x/PKGBUILD

Any idea what's missing?

9
Wow thanks for that. Took me half an hour to find out you need to build the web wallet first. Will create an AUR package now.

Edit https://aur.archlinux.org/packages/bitshares-x/

10
BitShares PTS / Re: Exchanges
« on: February 12, 2014, 11:08:29 pm »
Just seen on poloniex...

https://poloniex.com/exchange/btc_pts

11
There is a work in progress, I think this bounty is better done cooperatively than competitively. Equal expected return per hour but higher chance of getting the bounty before feb 28th

https://github.com/nmushegian/BitShares/blob/spec/doc/spec.md

Yes I've seen this. I didnt mean to start a competition here. I just dont see anything happening for several days now...

I dont want to do this. But If I start working on bitshares I can do it because I need it.

12
If nobody completes it this week i will start working on this bounty because i need the specification really bad :)


13
General Discussion / Re: Bitshares white paper and protocol specification
« on: February 12, 2014, 09:28:30 am »
Mh... Feb/14 is too late...

Too late for what..?

I'm developing various stuff for bitshares and need most up to date technical specifiactions as soon as possible.

14
Missing AGS and how do I specify the day... I should have access to every day (after the launch), not just the most recent day.

Ok, will adjust the script to output daily results and create AGS integration. I've overread that part.

Daily JSON is enough or do you want to be able to get the result on the basis of a specified block?

15
patience, young padawan, there is a bounty for two of us ;)

Pages: [1] 2