Hey everyone, I'm still getting this web app set up and I've got another question regarding bitcoin. I'm a web developer but completely new to bitcoin.
I'm testing out the deposits and withdraws at the moment. The first test deposit was sent through yesterday, approx 18 hours ago. It should have gone through by now, but when I've ran several API calls to the server which indicate that it hasn't gone through. I used getbalance, listtransactions, listreceivedbyaddress, listreceivedbyaccount, and whatever else I could find, and they all indicated 0. Nothing in the accounts, no transactions, no balance, nothing. My API calls are going through and working, because I can generate accounts, addresses, and list the accounts, but the balances and transactions just aren't updating or going through.
Does it just take more time? If something went wrong what is the best way to go about tracking down the bug?
Thanks for the help.