Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Grouver (BtcBalance) on September 14, 2013, 06:38:03 PM



Title: Send BTC to address but balance of account is still zero
Post by: Grouver (BtcBalance) on September 14, 2013, 06:38:03 PM
I created two BTC addresses for one 'main' account.

I send some BTC to one BTC address of this account.

When I do: bitcoind getaccountaddress main
I get:

Code:
"12xaqMkkJ1eGrMnLAkxdMnkWRWZbuCwspQ"

But when I do: bitcoind getaddressesbyaccount main

It returns:

Code:
[
    "12xaqMkkJ1eGrMnLAkxdMnkWRWZbuCwspQ",
    "1E25YFTVrHdD2rqbAmJKGzZayh28VH89wR"
]

I see the address wich i used to send it to is there.
But when I check my balance of this account

Code:
bitcoind getbalance main
0.0000000

its still zero.

Here you can see the regarding address:
http://blockchain.info/address/1E25YFTVrHdD2rqbAmJKGzZayh28VH89wR

At time of posting this the regarding transaction has 20 confirms.
So whats going on?


Title: Re: Send BTC to address but balance of account is still zero
Post by: Grouver (BtcBalance) on September 15, 2013, 03:56:11 AM
Never mind. *Sigh*
For some reason my bitcoind daemon stops working when I exit out of my terminal. (Anyone knows how to let it running?)
Thats why it didnt synched the whole blockchain yet wich is why it doesn't know about my transaction yet.


Title: Re: Send BTC to address but balance of account is still zero
Post by: cp1 on September 15, 2013, 04:23:58 AM
You can run it with nohup or inside screen.


Title: Re: Send BTC to address but balance of account is still zero
Post by: Foxpup on September 15, 2013, 05:21:41 AM
For some reason my bitcoind daemon stops working when I exit out of my terminal.
Are you actually running your bitcoind server as a daemon (with the -daemon argument)?


Title: Re: Send BTC to address but balance of account is still zero
Post by: Grouver (BtcBalance) on September 15, 2013, 12:37:56 PM
For some reason my bitcoind daemon stops working when I exit out of my terminal.
Are you actually running your bitcoind server as a daemon (with the -daemon argument)?
Yes. But when I close my putty session and I reconnect and I do bitcoind getinfo it returns that the Bitcoin server is not running.


Title: Re: Send BTC to address but balance of account is still zero
Post by: jackjack on September 15, 2013, 01:07:13 PM
You can run it with nohup or inside screen.
This, run screen