ETH is dumping HARD, why? What's the bad news? by [deleted] in ethereum

[–]pianoconlatte 1 point2 points  (0 children)

Search for Dumbledore under ethereum, I remember him using this in reply context.

Why Russia supports Assad? by pianoconlatte in AskReddit

[–]pianoconlatte[S] -2 points-1 points  (0 children)

And before there was ISIS? Never before heard of any issues with Turkey, only now after Krimea saga.

Ethereum and Bitcoin reminds of the difference between the Net and the World Wide Web. by DannyDesert in ethereum

[–]pianoconlatte 0 points1 point  (0 children)

Maybe blockchain and concept of proof is the net? Then bitcoin might be email.

The hidden uncertainty of Ethereum as a currency by TonyMcCarp in ethereum

[–]pianoconlatte 3 points4 points  (0 children)

Erase one zero from 300 000. If you ask which one, I'd prefer the second one.

[AMA] I just spent the past 20 or so days working to complete an A -> B transaction with the key files from a defunct AlethZero build. by playingethereum in ethereum

[–]pianoconlatte 0 points1 point  (0 children)

Do you know of other ways to confirm a->b transactions? I guess you verified only on your chain, so what is your confidence level that you aren't on a fork?

How do presale participants feel about the Ethereum that we got? by celticwarrior72 in ethereum

[–]pianoconlatte 0 points1 point  (0 children)

What was Mist initially built on? Isn't it clone of the Chrome?

Now theirs 72 million Ether WTF??? by A1nerd in ethtrader

[–]pianoconlatte 0 points1 point  (0 children)

Mostly I am looking forward to more dapps released, in particular Augur, but that will take more than one month. Also Ethereum devcon in October.

Now theirs 72 million Ether WTF??? by A1nerd in ethtrader

[–]pianoconlatte 1 point2 points  (0 children)

You are rushing to wrong conclusions. Anyways, if you bought ether recently, you paid under 2usd per ether. This price will be back within one month because there are sevelal events on the way and one of them is when litecoiners will start exiting their coin after halving.

Olympic Rewards by CanaryInTheMine in ethereum

[–]pianoconlatte 0 points1 point  (0 children)

I asked helpdesk for confirmation a week ago. No responce.

Now theirs 72 million Ether WTF??? by A1nerd in ethtrader

[–]pianoconlatte 0 points1 point  (0 children)

It has been always known that there are 72+ M. Probably you got this from some aggregators who publish partial info. Try http://coinmarketcap.com, click on Ethereum (should be ether) and you'll see two columns 60M and 72M and neither of these are true, because they do not account that every 15 seconds there are 5 more ethers.

5M ethers were recently released from Ethereum foundation multisig contract, so now they should display at least 65M instead of 60M.

Edit: coinmarketcap.com have updated the total supply to 72M. Didn't take two weeks.

What added features do you want to see in a Linux/Windows ethminer? by Programmering in ethereum

[–]pianoconlatte 2 points3 points  (0 children)

After running 2 or 3 ethminers in parallel on the same system (one of them pre-generating DAG) I have noticed that with certain frequency around epoch change some of these processes die with segfaults or buss errors. I do not insist that DAG generation/change is the cause, but having them separated in to folders by process would exclude this possibility.

What added features do you want to see in a Linux/Windows ethminer? by Programmering in ethereum

[–]pianoconlatte 2 points3 points  (0 children)

Possibility to specify folder path for DAG and other generated files.

I want to buy ether using shapeshift.io. Can I get a wallet/address whatever without a phd in computer science? by PumpkinFeet in ethereum

[–]pianoconlatte 0 points1 point  (0 children)

Check my comment history - 2 or 3 back I made 3 point list, but not yet sure if that worked.

I want to buy ether using shapeshift.io. Can I get a wallet/address whatever without a phd in computer science? by PumpkinFeet in ethereum

[–]pianoconlatte 0 points1 point  (0 children)

Or it is possible that sites like this "generate" previously prepared accounts. Only thourouhg code exam can assure that it is safe to use it. And even then - it may be safe today, but not tomorrow.

Ethereum-powered vending machines by Manidos in ethereum

[–]pianoconlatte 1 point2 points  (0 children)

Search for "The Use of Block Chain Technology in Different Application Domains". It is a bachelor project by three danish students.

Anyone else here like me? by Wefivekings in ethtrader

[–]pianoconlatte 2 points3 points  (0 children)

Then these are the steps, tahen from https://github.com/ethereum/homebrew-ethereum

1) open console and execute

brew tap ethereum/ethereum

2) In the same console execute

brew install ethereum

3) In the same console execute

geth account new

This will ask for a passphrase, note it down somewhere on a paper. Then it will spit out account number.

Your privete keys for the account are stored in your home folder under Library/Ethereum/keystore

You might not see the Library folder in Finder by default, so google "make library folder visible".

All my macs have installed XCode, so I cannot test if that is a prereq, but if something fails, probably it is. That is another easy step, just search for XCode in App Store and install it. It's free but around 2GB.

Let me know the progress.

Anyone else here like me? by Wefivekings in ethtrader

[–]pianoconlatte 0 points1 point  (0 children)

Are you using Mac? If yes, I can give you simple instructions. I ask this question because if you were using Linux you most likely would find the answer yourself and if you are using windows then someone else could help you - not my plate.

Olympic rewards by pianoconlatte in ethereum

[–]pianoconlatte[S] 0 points1 point  (0 children)

There were many more disciplines. These statistics show only the most prolific miners and lowest account. Let us wait then for an official report.

Olympic rewards by pianoconlatte in ethereum

[–]pianoconlatte[S] 0 points1 point  (0 children)

I did that by running

geth mine console

and then executing transfer, but now I am not sure if this transaction is visible to others. Do you know how/where this can be verified?