ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WEBDEV 2024 feature!
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / BitcoinCore functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manipulate Bitcoin Core servers:
New in version 2024
BitcoinCoreBlockCount
Returns 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 2024
BitcoinCoreConfigure
Specifies the Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
Returns the date and time when the latest block was created.
New in version 2024
BitcoinCoreHashRate
Returns 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.
Remark: 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: 01/31/2024

Send a report | Local help