CryptoPlugin v0.1-alpha (First Stable Release)
Pre-releaseCryptoPlugin.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