OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
756 stars 229 forks source link

omni_funded_send execution error #793

Open oslivan opened 5 years ago

oslivan commented 5 years ago

I try to use omni_funded_send for fund collecting, but only executed 25 transactions. and then report the following error, my transaction fee is enough for fee_address, I don't know where the problem is now, please help me, thank you.

# my using command
omnicore-cli omni_funded_send  from_address to_address 31 100 fee_address
# error infomation
 {"code"=>-211, "message"=>"Error creating transaction (wallet may be locked or fees may not be sufficient)"}

My omnicore version is v0.3.1. I tried increasing txconfirmtarget to 12, but it didn't work. But after I restart the omnicored, I can execute 25 tx again.

oslivan commented 5 years ago

I think the wallet was locked due to an error, so it's back to normal after I restart omnicored,but the reason for the error could not be found.

qinly commented 5 years ago

+1 #791

qinly commented 5 years ago

@dexX7

thisdaydayde commented 4 years ago

The latest version 0.6.0 has the same problem @dexX7

oslivan commented 4 years ago

You can try the following two methods, which may have an effect.

  1. Unspents may be locked, run omnicore-cli lockunspent true to unlock.
  2. Deposit some bitcoin to your address from wallet or exchange.
dexX7 commented 4 years ago

Hello guys,

we are aware of the issue and a fix is coming no later than Monday. Sorry. See: https://github.com/OmniLayer/omnicore/issues/1009