Bitcoin Forum
September 25, 2025, 12:18:48 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: Not seeing received transactions in bticoin-cli on: October 12, 2017, 05:39:03 PM
Hi,

I have a problem with my wallet.

What do you get from the following:
Code:
bitcoin-cli getinfo

Hi, I get this:

{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 150001,
  "protocolversion": 70015,
  "walletversion": 139900,
  "balance": 0.00000000,
  "blocks": 360742,
  "timeoffset": -2,
  "connections": 8,
  "proxy": "",
  "difficulty": 47589591153.62501,
  "testnet": false,
  "keypoololdest": 1507723156,
  "keypoolsize": 2000,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": ""
}
2  Bitcoin / Bitcoin Technical Support / Not seeing received transactions in bticoin-cli on: October 12, 2017, 05:09:02 PM
Hi,

I have a problem with my wallet. I'm using bitcoin core for the first time, so I've probably just done something stupid along the way.

I generated a new BTC address using bitcoin-cli and added it to my wallet in bitcoin-cli. I sent some test amount there. I see in the block explorer, that the transaction has been already confirmed but when type "bitcoin-cli listtransactions" in cmd it returns only "[]". It also returns balance 0 when I try to list all of my balances. Do you have any idea what might I be doing wrong?

Here are the details:

Bitcoin Client Software and Version Number: Bitcoin Core v0.15.0.1 (using bitcoind and bitcoin-cli in command line)
Operating System: Windows 10
System Hardware Specs: Intel Core i5, 8GB RAM, 512GB SSD
Any Related Addresses: 1M9izNzEHPe648nTQmQQvuAw8Ra82bsEvF (this is the address I sent the money to)
Any Related Transaction IDs: 633fb364702bdecd7cd1811375f1f5a3b345005fc329df7c45d55393f02f5f80 (id of the transaction)
I have only 1 line in my bitcoin.conf: server=1

Is it possible that my bitcoin daemon is not registering the new transaction? Or do I need to perform an action which will download new transactions to my wallet?

Thank you in advance for your time.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!