I have dbg inside the coinomi wallet.
I have contacted support but they reply very hard, they are evasive and 5 days have passed without a fix.....
Now they just don't answer at all.
I am having troubles when I try to send DGB on android 5.1
I tried sending to different addresses and I even tried sending to a newly creted DGB wallet inside the same coinomi app.
It just doesn't work.
It has 2 main errors:
- frequently it gives " could not send coins - broadcast transaction error "
- less frequently it freezes at " please wait while your transaction is being prepared and sent "
Even uninstalled and the reinstalled the app.It does not work.
It doesn't matter if I change the fee,the receiving address or the amount I want to send.
Doesn't work with qr scan or with send money request.
Doesn't work even if I make a secondary dgb wallet inside coinomi and try to send to it.
The same issue occurs when I try to exchange my dgb balance inside coinomi.
Also I tried on different devices with different OS.No result.
Always the same errors.
They gave me this to backup my private key ( https://coinomi.com/recovery-phrase-tool.html ) but it doesn't show my correct public key when I input the wallet's recovery phrase.
And it doesn't show any of my previous / actual addresses in the derived addresses field......
How the hell can I get those coins out of there???
I have a recovery phrase and a public key as resources.
Make sure you set number of words for seed phrase to 18, and coin to Digibyte. You shouldn't have any problems after that.
I did, did not work
I think their tool is outdated.
Try this
https://github.com/iancoleman/bip39
I have modified this for Digibyte locally, but don't have anywhere to host/drop it.
Add this to the code in it's respective place with sublime text, or another editor. Maybe someone can host a modified file.
magicPrefix: '\x19Digibyte Signed Message:\n',
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 0x1E,
scriptHash: 0x05,
wif: 0x80,
dustThreshold: 0,
dustSoftThreshold: 100000,
feePerKb: 100000,
estimateFee: estimateFee('digibyte')
},
name: "DigiByte",
onSelect: function() {
network = bitcoin.networks.digibyte;
DOM.bip44coin.val(20);
},
},