Bitcoin Forum
May 25, 2024, 04:17:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 10:42:47 AM
what is the minimum hash needed to make solo worth it?

~40MH/s will net you a block ~every 2.4 days.   one block = ~5 etc

A how to calc this is on page 191.  I will repost it
282  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 10:24:51 AM
It may surprise you but I am a member of the UK Labour Party.  UK government are about to make a big push into crypto.  Last month I met with John McDonnell (shadow chancellor of the exchequer) in Liskeard, Cornwall on the “New Economics Forum” and we talked on these issues.  We do that sort of thing here, Keep checking the world news.  It's happening.  End of October.
283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 09:44:10 AM
Haha - I think you missed the point - ETC price will be swimming in the sea of death shortly

Don't mine and don't buy - of course buy at the bottom and then continue on with your building activities.

The "value" since it escapes your mind is simply "profit" from mining - which you have espoused many times before as being important to you. Learn by all means - but don't forget to pay your gas bill.

No i think you missed the point,  we mine to make the network secure.  Network Security matters more than price.  It is the platform for teaching and learning.   I was mining ETC before Poloniex listed it.  I will still mine it if they delist it.

Are you just another ETH investor trying to stop people mining and learning smart contracts?

You will not dumb us down!  Our network is strong and more decenteralised then ever!
284  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 09:09:27 AM

I think its far better to mine XMR (monero) for now - its organic flow to best return

you'll be able to buy all the ETC you want at 1/5 to 1/10th the current price over the next few weeks when WHG and the DAO infiltrator guy gets access to coins to sell - far cheaper than mining

Do XMR (monero) help people to get coding?  
The cool thing with ETC is you can take advantage of the low cost of "gas" for you to power your projects.  
Also, sCOOL_CLASSic program helps people to code.  I am learning for free and sharing my knowledge for free.  
I'm a 50 year old housewife so if i can do it, anyone can.  How COOL is that?
What is the value add in monero (what do they do different)? or is it just about the price?

We will soon all be writing smart contracts.  The more people know, the better we can check each others work and have understanding.
Ethereum Classic is a revolution, you don't have to be just a passenger in ETC.  Anyone can get involved,  It's not just all about making devs rich. It's about making people rich in knowledge.  Anyone can develop here. Put a value on that?
285  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 02:27:25 AM
The network hash rate on etcstats is falling like a ROCK!  Not sure what is going on, and it is taking a long time on the commits right now. Anyone else seeing this?
Looks ok my end.  Pools being DDoSd, oh well, i have to sleep.  Keep hashing, if the hashrate falls so will the diff.  You may catch that block quicker than you expected.  Wink
286  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 01:54:06 AM
That's right, you are automatically mining to your main geth address as shown in mist.  Mist is just a GUI for geth.  You can control and do all the wallet functions in command prompt with code and without using mist.

If you want to find out your address point a new command prompt window at geth and type in

Code:
geth attach

 
enter

Code:
eth.coinbase

This should look like this “C:/>eth.coinbase”. If geth is in the C drive folder
Press enter and you should see your address appear


For Balance
Code:
geth attach


enter

Code:
eth.getBalance(eth.coinbase)

Press enter again and you should see your Balance appear


More easy to follow info look here https://www.cryptocompare.com/coins/guides/how-to-do-an-ethereum-transaction-check-your-balance/

Happy coding!
287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 24, 2016, 12:30:32 AM
Can people give feedback on this.  EtherX.com
Any info helpful.
Devs want feedback.  There is still work to be done.
"Blocks Mined" is being added as we speak.


I plugged in a couple of addresses, and other than a json line of code toward the bottom of the page, the rest of the page appears to display the correct information.


Thanks for the input i will pass it on.
Charles Hoskinson (Our cuttent Overlord) has a new blog

https://steemit.com/ethereum/@charleshosk/cincinnatus-incentives-and-choice

288  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 11:40:26 PM
I am still waiting and hoping to land a block mining solo here.  Hoping I did this correctly.  So far nothing has appeared in my wallet.  So I will poke around some more to make sure I started geth correctly and that it has the appropriate options/switches used... Fingers crossed something shows up in the wallet soon  Grin

I'm sure you got it right, you should have two lines of code scrollin per block number on your node Command Prompt window.

