Zcash blockchain is not sync

Zcash is setup properly , and all zcash-cli command running. But zcash blockchain(blockcount) is not increasing.Whem i already running the daemon .

Hi Woo, i did…

What does zcash-cli getinfo report? Any error messages in ~/.zcash/debug.log ?

Thanks Bitcartel to reply .
This issue is resolved.
Now i am facing this problen now.

./src/zcash-cli z_getoperationresult
[
{
“id”: “opid-8c4f6d9c-baec-4b42-84f8-98bf0beb6c9f”,
“status”: “failed”,
“creation_time”: 1532246793,
“error”: {
“code”: -6,
“message”: “Insufficient funds, no UTXOs found for taddr from address.”
},
“method”: “z_sendmany”,
“params”: {
“fromaddress”: “tmN7Zx1LibmpCChWCxxAFyfH6npenJ19AV8”,
“amounts”: [
{
“amount”: 0.0000001,
“address”: “ztNNoeFzEpyodDhyp4tV4AF9oKBbjZaVB4XrPBFiGW5kDqBEfWzb7t81p6RG2fa9dBG7zZiTS6T4fD8jX3TnSPWbv8dvjM9”
}
],
“minconf”: 1,
“fee”: 0.0001
}
}
]

But my wallet has this information.
./src/zcash-cli getwalletinfo
{
“walletversion”: 60000,
“balance”: 580.00010000,
“unconfirmed_balance”: 0.00000000,
“immature_balance”: 160.00000000,
“txcount”: 76,
“keypoololdest”: 1532150930,
“keypoolsize”: 103,
“paytxfee”: 0.00000000
}

Try ./src/zcash-cli listunspent to ensure that specific address has spendable funds.

Thanks for reply Garethdavies…
After run this command we find this.

