diff --git a/manifest.json b/manifest.json index a1ad0ae4..48d22622 100755 --- a/manifest.json +++ b/manifest.json @@ -491,6 +491,22 @@ "xbridge_conf": "dinero--v1.0.1.1.conf", "wallet_conf": "dinero--v1.0.1.1.conf" }, + { + "blockchain": "Divi", + "ticker": "DIVI", + "ver_id": "divi--DESK-1.2.2", + "ver_name": "Divi", + "conf_name": "divi.conf", + "dir_name_linux": "divi", + "dir_name_mac": "DIVI", + "dir_name_win": "DIVI", + "repo_url": "https://github.com/Divicoin/Divi", + "versions": [ + "DESK-1.2.2" + ], + "xbridge_conf": "divi--DESK-1.2.2.conf", + "wallet_conf": "divi--DESK-1.2.2.conf" + }, { "blockchain": "Dogecoin", "ticker": "DOGE", diff --git a/wallet-confs/divi--DESK-1.2.2.conf b/wallet-confs/divi--DESK-1.2.2.conf new file mode 100644 index 00000000..acf5a281 --- /dev/null +++ b/wallet-confs/divi--DESK-1.2.2.conf @@ -0,0 +1,7 @@ +server=1 +listen=1 +rpcuser= +rpcpassword= +rpcallowip=127.0.0.1 +port=52472 +rpcport=52473 diff --git a/xbridge-confs/divi--DESK-1.2.2.conf b/xbridge-confs/divi--DESK-1.2.2.conf new file mode 100644 index 00000000..9daa9e5a --- /dev/null +++ b/xbridge-confs/divi--DESK-1.2.2.conf @@ -0,0 +1,23 @@ +[DIVI] +Title=Divi +Address= +Ip=127.0.0.1 +Port=52473 +Username= +Password= +AddressPrefix=30 +ScriptPrefix=13 +SecretPrefix=212 +COIN=100000000 +MinimumAmount=0 +TxVersion=1 +DustAmount=0 +CreateTxMethod=BTC +GetNewKeySupported=true +ImportWithNoScanSupported=true +MinTxFee=5000 +BlockTime=60 +FeePerByte=20 +Confirmations=0 +TxWithTimeField=false +LockCoinsSupported=false