Coder Social home page Coder Social logo

Comments (8)

mcjoshea avatar mcjoshea commented on June 9, 2024

Here are details of my node, in case it helps:

image

from bitcoin-node-manager.

MeowMeNot avatar MeowMeNot commented on June 9, 2024

This also happened to me after I updated bitcoind to version 23. I made the edits shown below:

Go to /bitcoin-node-manager/src

line 144 in node.php add comment out \ (Should be two slashes)

Line 253 in Utility.php Remove:

function checkSoftFork($softForks){
foreach($softForks as $name => &$sf){
if($sf['type'] === 'bip9' && $sf['bip9']['status'] === "started"){
if(!preg_match("/[A-Za-z0-9 ]{2,25}/", $name)){
unset($softForks[$name]);
continue;
}
$sf['status'] = ucfirst(preg_replace("/[^A-Za-z]/", '', $sf['bip9']['status']));
$sf['start_time'] = date("Y-m-d",$sf['bip9']['start_time']);
$sf['timeout'] = date("Y-m-d",$sf['bip9']['timeout']);
$sf['since'] = checkInt($sf['bip9']['since']);
if(isset($sf['bip9']['statistics'])){
$sf['process'] = round(($sf['bip9']['statistics']['count']/$sf['bip9']['statistics']['period'])*100,1);
}
}else{
unset($softForks[$name]);
}
}
return $softForks;
}

from bitcoin-node-manager.

mcjoshea avatar mcjoshea commented on June 9, 2024

Thanks for that. I never even realised I had updated my node to latest version until today when I saw your message!
To get rid of the errors all I had to do was to comment out line 144 of Node.php and that did the trick.

from bitcoin-node-manager.

github-actions avatar github-actions commented on June 9, 2024

This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days.

from bitcoin-node-manager.

mcjoshea avatar mcjoshea commented on June 9, 2024

Just adding this note to keep my issue fresh.

from bitcoin-node-manager.

github-actions avatar github-actions commented on June 9, 2024

This issue is stale because it has been open 30 days with no activity. With no activity this will be closed in 60 days.

from bitcoin-node-manager.

github-actions avatar github-actions commented on June 9, 2024

This issue was closed because it has been stalled for 60 days with no activity.

from bitcoin-node-manager.

Mirobit avatar Mirobit commented on June 9, 2024

This has been fixed in #60.
Thanks for reporting this.

from bitcoin-node-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.