Bitcoin Forum
May 14, 2024, 03:25:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 0.13.1 call to getblocktemplate failing on testnet  (Read 1250 times)
jonnybravo0311 (OP)
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
November 07, 2016, 02:42:11 PM
Merited by ABCbits (2)
 #1

All,

Firstly, I apologize if this should have been started in another area.

I've recently started work on supporting SegWit on my pool.  As is typical, I always ensure I execute against testnet well before I put anything into the live network.

So, I fire up my trusty dev box and build 0.13.1 from source (I had 0.12.0 on the box already).  Everything goes swimmingly, and I start up the daemon.  Blocks start downloading and everything synchronizes just fine.  First call I make is
Code:
bitcoin-cli getblocktemplate

The result was rather shocking:
Code:
error code: -8
error message:
Support for 'segwit' rule requires explicit client support

I've got 0.13.1 running locally on my laptop, so I called GBT there.  Returned exactly what I was expecting.  The obvious difference between the two networks is that segwit is active on testnet, while it isn't on live.

I now called
Code:
bitcoin-cli getinfo

Rather strange message came back from that call:
Code:
{
  "version": 130100,
  "protocolversion": 70014,
  "walletversion": 60000,
  "balance": 819.87897567,
  "blocks": 1031754,
  "timeoffset": 0,
  "connections": 8,
  "proxy": "",
  "difficulty": 75262.00820103039,
  "testnet": true,
  "keypoololdest": 1459284919,
  "keypoolsize": 100,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": "Warning: unknown new rules activated (versionbit 28)"
}

Is this what is preventing me from successfully building a block template, but allowing other calls to successfully execute?

Any help or guidance would be greatly appreciated.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
1715700352
Hero Member
*
Offline Offline

Posts: 1715700352

View Profile Personal Message (Offline)

Ignore
1715700352
Reply with quote  #2

1715700352
Report to moderator
1715700352
Hero Member
*
Offline Offline

Posts: 1715700352

View Profile Personal Message (Offline)

Ignore
1715700352
Reply with quote  #2

1715700352
Report to moderator
1715700352
Hero Member
*
Offline Offline

Posts: 1715700352

View Profile Personal Message (Offline)

Ignore
1715700352
Reply with quote  #2

1715700352
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6641


Just writing some code


View Profile WWW
November 07, 2016, 02:46:50 PM
Merited by EFS (2), ABCbits (1)
 #2

I believe you need to run the command like this
Code:
getblocktemplate '{"rules":["segwit"]}'
The segwit rule needs to be explicit.

jonnybravo0311 (OP)
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
November 07, 2016, 04:09:49 PM
 #3

That solved it.  Thanks for the help!

/locked

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!