Current Spork Status.

Acedian

Member
Mar 17, 2017
243
71
88
Dash Address
XeMABbcebB5yeZH2HxsV7yLNJA9hbzMgpz
Where can real time status information (On/Off) on sporks be found?
 

Balych

Active Member
Sep 12, 2015
365
211
113
Dash Address
Xba1ychX7CjgbRrCKE1LjHjT3jLUhcexs5
Code:
$ ./dash-cli spork active
{
  "SPORK_2_INSTANTSEND_ENABLED": false,
  "SPORK_3_INSTANTSEND_BLOCK_FILTERING": true,
  "SPORK_5_INSTANTSEND_MAX_VALUE": true,
  "SPORK_8_MASTERNODE_PAYMENT_ENFORCEMENT": true,
  "SPORK_9_SUPERBLOCKS_ENABLED": true,
  "SPORK_10_MASTERNODE_PAY_UPDATED_NODES": false,
  "SPORK_12_RECONSIDER_BLOCKS": true,
  "SPORK_13_OLD_SUPERBLOCK_FLAG": false,
  "SPORK_14_REQUIRE_SENTINEL_FLAG": false
}
 
  • Like
Reactions: UdjinM6

Acedian

Member
Mar 17, 2017
243
71
88
Dash Address
XeMABbcebB5yeZH2HxsV7yLNJA9hbzMgpz
Thanks @Balych
But, is there a site that gives this info?
Not everyone will have the means to run this command every time they want to see what is going on.
 

Acedian

Member
Mar 17, 2017
243
71
88
Dash Address
XeMABbcebB5yeZH2HxsV7yLNJA9hbzMgpz
Also,

Can PrivateSend be turned on/off by a spork?