全 34 件のコメント

[–]taylorgerringΞTHÐΞV - Taylor Gerring 11ポイント12ポイント  (3子コメント)

Binaries for 1.0.0 (commit 0cdc764) should be available on all outlets including PPA, Brew, Chocolatey, and Docker

[–]UrsiumΞTHÐΞV - Stephan Tual 5ポイント6ポイント  (0子コメント)

Nice!

[–]cjphi 3ポイント4ポイント  (1子コメント)

Just did a Brew Update and a reinstall and looks good. Geth version 1.0 is alive.

[–]CJentzschΞTHÐΞV - Christoph Jentzsch 7ポイント8ポイント  (0子コメント)

Congratulations to the go team! I can confirm all tests pass :-)

[–]SundoshiNakatoto 7ポイント8ポイント  (0子コメント)

This is an amazing day. You guys basically just said "fuck you" to the myriad of haters and "vaporware" critics.

Excellent work!

[–]LefterisJPΞTHÐΞV - Lefteris Karapetsas 3ポイント4ポイント  (0子コメント)

Congrats Jeff and the whole Go Team. Amazing work.

[–]Mining_at_Work 2ポイント3ポイント  (1子コメント)

Sorry - is this what we actually use for mining?

[–]robmyers 1ポイント2ポイント  (0子コメント)

Yes. You just need to make or grab the genesis block at launch.

[–]TotesMessenger 2ポイント3ポイント  (0子コメント)

I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit:

If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads. (Info / Contact)

[–]wtfking 1ポイント2ポイント  (0子コメント)

Well done guys, this is gonna be awesome!

[–]paulpaschos 1ポイント2ポイント  (0子コメント)

Way to go DEV!

[–]RTylerSmith 1ポイント2ポイント  (0子コメント)

A well deserved, Congratulations! Way to go DEV team. Can't wait for the Ethereum network to officially be born.

[–]la_programmer 0ポイント1ポイント  (9子コメント)

Please, I am sorry I am so ignorant, I would almost use a throwaway for this question cuase Im embarrased.

I run the windows exe, just a screen shows for a second, and then nothing

What do I have to do

Edit:

How do I download the blockchain?

I get this

I0729 12:43:30.527113 7424 flags.go:378] WARNING: No etherbase set and no acc ounts found as default I0729 12:43:30.564116 7424 backend.go:289] Protocol Versions: [61 60], Networ k Id: 1 I0729 12:43:30.565116 7424 backend.go:318] Blockchain DB Version: 3 Fatal: Genesis block not found. Please supply a genesis block with the "--genesi s /path/to/file" argument Fatal: Genesis block not found. Please supply a genesis block with the "--genesi s /path/to/file" argument

Should I use the linux version? I just installed ubuntu yesterday specifically for this, and now today the windows version comes out :)

Life is against me

[–]frozemanΞTHÐΞV - Fabian Vogelsteller 2ポイント3ポイント  (1子コメント)

You will need to provide the genesis block once we have waited for block #1028201 in the testnet. Then we can generate all the right genesis block and we can go!

[–]la_programmer 1ポイント2ポイント  (0子コメント)

Thanks, I-ll go with the ubuntu version, that at least does something. Is this ok? Does it mean it works?

I0729 13:44:19.969679 2850 ethash.go:230] Still generating DAG: 96% I0729 13:44:28.810929 2850 ethash.go:230] Still generating DAG: 97% I0729 13:44:37.321386 2850 ethash.go:230] Still generating DAG: 98% I0729 13:44:45.682332 2850 ethash.go:230] Still generating DAG: 99% I0729 13:44:53.931376 2850 ethash.go:230] Still generating DAG: 100% I0729 13:44:53.935302 2850 ethash.go:219] Done generating DAG for epoch 19, it took 13m31.890927161s I0729 13:47:35.303846 2850 chain_manager.go:671] imported 256 block(s) (0 queued 0 ignored) including 239 txs in 4m55.94957034s. #561261 [d0b5a1f2 / f8a2d9c0] I0729 13:51:10.908735 2850 chain_manager.go:671] imported 256 block(s) (0 queued 0 ignored) including 273 txs in 3m35.604659882s. #561517 [6beb29ef / 1fc763e2] I0729 13:51:18.463907 2850 worker.go:488] commit new work on block 561518 with 137 txs & 0 uncles. Took 7.293564236s I0729 13:54:04.283576 2850 chain_manager.go:671] imported 256 block(s) (0 queued 0 ignored) including 210 txs in 2m53.374723848s. #561773 [48d6e03e / 3e436207] I0729 13:57:01.416735 2850 chain_manager.go:671] imported 256 block(s) (0 queued 0 ignored) including 198 txs in 2m57.132933422s. #562029 [1bce6b59 / a7f271f6] I0729 13:57:25.507321 2850 worker.go:488] commit new work on block 562030 with 138 txs & 0 uncles. Took 24.060306901s

[–]DanDarden 0ポイント1ポイント  (2子コメント)

Open a command prompt and cd to the directory where you downloaded it to and type geth.exe but it doesn't work without the genesis block though.

[–]la_programmer 0ポイント1ポイント  (1子コメント)

Yes, thanks, just that i don't know from where or if i can download a genesis block. Other people in this thread say they are using Geth, so there must be one

[–]DanDarden 0ポイント1ポイント  (0子コメント)

Not sure, I'm learning too. Try using the --help or --genesis flag, maybe you can create one to test with.

[–]Aranad 0ポイント1ポイント  (3子コメント)

Open a terminal window and run it by typing the name instead of double-clicking, that way the window will stay open and you can see what it's saying before it exits. It's probably just saying that it doesn't have a genesis block.

[–]la_programmer 0ポイント1ポイント  (2子コメント)

Yes, it is saying that, but where do I download the genesis block from? Is there a genesis block yet?

[–]aakilfernandes 1ポイント2ポイント  (0子コメント)

🍻 🎉 🎊 Congrats team!

[–]wil611 1ポイント2ポイント  (0子コメント)

Great job team!

[–]PhonikG 1ポイント2ポイント  (0子コメント)

Congrats EthDEV!

[–]robmyers 1ポイント2ポイント  (0子コメント)

COngratulations!

[–]Innovator256 1ポイント2ポイント  (0子コメント)

Congratulations!! Thank you for your dedication and hard work!

[–]mrshibx 1ポイント2ポイント  (0子コメント)

time to kick the tires and light the fires!

[–]joele_ 0ポイント1ポイント  (0子コメント)

What about for win 32bit?

[–]Metamplituhedron 0ポイント1ポイント  (3子コメント)

Can it be used for GPU mining?

[–][削除されました]  (2子コメント)

[deleted]

    [–]Metamplituhedron 0ポイント1ポイント  (1子コメント)

    ethminer is a part of eth - the C++ implementation. This thread is about geth - the GO implementation. It seems that it can’t be used for GPU mining but I’d like someone who’s well informed to confirm.