Code Monkey home page Code Monkey logo

hth-legacy-old-chain's Introduction

HTH Core 1.2.0.0

http://hth.world/

What is HTH?

HTH-Coin is a fully decentralized cryptocurrency built on the premise of providing anonymity, speed, fair mining by being ASIC-resistant and reliability by the usage of Masternodes.

For more information see http://hth.world/ or discord: https://discord.gg/xqGjacW.

An immediately usable, binary version of the HTH Core software is available at https://github.com/HTHcoin/HTH-Legacy/releases.

License

HTH Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is normally done in separate bran Tags are created to indicate new official, 1.2.0.0 stable release versions of HTH Core.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

The Travis CI system makes sure that every pull request is built for Windows and Linux, OS X, and that unit and sanity tests are automatically run.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

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.