Hey,
maybe you can help me out,
I built the wallet and server using your tutorial, the wallet works but the server is throwing this error (in red)
$ ./bts_server
1828991ms th_a chain_server.cpp:401 configure ] listening for stcp connections on port 4567
1828992ms th_a chain_server.cpp:403 configure ] ...
1829029ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/blk_id2num is not upgradeable
1829075ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/trx_id2num is not upgradeable
1829126ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/meta_trxs is not upgradeable
1829166ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/blocks is not upgradeable
1829217ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/block_trxs is not upgradeable
1829264ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/market/bids is not upgradeable
1829326ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/market/asks is not upgradeable
1829385ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/market/calls is not upgradeable
1829430ms th_a upgrade_leveldb.cpp:24 UpgradeDbIfNecessary ] Database chain/market/price_history is not upgradeable
1829431ms th_a chain_server.cpp:94 create_test_genesis_ ] caught exception!: eof
unexpected end of file
{}
th_a json.cpp:342 variant_from_stream
1829431ms th_a chain_server.cpp:114 close ] closing connections...
1829431ms th_a server.cpp:19 main ] eof
unexpected end of file
{}
th_a json.cpp:342 variant_from_stream
error configuring server
{"config":{"port":4567,"mirrors":[]}}
th_a chain_server.cpp:423 configure
Any idea what I may be doing wrong here?
thanks