Skip to content

Conversation

JoeGruffins
Copy link
Member

@JoeGruffins JoeGruffins commented Jan 21, 2022

With the switch to spv for the beta node, some functions cannot complete
through wallet. Add a direct rpc link to the dcrd beta node.

On master you will probably see:

$ ./mine-beta 
-9: RPC passthrough requires dcrd RPC synchronization
-9: RPC passthrough requires dcrd RPC synchronization

With the switch to spv for the beta node, some functions cannot complete
through wallet. Add a direct rpc link to the dcrd beta node.
@chappjc
Copy link
Member

chappjc commented Jan 25, 2022

$  ./beta getblockchaininfo
-9: RPC passthrough requires dcrd RPC synchronization
$  ./beta_node getblockchaininfo
{
  "chain": "simnet",
  "blocks": 607,
  "headers": 607,
  "syncheight": 607,
  "bestblockhash": "14bc42fe02c7884e34f290ed58895b726159948aea26ff337354f3b74ea3a219",
  "difficulty": 545259519,
  "difficultyratio": 1,
  "verificationprogress": 1,
  "chainwork": "00000000000000000000000000000000000000000000000000000000000004c0",
  "initialblockdownload": false,
  "maxblocksize": 1310720,
  "deployments": {}
}

Good stuff, thanks @JoeGruffins

@chappjc chappjc merged commit 677252e into decred:master Jan 25, 2022
@chappjc chappjc added this to the 0.5 milestone Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants