You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: