Skip to content

Releases: BitcoinJake09/CryptoPlugin

CryptoPlugin v0.1-beta (BTC & LTC integration & key backup commnad)

19 Jul 02:01
9d95c81
Compare
Choose a tag to compare

Added support for BTC & LTC

Added Backupkey command to backup private key if wanted.

fixed some display issues.

CryptoPlugin v0.1-alpha (First Stable Release)

27 May 00:34
9752fce
Compare
Choose a tag to compare

CryptoPlugin.jar file can be downloaded and dropped into your plugins folder to give players bitcoin codebase fork crypto wallets.
it allows for deposit, withdraw, and tipping all in game.

run a bitcoin codebase full node (BTC, LTC, DOGE, +++)

setup a .json file in plugins/CryptoPlugin/nodes

Example json file for node setup: doge.json:

[{"doge":{ "NODE_HOST":"192.168.x.x", "NODE_PORT":"xxxxx", "NODE_USERNAME":"xxxxxxx", "NODE_PASSWORD":"xxxxxxxxxxxxxxxx", "COINGECKO_CRYPTO":"dogecoin", "CRYPTO_TICKER":"DOGE", "USD_DECIMALS":"0.0000", "DENOMINATION_NAME":"shibes", "ADDRESS_URL":"https://blockchair.com/dogecoin/address/", "TX_URL":"https://blockchair.com/dogecoin/transaction/", "CRYPTO_DECIMALS":"8", "DISPLAY_DECIMALS":"4", "CONFS_TARGET":"6", "DENOMINATION_FACTOR":"1"}}]

Currently being live tested