bitcoin-node-manager
bitcoin-node-manager copied to clipboard
:bar_chart: Lightweight dashboard and control system for bitcoin nodes
When the Peers page is first opened the clickable chevron symbol points up, but the data is not displayed below the header. After the chevron is clicked, the data rolls...
**Config.php:** // RPC username / rpcauth specified in bitcoin.conf const RPC_USER = "myuser"; // RPC password / rpcauth specified in bitcoin.conf const RPC_PASSWORD = "mypass"; **bitcoin.conf:** proxy=127.0.0.1:9050 listen=1 bind=127.0.0.1 server...
- fixed the number of forks shown (need DISPLAY_FORKS+1 iteration, because first loop run is active fork) - fixed recentForks count (use correct block time and don't count active fork)
fix function name getServices2 to getServices call from Node.php:123 and Peer.php:51
For some proxied peers I have node address 127.0.0.1 and I also have .onion peers. I believe this mix causes GEO IP enabled to show a bunch of errors. However...
 


Hi Managed to run it manually inside [Umbrel](https://github.com/getumbrel) which already uses Docker to run all its applications. This tools seems quiet interesting and has everything to do with Umbrel ecosystem....
Im getting this Error upon login: Fatal error: Uncaught Error: Call to undefined function App\curl_init() in /var/www/html/bitcoin-node-manager/src/jsonRPCClient.php:80 Stack trace: #0 /var/www/html/bitcoin-node-manager/src/Utility.php(449): App\jsonRPCClient->__call() #1 /var/www/html/bitcoin-node-manager/src/Content.php(6): App\getPeerData() #2 /var/www/html/bitcoin-node-manager/index.php(95): App\createMainContent() #3 {main}...