Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Testnet not working #9

Open
oliverw opened this issue Nov 9, 2018 · 1 comment
Open

Testnet not working #9

oliverw opened this issue Nov 9, 2018 · 1 comment

Comments

@oliverw
Copy link

oliverw commented Nov 9, 2018

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

@Altcoin-Cash
Copy link
Collaborator

Testnet is not active at the moment. A temporary testnet will be set up one of the next days, while we implement and test BIP 32. Permanent testnet will be built on new daemons.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants