Releases: monicanagent/cypherpoker.js
CypherPoker.JS v0.5.1 (Light Ollie)
NEW IN THIS VERSION
- Implemented default full light client mode (no native client installation required, instant blockchain sync)
- Added support for Blockctream API for Bitcoin / testnet interactions
- Stability upgrades including improved SQLIte3 query result polling and Services enabling
- Changed P2P / API connectivity to use local Services Server by default
Currently only the 64-bit Windows desktop build is available for download here. Get the ZIP archive to use CypherPoker.JS as a standalone/portable app or install it using the EXE file.
To build CypherPoker.JS for Desktop for your 64-bit operating system follow the instructions in the "Building and Running CypherPoker.JS for Desktop" wiki.
If you'd like to try building CypherPoker.JS for 32-bit operating systems change the Electron dependency in the desktop package.json file from ^4.0.4 to ^3.0.0. Be aware that this is untested.
CypherPoker.JS v0.5.0 (Ollie)
NEW IN THIS VERSION
- Included bundled Bitcoin (Core) and Bitcoin Cash (BitcoinABC) clients with automated installation (if desired).
- Added support for native transaction creation / signing for both Bitcoin and Bitcoin Cash transactions.
- Added support for external bitcoin.com and cryptoapis.io RPC APIs for Bitcoin Cash blockchain interactions.
- Changed dynamic data storage locations to default system
data
andtemp
directories (for desktop version). - Made SQLite 3 database queries more atomic for improved asynchronous operation.
Currently only the 64-bit Windows desktop build is available for download here. Get the ZIP archive to use CypherPoker.JS as a standalone/portable app or install it using the EXE file.
To build CypherPoker.JS for Desktop for your 64-bit operating system follow the instructions in the "Building and Running CypherPoker.JS for Desktop" wiki.
If you'd like to try building CypherPoker.JS for 32-bit operating systems change the Electron dependency in the desktop package.json file from ^4.0.4 to ^3.0.0. Be aware that this is untested.
CypherPoker.JS v0.4.1
Includes the desktop (Electron) and bundled web versions of CypherPoker.JS
Currently only the 64-bit Windows desktop binary is available. Download the ZIP archive to use CypherPoker.JS as a standalone/portable app or install it using the EXE file.
To build CypherPoker.JS for Desktop for a 64-bit operating system follow the instructions in the "Building and Running CypherPoker.JS for Deskop" wiki.
Support for 32-bit operating systems is being implemented but if you'd like to try building it yourself you should change the Electron dependency in the desktop package.json file from ^4.0.4 to ^3.0.0.