~/zcash$ ./src/zcash-cli listunspent
[
{
“txid”: “b597e94706b89e989715170bb9993e3f451a809dc08d03776ae7f2e1fd448000”,
“vout”: 0,
“generated”: true,
“address”: “tmQdvviMupPesyTfxxe91siJPiBLfCsm2U5”,
“scriptPubKey”: “76a914a3b3d9e21fcf7126c351c6a142001880832284af88ac”,
“amount”: 10.00000000,
“confirmations”: 388,
“spendable”: true
},
{
“txid”: “8444b5e10afbe6fe2cc194ccd4363a7b29b91d58f48712e01ce8d211f577da00”,
“vout”: 0,
“generated”: true,
“address”: “tmXCo76pYX54QjhmHZRbvktYj1j6y2HY3mp”,
“scriptPubKey”: “76a914ebbbcdd1bc421a8a479566d3bae2d0036e74ee6788ac”,
“amount”: 10.00000000,
“confirmations”: 208,
“spendable”: true
},
{
“txid”: “62096cd1936e14bdd8a6e8430418dff1ed25a6d52d946720e8e6d0165379e203”,
“vout”: 0,
“generated”: true,
“address”: “tmSaKV6ioMaK7T1fvQvxupEvmrRBDyU8B5e”,
“scriptPubKey”: “76a914b8f54504f4740739af45084633efd09236d201eb88ac”,
“amount”: 10.00000000,
“confirmations”: 110,
“spendable”: true
},
{
“txid”: “834fd2d675bb4a2278e924fcb74ff69870b3d0334fc4f71bb17042751dc59004”,
“vout”: 0,
“generated”: true,
“address”: “tmKSE2Djwq9oosfMZvyWBmQtSvR4rUkM1U1”,
“scriptPubKey”: “76a9146aa48033610020c50f19b8138fd0c16c7d313dd088ac”,
“amount”: 10.00000000,
“confirmations”: 510,
“spendable”: true
},
{
“txid”: “37ab6b67171c396bf7b74d3cce7f6ce8dfa797d6e1e2086c52ec019336e27e06”,
“vout”: 0,
“generated”: true,
“address”: “tmUGmqDMVhehjXWyHbQaFMeWKu2QrmrWsK3”,
“scriptPubKey”: “76a914cb9406ed93eb7b6f2fe60ec7d81c5b17b0c64ca588ac”,
“amount”: 10.00000000,
“confirmations”: 217,
“spendable”: true
},
{
“txid”: “46e335c9d4a45dd210205aff160cc4ccebac14776507fe21ac1f5d4eaadfe108”,
“vout”: 0,
“generated”: true,
“address”: “tmJh8A7LMZvdSMsgoaHehn86sJsWHCsbmry”,
“scriptPubKey”: “76a914627db82c776450fad1aa9b4ce139e5e44ef284c188ac”,
“amount”: 10.00000000,
“confirmations”: 293,
“spendable”: true
},
{
“txid”: “73a6cf00f2804e7c9f64b373d5d665272c025acd7bfa85404a02a24822d6120f”,
“vout”: 0,
“generated”: true,
“address”: “tmFCbVABsKWNkh87MComXxzMp4bHrv3Fvjo”,
“scriptPubKey”: “76a9143c30178118161a53a705d1ff8e67a2b8bc17cfec88ac”,
“amount”: 10.00000000,
“confirmations”: 366,
“spendable”: true
},
{
“txid”: “1c431261e49b5164fc45c6e178c31a2b7314d9f91ef7e8af074f795cc0e2af17”,
“vout”: 0,
“generated”: true,
“address”: “tmN16c9GAaj9CL4Yg3HfvWKbbZ3ZmTtTs4u”,
“scriptPubKey”: “76a91486cc4a0cb3e97caa44378b742880f3a6a34647e788ac”,
“amount”: 10.00000000,
“confirmations”: 140,
“spendable”: true
},
{
“txid”: “7b6b492d17dccfd06befb04ee398449dfa70ad651e2d696d3e6bce2c7a6fd81a”,
“vout”: 0,
“generated”: true,
“address”: “tmSWfK5pdfChpKyHzGoHAM2hphMd8M3zwpF”,
“scriptPubKey”: “76a914b8442822350a00c1ab98d90904260f8ceadd023b88ac”,
“amount”: 10.00000000,
“confirmations”: 331,
“spendable”: true
},
{
“txid”: “abbb3e427659d313821ee59f6465cd872850264675133c122b768a349fa3501b”,
“vout”: 0,
“generated”: true,
“address”: “tmBvMMcrakBUjH6FgQdA58vN8ykoDMt4PYE”,
“scriptPubKey”: “76a914183543919acf2d6d6e759589a63380068a7befe188ac”,
“amount”: 10.00000000,
“confirmations”: 123,
“spendable”: true
},
{
“txid”: “179b8e62ea932e9acaf9a153b0df6a83b307105ef3acb81d149813c3e446c61c”,
“vout”: 0,
“generated”: true,
“address”: “tmAG6mB3yJ4MEfscFduE4LZWgjkSdWR81Vh”,
“scriptPubKey”: “76a9140601263577deb7c52440a28b8069e9adf64562c688ac”,
“amount”: 10.00000000,
“confirmations”: 495,
“spendable”: true
},
{
“txid”: “72b592795333e799390283b422d8b689ffd6d7dbe8b128d695ff3cf2ef435f1f”,
“vout”: 0,
“generated”: true,
“address”: “tmF8eg6UzpPyDin8rScpP43TM9AuSgBorNm”,
“scriptPubKey”: “76a9143b7116f2762ba16fd2b2b520da940fe57abbcf7288ac”,
“amount”: 10.00000000,
“confirmations”: 376,
“spendable”: true
},
{
“txid”: “63df4f21fe5927cf9a86cbc2292aff61e1ffe09cfc1ee58fdb3e809078d05921”,
“vout”: 0,
“generated”: true,
“address”: “tmXsH9zfv2ZtSPu3bzjFSMVxtHAcYHY62vU”,
“scriptPubKey”: “76a914f3030680dd9a5863a48edbfafd124a92a63045ef88ac”,
“amount”: 10.00000000,
“confirmations”: 395,
“spendable”: true
},
{
“txid”: “28e871c1c8586cf3ce22957a3f8dcc4d87f54b17ec86987a6e3fb5074f09d824”,
“vout”: 0,
“generated”: true,
“address”: “tmFcJRpHtiFJmuuw5wcShG4RDxQThzP7JWy”,
“scriptPubKey”: “76a91440abd5fd56f8b04b46a9cce5e2ae6ea2795754d888ac”,
“amount”: 10.00000000,
“confirmations”: 231,
“spendable”: true
},
{
“txid”: “1f3852ccb2250d198a141d2480aaebbf9f14ee513ec3c2ad26e2b4ca57991e2a”,
“vout”: 0,
“generated”: true,
“address”: “tmHa9vEQ3SaFyYM4i8LmPXjPDAnUTVxG1hk”,
“scriptPubKey”: “76a914563426d4ffceffe8d6f0a041b6cd69f66ccc1d8888ac”,
“amount”: 10.00000000,
“confirmations”: 134,
“spendable”: true
},
{
“txid”: “0aeb3056d5a9d36aa3feb235aabf5855acd1d1c7bdf48bb6ccd977cd59c6a52a”,
“vout”: 0,
“generated”: true,
“address”: “tmQW1TFFobuoBw7LgH8eH9zkjksX62aDjF7”,
“scriptPubKey”: “76a914a2344d48216c72f447fbf4b4b5aa6977eb2e056188ac”,
“amount”: 10.00000000,
“confirmations”: 262,
“spendable”: true
},
{
“txid”: “1fa2c97cd5ead7c11e72cfe2ab64b79a808e06a3b1c14a69663baa6d0093a92d”,
“vout”: 0,
“generated”: true,
“address”: “tmPdrK7tTDNdgBrUQH4pTqDSWAbiwypSZrr”,
“scriptPubKey”: “76a91498b7dfbeaf3c5cac9898b928021cff17f027aeb588ac”,
“amount”: 10.00000000,
“confirmations”: 165,
“spendable”: true
},
{
“txid”: “766455290eedf132be541742dd2ac36f4813364ef062092a30ebd18def828d2e”,
“vout”: 0,
“generated”: true,
“address”: “tmVot4GgpRCcmMNiJpQiNBG88HAfNGMf5mk”,
“scriptPubKey”: “76a914dc6e3e7fcec74b1434850a0d4e0cc8e9c6fdef0f88ac”,
“amount”: 10.00000000,
“confirmations”: 409,
“spendable”: true
},
{
“txid”: “d3064b20193022f902387c3bb380ef24be3e2035bb4c90cf8bed5c8909fb5633”,
“vout”: 0,
“generated”: true,
“address”: “tmWkXEpT3bBTmNsYXN9Z3LH3tZ6q8AzT6Bb”,
“scriptPubKey”: “76a914e6c3be71d419c60ce86f3b9c2ed816c5360852e488ac”,
“amount”: 10.00000000,
“confirmations”: 306,
“spendable”: true
},
{
“txid”: “9c1dc70e08efe7b5281e5f00de61199dd4d317ac240c91d09175ac2648e20734”,
“vout”: 0,
“generated”: true,
“address”: “tmLsFfh2DsyRgTdSMLgbvQLRDQPbwAKcqGP”,
“scriptPubKey”: “76a9147a58664ffc9425aa52f306acf3e746f1b6b2362e88ac”,
“amount”: 10.00000000,
“confirmations”: 275,
“spendable”: true
},
{
“txid”: “124e0e5ab7eb2918b21f7f41d751d82b925353237ed404cb2a3dcc2d32ec0c34”,
“vout”: 0,
“generated”: true,
“address”: “tmGRVVxZ3CRQBoUoAnoZTiELXQmTCfKnSEN”,
“scriptPubKey”: “76a9144998a0c869a81faa455ee18e428047a212f4696b88ac”,
“amount”: 10.00000000,
“confirmations”: 125,
“spendable”: true
},
{
“txid”: “b598764bac269f766c2df21a7362c0a242a091a5aea23b6262ff521000eaee39”,
“vout”: 0,
“generated”: true,
“address”: “tmRixTBXW2MUU3rHGrZLtFSYLfBXKmkcmEA”,
“scriptPubKey”: “76a914af9f5478e35d1202302841a32cf71b7c72bb154588ac”,
“amount”: 10.00000000,
“confirmations”: 221,
“spendable”: true
},
{
“txid”: “fc0f9f4fa2cf721329e5c15010573dba4bcd773ec12f6b351b8c8ed50f44023a”,
“vout”: 0,
“generated”: true,
“address”: “tmNwKtmFReKwFZY4Qc4pPuNExbBtgQ6juaa”,
“scriptPubKey”: “76a914910dd79dfe710f736c92556eb36d4e01e65f514688ac”,
“amount”: 10.00000000,
“confirmations”: 400,
“spendable”: true
},
{
“txid”: “75a312cd793472d4cedeb0db1a9f47619158a08947f91de446c8a0ad4ba60042”,
“vout”: 0,
“generated”: true,
“address”: “tmNDwFvB5ubye7Ro47Yu2YT5nD5NTXaSYoS”,
“scriptPubKey”: “76a9148939e491579634d6cfac6e97fbfbb2f21a501b8288ac”,
“amount”: 10.00000000,
“confirmations”: 272,
“spendable”: true
},
{
“txid”: “bc7d3c1c5d9bd8ec00c539fc11ccac14be1c600e77ea4c7bcd982fe6153de545”,
“vout”: 0,
“generated”: true,
“address”: “tmLqZbGmFnrv7CJ2tmBAarH2Gf434iGkqnT”,
“scriptPubKey”: “76a9147a0687a03bc476e349bc6e102acb10943ffe73e888ac”,
“amount”: 10.00000000,
“confirmations”: 499,
“spendable”: true
},
{
“txid”: “97e3d8ca74946fb3de029e4de2261df45ff3901d7447c716a72b0616b708364b”,
“vout”: 0,
“generated”: true,
“address”: “tmGNiGZ3LomLoo48m2SEUaKwxLHdt3aPh2A”,
“scriptPubKey”: “76a91449120a01dc657759c8bf65058f88ab0161683e1588ac”,
“amount”: 10.00000000,
“confirmations”: 421,
“spendable”: true
},
{
“txid”: “f68d4af80f886dfae249749f5e42f9c5f0e9430678b1cfc83a3bb3f569fc254c”,
“vout”: 0,
“generated”: true,
“address”: “tmFQCYe18E9NQAEaui4gGfoEUXrP4f5Ebf7”,
“scriptPubKey”: “76a9143e61ef1ab2cd4f02f49018ead29e9811a9a18b8788ac”,
“amount”: 10.00000000,
“confirmations”: 159,
“spendable”: true
},
{
“txid”: “2e39fe6a8e80a40ebabb7f6828af1377f018df6c172419a3aed8c9a99f45da4e”,
“vout”: 0,
“generated”: true,
“address”: “tmQ7qrCHYcrbEtzT2jZK7GHfMvuAEyoWWbH”,
“scriptPubKey”: “76a9149e032228825251db228918df1983f894ac8ce93788ac”,
“amount”: 10.00000000,
“confirmations”: 121,
“spendable”: true
},
{
“txid”: “1b265d3a8e08f8af5e62d1d3f1a627efd9b613aa2b8e5dd2e11dd2b06d4c5e50”,
“vout”: 0,
“generated”: true,
“address”: “tmNczkw1cCaL4fF82BZP9rFcy8w5qtCkgzf”,
“scriptPubKey”: “76a9148d9661bf3dc407a537009f9b32ade33691cc8ba588ac”,
“amount”: 10.00000000,
“confirmations”: 430,
“spendable”: true
},
{
“txid”: “3a6aa32ff3cd9999f0eb7d8e271dd12c8421407fb4958d660dca9758ba781153”,
“vout”: 0,
“generated”: true,
“address”: “tmGaRANaPahiM1aMf4WC2F5qtp4u2Jat8tM”,
“scriptPubKey”: “76a9144b48c0342a73582e99cf9b07410e98746ddb35fe88ac”,
“amount”: 10.00000000,
“confirmations”: 241,
“spendable”: true
},
{
“txid”: “300e4738106aefdd03f22c83ab798da03490a35f6f12d21a5f4f3a026f647757”,
“vout”: 0,
“generated”: true,
“address”: “tmEmV2PS3j1S5a1F9L6fpYswsVtGTewSUpn”,
“scriptPubKey”: “76a91437704c85966ddee87714183bcf127d0899d8ed7f88ac”,
“amount”: 10.00000000,
“confirmations”: 507,
“spendable”: true
},
{
“txid”: “0099ece2cc74a039f48d8530547057738856987b1051995b1587766a260dfd5b”,
“vout”: 0,
“generated”: true,
“address”: “tmCs5jJip9w6jmtNt33JPFEQtks5zqmw6UW”,
“scriptPubKey”: “76a914228f190c4e27a2fe820e48e5613ff6cd8a68808a88ac”,
“amount”: 10.00000000,
“confirmations”: 443,
“spendable”: true
},
{
“txid”: “e19a65f641097b965798f57c576531f3cfe62c2cd4ebb854ddc245253b4a395d”,
“vout”: 0,
“generated”: true,
“address”: “tmUE1bxQb2TyHsZ4AYDYFNkNBhZ9CcUGCAY”,
“scriptPubKey”: “76a914cb0e4665042d84b80a64ba0985dfbaccd614a28488ac”,
“amount”: 10.00000000,
“confirmations”: 405,
“spendable”: true
},
{
“txid”: “10304eaf9998dd263bdc8c9f2efab805384fdac98826946039777d27a85f0860”,
“vout”: 0,
“generated”: true,
“address”: “tmPBBGantUk2AhGx1z8p3uc1sM9n6CdPrve”,
“scriptPubKey”: “76a91493ac77891230a1c975ab37cd86e668f7fda2cb2088ac”,
“amount”: 10.00000000,
“confirmations”: 438,
“spendable”: true
},
{
“txid”: “3898d59f32f17133c58052c8f6fb7d2cf1725ec60e439bdca48a65850a49af68”,
“vout”: 0,
“generated”: true,
“address”: “tmG8QxxvwohaEmhpDdqrVfm78KyDoecqasZ”,
“scriptPubKey”: “76a914465dc587f4ce70eb6be3c7ecbb30c3a297686dd988ac”,
“amount”: 10.00000000,
“confirmations”: 347,
“spendable”: true
},
{
“txid”: “d82fae456849b39251c8392bbd34b22e53b513f866348b8b99784bbb32b09769”,
“vout”: 0,
“generated”: true,
“address”: “tmB81BZQQJCwfMPgU1QCtctuJrVMVqWmgMp”,
“scriptPubKey”: “76a9140f714a2da0ccceb32424d1eae6fb2a607c91578a88ac”,
“amount”: 10.00000000,
“confirmations”: 372,
“spendable”: true
},
{
“txid”: “40033376b00885de476bc7f1735b4c314b4a291e01993da43e6edb416d85ca6b”,
“vout”: 0,
“generated”: true,
“address”: “tmYFFK6KUHRtCw6LW13GzsC93Mj8jXQzQ5X”,
“scriptPubKey”: “76a914f72aa352a9a50fa5e2f3453f0ea4461e4ab5b0ea88ac”,
“amount”: 10.00000000,
“confirmations”: 157,
“spendable”: true
},
{
“txid”: “807fa8f1eb789b962555890850b22a614b6e855f881547640e66c3c49395bd6c”,
“vout”: 0,
“generated”: true,
“address”: “tmARqax7zWUWS4eMPZp3hHH4TVhpUH97DLG”,
“scriptPubKey”: “76a91407d8a3ef3f21b1b941393488abeb70cad5a2d89a88ac”,
“amount”: 10.00000000,
“confirmations”: 484,
“spendable”: true
},
{
“txid”: “d7e1c2d5321259493eaac18f280a8db4c540efa42e6332c880dc48c24104b46f”,
“vout”: 0,
“generated”: true,
“address”: “tmKMcHYMkHLeGTJnGjM7wqEQ73gjUCDxAgB”,
“scriptPubKey”: “76a91469c501936a9151d9e0d5d39d7a37e7b645374e4988ac”,
“amount”: 10.00000000,
“confirmations”: 370,
“spendable”: true
},
{
“txid”: “5df201a6d0b604133c3fab780fdf9376dea7c91e222ca7448c02db418dccc96f”,
“vout”: 0,
“generated”: true,
“address”: “tmKprdJrtQeDBotFs3WCWpaim9R5LW92SpN”,
“scriptPubKey”: “76a9146eec354ecccde29f0243959032a91f24dd6ef87788ac”,
“amount”: 10.00000000,
“confirmations”: 498,
“spendable”: true
},
{
“txid”: “03137abd06d8d1f501d2462dcf9de0066682ec3497abae7dce5cdf579415a988”,
“vout”: 0,
“generated”: true,
“address”: “tmYaKZmCQPxfVSgbga8xDB9SJG7E7veZhQv”,
“scriptPubKey”: “76a914fac61767bc3fdcd251fab2e8024f7aaaa5ee822f88ac”,
“amount”: 10.00000000,
“confirmations”: 314,
“spendable”: true
},
{
“txid”: “607df44ada58382f7e4532a60036939e963ea39c6f4554e91eb9cfd0462f428e”,
“vout”: 0,
“generated”: true,
“address”: “tmH2iQxoezWszgByP8z7RPmbG9uW9GubiBV”,
“scriptPubKey”: “76a9145041f7780065efea50aadfefade9d085f1a7a79788ac”,
“amount”: 10.00000000,
“confirmations”: 242,
“spendable”: true
},
{
“txid”: “cbded1594fc7bff165f5a719eb753f75f3104bbfbc1e4d078e9ca4a564698190”,
“vout”: 0,
“generated”: true,
“address”: “tmPTZm8gdL8QwZpNPq89ET9Lw95kEoAF88Q”,
“scriptPubKey”: “76a91496c5e5dcbe1e3bcbed6ab82d7dfbb7cdb84c615d88ac”,
“amount”: 10.00000000,
“confirmations”: 357,
“spendable”: true
},
{
“txid”: “e0b45c6ceccff7ca5d567de7b02930db688c2893727b314d0f6de5c62ef9ee90”,
“vout”: 0,
“generated”: true,
“address”: “tmXZMiiyGWS4GPupedV3VNSbGcgkkjVdKYf”,
“scriptPubKey”: “76a914ef9f59220e4cd62e72cbae3aad4cebd39d5bea5088ac”,
“amount”: 10.00000000,
“confirmations”: 447,
“spendable”: true
},
{
“txid”: “8881c8799633fd4302dce20725b650f465c5492335b07e802df33ccfe2fa1891”,
“vout”: 0,
“generated”: true,
“address”: “tmXKNB23NfkK5hHBBFqmQbzNhGdSYEkhdmA”,
“scriptPubKey”: “76a914ecf9e734c1280dac048e41f7d744c5ee6fa80d7488ac”,
“amount”: 10.00000000,
“confirmations”: 492,
“spendable”: true
},
{
“txid”: “b8cb46531689509777dc50ebf8f9cc3b36cbca4995ba4e4b5338ddf348819191”,
“vout”: 0,
“generated”: true,
“address”: “tmNxxpYH6RW9H7u2z6TGSHjZP6fE61THbE8”,
“scriptPubKey”: “76a914915d155e77083c170186157c3beabe45619f3d9b88ac”,
“amount”: 10.00000000,
“confirmations”: 244,
“spendable”: true
},
{
“txid”: “d6a6edf3b538b2b64e3e4f6ace9597290c454a4e2f0e23acb69b183e5631f791”,
“vout”: 0,
“generated”: true,
“address”: “tmWJCPYymu7bKmCcysNZAQwLrSuWxdUUyKH”,
“scriptPubKey”: “76a914e1c931b7b0f81f7cdb2aceba5f46c9e1423f904a88ac”,
“amount”: 10.00000000,
“confirmations”: 122,
“spendable”: true
},
{
“txid”: “1728c36211654aa2dd760350f083c919bcdfa45df91b7678007b4a9a0eeecf93”,
“vout”: 0,
“generated”: true,
“address”: “tmVcogY5DJ3cvmRWZF5sMPcrx7FoeX8A9Xb”,
“scriptPubKey”: “76a914da56044739a30424d741807f200a5311d9e0db1388ac”,
“amount”: 10.00000000,
“confirmations”: 509,
“spendable”: true
},
{
“txid”: “c1f30fb8c2a2efd83ea758410c94dd810525b989e2f5689503456d3e48a3bd95”,
“vout”: 0,
“generated”: true,
“address”: “tmJRN3jN3X14LczxTGdxS2HQweAcijNoFCz”,
“scriptPubKey”: “76a9145f82a8aa12d396b8c8494a0ae472ec0cfaf1833488ac”,
“amount”: 10.00000000,
“confirmations”: 440,
“spendable”: true
},
{
“txid”: “474d88e8c0f3105b84dd8df19ad8ac95e64bd4de5a1e045ea4cf4430eca1f196”,
“vout”: 0,
“generated”: true,
“address”: “tmAQssGVF3ac5rzE6DGisDswDpQJK3gPSLu”,
“scriptPubKey”: “76a91407aa20f65acdb029fe839e899638f35603cadace88ac”,
“amount”: 10.00000000,
“confirmations”: 219,
“spendable”: true
},
{
“txid”: “8b6309ae29af20c1f56f70e94b4b44e2e37fda0c1724f6c3ef61dcc7ef8e0ba1”,
“vout”: 0,
“generated”: true,
“address”: “tmAMXExJgJV8MEwTzW34WBhHANXP4aAdSac”,
“scriptPubKey”: “76a9140707a9bf6ab2656a53981cad7783bd92cca02ca688ac”,
“amount”: 10.00000000,
“confirmations”: 118,
“spendable”: true
},
{
“txid”: “fa70b3a57c3832042623e91c2670b5ce52b113e4372c82f3bf12c699b4b7bfa6”,
“vout”: 0,
“generated”: true,
“address”: “tmE3HCvY62feQDwRHxhHjnVGHDCsk5P6eub”,
“scriptPubKey”: “76a9142f74f68b6a2424e219af70b7313ee8a8d856bdcb88ac”,
“amount”: 10.00000000,
“confirmations”: 483,
“spendable”: true
},
{
“txid”: “a32825c0c518ad05f80a06e8f1d444bdcf68543cc39487ed9e6bd4ab5de40baa”,
“vout”: 0,
“generated”: true,
“address”: “tmVctdVq4hymcRYZJubvNDFuUQvzoPpaGzW”,
“scriptPubKey”: “76a914da5a259290cb4891f0e185c613f0032282a5ec6d88ac”,
“amount”: 10.00000000,
“confirmations”: 341,
“spendable”: true
},
{
“txid”: “898f300c4234eed5fd531763a0edbfc4b4643c3170208d7be8fd4f217cfe36aa”,
“vout”: 0,
“generated”: true,
“address”: “tmUpG6n68VVaSbAU3ca7r6JUzgkFTdY1o5H”,
“scriptPubKey”: “76a914d18884e46085358de852870c52b8d6749753efee88ac”,
“amount”: 10.00000000,
“confirmations”: 489,
“spendable”: true
},
{
“txid”: “b9e9db32c2c383dbf2713a942418d03ca1ca4b3fb20815bf58f506915b3d5bb9”,
“vout”: 0,
“generated”: true,
“address”: “tmBG1nCp9sAmi6fLeaM59N4v84c2J7QSqEw”,
“scriptPubKey”: “76a91410f51db736e01123861690e912741e69894237b288ac”,
“amount”: 10.00000000,
“confirmations”: 164,
“spendable”: true
},
{
“txid”: “a2fb7fce1b3f593a9c4ade4d81656ac1acf5b38314207a4c5c0bba08905f6cb9”,
“vout”: 0,
“generated”: true,
“address”: “tmCJpMrRgHcSdEDXZfzNBzHpDzycwGqmdio”,
“scriptPubKey”: “76a9141c74f4f9840b826718fe444ab6cc9a33c4a342ea88ac”,
“amount”: 10.00000000,
“confirmations”: 256,
“spendable”: true
},
{
“txid”: “d961626a7685ef6ccb70ed23852186b5dddf250e458f0788c71a568d1f0671b9”,
“vout”: 0,
“generated”: true,
“address”: “tmJobidYDXXxEMzafhjSN12N9RKKTcL1YwH”,
“scriptPubKey”: “76a91463b738c2574741958d726a3ce23565bd4a02658188ac”,
“amount”: 10.00000000,
“confirmations”: 302,
“spendable”: true
},
{
“txid”: “4b4dea1f6946577b1a36f94fc77770b45c5002770ada0e7a18f76e5acba8cab9”,
“vout”: 0,
“generated”: true,
“address”: “tmMVrj1AYJprKNsDmxykNe5iSGo445B9wZZ”,
“scriptPubKey”: “76a9148144a3741b6035e7f48bb44398ed2ab443c336fb88ac”,
“amount”: 10.00000000,
“confirmations”: 328,
“spendable”: true
},
{
“txid”: “b5ea5f007d3263196ca3e72c08b40726bcd76da88a8a7d3ae1dd786021fd7ebe”,
“vout”: 0,
“generated”: true,
“address”: “tmAJYDthoZd3c2vSKRaihTdPJTQuEr4fiQc”,
“scriptPubKey”: “76a91406773c12ea22263c5eaca1b9578bdb0ff17b078a88ac”,
“amount”: 10.00000000,
“confirmations”: 448,
“spendable”: true
},
{
“txid”: “3347c50c0bac18454ba851d309f1f523b223a26f3954a4e13a10792596cc81c1”,
“vout”: 0,
“generated”: true,
“address”: “tmKLpfQBYQ7Dn28FBXEdGj2DjzT6Z6e21uY”,
“scriptPubKey”: “76a914699eec012c82d5504cfdd21dcfa26de4272724e888ac”,
“amount”: 10.00000000,
“confirmations”: 354,
“spendable”: true
},
{
“txid”: “7badd55c8163386afed67418713f45d17e570fce94d265f0a7218d87829004c4”,
“vout”: 0,
“generated”: true,
“address”: “tmA9E58QSYEGX7fNfSH1Yeq9doEfmddc8Zx”,
“scriptPubKey”: “76a91404b456d7f165a5b611bc4c6996aa5510ad387e4f88ac”,
“amount”: 10.00000000,
“confirmations”: 176,
“spendable”: true
},
{
“txid”: “1bf57cdab97b1065cba001eedc49af17a5603fa51e3f71bd413f5449970bd5c4”,
“vout”: 0,
“generated”: true,
“address”: “tmMwdHUpv9gGZbd4Q14F11M2rF21PeTprDH”,
“scriptPubKey”: “76a91486243bfb74b2a3b59e2e0f132c81d1dc0ed1f61e88ac”,
“amount”: 10.00000000,
“confirmations”: 264,
“spendable”: true
},
{
“txid”: “dfabe4adf89912f93277b95716e0ea8d3a314f59fd05779ac38cc7666b4d83c6”,
“vout”: 0,
“generated”: true,
“address”: “tmVuxB4Ld6sZytFjD4gUuzfS6cB1fCAYFa8”,
“scriptPubKey”: “76a914dd942d3726b1115acd96e06603f3ee1f0f771c6088ac”,
“amount”: 10.00000000,
“confirmations”: 204,
“spendable”: true
},
{
“txid”: “bdab73ed0ced8e4b234fbe6ab413f6d26b3cca6daaf38573fd7b5e5d371382c7”,
“vout”: 0,
“generated”: true,
“address”: “tmB5pSqbP4jdhWR1SkDp65YyCbn4NaTaWfJ”,
“scriptPubKey”: “76a9140f077ed291bed491fc52614070c508401e513ed288ac”,
“amount”: 10.00000000,
“confirmations”: 529,
“spendable”: true
},
{
“txid”: “714482a9d1e5f4264734a541f02f7322117dff7dff90d10dcb0adaa9b061bfc7”,
“vout”: 0,
“generated”: true,
“address”: “tmBMqqmrZoL326tabPTqKonLaZ1JEq2gnpg”,
“scriptPubKey”: “76a914120f50ce0f47a0ad345b6359b6f44923882491cf88ac”,
“amount”: 10.00000000,
“confirmations”: 449,
“spendable”: true
},
{
“txid”: “b09a2fa7546c2e4fd25f252f433de1067453cc7a87c07ad251cdf089739296c8”,
“vout”: 0,
“generated”: true,
“address”: “tmY44FezJwS5fiCJRDf9U5NPrhB4FpD1WbX”,
“scriptPubKey”: “76a914f50cd4a2353083111b178520132ab8b7dd992dde88ac”,
“amount”: 10.00010000,
“confirmations”: 532,
“spendable”: true
},
{
“txid”: “009bd77d784016b5f4f15b0c03a043a93e44e8030a80d2413ddea21e8aab25cf”,
“vout”: 0,
“generated”: true,
“address”: “tmUrxPPAmeCjJvfqvgoX3opSzLaDqT6dufT”,
“scriptPubKey”: “76a914d20afaf73857b61a288d5ca88ca11070afa6474e88ac”,
“amount”: 10.00000000,
“confirmations”: 268,
“spendable”: true
},
{
“txid”: “3ca1a4855a1e984bfa6fb28b965228a704f081ba8671662378d3dc173115d3d1”,
“vout”: 0,
“generated”: true,
“address”: “tmGGtxT6SP5JQmdkmq8pGrZ7n9TvRxEJk6r”,
“scriptPubKey”: “76a91447f877120f08983e60869d2668e2b7982067d16b88ac”,
“amount”: 10.00000000,
“confirmations”: 486,
“spendable”: true
},
{
“txid”: “71d62b9eac71f8aaabe1f9ed3eb979ef503afa1bfafe18308ced3e78ddd218d5”,
“vout”: 0,
“generated”: true,
“address”: “tmN4C7Ax2my1oFwdeT33bJFsfUJcrhSjEAm”,
“scriptPubKey”: “76a914876220f4656cffc34eec8fd2191c29364a92793088ac”,
“amount”: 10.00000000,
“confirmations”: 541,
“spendable”: true
},
{
“txid”: “6a69bf911df082ae6a6bcbb80e00dd43c4aebc0f5b628be68a6c0e197e0e40d5”,
“vout”: 0,
“generated”: true,
“address”: “tmMf6zhtp5WxHAdkAzevxTUZutRCS28t5TJ”,
“scriptPubKey”: “76a91483044b74c12b84f477667fd79beeb852fddc9d4588ac”,
“amount”: 10.00000000,
“confirmations”: 124,
“spendable”: true
},
{
“txid”: “5137e5e6fb176c4e749cbefbcc565a126bb24b0f86fdbef5ff6d076af7a350d5”,
“vout”: 0,
“generated”: true,
“address”: “tmWaEQx5A8G4siGBy7Wxcu3fM2boVKEq1b5”,
“scriptPubKey”: “76a914e4d18a0b663fbb5ac0ab59ad21d03b671a87363f88ac”,
“amount”: 10.00000000,
“confirmations”: 339,
“spendable”: true
},
{
“txid”: “e920e479824319fbe1716152ba0db9fd2e672633cea33ebe19e1502d8af460d6”,
“vout”: 0,
“generated”: true,
“address”: “tmRaYuuvN9ASVnG3Q8imWMS674Cpx3FbTXH”,
“scriptPubKey”: “76a914ae085a517d76ea28e86a0c9af4caa0329252d4fc88ac”,
“amount”: 10.00000000,
“confirmations”: 229,
“spendable”: true
},
{
“txid”: “49140cdaa1268b11466cfd7d8759224589266ee115fd595c5cbbf5ec66eca5da”,
“vout”: 0,
“generated”: true,
“address”: “tmFK15gtsuZmrDgKvLSDDzs9bMMx9gP26UY”,
“scriptPubKey”: “76a9143d6648b2c9caa23a43eebffdfd3b2871b8ac225b88ac”,
“amount”: 10.00000000,
“confirmations”: 288,
“spendable”: true
},
{
“txid”: “965cff8aba10676b17e5e3affbe452ab1a81fb222f2bb80c0a713f0a94880ddf”,
“vout”: 0,
“generated”: true,
“address”: “tmBYWXMzRhQ1amrELDDeoh9uLwwmW66AqfP”,
“scriptPubKey”: “76a9141413c40df51ba8885bf382954738e9d71771b67a88ac”,
“amount”: 10.00000000,
“confirmations”: 386,
“spendable”: true
},
{
“txid”: “5b79e4f1ef57cca177371d8346120c082d8920c1faba7b355a5c51d6e6bfc6e1”,
“vout”: 0,
“generated”: true,
“address”: “tmHBZuvKBNSnTZRGVxJLAFivSLEEe6GyC7z”,
“scriptPubKey”: “76a91451ee9d40cebef0ed1c21718f08acfc6e50ec8f8588ac”,
“amount”: 10.00000000,
“confirmations”: 195,
“spendable”: true
},
{
“txid”: “b4a36d6f3f2c241e1051abe0c8e98f18cec130b3fb4abccc502172a2a1a1e7e5”,
“vout”: 0,
“generated”: true,
“address”: “tmWJ47UJmLrb9c4bNhy6Xx9zVDAFEERJrVZ”,
“scriptPubKey”: “76a914e1c248e29e699201e3b25e2657f32877510ce51088ac”,
“amount”: 10.00000000,
“confirmations”: 556,
“spendable”: true
},
{
“txid”: “914f6477b2b6c060d0ee9ee76af9d80eab86fdf1474f48dcf6b1c5b8025423eb”,
“vout”: 0,
“generated”: true,
“address”: “tmNAZosQKvCkj1pynC7s2agrS89EuJWtybt”,
“scriptPubKey”: “76a9148896bd7a81ac017c1c20a4efd6f578f3010ef78e88ac”,
“amount”: 10.00000000,
“confirmations”: 441,
“spendable”: true
},
{
“txid”: “f3d64f3ee45155abef7f867809a2b7aab78b8bc00169f4badcdcc72a20e6b6f3”,
“vout”: 0,
“generated”: true,
“address”: “tmS4bimYzd5Ls5ipjayMLd2wo59vLcKogqu”,
“scriptPubKey”: “76a914b35657f74b8323aaf88a268ccbb0fb8d567c13cc88ac”,
“amount”: 10.00000000,
“confirmations”: 387,
“spendable”: true
},
{
“txid”: “a163e22914b2ee3c8f290df216a3e7574a99844d221b7c81c6e761b24c9deaf3”,
“vout”: 0,
“generated”: true,
“address”: “tmCnPdbC5rWgRCNtuNJtvcxxzBAEwccrLVh”,
“scriptPubKey”: “76a91421abf61f0998b90f94d4afd1b625ea27816af9ea88ac”,
“amount”: 10.00000000,
“confirmations”: 404,
“spendable”: true
},
{
“txid”: “a8ca19820ff33026d1fde3d1b7cad1f6ead6cfffe4ef183a43211a00b6e91af4”,
“vout”: 0,
“generated”: true,
“address”: “tmEa3pd4qmYRnQxavj5ck5JcM3KNLRrmGzn”,
“scriptPubKey”: “76a9143546af600da69619a2457c73a59130da626a6a2488ac”,
“amount”: 10.00000000,
“confirmations”: 324,
“spendable”: true
},
{
“txid”: “f7c234c2b519d565b3864358135e2c8959632b9a58fb34970dde9dcbdf6a97f4”,
“vout”: 0,
“generated”: true,
“address”: “tmXigUrcG3RDVQhiYEWT1mZL3CFP48QcKs1”,
“scriptPubKey”: “76a914f162c0acb43ec438837bb27448cb1715d5fc2f8788ac”,
“amount”: 10.00000000,
“confirmations”: 333,
“spendable”: true
},
{
“txid”: “08735ce16d23086f7c730357eda54b7cc6c7b93abdc472d4bb825372da3ebcf6”,
“vout”: 0,
“generated”: true,
“address”: “tm9r75U4FaCpVe4ji6FkSRLRu8pR8dx24Kn”,
“scriptPubKey”: “76a91401776df09fe7e3e038e6730a57c5b36ea1f10bf888ac”,
“amount”: 10.00000000,
“confirmations”: 548,
“spendable”: true
},
{
“txid”: “ce459d826bc71a1739a56da8d3f65c65bba166387e692f69f0fb475cef1f0ef9”,
“vout”: 0,
“generated”: true,
“address”: “tmGUJt25PpDQBZLJxDsCMN7ujwWTJtTKi9H”,
“scriptPubKey”: “76a9144a2102d8447031e3e146bb9b376adfa979dc7ef588ac”,
“amount”: 10.00000000,
“confirmations”: 271,
“spendable”: true
}
]

Can you explain this?

1 Like

It shows that you have been mining and so each mining reward has been mined to a new address (as is by default). There are no unspent outputs for the address you initially listed hence that error.

Now, to spend these coinbase funds they must first be shielded before they may be used i.e. sent to a z-addr. Additionally all funds must be spent and no change is allowed. Fortunately there is a specific command which aids in this process z_shieldcoinbase. The docs are here but should you wish to simply shield all of your coinbase transactions you can simply run z_shieldcoinbase "*" "your-z-addr-here" (this actually does 50 by default). Once you have them in a z-addr, simply use z_sendmany to send as normal.

Garethdavies thanks.
I shall check after respond you.

Garethdavies ,It is working but i don’t understand the flow of z_sendmany method . Balance is also transfer to another account , But i didn’t catch the flow of transfering. How many money deducted from sender address and how much added to reciever address. please help.