Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Dogecoin Transaction Issue, Preference always kept at low #43

Open
sahaab opened this issue Nov 10, 2020 · 1 comment
Open

Dogecoin Transaction Issue, Preference always kept at low #43

sahaab opened this issue Nov 10, 2020 · 1 comment

Comments

@sahaab
Copy link

sahaab commented Nov 10, 2020

Hey, For a few days now, I have been having trouble trying to send dogecoin via the blockcypher API.

var newtx = { inputs: [{addresses: [inputAddr]}], outputs: outputFrmt, preference: 'medium' };

This is how we have set preference, its set to medium, but the transaction is always sent as low miner preference, and hence the transaction does not get accepted to the blockchain.

As can be seen here,
https://live.blockcypher.com/doge/tx/8205508dc4ab75215305ccdd84baa0f1484f377a14eb22de5775370e3c1b7edd/

I have also tried to set Miner Preference to high, but same issue occurs and Miner Preference still stays at low. Due to this the transactions stays for around 12 hours and then doesnt get accepted on the blockchain.

What could be a possible solution to this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants