Author Topic: can't start bts_xt_server -- missing trustee.key  (Read 2230 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

This thread is way outdated.. locking.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline pleasestandup

  • Newbie
  • *
  • Posts: 1
    • View Profile
that file is probably not even required

Offline crazybit

i am unable the build the fc project on VS2013 with following error, anyone have any idea

2>GitSHA3.cpp(7): error C2065: “GIT”: undeclared identifier
2>GitSHA3.cpp(7): error C2065: “NOTFOUND”:undeclared identifier

Offline jamesc


Offline bytemaster

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?

That file is no longer required by the server (as of 10 minutes ago).
Though your client will require a trustee key if you want to run your own tests.   I will be creating a how-to for running the test environment.

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline HardFork

  • Jr. Member
  • **
  • Posts: 26
    • View Profile
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?