Author

Topic: Send BTC to address but balance of account is still zero (Read 867 times)

legendary
Activity: 1176
Merit: 1260
May Bitcoin be touched by his Noodly Appendage
You can run it with nohup or inside screen.
This, run screen
hero member
Activity: 530
Merit: 500
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.
legendary
Activity: 4494
Merit: 3178
Vile Vixen and Miss Bitcointalk 2021-2023
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)?
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
You can run it with nohup or inside screen.
hero member
Activity: 530
Merit: 500
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.
hero member
Activity: 530
Merit: 500
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?
Jump to: