Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
gjhiggins
on 15/03/2021, 11:44:30 UTC
⭐ Merited by johnwhitestar (1)
The problem is not in the burned coins but in the

Balance = 41.69 SLM (transactions = 75)
Report = 41.69 SLM (transactions = 75)
Coin Control Features = 0 SLM

Coin control was not a feature of the original Slimcoin clone of Peercoin's clone of Bitcoin 0.6, it was backported later.

By default, the wallet will choose to collate a set of smaller transactions to make up the intended amount. The original clone is of Bitcoin 0.6 and at this early stage of the development of Bitcoin's codebase, this algorithm is very simple, it starts with the smallest tx values in order. As d5000 has already explained, the "Unable to send transactions" means that in order to make up the total you are trying to send, the wallet has to collate a number of transactions that exceeds the encoded limit. The solution is to gradually reduce the UTXO set by sending very small amounts at first, gradually increasing the amount.

Step one: close client, restart with -rescan=1 option. Wait until complete. Start client.

Step two: Try sending a small (e.g. 0.25) SLM to an address you control.

Stop here. Please report back on whether you can successfully send a tx of 0.25 SML to yourself.

If successful, repeat with the amount x 2, continue until "Unable to Send Transaction", go back one step, continue to send that amount repeatedly until all your SLM are collated into a single address.

When I did this, I repeated the exercise, working my way down from my total balance until the tx succeeded.

And thanks for trying to help, but in my opinion it's from the version code, something is working less well in this version.
You might care to back up your opinion by inspecting the source code: https://github.com/slimcoin-project/Slimcoin and identifying the likely cause of your difficulty.

Cheers

Graham