ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / BitcoinCore functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The following functions are used to manipulate Bitcoin Core servers:
BitcoinCoreBlockCountReturns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
New in version 2025
BitcoinCoreBlockHash
Returns the hash of a block identified by its index.
Note: This function is only available from version 2025 Update 2.
BitcoinCoreConfigureSpecifies the Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
New in version 2025
BitcoinCoreConnectionCount
Returns the number of connected peers.
Note: This function is only available from version 2025 Update 2.
Returns the date and time Bitcoin Core was last launched.
Note: This function is only available from version 2025 Update 2.
BitcoinCoreDateTimeLatestBlockReturns the date and time when the latest block was created.
New in version 2025
BitcoinCoreDiskSpaceUsed
Indicates the blockchain size on disk.
Note: This function is only available from version 2025 Update 2.
BitcoinCoreHashRateReturns the number of times per second the sha256 function had to be run to calculate the last block. This number corresponds to a proof of work.
Note: BitcoinCorexxx functions require a Bitcoin server and an RPC server. For more details, see Setting up and using a Bitcoin Core server.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/21/2025

Send a report | Local help