Author

Topic: Getting Etherium to work (Read 959 times)

newbie
Activity: 28
Merit: 0
January 23, 2019, 06:22:46 AM
#4
Ethereum is performing better than Bitcoin as stated by ConsenSys, Enterprise Ethereum Alliance, smart contracts and ICOs. According to OnChainFX, Ethereum prices have increased by 10,298% since last year this time. Ethereum rose by 66% over a week's time and hence proved to be one of the best performing cryptocurrencies this month.
Ethereum, introduced by Vitalik Buterin has drawn a lot of attention from the crypto enthusiasts, for securing the second position with the largest market capitalization. Ethereum, as a platform, enables dozens of cryptocurrencies to exist, without having to build their own blockchain technology.
 ETH Price May Touch $1450
newbie
Activity: 22
Merit: 0
September 28, 2015, 06:01:57 PM
#3
No, that dosn't work ... seems this only works for Debian/Ubuntu ... but not for CentOS/Fedora/RHEL
hero member
Activity: 718
Merit: 545
September 28, 2015, 11:14:05 AM
#2
I would use the simple 1 line command they give on the site..

Same line required for an upgrade.

Code:
bash <(curl https://install-eth.ethereum.org -L)

It now comes with the genesis block so it all just 'works'.

newbie
Activity: 22
Merit: 0
September 28, 2015, 09:02:24 AM
#1
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:
Code:
geth --genesis genesis_block.json

But now I can't see any progress ...

Code:
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  Huh
Jump to: