Problem description
If you receive BtcZ from an minning pool, directly from the POOL mining address, you will run into an error like this: bad-txns-coinbase-spend-has-transparent-outputs
You will also probably see this icone in your wallet input
This means that you need to shield the coins before using I’m not sure wy…
How to proceed
-
Install the latest Desktop Wallet.
-
If you already have it installed before, save your wallet.dat file :
-
Import the Private Key into your wallet :
-
Create a new “sprout” address using the CLI command
z_getnewaddress sprout
:
-
Now we have to “Shield” the coins by using the
z_shieldcoinbase "*" "Your_ZC_address"
command:
–> You will need to run this command as many time as needed (10-30 or more).
Once you get"remainingUTXOs": 0
you are done.
IMPORTANT: Just wait until every transaction is confirmed. -
From now, you should be able to send back the total amound to a T address :
I hope this will help