Introduction


This guide will take you through the steps of how to rebroadcast a transaction using the SmartCash1.1.1 Windows wallets.The steps shown here are also applicable to Linux and Mac versions of the SmartCash wallet.


Sometimes, due to one reason or another a transaction will get stuck when using your wallet client.
Either due to a bad internet connection or to an outdated wallet client a transaction may not propagate through the smartcash network causing coins to seemingly disappear.
If you have an outdated wallet client and you try to spend some smartcash, a transaction may form with no issues and display on your wallet dashboard, but a block explorer like explorer3.smartcash.cc or rpcexplorer.smartcash.cc will not find the transaction.
This tutorial will guide you on how to fetch the raw transaction data from wallet, and using console command to rebroadcast the transaction for all the smartcash nodes to pickup.


Step 1

From the SmartCash Wallet select“Transactions”.

Step 2

Select the Outgoing Transaction that youwould like to rebroadcast and Right MouseClick and select “Copy raw transaction”

Step 3

Select the “Help” Option in Menu Bar andselect “Debug Console”

on Mac

on Windows


Step 4 

In the Debug Window Select the “Console”Tab

Step 5

To rebroadcast the transaction go to anothernode and use thesendrawtransactioncommand pasting the output from step 2.If you want to rebroadcast in the commandline (Linux) you can use smartcash-cli sendrawtransaction RAWTRANSACTION-OUTPUT