The first will be.....   "miner/worker.go   Commit new work on block 2124793
Then there will be... "core/blockchain.go: blar blar blar........ #2124793"
                            "miner/worker.go   Commit new work on block 2124794
New Block...            "core/blockchain.go: blar blar blar........ #2124794"
                            "miner/worker.go   Commit new work on block 2124795
New Block...            "core/blockchain.go: blar blar blar........ #2124795"

If you are not mining it will just look like

The first will be.....    "core/blockchain.go: blar blar blar........ #2124793"
New Block...             "core/blockchain.go: blar blar blar........ #2124794"
New Block...             "core/blockchain.go: blar blar blar........ #2124795"
New Block...             "core/blockchain.go: blar blar blar........ #2124796"

Have faith, you will get one soon.  The longer you run uninterrupted the better your chances.  It takes time for nodes to trust each other.  Do you have good internet?  Are you close to the exchange?  How many peers?  It will tell you in Mist how many peers.  You will get a "pipe end" flag in your node when you close mist.  do not worry, this is normal.
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 11:24:29 PM
Can people give feedback on this.  EtherX.com
Any info helpful.
Devs want feedback.  There is still work to be done.
"Blocks Mined" is being added as we speak.
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 11:18:41 PM
It has been a long time since I watched Max, watching this episode now... WOW, he is right on the money...  WOW,  negative interest rates and bankrupt governments are going to force people out of fiat to crypto, precious metals, and tangible assets.  Central bank terrorism...

The man is a bit clownish but thats how he gets away with it.  Lots of truth from Max and Stacy


UK Government
are starting to accept crypto as money.  They are allowing gambling establishments, Casino, High Street Betting Shops, Amusement Arcades, Race Courses, “on-line” betting, as well as the One-Arm-Bandit in the local Pub, all to take payment and payout in crypto.

Quote  "The UKGC’s new LCCP will come into effect on 31 October 2016. Its reference to digital currencies will boost awareness and increased adoption for cryptocurrencies such as bitcoin across Great Britain". End quote

REF: https://www.cryptocoinsnews.com/uk-gambling-regulator-views-digital-currencies-as-acceptable-by-licensees/

So by default, these will be walk-in exchanges. This country (UK) is getting ready for crypto.  The pound may fade away.
291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 10:14:14 PM
I don't think Max is to worried about his coin.  It's jewellery to people like him.  He had a few dotcoms back in the day that didn't do to good.  Big bitcoin investor.  Ex stockbroker. Involved in the startup of coinbase, he is married to Stacy too, now that's a clever gal (big collector of firearms).  Filthy rich! Nice London Office. I lover their show, never miss it.  I was silver trading when he launched his campaign to crash JP Morgan.  It was nuts, silver pumped to $50 an onz over Easter a few years back now.  He moves markets does Max  Cheesy
292  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 09:19:51 PM
Yes, It's so stable.  Sweet hay?
I have currently made double in the last 24 hours than i would on a pool.  So if i went back to a pool now, i'm up on the DDoS.  Thanks ETH.
You have awakened my solo spirit.  Solo it is!

 Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked

And, I still cannot get over the fact we made the Keiser Report  https://www.youtube.com/watch?v=bpmctYSF1-w&feature=youtu.be&t=1071

    Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  

Can't wait for the next episode!

I dont know how much this will help us... =) How many viewers this show even have? =)

About 20 million viewers a week
REF  https://thejohnfleming.wordpress.com/2014/03/08/rt-financial-guru-max-keisers-view-of-journalists-criminal-banker-wankers-financing-new-edinburgh-fringe-shows/

It's the most watched financial show in the world
293  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 08:42:09 PM
Yes, It's so stable.  Sweet hay?
I have currently made double in the last 24 hours than i would on a pool.  So if i went back to a pool now, i'm up on the DDoS.  Thanks ETH.
You have awakened my solo spirit.  Solo it is!

 Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked  Shocked

And, I still cannot get over the fact we made the Keiser Report  https://www.youtube.com/watch?v=bpmctYSF1-w&feature=youtu.be&t=1071

    Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  Roll Eyes  

Can't wait for the next episode!
294  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 07:50:37 PM
We made the Keiser Report on RT
Full Show   https://www.rt.com/shows/keiser-report/356809-episode-max-keiser-957/

