ethereum balance 0

Ethereum Sign up or log in to customize your list._ Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top up vote 9 down vote favorite I installed geth on a remote server (Ubuntu 14.04) and created an account.I transferred 0.01 eth to the account.From my local machine (OS X), I can view the transaction and account balance correctly with web3.However, if I log into the server and try to get the balance, it returns 0.In fact, trying to check the balance, or get info on anything returns 0.It's almost like my node is not connected, by it says I have 8 peers (and I've listed them and they look legit).To recap, running the following on my home computer returns "0.01": web3.fromWei(web3.eth.getBalance('0x7cacf18f931259c30a7194fa96ab3a44c38b3535'),'ether').toString(10) As of this writing, that is correct.However, running the same command, or even web3.eth.getBalance(web3.eth.coinbase) always returns 0 on my server.

In fact, trying to get info on anything on the public chain fails (including contracts).I'm trying to get a simple Dapp deployed, but getting a node up and running is driving me crazy!For reference, I have ethereum/geth v. 1.3.3 installed.I've also tried 1.4-unstable.I've tried a variety of methods to start geth, and have no idea why it can't get info from the public chain.
define bitcoin atmgo-ethereum nodes up vote down vote It sounds like geth is not yet synced up.
ethereum hacked againPlease type this into your geth console: eth.getBlock("latest").number As of this post, you should get 894332 or higher.
bitcoin ssl certificateI get the correct output on my geth console.
bitcoin central suisse

> web3.fromWei(web3.eth.getBalance('0x7cacf18f931259c30a7194fa96ab3a44c38b3535'),'ether').toString(10) "0.01" up vote 3 down vote I've confirmed your funds are indeed in your account: /account/0x7cacf18f931259c30a7194fa96ab3a44c38b3535#txreceived It's definitely your chain that is not updated yet.linagee's recommendation will help you get there.
ethereum secBrowse other questions tagged go-ethereum nodes or ask your own question.
hacker currency bitcoin crashes_ Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top up vote 4 down vote favorite 1 Today I started mining ether on the main network and I see new blocks being processed in the console but my balance is still zero ether.
bitcoin navy federal

This is the geth console output: I0214 20:15:47.234020 1216 state_object.go:184] c2a2c4df47a4fef4a023139fb570d 42ebbcf3512: #0 1971300000000000 (+ 1971300000000000) I0214 20:15:47.236020 1216 state_object.go:192] 7abc7e855f89634292f77433744f3 9cb7012d8bd: #10 23234021130000000000 (- 1050000000000000) I0214 20:15:47.237020 1216 statedb.go:264] (+) 87cefcd85849581188da109821c928 b4c0932117 I0214 20:15:47.237020 1216 state_object.go:192] 7abc7e855f89634292f77433744f3 9cb7012d8bd: #11 6697569040000000000 (- 16536452090000000000) I0214 20:15:47.237020 1216 state_object.go:184] 87cefcd85849581188da109821c92 8b4c0932117: #0 16536452090000000000 (+ 16536452090000000000) I0214 20:15:47.237020 1216 state_transition.go:226] VM call err:
I0214 20:15:47.238020 1216 state_object.go:184] 7abc7e855f89634292f77433744f3 9cb7012d8bd: #11 6697569040000000000 (+ 0) I0214 20:15:47.238020 1216 state_object.go:184] 7abc7e855f89634292f77433744f3 9cb7012d8bd: #11 6697569040000000000 (+ 0) I0214 20:15:47.238020 1216 state_object.go:184] c2a2c4df47a4fef4a023139fb570d 42ebbcf3512: #0 3021300000000000 (+ 1050000000000000) I0214 20:15:47.240020 1216 state_object.go:192] 2a65aca4d5fc5b5c859090a6c34d1 64135398226: #174744 2635781682982219387398 (- 4500000000000000) I0214 20:15:48.688103 1216 state_object.go:192] 2a65aca4d5fc5b5c859090a6c34d1 64135398226: #174745 2634194142482219387398 (- 1587540500000000000) I0214 20:15:48.689103 1216 state_object.go:184] cd424c53f5dc7d22cdff536309c24 ad87a97e6af: #205 1587540505153155872 (+ 1587540500000000000) I0214 20:15:48.689103 1216 state_transition.go:226] VM call err: I0214 20:15:48.689103 1216 state_object.go:184] 2a65aca4d5fc5b5c859090a6c34d1 64135398226: #174745 2634197592482219387398 (+ 3450000000000000) I0214 20:15:48.690103 1216 state_object.go:184] 2a65aca4d5fc5b5c859090a6c34d1 64135398226: #174745 2634197592482219387398 (+ 0) I0214 20:15:48.690103 1216 state_object.go:184] c2a2c4df47a4fef4a023139fb570d 42ebbcf3512: #0 4071300000000000 (+ 1050000000000000) I0214 20:15:48.691103 1216 state_object.go:184] c2a2c4df47a4fef4a023139fb570d 42ebbcf3512: #0 5004071300000000000 (+ 5000000000000000000) I0214 20:15:48.692103 1216 worker.go:570] commit new work on block 1003783 wi th 3 txs & 0 uncles.bitcoin legal in finland

Took 1.4680839s My ether adress is 0xc2a2c4df47a4fef4a023139fb570d42ebbcf3512 and geth has added some to my adress, but the balance is still 0.go-ethereum mining up vote 3 down vote From the data provided you are indeed mining, but at the current difficulty level you will need significant GPU power to solo-mine a new block.Join a mining pool.
bitcoin kaufen mit visaup vote 3 down vote It's always useful to use a mining calculator to know how long it would take you on average to mine a new block (and how much profit you'll get it you're after that) You can check your hashrate on Geth using this command, the result is in H/s (Hash operations per second).>eth.hashrate 712000 Here are a couple calculators Etherscan Mining Calculator Badmofo's Ethereum Mining Profitability Calculator Your Answer Sign up or log in Sign up using Google Sign up using Email and Password Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service.