Git Product home page Git Product logo

hthcoin / hth-legacy-old-chain Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 5.0 26.66 MB

Old Binaries and source code for HTH. Deprecated.

Home Page: https://hth.world/

License: MIT License

Makefile 8.82% Shell 2.97% M4 1.44% Python 5.24% QMake 0.01% C++ 38.50% Objective-C 0.03% C 29.28% Assembly 3.19% HTML 0.36% CSS 1.77% Objective-C++ 0.05% Java 0.22% Roff 8.11%
bitcoin charity coin crypto cryptocurrency masternode

hth-legacy-old-chain's People

Contributors

alexeykrasnoperov avatar altcoin-cash avatar charlesrocket avatar cimm avatar mclxi avatar michaelhdesigns avatar nicholasadmin avatar npq7721 avatar padima1 avatar redencore avatar thebeardbe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hth-legacy-old-chain's Issues

Travis CI fails building

What breaks travis builds?
https://travis-ci.com/HTHcoin/HTH/builds

Examples:
https://travis-ci.com/HTHcoin/HTH/jobs/167867834#L1869
"The command "make distdir PACKAGE=hthcoin VERSION=$HOST" exited with 2."
https://travis-ci.com/HTHcoin/HTH/jobs/167867834#L2745
"The command "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)" exited with 1."
https://travis-ci.com/HTHcoin/HTH/jobs/167867834#L2751
"The command "make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )" exited with 1."

Testnet not working

hthd crashes when attempting to run a testnet node:

./hth-testnet.sh: line 1: 3157 Aborted (core dumped)

Log:

2018-11-09 08:28:31 HTH Core version v1.2.0.0-fe2cda6 (2018-07-16 14:50:59 +0000)
2018-11-09 08:28:31 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2018-11-09 08:28:31 Validating signatures for all blocks.
2018-11-09 08:28:31 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2018-11-09 08:28:31 Default data directory /home/oliver/.hthcore
2018-11-09 08:28:31 Using data directory /home/oliver/.hthcore/testnet3
2018-11-09 08:28:31 Using config file /home/oliver/.hthcore/hth.conf
2018-11-09 08:28:31 Using at most 125 connections (1024 file descriptors available)
2018-11-09 08:28:31 Using 4 threads for script verification
2018-11-09 08:28:31 scheduler thread start
2018-11-09 08:28:31 HTTP: creating work queue of depth 16
2018-11-09 08:28:31 Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcuser for rpcauth auth generation.
2018-11-09 08:28:31 HTTP: starting 4 worker threads
2018-11-09 08:28:31 Creating backup folder /home/oliver/.hthcore/testnet3/backups
2018-11-09 08:28:31 Using wallet wallet.dat
2018-11-09 08:28:31 init message: Verifying wallet...
2018-11-09 08:28:31 CDBEnv::Open: LogDir=/home/oliver/.hthcore/testnet3/database ErrorFile=/home/oliver/.hthcore/testnet3/db.log
2018-11-09 08:28:31 Bound to [::]:17717
2018-11-09 08:28:31 Bound to 0.0.0.0:17717
2018-11-09 08:28:31 Cache configuration:
2018-11-09 08:28:31 * Using 12.5MiB for block index database
2018-11-09 08:28:31 * Using 29.9MiB for chain state database
2018-11-09 08:28:31 * Using 57.6MiB for in-memory UTXO set
2018-11-09 08:28:31 init message: Loading block index...
2018-11-09 08:28:31 Opening LevelDB in /home/oliver/.hthcore/testnet3/blocks/index
2018-11-09 08:28:31 Opened LevelDB successfully
2018-11-09 08:28:31 Using obfuscation key for /home/oliver/.hthcore/testnet3/blocks/index: 0000000000000000
2018-11-09 08:28:31 Opening LevelDB in /home/oliver/.hthcore/testnet3/chainstate
2018-11-09 08:28:31 Opened LevelDB successfully
2018-11-09 08:28:31 Wrote new obfuscate key for /home/oliver/.hthcore/testnet3/chainstate: 5950055fb763915d
2018-11-09 08:28:31 Using obfuscation key for /home/oliver/.hthcore/testnet3/chainstate: 5950055fb763915d
2018-11-09 08:28:31 LoadBlockIndexDB: last block file = 0
2018-11-09 08:28:31 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2018-11-09 08:28:31 Checking all blk files are present...
2018-11-09 08:28:31 LoadBlockIndexDB: transaction index enabled
2018-11-09 08:28:31 LoadBlockIndexDB: address index disabled
2018-11-09 08:28:31 LoadBlockIndexDB: timestamp index disabled
2018-11-09 08:28:31 LoadBlockIndexDB: spent index disabled
2018-11-09 08:28:31 Initializing databases...
2018-11-09 08:28:31 Pre-allocating up to position 0x1000000 in blk00000.dat
2018-11-09 08:28:31 ERROR: CheckProofOfWork(): hash doesn't match nBits
2018-11-09 08:28:31 ERROR: CheckBlockHeader(): proof of work failed
2018-11-09 08:28:31 InvalidChainFound: invalid block=f5692d39064b82c4f96c128fba58f1a6ef82f86b678c085e61dda3bf315718df  height=0  log2_work=20.000022  date=2017-12-20 00:00:00

Wallet doesn't sync

Hi,

As the title says, the wallet doesn't sync, at all. The peers list is always empty. Can we get a fix?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.