Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omnicore-0.10.0-x86_64-linux - Error creating transaction (wallet may be locked or fees may not be sufficient) #1225

Open
arshad-deriv opened this issue Apr 20, 2021 · 0 comments

Comments

@arshad-deriv
Copy link

Expected behavior

should be able to Create new tokens with manageable supply. without settxfee.

Actual behavior

I am trying to upgrade to v0.10.0 & while testing it by setting up local regtest node i found that this command

bin/omnicore-cli -conf=/home/nobody/.omnicore/omnicore.conf omni_sendissuancemanaged <ADDRESS_GENERATED> 2 2 0 "" "" "Tether test" "" ""

is throwing this error

error code: -211
error message:
Error creating transaction (wallet may be locked or fees may not be sufficient)

In previous version till v0.9.0 this command was working fine, but now i have to run settxfee 0.00001 to make it run the command successfully.

I am not sure as i read the release notes & did not got any clue about settxfee before creating token

To reproduce

downloaded omnicore node from
https://github.com/OmniLayer/omnicore/releases/download/v0.10.0/omnicore-0.10.0-x86_64-linux-gnu.tar.gz

my ~/.omnicore/omnicore.conf file

regtest=1
server=1
rpcuser=test
rpcpassword=test
onlynet=ipv4
rpcallowip=0.0.0.0/0
txindex=1
[regtest]
rpcbind=0.0.0.0:8700
rpcport=8700
port=18555
[test]
rpcbind=0.0.0.0:8700
rpcport=8700
port=18555

generated address by & generated 101 blocks & creating tokens

bin/omnicore-cli -conf=/home/nobody/.omnicore/omnicore.conf getnewaddress "" p2sh-segwit
bin/omnicore-cli -conf=/home/nobody/.omnicore/omnicore.conf generatetoaddress 101 <ADDRESS-GENERATED>
bin/omnicore-cli -conf=/home/nobody/.omnicore/omnicore.conf omni_sendissuancemanaged <ADDRESS_GENERATED> 2 2 0 "" "" "Tether test" "" ""

seeing the error as mentioned before.

System information

@arshad-deriv arshad-deriv changed the title Error creating transaction (wallet may be locked or fees may not be sufficient) omnicore-0.10.0-x86_64-linux - Error creating transaction (wallet may be locked or fees may not be sufficient) Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant