Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ IsRPCRunning
Function
IsRPCRunning
src/rpc/server.cpp:326–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
bool IsRPCRunning()
327
{
328
return fRPCRunning;
329
}
330
331
void SetRPCWarmupStatus(const std::string& newStatus)
332
{
Callers
5
getblocktemplate
Function · 0.85
appendCommand
Method · 0.85
waitfornewblock
Function · 0.85
waitforblock
Function · 0.85
waitforblockheight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected