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

Pages: [1]
1
中文 (Chinese) / Re: 云币交易所竞选贴
« on: January 14, 2015, 05:27:44 am »
 +5% +5% +5% +5% +5% +5% +5% +5% +5% +5% +5% +5%

3
install libdb4.8++ solved it

4
debug.log

 21 ProtoShares version v0.8.5-37-gb244683-dirty-beta (2013-11-10 22:51:48 -0800)
 22 Using OpenSSL version OpenSSL 1.0.1 14 Mar 2012
 23 Startup time: 2013-11-12 03:54:02
 24 Default data directory /root/.protoshares
 25 Using data directory /root/.protoshares
 26 Using at most 125 connections (1024 file descriptors available)
 27 Using 8 threads for script verification
 28 init message: Verifying wallet...
 29 dbenv.open LogDir=/root/.protoshares/database ErrorFile=/root/.protoshares/db.log
 30 ERROR: CDB() : error Invalid argument (22) opening database environment
 31 Moved old /root/.protoshares/database to /root/.protoshares/database.1384228442.bak. Retrying.
 32 dbenv.open LogDir=/root/.protoshares/database ErrorFile=/root/.protoshares/db.log
 33 ERROR: CDB() : error Invalid argument (22) opening database environment
 34 Error: Error initializing wallet database environment /root/.protoshares!
 35 Flush(false) db not started
 36 StopNode()
 37 Flushed 0 addresses to peers.dat  2ms
 38 Flush(true) db not started

5
I compile protoshares on CentOS 6.4

I got "Error initializing wallet database environment /path" error when run ./bitcoind .

6
BitShares PTS / compile protoshares error CentOS 6.4
« on: November 12, 2013, 02:32:36 am »
I compiled bitcoind successful, and compile protoshares I got some errors.

obj/main.o: In function `CBlockHeader::GetHash() const':
/root/ProtoShares/src/main.cpp:1335: undefined reference to `bts::momentum_verify(uint256, unsigned int, unsigned int)'
obj/main.o: In function `CBlockHeader::CalculateBestBirthdayHash(int&)':
/root/ProtoShares/src/main.cpp:1345: undefined reference to `bts::momentum_search(uint256)'
collect2: ld returned 1 exit status
make: *** [bitcoind] Error 1


please help me, thanks.

Pages: [1]