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.


Topics - HardFork

Pages: [1]
1
Technical Support / can't start bts_xt_server -- missing trustee.key
« on: March 28, 2014, 01:49:23 am »
I got everything cloned and built OK.  When i try to run bts_xt_server, I'm getting

server.cpp:24                 main                 ] assert
fc::exists( "trustee.key" ):

Sure enough I don't have any trustee.key file anywhere.  Where do I get this file?

2
Technical Support / bts_wallet -- error on quit
« on: February 24, 2014, 06:28:02 am »
I am running bts_server fine.  I used to also have bts_wallet working, but I just did a pull today and now I'm having a problem with it.

When I try to quit it shows an error message and does not create a wallet file.  This is what it looks like:

listening for rpc connections on 127.0.0.1:57037
connecting to bitshares network: 127.0.0.1:4567
>>> q
unable to connect to bitshares network at this time.



3
In bts_wallet/main.cpp, I noticed lots of code of the form:

    main_thread->async( [=]() {
        // ... do stuff ...
    } ).wait();

What is the point of running async code if all you are doing is waiting for it to complete?  Why not replace the above code with just:

    // ... do stuff ...

4
Technical Support / bts_wallet's import_key command
« on: February 19, 2014, 01:55:10 am »
The bts_wallet command line app has the command: importkey PRIV_KEY.  What is the format of PRIV_KEY that the command expects?

5
Technical Support / build errors
« on: February 13, 2014, 10:19:28 pm »
I followed the build instructions.

When I run: make

I get:

../vendor/leveldb-1.12.0/libleveldb.a(port_posix.cc.o): In function `leveldb::port::InitOnce(int*, void (*)())':
/home/tzadik/BitShares/vendor/leveldb-1.12.0/port/port_posix.cc:50: undefined reference to `pthread_once'

6
General Discussion / new dev -- please send me some test shares
« on: February 04, 2014, 02:37:31 am »
Hi all... I'm a new dev just getting started on BitShares.  I have the code built and am running bts_server.  I also ran bts_wallet and created an address (Egn3ggkuVw4D2fMVaKw7iesCFmT).   Can someone send me some test shares?

Pages: [1]