BitShares Forum

Other => Graveyard => DevShares => Topic started by: davidpbrown on January 15, 2015, 11:39:53 pm

Title: 36005 insufficient_relay_fee: insufficient relay fee
Post by: davidpbrown on January 15, 2015, 11:39:53 pm
So, I try to register my DevShares account that has DVS in it and get an error.
I get the same when trying to send to another unregistered account, which I want to become a delegate.

Code: [Select]
36005 insufficient_relay_fee: insufficient relay fee

    {"fees":50000,"required_fees":100000}
    bitshares  chain_database.cpp:1541 evaluate_transaction

Are these error messages a bit cryptic or am I missing something?
Title: Re: 36005 insufficient_relay_fee: insufficient relay fee
Post by: toast on January 16, 2015, 12:22:56 am
It seems the wallet and the blockchain disagree about the required fee.
https://github.com/BitShares/bitshares/issues/1262
Title: Re: 36005 insufficient_relay_fee: insufficient relay fee
Post by: vikram on January 16, 2015, 12:26:57 am
So, I try to register my DevShares account that has DVS in it and get an error.
I get the same when trying to send to another unregistered account, which I want to become a delegate.

Code: [Select]
36005 insufficient_relay_fee: insufficient relay fee

    {"fees":50000,"required_fees":100000}
    bitshares  chain_database.cpp:1541 evaluate_transaction

Are these error messages a bit cryptic or am I missing something?

Are you using the latest DevShares 0.5.0 version? Did you upgrade from a very old version (before we reset the chain) ?
Title: Re: 36005 insufficient_relay_fee: insufficient relay fee
Post by: davidpbrown on January 16, 2015, 12:31:13 am
Yes, fresh 0.5.0 except for the wallet files being the same. Everything else - chain etc was brand new.

I wonder I should just abandon that wallet and reimport keys?..
Title: Re: 36005 insufficient_relay_fee: insufficient relay fee
Post by: vikram on January 16, 2015, 01:07:36 am
Yes, fresh 0.5.0 except for the wallet files being the same. Everything else - chain etc was brand new.

I wonder I should just abandon that wallet and reimport keys?..

If you do wallet_get_info what does it say for your transaction fee?

If it is set too low you can set it using "wallet_set_transaction_fee 1".
Title: Re: 36005 insufficient_relay_fee: insufficient relay fee
Post by: davidpbrown on January 16, 2015, 10:00:44 am
Thanks - that worked. Though I don't know why DVS network fee is different.


Two other minor issues:

I'm surprised that registration button in the GUI offer faucets and not the option to pay from an account in the wallet. It might be easier for people to register new names from that button than using the console?

Then in Linux Mint which should be the same as Ubuntu, the top right window close button, doesn't always go to tray icon, with the program running in background and needing forced close from terminal.
Title: Re: 36005 insufficient_relay_fee: insufficient relay fee
Post by: vikram on January 16, 2015, 07:07:38 pm
I'm surprised that registration button in the GUI offer faucets and not the option to pay from an account in the wallet. It might be easier for people to register new names from that button than using the console?

I think this was a bug that will be fixed in the next update.