Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Exclusive Coin EXCL - MasterNodes, ProofOfStake, 3 years old, Slack!
by
bumbacoin
on 13/04/2017, 10:54:23 UTC
GUUUUUUUUUUUUYYYYYYYYYYSSSSSS!

It is urgent, it seems no matter what I do, I can't seem to send my exclusive coins balance out of the wallet. I mean it comes up with 'insufficient funds' or 'instantX requires inputs with at least 10 confirmations' error.

What do I do? I want to send these to an exchange.

Thanks.

If you staked a block, it needs to be confirmed. Until then coins go to not available mode.
If you dont want to stake go to:
settings->options
and in Reserve choose amount you want to send to exchange.

Staking of current found block has to first end.

Mmmmm I have gone into the setting to set this amount. However I don't know what you mean by staking. Literally, all I have done is open the wallet to then find I can't send any coins. Have even re downloaded the wallet to restore with wallet backup file. Still the same error comes up....

Is it a network issue your end? Thanks 

excl is a PoS coin,
short version is that it uses your balance to "stake" to generate blocks,
if you stake you will generate a small reward for each block.
if you have "staked" a block, then those coins will not be available for a certain number of blocks.
add staking=0, restart and wait till they are.

coins must be a certain age before they are capable of staking, else they are immature.

to stop staking, add
Code:
staking=0
to your exclusivecoin.conf and restart

as to instantx,
on the send coins dialog page you will see a couple of tick boxes down the bottom,
you must have ticked instantX.

"insufficient funds" means just that,
you might not be accounting for a network fee which must be paid for all transactions.

try deduction 0.0001 from your send amount.

if this still doesn't work, turn on coin control, this gives you more options and will also hopefully give you more meaningful dialog to guide you with the correct tx fee (some transactions will cost more than the default 0.0001 coins - also instantX and darksend also require a greater fee).


Where do I add 'staking=0' to..


an easy way to find your data directory is to look in your wallet-qt, then select
settings
show auto backups < this is a folder containing auto created backups of your wallet.

then navigate up one folder, this should be your data directory,
edit the file "exclusivecoin.conf"
add "staking=0" as a new line

if you have no such file,
right click, new text file, rename to "exclusivecoin.conf"
add the line.

see if that helps Smiley