Hi all, I'm trying to get etherium to work, but I'm kinda stuck here ...
So first, I downloaded the source and build it on my Cent OS 7 box ... went smooth and no errors.
I created the Genesis-Block and started up geth:
geth --genesis genesis_block.json
But now I can't see any progress ...
geth --genesis genesis_block.json
I0928 14:51:34.014566 31070 database.go:73] Alloted 16MB cache to /ethereum/.ethereum/chaindata
I0928 14:51:34.168171 31070 database.go:73] Alloted 16MB cache to /ethereum/.ethereum/dapp
I0928 14:51:34.178752 31070 backend.go:291] Protocol Versions: [61 60], Network Id: 1
I0928 14:51:36.519503 31070 genesis.go:88] Genesis block already in chain. Writing canonical number
I0928 14:51:36.520068 31070 backend.go:303] Successfully wrote genesis block. New genesis hash = 3aa4df6377080505cc65c09da0cf4f19b9da0f9bcb7ed70be90fb9fb5a7f8dc6
I0928 14:51:36.520402 31070 backend.go:328] Blockchain DB Version: 3
I0928 14:51:36.520924 31070 chain_manager.go:237] Last block (#0) 3fa4df6777080505cc65c09aa0cf4f19b9da0f9bc57ed70be90fb9fb5a7f8dc6 TD=17179829184
I0928 14:51:36.542533 31070 cmd.go:125] Starting Geth/v1.1.3-4813a391/linux/go1.4.2
I0928 14:51:36.543226 31070 server.go:311] Starting Server
I0928 14:51:37.322446 31070 udp.go:207] Listening, enode://c7f0c1df8a6b26514227c3a32e551ef3653233d28fe9cc39cfab8b8481a1d07a8875f6a5ddf652b3542b79ab428cef1b5e54045bbee1d2116727c25b4e41a9bc@[::]:30303
I0928 14:51:37.323236 31070 server.go:552] Listening on [::]:30303
I0928 14:51:37.330093 31070 backend.go:557] Server started
I0928 14:51:37.331195 31070 ipc_unix.go:104] IPC service started (/ethereum/.ethereum/geth.ipc)
I've opened port 30303 in my firewall.
Can you help me out