Edit with ETC   https://www.youtube.com/watch?v=bpmctYSF1-w&feature=youtu.be&t=1071
295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 07:45:50 PM
hi there

i am using mist on OS X with ETH. Now i need a wallet for ETC. Can somebody please help me with a GUI ETC wallet.
what i read in the first post did not help me.

Quote
So if you already had this software you need to rename Mist and Ethereum in appdata to start fresh and choose no fork.

thank you very much.

Welcome, Hope this helps.  All wallets are new ETC wallets.  No flags to sellect. No choices to make.  Eth smart contracts turned off.  That sort of thing....?  You will have to start from scratch but, we do have light client side wallets too! So you can use a wallet while you wait for your node to sync.
Feast your eyes....

For those of you too shy to ask  Wink  
you do not have to lose face

Wallets here:  
Ethereum Classic Mist Wallet - 0.8.1 (1.4.10 go-ethereum) by whatisgravity
https://github.com/ethereumproject/mist/releases/tag/5cbe0c0
Get new "etc only" geth node here https://github.com/ethereumproject/go-ethereum/releases/tag/6aaf5f3

Light Client-Side Wallet by elaine
So no need to download the blockchain https://elaineo.github.io/etherwallet/#generate-wallet
Send with Replay Protection on the light wallet https://elaineo.github.io/etherwallet/#replay-protection

Ethereum Classic Wallet Google Chrome Extension
forked by DontPanicBurns, another trusted dev of the ETC community  
https://chrome.google.com/webstore/detail/classicetherwallet-cx/opggclcfcbfbchcienjdaohghcamjfhf

Mining pools that are know good payers  https://etc.suprnova.cc/ or  http://epool.io/#/ or  https://etc.nanopool.org/
other pools are available, (please help others and tell us the good from the bad)
 
Solo Mining: How-to for Windows  on bottom of page 191 of this thread
https://bitcointalk.org/index.php?topic=1559630.3800

NEW Ethereum Classic Cloud Mining Service at https://ethasher.com/
Ask all the Cloud Mining questions you want here: https://ethereumclassictalk.org/index.php?topic=11.0

Got a scrypt ASIC and want to be paid in ETC?  https://prohashing.com/

Network Hashrate is 630 GH/s   http://fork.ethstats.net/
Hashrate Distribution http://etherx.com/pools/
Mining Profit Calculator  https://www.whattomine.com/
Official Block Explorer  http://blocks.elaineou.com/home

New Ethereum Classic Website   https://ethereumclassic.github.io/
Now with links to the New ETHEREUM CLASSIC FORUM, just follow “SOCIAL LINK” on the Ethereum Classic Website


sCOOL_CLASSic
Want to learn how to code smart contracts?
https://www.youtube.com/watch?v=8jI1TuEaTro

Come aboard, All miners are Welcome!
Please watch this video & try to begin to understand how you can help scale this project.  
https://www.youtube.com/watch?feature=youtu.be&v=8oeiOeDq_Nc

Follow the progress of the 12 person Dev Team & The Bomb Disposal Squad here: https://trello.com/etcdev
We have 100+ volunteer coders https://github.com/ethereumproject/volunteer/tree/master/Key    
700 on slack https://ethereumclassic.slack.com/messages/development/
And World support from many miners like Chandler Guo https://www.youtube.com/watch?v=Vgz7k5iTGkI
  
296  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 05:39:53 PM
RAINBOW DAY?  Maybe!  Wink

And all these dapps work ok on  ETC but not on ETH any longer due to the fork?

http://dapps.ethercasts.com/

Can anyone confirm.  I do not have the hardware to check but, i think all these dapps work on ETC but not on the ETH forked chain?

Am i correct?  http://dapps.ethercasts.com/
297  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 05:30:55 PM
@All What do people think?
298  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 05:20:17 PM

This is the tool i have been looking for.  http://etherx.com/pools/  Grin  
And i'm on the Unknown list.   Wink  
You are a star bitpop   Kiss

This has to be the most decentralised coin i have ever seen  Shocked http://etherx.com/pools/ Shocked
299  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 05:08:11 PM
And all these dapps work ok on  ETC but not on ETH any longer due to the fork?

http://dapps.ethercasts.com/
300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: August 23, 2016, 03:49:50 PM
They are just a casino taking money from poor people like alphahacktivist
The house always wins!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!