Upgraded to Bitcoin version v0.15.99.0-g09627b1dd41 and getting error code: -32601 #11349

issue NewCryptoWorld opened this issue on September 16, 2017
  1. NewCryptoWorld commented at 6:23 AM on September 16, 2017: none

    I upgraded new version over 0.14.2 I've compiled from source and I'am running with existing config and datadir but I get following:

    $ bitcoin-cli getinfo
    error code: -32601
    error message:
    Method not found
    

    console shows:

    2017-09-16 05:02:03 Bitcoin version v0.15.99.0-g09627b1dd41
    2017-09-16 05:02:03 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
    2017-09-16 05:02:03 Assuming ancestors of block 0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a have valid signatures.
    2017-09-16 05:02:03 Setting nMinimumChainWork=000000000000000000000000000000000000000000723d3581fe1bd55373540a
    2017-09-16 05:02:03 Using the 'sse4' SHA256 implementation
    2017-09-16 05:02:03 Default data directory /home/lauri/.bitcoin
    2017-09-16 05:02:03 Using data directory /media/lauri/Storage_2/blocks
    2017-09-16 05:02:03 Using config file /media/lauri/Storage_2/blocks/bitcoin.conf
    2017-09-16 05:02:03 Using at most 125 automatic connections (1024 file descriptors available)
    2017-09-16 05:02:03 Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
    2017-09-16 05:02:03 Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
    2017-09-16 05:02:03 Using 4 threads for script verification
    2017-09-16 05:02:03 scheduler thread start
    2017-09-16 05:02:03 HTTP: creating work queue of depth 16
    2017-09-16 05:02:03 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.
    2017-09-16 05:02:03 HTTP: starting 4 worker threads
    2017-09-16 05:02:03 init message: Verifying wallet(s)...
    2017-09-16 05:02:03 Using BerkeleyDB version Berkeley DB 5.3.28: (September  9, 2013)
    2017-09-16 05:02:03 Using wallet wallet.dat
    2017-09-16 05:02:03 CDBEnv::Open: LogDir=/media/lauri/Storage_2/blocks/database ErrorFile=/media/lauri/Storage_2/blocks/db.log
    2017-09-16 05:02:03 Cache configuration:
    2017-09-16 05:02:03 * Using 2.0MiB for block index database
    2017-09-16 05:02:03 * Using 8.0MiB for chain state database
    2017-09-16 05:02:03 * Using 440.0MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
    2017-09-16 05:02:03 init message: Loading block index...
    2017-09-16 05:02:03 Opening LevelDB in /media/lauri/Storage_2/blocks/blocks/index
    2017-09-16 05:02:04 Opened LevelDB successfully
    2017-09-16 05:02:04 Using obfuscation key for /media/lauri/Storage_2/blocks/blocks/index: 0000000000000000
    2017-09-16 05:02:09 LoadBlockIndexDB: last block file = 1000
    2017-09-16 05:02:09 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=24, size=17425327, heights=485483...485506, time=2017-09-16...2017-09-16)
    2017-09-16 05:02:09 Checking all blk files are present...
    2017-09-16 05:02:10 LoadBlockIndexDB: transaction index disabled
    2017-09-16 05:02:10 Opening LevelDB in /media/lauri/Storage_2/blocks/chainstate
    2017-09-16 05:02:11 Opened LevelDB successfully
    2017-09-16 05:02:11 Using obfuscation key for /media/lauri/Storage_2/blocks/chainstate: 8d8097229925b59c
    2017-09-16 05:02:11 Loaded best chain: hashBestChain=000000000000000001115a1bd0b4909d2f5cf24f5b031a54b81a19d3c5d88333 height=485506 date=2017-09-16 04:44:56 progress=0.999987
    2017-09-16 05:02:11 init message: Rewinding blocks...
    2017-09-16 05:02:13 init message: Verifying blocks...
    2017-09-16 05:02:13 Verifying last 6 blocks at level 3
    2017-09-16 05:02:13 [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
    2017-09-16 05:02:24 No coin database inconsistencies in last 7 blocks (7701 transactions)
    2017-09-16 05:02:24  block index           20765ms
    2017-09-16 05:02:24 init message: Loading wallet...
    2017-09-16 05:02:24 nFileVersion = 159900
    2017-09-16 05:02:24 Keys: 1002 plaintext, 0 encrypted, 1002 w/ metadata, 1002 total
    2017-09-16 05:02:24  wallet                  145ms
    2017-09-16 05:02:24 setKeyPool.size() = 1000
    2017-09-16 05:02:24 mapWallet.size() = 0
    2017-09-16 05:02:24 mapAddressBook.size() = 1
    2017-09-16 05:02:24 mapBlockIndex.size() = 485526
    2017-09-16 05:02:24 nBestHeight = 485506
    2017-09-16 05:02:24 torcontrol thread start
    2017-09-16 05:02:24 AddLocal([2001:14ba:13ff:5000:225:22ff:fead:9768]:8333,1)
    2017-09-16 05:02:24 Discover: IPv6 eth0: 2001:14ba:13ff:5000:225:22ff:fead:9768
    2017-09-16 05:02:24 Bound to [::]:8333
    2017-09-16 05:02:24 Bound to 0.0.0.0:8333
    2017-09-16 05:02:24 init message: Loading P2P addresses...
    2017-09-16 05:02:24 Leaving InitialBlockDownload (latching to false)
    2017-09-16 05:02:24 Loaded 63857 addresses from peers.dat  268ms
    2017-09-16 05:02:24 init message: Loading banlist...
    2017-09-16 05:02:24 init message: Starting network threads...
    2017-09-16 05:02:24 dnsseed thread start
    2017-09-16 05:02:24 opencon thread start
    2017-09-16 05:02:24 init message: Done loading
    2017-09-16 05:02:24 net thread start
    2017-09-16 05:02:24 msghand thread start
    2017-09-16 05:02:24 addcon thread start
    2017-09-16 05:02:25 receive version message: /Satoshi:0.14.0/: version 70015, blocks=485507, us=82.181.198.63:46502, peer=0
    2017-09-16 05:02:26 connect() to 52.227.161.139:8333 failed after select(): Connection refused (111)
    2017-09-16 05:02:29 Imported mempool transactions from disk: 2245 successes, 0 failed, 0 expired
    2017-09-16 05:02:33 connect() to 196.213.185.226:8333 failed after select(): Connection refused (111)
    2017-09-16 05:02:35 Loading addresses from DNS seeds (could take a while)
    2017-09-16 05:02:38 234 addresses found from DNS seeds
    2017-09-16 05:02:38 dnsseed thread exit
    2017-09-16 05:02:39 receive version message: /Satoshi:0.14.0/: version 70015, blocks=485507, us=82.181.198.63:47170, peer=2
    2017-09-16 05:02:40 UpdateTip: new best=000000000000000000843ba2466a4e786f54709431ec4f7de0f09cef1c4723d3 height=485507 version=0x20000000 log2_work=87.114157 tx=254843392 date='2017-09-16 05:01:07' progress=0.999999 cache=1.3MiB(9506txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:02:40 receive version message: /Satoshi:0.14.1/: version 70015, blocks=485507, us=[2001:14ba:13ff:5000:225:22ff:fead:9768]:35118, peer=3
    2017-09-16 05:02:46 receive version message: /Satoshi:0.14.2/: version 70015, blocks=485507, us=82.181.198.63:56904, peer=4
    2017-09-16 05:02:53 receive version message: /Satoshi:0.14.2/: version 70015, blocks=485507, us=82.181.198.63:54536, peer=5
    2017-09-16 05:02:54 receive version message: /Satoshi:0.14.2/: version 70015, blocks=485507, us=82.181.198.63:34404, peer=6
    2017-09-16 05:02:55 receive version message: /Satoshi:0.14.1/: version 70015, blocks=485507, us=82.181.198.63:45106, peer=7
    2017-09-16 05:02:55 ProcessMessages(version, 111 bytes) FAILED peer=8
    2017-09-16 05:03:05 receive version message: /Satoshi:0.11.2/: version 70002, blocks=462579, us=82.181.198.63:60964, peer=9
    2017-09-16 05:03:05 receive version message: /Satoshi:0.14.2/: version 70015, blocks=485507, us=82.181.198.63:54864, peer=10
    2017-09-16 05:03:36 UpdateTip: new best=0000000000000000006c766a6292034ee1356820020c60c6a9905ecb95a6f0d1 height=485508 version=0x20000000 log2_work=87.114191 tx=254843776 date='2017-09-16 05:03:19' progress=1.000000 cache=1.4MiB(10707txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:09:02 receive version message: /Satoshi:0.14.1/: version 70015, blocks=485508, us=82.181.198.63:50784, peer=11
    2017-09-16 05:10:00 connect() to 116.236.206.50:8333 failed after select(): Connection refused (111)
    2017-09-16 05:10:54 connect() to 24.252.46.85:8333 failed after select(): Connection refused (111)
    2017-09-16 05:11:39 connect() to 114.97.187.229:8333 failed after select(): Connection refused (111)
    2017-09-16 05:17:23 UpdateTip: new best=00000000000000000073fa81dd67b7d49aca2aff49ae4495c82fa45f5f1ea539 height=485509 version=0x20000000 log2_work=87.114225 tx=254845521 date='2017-09-16 05:17:03' progress=1.000000 cache=2.3MiB(17257txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:17:27 connect() to 182.224.136.80:8333 failed after select(): Connection refused (111)
    2017-09-16 05:24:08 connect() to 91.60.10.17:8333 failed after select(): Connection refused (111)
    2017-09-16 05:24:33 UpdateTip: new best=000000000000000000cc9f2d9098b4bee4a5fd594933673735608ca460db0bfd height=485510 version=0x20000000 log2_work=87.114259 tx=254846326 date='2017-09-16 05:24:06' progress=1.000000 cache=2.7MiB(20077txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:24:38 UpdateTip: new best=000000000000000000de2f5da71ec30c8c3dd658c852add32526b928ad60b240 height=485511 version=0x20000000 log2_work=87.114294 tx=254846430 date='2017-09-16 05:24:34' progress=1.000000 cache=2.7MiB(20314txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:29:58 receive version message: /Satoshi:0.14.1/: version 70015, blocks=485511, us=[2001:14ba:13ff:5000:225:22ff:fead:9768]:53314, peer=12
    2017-09-16 05:33:56 receive version message: /Satoshi:0.14.2/: version 70015, blocks=485511, us=82.181.198.63:54276, peer=13
    2017-09-16 05:36:14 UpdateTip: new best=0000000000000000004c8e92769a19482f7275d5a4bbfac5fde4f3c8e6d15d3d height=485512 version=0x20000000 log2_work=87.114328 tx=254848419 date='2017-09-16 05:35:56' progress=1.000000 cache=3.3MiB(25440txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:37:35 UpdateTip: new best=00000000000000000009019976bef4f66b9835160e141b6c363032c49843e146 height=485513 version=0x20000000 log2_work=87.114362 tx=254848585 date='2017-09-16 05:37:09' progress=1.000000 cache=3.4MiB(25985txo) warning='6 of last 100 blocks have unexpected version'
    2017-09-16 05:43:50 receive version message: /Satoshi:0.14.2/: version 70015, blocks=485513, us=82.181.198.63:32926, peer=14
    2017-09-16 05:43:56 connect() to 87.189.193.43:8333 failed after select(): No route to host (113)
    2017-09-16 05:49:54 receive version message: /Satoshi:0.14.2/UASF-Segwit:1.0(BIP148)/: version 70015, blocks=485513, us=82.181.198.63:37018, peer=15
    2017-09-16 05:51:06 connect() to 94.242.243.185:8333 failed after select(): Connection refused (111)
    

    Machine specs:

    • OS: MX-linux (debian)
    • CPU: i5-2500K
    • RAM: 8GB
    • Disk size: enough
    • Disk Type (HD/SDD): datadir = HD

    Everything worked fine with 0.14.2

  2. NewCryptoWorld renamed this:
    Upgraded to Bitcoin version v0.15.99.0-g09627b1dd41 and getting error
    Upgraded to Bitcoin version v0.15.99.0-g09627b1dd41 and getting error code: -32601
    on Sep 16, 2017
  3. laanwj commented at 9:16 AM on September 16, 2017: member

    Getinfo was removed in #10838.

    It has been deprecated in 0.14 and will be removed in 0.16.0 (you are using master, which will be 0.16.0), all the fields are available on other methods; see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.14.0.md#getinfo-deprecated

  4. laanwj closed this on Sep 16, 2017

  5. NewCryptoWorld commented at 3:13 PM on September 16, 2017: none

    Ah cool thanks!

  6. bitcoin locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:55 UTC