Skip to content

Commit

Permalink
Divi Support (#37)
Browse files Browse the repository at this point in the history
* Create divi--DESK-1.2.2.conf

* Create divi--DESK-1.2.2.conf

* Added Divi
  • Loading branch information
86b authored and hanniabu committed Feb 18, 2019
1 parent 431d1f7 commit e85fbaf
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifest.json
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 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
23 changes: 23 additions & 0 deletions 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

0 comments on commit e85fbaf

Please sign in to comment.