create account

Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC by pauls

View this thread on: hive.blogpeakd.comecency.com
· @pauls ·
$976.48
Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC
<html>
<h2>Background</h2>
<p>Recently the Ethereum network <a href="https://blog.ethereum.org/2016/07/20/hard-fork-completed/">successfully forked</a> it's protocol so as to return the compromised funds taken from <a href="https://daohub.org/">the DAO smart contract</a> and return them to DAO token holders.</p>
<p>While there was a healthy amount of debate and disagreement, eventually most of the Ethereum network switched to the hard fork. However those strongly against the hard fork have decided to maintain the pre-fork chain and reject the new chain. Thus the <a href="https://ethereumclassic.github.io/">Ethereum Classic</a> project (ETC) was born.</p>
<p>As of yesterday <a href="https://www.poloniex.com">Poloniex</a>, the largest ETH exchange, <a href="https://twitter.com/Poloniex/status/757068619234803712">announced</a> that they have added market support for Ethereum classic.</p>
<p>What this means is that if you were holding ETH before the hard fork, <strong>your tokens now exist in 2 separate realities</strong>: ETH and ETC. Markets exist for both so you are free to hedge your bets on whichever version of the chain you think will be successful. <strong>You can essentially sell all of your ETC while maintaining all of your ETH, or vice-versa</strong>.</p>
<p>The problem is that separating your tokens on each chain carries risk. Specifically something called a <a href="http://vessenes.com/hard-fork-and-replay-concerns/">replay attack</a>. A number of solutions have been proposed and this post aims to walk you through one such method. While I make no guarantees for this method, I can confirm that I have used this method successfully using 5+ accounts. I'll be making use of smart contracts which you need to trust for this procedure, but I'll give a brief explanation of how they work.</p>
<h2>Prerequisities</h2>
<ul>
  <li><a href="https://github.com/ethereum/mist/releases">Mist Wallet 0.8.1</a> with the Hard Fork option activated (when prompted on startup, select 'Yes')</li>
  <li>Loaded Mist account(s) with ETH that you wish to split between the chains.</li>
  <li>Separate accounts for each chain. You can either create new accounts in Mist, or use another wallet provider/exchange. <strong>I would highly recommend only using Mist for one chain, and some other provider for the other</strong> (another computer will work as well). Otherwise you will need to switch between chains and re-sync Mist every time. I used Mist for ETH and Poloniex for ETC.</li>
</ul>
<h2>Step 1: Adding the Split Contract</h2>
<p>In order to split the same ETH into ETH/ETC on two separate accounts, we'll make use of a contract designed to split funds between chains and which was deployed before the hard fork. It is now in a different state on each chain and will send to a different address in each version. The <a href="http://etherscan.io/address/0xaa1a6e3e6ef20068f7f8d8c835d2d22fd5116444#code">contract details can be found here</a>. I encourage you to look over the code yourself and not trust my word for it. If you are unsure, have someone you trust check the code for you to ensure it's doing what you intend and that I'm not simply stealing your funds ;)</p>
<ul>
  <li>In Mist, navigate over to the '<strong>CONTRACTS</strong>' tab.</li>
  <li>Under '<strong>CUSTOM CONTRACTS</strong>', click '<strong>WATCH CONTRACT</strong>'</li>
  <li>Fill in these details:
    <ul>
      <li><strong>CONTRACT NAME</strong>:&nbsp;ReplaySafeSplit</li>
      <li><strong>CONTRACT ADDRESS</strong>: 0xaa1a6e3e6ef20068f7f8d8c835d2d22fd5116444</li>
      <li><strong>JSON INTERFACE</strong>:&nbsp;</li>
    </ul>
  </li>
</ul>
<pre><code>[{"constant":false,"inputs":[{"name":"targetFork","type":"address"},{"name":"targetNoFork","type":"address"}],"name":"split","outputs":[{"name":"","type":"bool"}],"type":"function"}]</code></pre>
<ul>
  <li>Click OK</li>
</ul>
<p><img src="http://i.imgur.com/VICwlpz.png" width="571" height="670"/></p>
<p>You should now have a new contract listed under <strong>CUSTOM CONTRACTS</strong> called '<strong>ReplaySafeSplit</strong>'.</p>
<p><img src="http://i.imgur.com/kCjpHr3.png" width="301" height="421"/></p>
<h2>Step 2: Calling the Split Function on the Contract</h2>
<p>Now that we've added the contract let's click on it. It should look something like this:</p>
<p><img src="http://i.imgur.com/zAYWINo.png" width="654" height="543"/></p>
<p>Under '<strong>WRITE TO CONTRACT</strong>' there's a dropdown with only 1 option called 'Split'. Let's select it.</p>
<p><img src="http://i.imgur.com/GQK9LX0.png" width="269" height="577"/></p>
<h3><strong>**THIS IS THE IMPORTANT PART**</strong></h3>
<ul>
  <li>The '<strong>Target fork</strong>' field is the address of the <strong>ETH account </strong>you will use</li>
  <li>The '<strong>Target no fork</strong>' field is the address of the <strong>ETC account</strong> you will use</li>
</ul>
<p><strong>DON'T MIX THESE UP!!!!!</strong></p>
<p>Fill in these fields with your two separate accounts. Double check that they are correct. Send whatever amount of ETH you would like to split between the chains.</p>
<h2>Step 3: Keep Them Separate</h2>
<p>You now have ETH/ETC in separate accounts on each chain. In order to avoid confusion and mistakes keep these separate going forward. Don't send ETC into your ETH account or vice-versa.</p>
<p>Hope this was useful to some of you and that you can now make your own decisions about which version of Ethereum reality you choose, or choose not, to participate in.</p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 653 others
👎  
properties (23)
authorpauls
permlinkethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc
categoryethereum
json_metadata{"tags":["ethereum","cryptocurrency","blockchains"],"image":["http://i.imgur.com/VICwlpz.png","http://i.imgur.com/kCjpHr3.png","http://i.imgur.com/zAYWINo.png","http://i.imgur.com/GQK9LX0.png"],"links":["https://blog.ethereum.org/2016/07/20/hard-fork-completed/","https://daohub.org/","https://ethereumclassic.github.io/","https://www.poloniex.com","https://twitter.com/Poloniex/status/757068619234803712","http://vessenes.com/hard-fork-and-replay-concerns/","https://github.com/ethereum/mist/releases","http://etherscan.io/address/0xaa1a6e3e6ef20068f7f8d8c835d2d22fd5116444#code"]}
created2016-07-24 22:47:09
last_update2016-07-24 22:47:09
depth0
children164
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value976.479 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,523
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id333,221
net_rshares83,618,587,371,332
author_curate_reward""
vote details (718)
@adamcleary ·
Thanks Paul - when I did a test sending out the ETH it said "Multiple keys match keystore. Please remove duplicates from keystore"  - any thoughts/suggestions on what I could do would be greatly appreciated !
properties (22)
authoradamcleary
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t195530769z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 19:55:30
last_update2016-07-28 19:55:30
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation7,157,520,017
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id444,781
net_rshares0
@pauls ·
Hmmm, I've heard of this on some earlier version of Mist. Try and upgrade to the latest version and see if it persists: https://github.com/ethereum/mist/releases
properties (22)
authorpauls
permlinkre-adamcleary-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t064404936z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://github.com/ethereum/mist/releases"]}
created2016-07-29 06:44:03
last_update2016-07-29 06:44:03
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id456,847
net_rshares0
@admin2017 ·
Thank you !
👍  
👎  
properties (23)
authoradmin2017
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t141128400z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 14:11:33
last_update2016-07-27 14:11:33
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation-1,237,358,002,856
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id404,880
net_rshares20,743,504
author_curate_reward""
vote details (2)
@admin2017 ·
Comment Please!
https://steemit.com/bikini/@admin2017/bikini-clad-off-duty-swedish-police-officer-arrests-pickpocket
👎  
properties (23)
authoradmin2017
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t111226700z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/bikini/@admin2017/bikini-clad-off-duty-swedish-police-officer-arrests-pickpocket"]}
created2016-07-29 11:12:33
last_update2016-07-29 11:12:33
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation-1,237,358,002,856
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id460,763
net_rshares-4,514,334
author_curate_reward""
vote details (1)
@adstudio ·
Hello, dear. If i mistake and confused &quot;Target fork&quot; and &quot;Target no fork&quot;. How can i release my funds?
properties (22)
authoradstudio
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t120000849z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 12:00:00
last_update2016-07-27 12:00:00
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id401,477
net_rshares0
@campbell1978 ·
Ill help but thats not really a question, What problem are you having?
properties (22)
authorcampbell1978
permlinkre-adstudio-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t132636241z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 13:26:45
last_update2016-07-27 13:26:45
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation98,176,901
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id403,715
net_rshares0
@allmonitors ·
https://img1.steemit.com/0x0/http://www.memecreator.org/static/images/memes/3864509.jpg
👍  
properties (23)
authorallmonitors
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t225808269z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://img1.steemit.com/0x0/http://www.memecreator.org/static/images/memes/3864509.jpg"]}
created2016-07-28 22:58:09
last_update2016-07-28 22:58:09
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation1,284,657,569,143,844
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id449,809
net_rshares6,283,445,420
author_curate_reward""
vote details (1)
@amritenjoy ·
I would love to see article like this with myetherwallet.com using as an example.  MyEtherwallet is easy and quick for someone who does not know programming.
👍  
properties (23)
authoramritenjoy
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160817t041915301z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-17 04:19:15
last_update2016-08-17 04:19:15
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation315,421,905
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id846,908
net_rshares56,600,588
author_curate_reward""
vote details (1)
@anonblog ·
Vitalik sharing steemit posts, LOVE IT!
properties (22)
authoranonblog
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t134818069z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 13:48:18
last_update2016-07-29 13:48:18
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation425,903,365,782
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id464,051
net_rshares0
@aqlsam ·
I'll give you my upvote.
pliss votes back
https://steemit.com/giveaway/@aqlsam/giveaway-apple-watch-come-restricted-stock
👎  
properties (23)
authoraqlsam
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t191523337z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/giveaway/@aqlsam/giveaway-apple-watch-come-restricted-stock"]}
created2016-07-30 19:15:24
last_update2016-07-30 19:15:24
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation-503,398,770,506
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id495,575
net_rshares-6,160,280,935
author_curate_reward""
vote details (1)
@au1nethyb1 ·
Hey @pauls - thanks for inspiring my post -[https://steemit.com/steemit/@au1nethyb1/everyone-deserves-a-second-chance-on-steemit](https://steemit.com/steemit/@au1nethyb1/everyone-deserves-a-second-chance-on-steemit) I've linked to your post in it - and congrats on the link from Vitalik - I'm sure that brought a tonne of new eyes to steemit!
properties (22)
authorau1nethyb1
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t132011592z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"],"links":["https://steemit.com/steemit/@au1nethyb1/everyone-deserves-a-second-chance-on-steemit"]}
created2016-07-29 13:20:12
last_update2016-07-29 13:20:12
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length342
author_reputation13,097,455,837,487
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id463,381
net_rshares0
@beervangeer ·
$0.07
I dont like the hard fork
👍  ,
properties (23)
authorbeervangeer
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t155228291z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:52:00
last_update2016-07-28 15:52:00
depth1
children3
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.067 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation7,126,646,342,324
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,566
net_rshares128,959,874,810
author_curate_reward""
vote details (2)
@beervangeer ·
$0.08
properties (23)
authorbeervangeer
permlinkre-beervangeer-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t155312373z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:52:42
last_update2016-07-28 15:52:42
depth2
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation7,126,646,342,324
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,586
net_rshares148,570,635,313
author_curate_reward""
vote details (4)
@beervangeer ·
$0.08
people screwing up the system
👍  , ,
properties (23)
authorbeervangeer
permlinkre-beervangeer-re-beervangeer-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t155359148z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:53:27
last_update2016-07-28 15:53:27
depth3
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation7,126,646,342,324
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,609
net_rshares148,508,335,820
author_curate_reward""
vote details (3)
@watershed ·
$0.02
Me either. I bought into the Eth ICO because of terms like immutability, uncensorable, etc. In our case, we can sell our eth and with those funds, purchase a much higher percentage of the etc platform.
👍  , , ,
properties (23)
authorwatershed
permlinkre-beervangeer-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t020854817z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 02:08:54
last_update2016-07-29 02:08:54
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation127,667,881,090
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id452,832
net_rshares42,048,680,801
author_curate_reward""
vote details (4)
@beowulf ·
Thank you for the straight forward instructions for doing the split contract. I will give this a try tomorrow. Thanks again!
properties (22)
authorbeowulf
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160725t015406137z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-25 01:54:06
last_update2016-07-25 01:54:06
depth1
children4
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation12,896,868,796
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id336,494
net_rshares0
@madhatting ·
Beware, careful.. dont do something you'll regret.
👍  
properties (23)
authormadhatting
permlinkre-beowulf-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t144859348z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 14:47:57
last_update2016-07-26 14:47:57
depth2
children3
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation1,210,922,323,731
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id374,880
net_rshares259,687,208
author_curate_reward""
vote details (1)
@beowulf ·
I'm regretting it.
properties (22)
authorbeowulf
permlinkre-madhatting-re-beowulf-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t224845929z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 22:48:45
last_update2016-07-26 22:48:45
depth3
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation12,896,868,796
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id388,105
net_rshares0
@beowulf · (edited)
I'm showing zero balances in both wallets. Shit.
properties (22)
authorbeowulf
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t224001033z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 22:40:00
last_update2016-07-26 22:47:45
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation12,896,868,796
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id387,910
net_rshares0
@beowulf · (edited)
...
👍  
properties (23)
authorbeowulf
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t224623449z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 22:46:21
last_update2016-07-29 03:30:12
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation12,896,868,796
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id449,460
net_rshares5,110,242
author_curate_reward""
vote details (1)
@bitwathcer ·
Do you have any information on a programmatic way to tell which of your geth or parity nodes is running on the 'classic' or the Ethereum block chain?
properties (22)
authorbitwathcer
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t234835853z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 23:49:06
last_update2016-07-31 23:49:06
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id522,973
net_rshares0
@bradm ·
How do I split when I have both pure and pre-fork ETH associated with my address? So on the ETC chain explorer it's showing I have X amount and the forked chain shows the address with more (because it does). Do I need to execute the split contract on the full post-fork ETH balance?
properties (22)
authorbradm
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t002226065z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 00:22:24
last_update2016-07-27 00:22:24
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length282
author_reputation786,425,918
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id390,134
net_rshares0
@pauls ·
Let's say you have 100 ETH and 10 ETC. You should call the Split function using 10 ETH (minus gas costs). Now that address will have 90 ETH and 0 ETC. You can then send the remaining 90 ETH normally, without needing to worry about replays.
properties (22)
authorpauls
permlinkre-bradm-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181449261z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 18:14:48
last_update2016-07-27 18:14:48
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length239
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id411,563
net_rshares0
@breastsono ·
Thanks a lot! Finally i can withdraw all my ETC~
properties (22)
authorbreastsono
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t121748509z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 12:17:51
last_update2016-07-30 12:17:51
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation3,699,891
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id486,974
net_rshares0
@campbell1978 ·
Wee bit of help please anyone??

I followed the guide to the letter, I used mist wallet 0.8.1 synced to forked chain and setup the contract and executed it, I tested using 1 ETH and split ETH to a second wallet on same laptop/chain and sent the ETC to poloniex,  The ETH showed in my new wallet within 1 minute so i assumed all was well and would work poloniex end too as i tripple checked i defo deposited to polo ETC deposit address, This was done 16 hours ago from now and still no ETC in poloniex but i still have my ETH? I had planned to just split them then sell all ETC and buy more ETH,
properties (22)
authorcampbell1978
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t132522241z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 13:25:30
last_update2016-07-27 13:25:30
depth1
children8
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length594
author_reputation98,176,901
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id403,685
net_rshares0
@logic ·
It seems like Poloniex may take up to 12 hours to process it. I waited 12hrs to get my ETC deposited. I hope this helps
properties (22)
authorlogic
permlinkre-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t143339139z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 14:33:48
last_update2016-07-27 14:33:48
depth2
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation92,052,875,413,650
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id405,473
net_rshares0
@campbell1978 ·
Well over 12 hours now man,  Contract execution was 17 hours ago now..lol 
How do i track them down to see who has my ETC? :-o
Wanna sell before it goes back to 0...
properties (22)
authorcampbell1978
permlinkre-logic-re-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t171853265z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 17:19:03
last_update2016-07-27 17:19:03
depth3
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation98,176,901
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id410,089
net_rshares0
@pauls · (edited)
Check your ETC balance. It's possible you didn't have any:  http://gastracker.io/addr/0x..... Then check the ETC address you sent to on gastracker to see if transaction was sent before. If it was and you haven't been credited, contact Poloniex with links to the transactions.
properties (22)
authorpauls
permlinkre-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t182129195z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://gastracker.io/addr/0x....."]}
created2016-07-27 18:21:27
last_update2016-07-28 06:28:57
depth2
children4
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id411,755
net_rshares0
@sailor ·
thanks paul.

gastracker.io doesn't seem to have search functionality tho, so no way to use it to check ETC balances. am i missing something?
properties (22)
authorsailor
permlinkre-pauls-re-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t211426037z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 21:14:27
last_update2016-07-27 21:14:27
depth3
children3
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation2,824,041,414
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id416,129
net_rshares0
@cashbeforefame ·
Is this still relevant?

I have gone to the contract and it states WARNING: The compiled contract might be susceptible to ZeroFunctionSelector (very low-severity), DelegateCallReturnValue (low-severity), ECRecoverMalformedInput (medium-severity), SkipEmptyStringLiteral (low-severity), ConstantOptimizerSubtraction (low-severity), IdentityPrecompileReturnIgnored (low-severity), HighOrderByteCleanStorage (high-severity), OptimizerStaleKnowledgeAboutSHA3 (medium-severity), SendFailsForZeroEther (low-severity), DynamicAllocationInfiniteLoop (low-severity), OptimizerClearStateOnCodePathJoin (low-severity) Solidity compiler bugs.

How I am ever gonna split my ETH help
properties (22)
authorcashbeforefame
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20180423t035508727z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-04-23 03:55:12
last_update2018-04-23 03:55:12
depth1
children0
last_payout2018-04-30 03:55:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length669
author_reputation144,138,708
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,600,061
net_rshares0
@cryptotrends ·
Works like a charm! Thanks for sharing!
properties (22)
authorcryptotrends
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t190834083z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 19:08:33
last_update2016-07-30 19:08:33
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation233,201,650,049
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id495,445
net_rshares0
@cybercodetwins ·
Thanx for the update on darkDAO, I read the article from previous about the hack on ETHC. it's great to know the owner got it back and there is a security update on what's going on andhow to do this.
properties (22)
authorcybercodetwins
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t232839706z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 23:28:45
last_update2016-07-29 23:28:45
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation2,098,733,764,293
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id476,830
net_rshares0
@daycrypter · (edited)
Thank you Paul for the great breakdown. I was wondering if you (or anyone else) could just give me some quick advice. Im a very active day trader of crypto but my tech side is lacking. I still have my ETH on the genesis block and safely tucked away (off my computer) on the file I got from the ico. 
I do have mist 0.7.2 synced to my computer and looking to load up these coins and claim ETC. I looked on gas tracker (with /addr/xxx my eth address xxx after the url) and I get 404 error to my genesis block coins but can see on other address I have it says I have Ether? I guess Im doing it right and that means my genesis block coins have no ETC?? Does anyone know why? Cheers
👍  
properties (23)
authordaycrypter
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t055200732z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 05:52:03
last_update2016-07-30 01:03:54
depth1
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length677
author_reputation3,591,203,278,616
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id426,847
net_rshares2,523,189,197
author_curate_reward""
vote details (1)
@pauls · (edited)
Not sure if I understand correctly. But first of all if you're using Mist 0.7.2, you're working on the pre-fork chain. However if you have genesis coins  and haven't moved them, you most definitely have both ETH and ETC. You can check on etherscan.io for your ETH balance on the forked chain. These should be identical if you haven't moved the ETH around.

You may want to consider moving those coins to a new wallet like Mist sooner rather than later, as the key format has changed since the early days. The keys are safe but in the future you might have an issue finding tools to make importing easy. If you'd like to discuss further, hit me up on twitter @paulszczesny0
👍  ,
properties (23)
authorpauls
permlinkre-daycrypter-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t070915620z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["paulszczesny0"]}
created2016-07-28 07:09:15
last_update2016-07-28 17:04:24
depth2
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length672
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id428,309
net_rshares9,085,016,615
author_curate_reward""
vote details (2)
@daycrypter · (edited)
Thanks very much paul thats great news, I'll be following your work and consider me a regular upvoter on your good content to come.  
Although only being a very small amount of coins you have eased my mind, thnx. Good tip on moving sooner than later too, I was wondering if they may become incompatible someday. I'll be looking more into the above process that you have laid out so well... and follow you on twitter. 
Cheers mate.
properties (22)
authordaycrypter
permlinkre-pauls-re-daycrypter-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t004520334z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 00:45:21
last_update2016-07-30 01:04:24
depth3
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length430
author_reputation3,591,203,278,616
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id451,593
net_rshares0
@daycrypter ·
Can anyone tell me if splitting with Mist and using Jaxx as the ETC wallet is OK. I have a Polo account but there seems to be delays with this process.
properties (22)
authordaycrypter
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t033624082z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 03:36:24
last_update2016-07-31 03:36:24
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation3,591,203,278,616
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id504,597
net_rshares0
@pauls ·
I don't think Jaxx supports ETC yet.
properties (22)
authorpauls
permlinkre-daycrypter-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194201991z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 19:42:00
last_update2016-07-31 19:42:00
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id518,078
net_rshares0
@dekrypt ·
Can you think of a way to check if your have been a victim of replay?  As of the record block my ether was in my mist browser account, post fork i moved back to the exchange, I synced today to the old chain and my account shows empty.  Is there a location where you can look up transactions on the ETHC chain that you know of?
properties (22)
authordekrypt
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160725t050354242z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-25 05:04:06
last_update2016-07-25 05:04:06
depth1
children4
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length326
author_reputation175,387,044,331
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id339,379
net_rshares0
@negrodomus ·
The replay would have been done by someone you sent your eth to, as i understand it, you can just check your own transactions and find who could have split off the classic. Thing is, it's theirs cause you gave it to them, accidentally yes but still, its crypto.
It's still worth asking for it back though, I think an exchange or reputable business would give it to you.
properties (22)
authornegrodomus
permlinkre-dekrypt-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t173759184z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 17:37:57
last_update2016-07-26 17:37:57
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length369
author_reputation135,406,965
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id379,796
net_rshares0
@pauls ·
Which exchange? If you sent ETH to an exchange post-fork that means both ETH and ETC were sent there.  Poloniex splits it for you but I'm not sure about the other exchanges.
properties (22)
authorpauls
permlinkre-dekrypt-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160725t051203213z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-25 05:12:03
last_update2016-07-25 05:12:03
depth2
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id339,447
net_rshares0
@madhatting ·
This is a PUMP and DUMP **FUD** It has no support of the ethereum community. The people pumping it seem to be bitcoin enthusiasts, not smart contract developers. This gives ETC absolutely NO long term value.
properties (22)
authormadhatting
permlinkre-pauls-re-dekrypt-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t144826261z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 14:47:24
last_update2016-07-26 14:47:24
depth3
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation1,210,922,323,731
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id374,860
net_rshares0
@didier87000 ·
This article helped me a lot, thanks for this one :)
properties (22)
authordidier87000
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t235302411z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 23:53:03
last_update2016-07-29 23:53:03
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation2,543,423,518
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id477,136
net_rshares0
@dimox ·
excelent post
properties (22)
authordimox
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t022027791z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 02:20:27
last_update2016-07-28 02:20:27
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation3,686,985,269
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id423,130
net_rshares0
@domino ·
$0.11
good job!
👍  
properties (23)
authordomino
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t211454319z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 21:14:54
last_update2016-07-29 21:14:54
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.108 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation88,821,926,233,387
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id474,745
net_rshares197,591,815,338
author_curate_reward""
vote details (1)
@eboman ·
Can I ask a weird question??

If I were to set up Mist on a different computer with a different username, to keep the roaming profiles from getting "mushed" up (yeah....I know that's pretty technical term...LOL).
Set the new version to be PRE-FORK....wouldn't that essentially be a ETC Wallet?  
Couldn't I simply make a completely new account and transfer ALL of the money out of the original account (the one with ETH and ETC) and into the new one?  

Do the same on the computer with the POST-FORK wallet and now have two completely isolated wallets (one on a machine running PRE=ETH and one on a machine running POST=ETC)?  The original "mixed" account would have zero balance in both chains.

Just an idea...

P.S.  I tried doing this three times and, unless there's a "lag" somewhere getting the transaction from the Post-Fork ETH blockchain to the Pre-Fork ETC blockchain, I can only see where the coins are moving around on the ETH blockchain.  All searches on the Gastracker.io website (the ETC blockchain explorer) don't show any activity in the original account or the new account that I created using Mist with the Pre-Fork option used.

P.P.S.  This is a fantastic guide.  In fact, I didn't realize I could get my hands on any ETC coins, so this made my day (if I could just figure it out...LOL).
properties (22)
authoreboman
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160807t174020259z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-07 17:40:21
last_update2016-08-07 17:40:21
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,309
author_reputation7,212,279,020
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id665,465
net_rshares0
@el-grimey ·
So I followed the steps and have everything ready to split, but I&quot;m a bit worried. Before the Hard Fork I had x ETH and after the fork and getting my refund I now have xx ETH (old balance plus refund). If I send xx ETH in the split contract will I still have xx ETH or will I loose some ETH.
properties (22)
authorel-grimey
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t231303646z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 23:13:03
last_update2016-07-26 23:13:03
depth1
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length296
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id388,563
net_rshares0
@pauls · (edited)
So you'll want to use the split contract to send the amount you have in both ETH and ETC. You can check your ETC balance here: http://gastracker.io/addr/0x..... If you try sending more ETC than you have, the ETC transaction will fail.

So let's say you have 100 ETH and 10 ETC. You should call the Split function using 10 ETH (minus gas costs). Now that address will have 90 ETH and 0 ETC. You can then send the remaining 90 ETH normally, without needing to worry about replays.
properties (22)
authorpauls
permlinkre-el-grimey-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181351664z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://gastracker.io/addr/0x....."]}
created2016-07-27 18:13:51
last_update2016-07-28 07:00:03
depth2
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length478
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id411,529
net_rshares0
@el-grimey ·
Hey thanks, that makes sense. I ended up using a different method though.
properties (22)
authorel-grimey
permlinkre-pauls-re-el-grimey-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160809t224536327z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-09 22:45:36
last_update2016-08-09 22:45:36
depth3
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id713,275
net_rshares0
@elijahpri ·
Thank you for the post! Looking forward to see how Ethereum goes after the fork and with Ethereum Classic.
properties (22)
authorelijahpri
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t224640753z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 22:46:39
last_update2016-07-30 22:46:39
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation6,750,491
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id500,055
net_rshares0
@eric-boucher ·
$0.04
Thanks for sharing such knowledge with us, it is well needed!  Namaste   :)
👍  , , ,
👎  
properties (23)
authoreric-boucher
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t182628862z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 18:26:27
last_update2016-07-27 18:26:27
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation68,503,601,066,539
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id411,886
net_rshares69,437,392,814
author_curate_reward""
vote details (5)
@future24 ·
Yes I didn´t know this too and I have some ETH... :) Thanks @pauls
properties (22)
authorfuture24
permlinkre-eric-boucher-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000125833z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"]}
created2016-07-29 00:01:27
last_update2016-07-29 00:01:27
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation395,465,718,351,346
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id450,819
net_rshares0
@ethhawk ·
How can we do this on Poloniex?
properties (22)
authorethhawk
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t030517176z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 03:05:21
last_update2016-07-28 03:05:21
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation-222,217,392
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id424,050
net_rshares0
@exyle · (edited)
I followed your guide. I tried it with 7 eth first. I send my 7 eth to a new adress in my mist browser and the etc to to my etc deposit adress on Poloniex. At first i saw in the Classic blockchain explorer that the 7 etc arrived. But they haven;t shown up in my poloniex account yet.

http://home.kpn.nl/bonge008/BLOG/deposit/1.jpg

About 30 min later I checked the same eth adress on the Classic blockchain explorer and I see this:

http://home.kpn.nl/bonge008/BLOG/deposit/2.jpg

ITS ALMOST EMPTY! What could have happened here?

My eth arrived fine in the new adress of my mist browser.
👍  
properties (23)
authorexyle
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t194543626z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["http://home.kpn.nl/bonge008/BLOG/deposit/1.jpg"]}
created2016-07-26 19:45:48
last_update2016-07-26 19:46:54
depth1
children6
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length589
author_reputation1,231,514,672,678,036
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id383,404
net_rshares4,889,796,114
author_curate_reward""
vote details (1)
@pauls ·
Did it arrive in your Poloniex account? After they receive the ETC it will likely move to their cold storage.
properties (22)
authorpauls
permlinkre-exyle-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t213419854z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 21:34:18
last_update2016-07-26 21:34:18
depth2
children5
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id386,335
net_rshares0
@exyle ·
You are right. the 7 i send arrived after 2 hours. I then send the rest of my eth trough the same contract. It never arrived (its been 7-8 hours or so).

I think i might have messed up. Because i had more eth than etc (because of ETH comming back from the DAO).

So lets say I had:

50eth and 40etc on the same initial adres. I filled in the contract that i wanted to send 49 eth to a new eth adres and the etc to poloniex. But I think the etc transaction could never run because i didn;t have enough tokens. Sadly i can;t figure out were they are. Should consider them lost or are they floating around somewere?
properties (22)
authorexyle
permlinkre-pauls-re-exyle-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t040606961z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 04:06:06
last_update2016-07-27 04:06:06
depth3
children4
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length612
author_reputation1,231,514,672,678,036
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id393,986
net_rshares0
@finfree ·
Excellent guide!! 
However, since it is now already post-fork. It is very likely people have different ETC and ETH amounts in their wallet (just like myself). It is better to have a reminder to people when splitting ETC and ETH.

For example, if Peter has 100 ETH and 99 ETC in his wallet. 
Check ETH amount with http://etherscan.io/
Check ETC amount with http://gastracker.io/
Split only 98.99 ETH/ETC to avoid any potential error due to insufficient fund in ETC, taking into account of transaction fee.
👍  , , ,
properties (23)
authorfinfree
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t031309448z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://etherscan.io/"]}
created2016-07-28 03:13:09
last_update2016-07-28 03:13:09
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length504
author_reputation7,268,713,657
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id424,230
net_rshares14,137,102,804
author_curate_reward""
vote details (4)
@framelalife ·
I'm glad somebody explained this on here. Thanks!
properties (22)
authorframelalife
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t174114497z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 17:41:36
last_update2016-07-27 17:41:36
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation9,706,532,045,387
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id410,711
net_rshares0
@fran2k ·
I made a spanish translation & adaptation of your useful post. https://steemit.com/ethereum/@fran2k/ethereum-fork-guia-para-separar-seguramente-tus-eth-etc Thanks!
👍  
properties (23)
authorfran2k
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t052142262z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/ethereum/@fran2k/ethereum-fork-guia-para-separar-seguramente-tus-eth-etc"]}
created2016-07-28 05:21:42
last_update2016-07-28 05:21:42
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length163
author_reputation941,568,741,079
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id426,357
net_rshares6,160,119,292
author_curate_reward""
vote details (1)
@fusan · (edited)
thanks!
try it tomorrow.
👍  
properties (23)
authorfusan
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t152538093z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:25:39
last_update2016-07-28 15:26:36
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation13,477,391,966,419
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id437,933
net_rshares15,032,619,674
author_curate_reward""
vote details (1)
@future24 ·
Thank you for the information, I will try it. -upvoted
properties (22)
authorfuture24
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000000687z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 00:00:00
last_update2016-07-29 00:00:00
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation395,465,718,351,346
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id450,800
net_rshares0
@gafty ·
I try to follow the tutorial and make a split...I did it yesterday, but nothing happend. Please help me with this. Thanks in advance.
http://etherscan.io/tx/0x1623c96f69598d1b1cda871a3f76aa13de0808cf469e0207b5ee7cb65f0b87ce
👍  
properties (23)
authorgafty
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160820t065811049z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://etherscan.io/tx/0x1623c96f69598d1b1cda871a3f76aa13de0808cf469e0207b5ee7cb65f0b87ce"]}
created2016-08-20 06:58:12
last_update2016-08-20 06:58:12
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation894,311
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id902,049
net_rshares57,235,949
author_curate_reward""
vote details (1)
@gannie ·
good post!
properties (22)
authorgannie
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160801t045836741z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-01 04:58:36
last_update2016-08-01 04:58:36
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation14,194,119,123
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id527,480
net_rshares0
@gekko ·
good post @pauls 8]
👍  
properties (23)
authorgekko
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t104742049z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"]}
created2016-07-27 10:47:42
last_update2016-07-27 10:47:42
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation1,185,517,433,922
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id400,160
net_rshares1,085,986,075
author_curate_reward""
vote details (1)
@gowest ·
1 vote 4 you
http://stream1.gifsoup.com/view1/4873377/funny-minions-o.gif
properties (22)
authorgowest
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t175053355z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["http://stream1.gifsoup.com/view1/4873377/funny-minions-o.gif"]}
created2016-07-31 17:50:57
last_update2016-07-31 17:50:57
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation34,520,147,167
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id515,623
net_rshares0
@greykieser ·
@pauls  I have two computers - computer #1 has the Mist Wallet with my ETH/ETC pre-split. I answered yes to post hard fork question when installing. Computer #2 will have a Mist Wallet as well. This is where I wish to send my ETC.  A couple of questions:

A) After I send to the contract, am I correct that my ETH will simply come back to computer#1 and thus my balance will stay the same? 
B) After I send to the contract, am I correct in saying that ETC will go to computer#2 from which I will be able to do anything with it   (except send back to computer#1)?
C) So, if I have 20 ETH in Mist wallet on computer#1 and I send 2 ETH to the contract, my balances should show 20ETH on computer1 and 2ETC on computer2?
D) When installing Mist Wallet on computer #2 do I need to answer YES to the question about hardfork or no? 

Thanks!!
Greg
properties (22)
authorgreykieser
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t160811906z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"]}
created2016-07-29 16:08:24
last_update2016-07-29 16:08:24
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length839
author_reputation685,094,533,579
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id467,841
net_rshares0
@pauls ·
It depends what addresses you use for the fields. I would recommend creating a new account on Computer #1 and using that address for the '**target fork**' field in the contract. Same goes for Computer #2, and use that account for '**target no fork**'. 

When installing Mist on computer #2, you should select **NO** to the hardfork question and that will put you on the ETC chain.
properties (22)
authorpauls
permlinkre-greykieser-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194805629z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 19:48:06
last_update2016-07-31 19:48:06
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id518,239
net_rshares0
@gustavopasquini ·
I'll give you my upvote.
Please reciprocate in my post  https://steemit.com/introduceyourself/@gustavopasquini/hello-steemers-new-member-introduced-in-steemit-community-video
👎  
properties (23)
authorgustavopasquini
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t200717816z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/introduceyourself/@gustavopasquini/hello-steemers-new-member-introduced-in-steemit-community-video"]}
created2016-07-30 20:07:36
last_update2016-07-30 20:07:36
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation9,076,597,556,716
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id496,869
net_rshares-6,160,280,935
author_curate_reward""
vote details (1)
@hackecon ·
Anybody have an explanation as to why people still support ETC even when it was greatly outnumbered by supporters of ETH.
properties (22)
authorhackecon
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181601004z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 18:16:00
last_update2016-07-27 18:16:00
depth1
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation2,671,988,397
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id411,587
net_rshares0
@mynewsteemit ·
Some people believe ETH should not have forked to recover ETH lost to the DOW hacker.  They may have other reasons but this is the most common I've seen.
properties (22)
authormynewsteemit
permlinkre-hackecon-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t121718953z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 12:17:30
last_update2016-07-29 12:17:30
depth2
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation2,278,722,492,620
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id462,046
net_rshares0
@miguel12 ·
Naaaa, both eth and etc are owned by Vitalik Buterin, but always is good to represents a liberty theather.
properties (22)
authormiguel12
permlinkre-mynewsteemit-re-hackecon-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t140542820z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 14:05:45
last_update2016-07-30 14:05:45
depth3
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation1,169,071,908,750
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id489,058
net_rshares0
@helpmepls9 · (edited)
Fixed 
Thanks
👍  
properties (23)
authorhelpmepls9
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160802t160253696z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-02 16:02:48
last_update2016-08-02 18:37:30
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation18,358
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id561,813
net_rshares1,174,920
author_curate_reward""
vote details (1)
@hqbanana ·
Thanks!
properties (22)
authorhqbanana
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t113237494z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 11:32:48
last_update2016-07-31 11:32:48
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id508,776
net_rshares0
@hrottie ·
Well, saying apart from anything.
I would recommend everybody stay out of ETC, in my opinion it is not trust-worthy coin, to invest safely.
properties (22)
authorhrottie
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t191510318z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 19:15:15
last_update2016-07-27 19:15:15
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation1,692,838,049,939
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id413,220
net_rshares0
@icedsnake ·
For some reason this is not working for me. I get the balance back in my ETH account but not in my ETC one. Any idea why?
properties (22)
authoricedsnake
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t140711984z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 14:07:12
last_update2016-07-26 14:07:12
depth1
children5
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id373,886
net_rshares0
@pauls ·
Check your balance on both chains. (Basic ETC explorer here: http://explorer.ethereumclassic.com/). It may be the case that your balances are not the same on both chains. For instance, if you've received any refunds from the DAO withdrawal contract those funds won't be valid on the ETC chain. Could also be that you received some ETH after the fork and someone has already split the funds.
properties (22)
authorpauls
permlinkre-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t165530189z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://explorer.ethereumclassic.com/"]}
created2016-07-26 16:55:30
last_update2016-07-26 16:55:30
depth2
children3
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length390
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id378,548
net_rshares0
@cellard0or · (edited)
It should not be a problem if balances do not match, right? At least as long as I have more ETH than ETC and try to send less ETC than I currently have. Unfortunately it worked that way for me a few times but not the last time, so I have some ETC stuck right now /:
properties (22)
authorcellard0or
permlinkre-pauls-re-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t104520289z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 10:45:18
last_update2016-07-27 10:46:00
depth3
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length265
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id400,109
net_rshares0
@sean-king ·
I'm having the exact same issue and my balance was most definitely the same on both chains.  I just claimed both balances from the crowd sale earlier this week and had made no other transactions until I tried the split transaction with 1 ether.  The ETH was returned by the split contract but the ETC was not.  At least not yet.  Been two yours plus.
properties (22)
authorsean-king
permlinkre-pauls-re-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170510t150707941z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-10 15:07:09
last_update2017-05-10 15:07:09
depth3
children0
last_payout2017-05-17 15:07:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length350
author_reputation84,123,051,136,467
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,305,177
net_rshares0
@pipilang ·
same here!

with small amounts it worked, but when i tried bigger ones they never reached polo!
properties (22)
authorpipilang
permlinkre-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t162204738z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 16:22:06
last_update2016-07-26 16:22:06
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation4,649,035,456
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id377,532
net_rshares0
@investing ·
This is a perfect example of how ethereum has failed. They pledged themselves to live by code and autonomy. Then once there was a screw up they bailout like a central bank. No wonder classic is running. Cryptocurrency is about that power not being reversible, even if the majority wishes it. They have gone against the whole purpose of the project. ETC is the real ether
properties (22)
authorinvesting
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t233839423z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 23:38:42
last_update2016-07-27 23:38:42
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length370
author_reputation22,486,914,063,750
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id419,718
net_rshares0
@johnerfx ·
This might be the easiest solution:
https://steemit.com/ethereum/@johnerfx/how-to-easy-split-eth-and-etc-using-bitfinex-test-it-first
@pauls What do you think?
👍  ,
properties (23)
authorjohnerfx
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t071729846z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"],"links":["https://steemit.com/ethereum/@johnerfx/how-to-easy-split-eth-and-etc-using-bitfinex-test-it-first"]}
created2016-07-29 07:17:33
last_update2016-07-29 07:17:33
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation1,455,868,290,913
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id457,347
net_rshares11,259,767,123
author_curate_reward""
vote details (2)
@pauls ·
This seems to work for now. Polo was doing this as well but ive heard that they no longer do.
👍  ,
properties (23)
authorpauls
permlinkre-johnerfx-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t163735871z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 16:37:36
last_update2016-07-30 16:37:36
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id492,027
net_rshares7,104,922,109
author_curate_reward""
vote details (2)
@jwiz168 ·
We must learn a lesson that codes of smart contracts should be intensely scrutinized before releasing it . TheDAO affected the ecosystem of Ethereum that it had come to this idea. Investors might lose confidence .
properties (22)
authorjwiz168
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160801t031010796z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-01 03:10:09
last_update2016-08-01 03:10:09
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation19,496,118,182
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id525,908
net_rshares0
@kemitwarrior ·
With all of it's growing pains, Ethereum continues to lead the pack and looks to be the choice of Crypto and other Digital products.  Companies like YOCoin, (https://steemit.com/crypto-news/@mrmel/yocoin-safe-secure-and-stable) and Steemit are full speed ahead with Ethereum.... the future is now!
👍  
properties (23)
authorkemitwarrior
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t120941715z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/crypto-news/@mrmel/yocoin-safe-secure-and-stable"]}
created2016-07-31 12:09:42
last_update2016-07-31 12:09:42
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length297
author_reputation434,383,415
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id509,266
net_rshares58,796,050
author_curate_reward""
vote details (1)
@knozaki2015 ·
very handy guide. thanks for putting this together. i have profited from the ETH split, as i had a huge amount of ETC today, even i already had sold my ETH .
properties (22)
authorknozaki2015
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t221541596z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 22:15:45
last_update2016-07-27 22:15:45
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation1,102,353,973,346,032
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id417,576
net_rshares0
@locoloco ·
Sorry for this question, I know is a newbie question, but at the end I don't understand exactly what I need to do for split.

I have 2 ETH and 7 ETC in the same account.

Ok, I followed the tutorial, use my main account as Target Fork, (Vitalik said is his entry that it's possible) and uses my ETC account in polo in the "Target no fork" field.

Then I send 1 ETH to test.

My questions is.. I need to have the same ammount of ETH and ETC to split correctly and have all my 7 ETC in my Polo account?

At the moment I can't see any ETC in my Polo account, and I have the same ETH and ETC in my account.

To me the contract is confused, why you can't split the ETC only instead send ETH?. I don't understand this.
👍  
properties (23)
authorlocoloco
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160823t104758708z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-23 10:47:57
last_update2016-08-23 10:47:57
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length712
author_reputation819,570
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,813
net_rshares52,452,526
author_curate_reward""
vote details (1)
@logic · (edited)
It doesn't seem to be working!!! I had few dozens ETH in my Mist Wallet before hard fork. I upgraded to 8.1 few hours after hard fork. I did two tests with spliting 1 ETH each time. 1 ETHs reached my other ETH address but nothing appeared in ETC address.
properties (22)
authorlogic
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t004926475z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 00:49:33
last_update2016-07-27 09:57:33
depth1
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length254
author_reputation92,052,875,413,650
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id390,611
net_rshares0
@pauls · (edited)
ETC won't show up in Mist. Check balance here:  http://gastracker.io/addr/0x...
properties (22)
authorpauls
permlinkre-logic-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181529383z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://gastracker.io/addr/0x..."]}
created2016-07-27 18:15:30
last_update2016-07-28 06:35:06
depth2
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id411,577
net_rshares0
@logic ·
It's ok. It finally showed up in Poloniex after 14 hrs :-)
properties (22)
authorlogic
permlinkre-pauls-re-logic-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t103535166z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 10:35:45
last_update2016-07-28 10:35:45
depth3
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation92,052,875,413,650
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id431,627
net_rshares0
@madhatting ·
This is a PUMP and DUMP **FUD** It has no support of the ethereum community. The people pumping it seem to be bitcoin enthusiasts, not smart contract developers. This gives ETC absolutely NO long term value.
properties (22)
authormadhatting
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t144740179z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 14:46:39
last_update2016-07-26 14:46:39
depth1
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation1,210,922,323,731
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id374,843
net_rshares0
@deloreas ·
There is a dev team forming around ETC, including former ETH developers. ETC has an immutable blockchain and still the same characteristics and functions as ETH, this gives ETC long term value.
properties (22)
authordeloreas
permlinkre-madhatting-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t220120019z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 22:01:15
last_update2016-07-27 22:01:15
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id417,197
net_rshares0
@pauls ·
That doesn't change the fact the ETC currently holds some market value. If people do not believe in the ETC chain then it would be a good idea to dump those ETC coins in order to accumulate more ETH.
properties (22)
authorpauls
permlinkre-madhatting-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t165718076z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 16:57:18
last_update2016-07-26 16:57:18
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id378,628
net_rshares0
@madhatting ·
Does this work for ether stored in the DAO or do we lose out for not cashing out our tokens?
properties (22)
authormadhatting
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t183538787z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 18:35:39
last_update2016-07-27 18:35:39
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation1,210,922,323,731
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id412,159
net_rshares0
@pauls ·
Anything that required the hard fork to retrieve out of the DAO will not be valid on the ETC chain.
properties (22)
authorpauls
permlinkre-madhatting-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t063713883z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 06:37:12
last_update2016-07-28 06:37:12
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id427,727
net_rshares0
@magix ·
https://img1.steemit.com/0x0/http://s2.quickmeme.com/img/09/09aafa37dd14701cfd302eb8963d1e1c0faa5119d60e2671eea5f13620231492.jpg
👍  , , , , , ,
properties (23)
authormagix
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t204446482z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://img1.steemit.com/0x0/http://s2.quickmeme.com/img/09/09aafa37dd14701cfd302eb8963d1e1c0faa5119d60e2671eea5f13620231492.jpg"]}
created2016-07-27 20:44:48
last_update2016-07-27 20:44:48
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation98,880,203,726
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id415,339
net_rshares31,657,576,530
author_curate_reward""
vote details (7)
@future24 ·
^^ Im happy about your upvotes at my blog too @magix :)
properties (22)
authorfuture24
permlinkre-magix-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000209902z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["magix"]}
created2016-07-29 00:02:12
last_update2016-07-29 00:02:12
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation395,465,718,351,346
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id450,828
net_rshares0
@magix ·
https://img1.steemit.com/0x0/https://m.popkey.co/e292cb/VoVy6.gif
I love STEEMIT... oooh.. me too! is not impressive? yes yes yes yes yes!
👍  
properties (23)
authormagix
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t223511583z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://img1.steemit.com/0x0/https://m.popkey.co/e292cb/VoVy6.gif"]}
created2016-07-27 22:35:12
last_update2016-07-27 22:35:12
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation98,880,203,726
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id418,125
net_rshares19,157,491,790
author_curate_reward""
vote details (1)
@magix ·
Congratulations, is a great post! 

*Do you like it?:*
http://i.imgur.com/VNMAjTY.png **My God STEEM**
properties (22)
authormagix
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t223746603z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["http://i.imgur.com/VNMAjTY.png"]}
created2016-07-28 22:37:48
last_update2016-07-28 22:37:48
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation98,880,203,726
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id449,196
net_rshares0
@makimoto ·
very insightful thank you!!!!
properties (22)
authormakimoto
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t204244993z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 20:42:48
last_update2016-07-27 20:42:48
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation14,573,351,463
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id415,277
net_rshares0
@martin1 ·
$12.04
properties (23)
authormartin1
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t183039359z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/"]}
created2016-07-26 18:30:42
last_update2016-07-26 18:30:42
depth1
children8
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value9.044 HBD
curator_payout_value2.995 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation150,493,622,226
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id381,270
net_rshares7,710,905,604,220
author_curate_reward""
vote details (46)
@anonblog ·
This is so awesome!
properties (22)
authoranonblog
permlinkre-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t134744673z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 13:47:45
last_update2016-07-29 13:47:45
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation425,903,365,782
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id464,039
net_rshares0
@fusan · (edited)
Steemit became popular
👍  , , ,
properties (23)
authorfusan
permlinkre-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t152809298z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:28:09
last_update2016-07-28 15:28:39
depth2
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation13,477,391,966,419
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id438,000
net_rshares22,085,661,999
author_curate_reward""
vote details (4)
@changli-deng ·
Hi!I am deng,Welcome to my space
https://steemit.com/@changli-deng
👍  
properties (23)
authorchangli-deng
permlinkre-fusan-re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t123722280z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/@changli-deng"]}
created2016-07-29 12:37:24
last_update2016-07-29 12:37:24
depth3
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation990,746,958,353
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id462,450
net_rshares789,263,429
author_curate_reward""
vote details (1)
@future24 ·
Yeah, Steemit rocks!
properties (22)
authorfuture24
permlinkre-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000027226z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 00:00:27
last_update2016-07-29 00:00:27
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation395,465,718,351,346
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id450,807
net_rshares0
@gowest ·
http://24.media.tumblr.com/10bfe9ae953a1378b12a654770979757/tumblr_mm4jefvxg31rkbnglo1_500.gif
properties (22)
authorgowest
permlinkre-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t175146846z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["http://24.media.tumblr.com/10bfe9ae953a1378b12a654770979757/tumblr_mm4jefvxg31rkbnglo1_500.gif"]}
created2016-07-31 17:51:51
last_update2016-07-31 17:51:51
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation34,520,147,167
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id515,637
net_rshares0
@knozaki2015 · (edited)
This is really great and is living proof that all other Crypto and Socialmediaplatforms are monitoring our Steemit Family very carefully. They should, because there will only be one form of socialmediaplatform, the usergenerated and compensated one ;)

keep up the good posts coming!
👍  ,
properties (23)
authorknozaki2015
permlinkre-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t221815933z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 22:18:21
last_update2016-07-27 22:18:57
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation1,102,353,973,346,032
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id417,626
net_rshares511,716,939
author_curate_reward""
vote details (2)
@mynameisbrian ·
Referrals don't get any better than that!
👍  , ,
properties (23)
authormynameisbrian
permlinkre-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t151434677z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:14:33
last_update2016-07-28 15:14:33
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation240,435,296,742,600
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id437,721
net_rshares15,364,705,712
author_curate_reward""
vote details (3)
@mattysoup ·
@pauls is it possible to amend the JSON Interface of the splitter contract such that non-integer increments can be split? seems like the smallest unit of eth that can be sent to the split contract is 1.0 ETC...
👍  
properties (23)
authormattysoup
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t212117064z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"]}
created2016-07-30 21:21:15
last_update2016-07-30 21:21:15
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id498,383
net_rshares0
author_curate_reward""
vote details (1)
@miguel12 ·
I split very easy with myetherwallet.com , only send to poloniex, and ready.
properties (22)
authormiguel12
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t232529611z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 23:25:33
last_update2016-07-29 23:25:33
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation1,169,071,908,750
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id476,790
net_rshares0
@mining1 ·
I sent ether to this contract two hours ago and I have yet to receive my ether or my etc.....
properties (22)
authormining1
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t194757939z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 19:48:00
last_update2016-07-30 19:48:00
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation645,428,314
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id496,328
net_rshares0
@mranderson ·
I would be careful with Poloniex and ETH/ETC.  There is something going on that just doesn't feel right to me:
https://steemit.com/poloniex/@mranderson/poloniex-has-stolen-my-eth-bate-n-switch-eth-for-etc-and-will-not-respond-to-my-support-tickets
properties (22)
authormranderson
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t161203263z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/poloniex/@mranderson/poloniex-has-stolen-my-eth-bate-n-switch-eth-for-etc-and-will-not-respond-to-my-support-tickets"]}
created2016-07-29 16:12:03
last_update2016-07-29 16:12:03
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation4,004,740,218,138
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id467,921
net_rshares0
@mynameisbrian ·
Great post! Doesn't apply to me as I sold all of my eth before the hard fork because I just knew there was going to be trouble, but this is needed information for those still holding eth and now etc. This also demonstrates how far crypto has to go before it is ready for the masses. There is no way most people could do this ^^^ on their own.
👍  
properties (23)
authormynameisbrian
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t151915753z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 15:19:15
last_update2016-07-28 15:19:15
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length342
author_reputation240,435,296,742,600
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id437,800
net_rshares60,683,835
author_curate_reward""
vote details (1)
@mynewsteemit ·
Great job, thank you! I did have a problem when sending ETH to Coinbase, after 12 hours it still hasn't showed up. However when I tested using a mist wallet it worked fine. I have to assume this is an issue on Coinbases side as I checked the transactions and they appear to have worked.
properties (22)
authormynewsteemit
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t121549707z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 12:16:00
last_update2016-07-29 12:16:00
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length286
author_reputation2,278,722,492,620
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id462,010
net_rshares0
@neeeeeeext ·
$0.20
This doesn't seem to work if I am trying to send from a multisig contract. Can anybody confirm?
👍  , , , ,
properties (23)
authorneeeeeeext
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t091556899z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 09:15:57
last_update2016-07-26 09:15:57
depth1
children4
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.152 HBD
curator_payout_value0.047 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation5,419,733,693
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id369,409
net_rshares346,862,956,431
author_curate_reward""
vote details (5)
@cmditch · (edited)
I had a similar issue, but found the account approval/signature had to take place on both chains. I downloaded the non-fork chain on a different user account in my laptop. When I switched over to that user and booted up Ethereum-no-fork, there was an approval sitting there. Hope that helps someone. :)
👍  
properties (23)
authorcmditch
permlinkre-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000341749z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 00:03:42
last_update2016-07-29 00:04:03
depth2
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length302
author_reputation920,191
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id450,856
net_rshares58,892,243
author_curate_reward""
vote details (1)
@slim ·
when does the fork/nonfork option show up?
properties (22)
authorslim
permlinkre-cmditch-re-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170524t212547784z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-24 21:25:45
last_update2017-05-24 21:25:45
depth3
children0
last_payout2017-05-31 21:25:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation30,659,368
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,754,531
net_rshares0
@jeffanthonyfds ·
Can you clarify 'this'? Multisig will require the correct amount of signatures to send Ether, on either chain.
properties (22)
authorjeffanthonyfds
permlinkre-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t235742835z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-27 23:57:42
last_update2016-07-27 23:57:42
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation164,917,016
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id420,129
net_rshares0
@pauls ·
Can you confirm you have a balance on both chains?
properties (22)
authorpauls
permlinkre-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t170114463z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 17:01:15
last_update2016-07-26 17:01:15
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id378,826
net_rshares0
@onighost ·
So I used this and split it once fine. Did the same thing to split all of it and it transferred my eth to the other account, but didnt send my etc to the address specific but instead just left it in the account. So now I have like 2.5 eth in an account along with like 100 etc. Any idea how to send the etc to my poloenix account? Do I need to reload mist on the not forked chain, open that wallet, then it should show my balance and I can send it to polo?
properties (22)
authoronighost
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t231727972z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 23:17:36
last_update2016-07-30 23:17:36
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length456
author_reputation2,529,799,571,302
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id500,656
net_rshares0
@pauls ·
If you have ETC and ETH in the same account then you should run the split contract again. Send 2.5 ETH (minus gas costs). In the 'target forked' field you can send it back to your wallet and then use the 'target no fork' to send to Poloniex. You should then have only ETH left in your account and ETC send to Polo.
properties (22)
authorpauls
permlinkre-onighost-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194122106z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 19:41:21
last_update2016-07-31 19:41:21
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length314
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id518,059
net_rshares0
@pierregi · (edited)
fds
properties (22)
authorpierregi
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t222428290z
categoryethereum
json_metadata{"app":"hiveblog/0.1"}
created2016-07-27 22:24:27
last_update2025-06-22 21:26:00
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation11,429,270,871
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id417,841
net_rshares0
@pierregi · (edited)
fdsf
👍  
properties (23)
authorpierregi
permlinkre-pierregi-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t195807109z
categoryethereum
json_metadata{"app":"hiveblog/0.1"}
created2016-07-28 19:58:06
last_update2025-06-22 21:23:21
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation11,429,270,871
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id444,853
net_rshares1,009,506,818
author_curate_reward""
vote details (1)
@pipokinha ·
Thanks man, I was looking for this on google and didn't find anything. Looks like steemit could be a searching engine as well.
👍  ,
properties (23)
authorpipokinha
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t145921698z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-28 14:59:18
last_update2016-07-28 14:59:18
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation15,224,695,875,741
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id437,289
net_rshares19,329,972,830
author_curate_reward""
vote details (2)
@princeola ·
thanks for this very informative post,thou it as  been Posted  since last year but sincerely this reLLY HELP..**KUDOS**
👍  
properties (23)
authorprinceola
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171031t024554266z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-10-31 02:45:51
last_update2017-10-31 02:45:51
depth1
children0
last_payout2017-11-07 02:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation2,276,148,670,006
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,031,394
net_rshares1,061,241,321
author_curate_reward""
vote details (1)
@psamuelson ·
Will either chain simply make a fix for this on the next hard fork, say for instance in moving to proof of stake?
properties (22)
authorpsamuelson
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t173535172z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-30 17:35:33
last_update2016-07-30 17:35:33
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation1,060,163,245,015
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id493,298
net_rshares0
@pseudonymouse ·
Seems shady to me, too risky... I think if I try this I'll lose the ETH related to that account and stay with the ETC (or lose both).
Nice information though.
properties (22)
authorpseudonymouse
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t173233673z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 17:32:33
last_update2016-07-26 17:32:33
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length158
author_reputation194,006,193,446
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id379,654
net_rshares0
@rentko ·
Would the nearest update in ETH make any change to network fee for sending tokens? I lately make some checks and the fees for sending tokens on various exchanges are starting with 0,5 for a token and in some cases are close to 5-15, which in the long term (especially with growing price) make those tokens useless.
properties (22)
authorrentko
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171129t125439687z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-29 12:54:45
last_update2017-11-29 12:54:45
depth1
children0
last_payout2017-12-06 12:54:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length314
author_reputation17,595,437,702
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,884,348
net_rshares0
@sean-king ·
$2.18
Pauls, I just tried this today with 1 ether and...it didn't seem to work.  Followed the steps exactly and had @lukestokes double check my work.   The ETH was returned by the contract to the output address, but the ETC has never shown up.  It's been over two hours.  The contract shows as fully executed with dozens of confirmation but the ETC balance still shows as zero both in my wallet and on the ETC block explorer.  Any thoughts?  I'd be grateful for any guidance you could give. Perhaps it just takes a long time for some reason?
👍  
properties (23)
authorsean-king
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170510t150410002z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["lukestokes"],"app":"steemit/0.1"}
created2017-05-10 15:04:09
last_update2017-05-10 15:04:09
depth1
children1
last_payout2017-05-17 15:04:09
cashout_time1969-12-31 23:59:59
total_payout_value2.175 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length535
author_reputation84,123,051,136,467
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,305,117
net_rshares1,625,239,538,503
author_curate_reward""
vote details (1)
@sean-king ·
BTW, I'm using MyEtherWallet (with Trezor) for the ETC wallet and the latest version of Mist for the ETH wallet, both on the same computer.
properties (22)
authorsean-king
permlinkre-sean-king-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170510t153140299z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-10 15:31:39
last_update2017-05-10 15:31:39
depth2
children0
last_payout2017-05-17 15:31:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation84,123,051,136,467
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,305,694
net_rshares0
@sinofmen ·
I have a question. I am a miner but I don't know a lot about it. Now my question is, do I only send the amount of ethereum  that I had at the time of the fork? Or can I submit it all to be split, even the extra ethereum that has been mined since the fork?  I have been mining on the forked chain.
properties (22)
authorsinofmen
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t150358618z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 15:03:54
last_update2016-07-26 15:03:54
depth1
children3
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length296
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id375,290
net_rshares0
@pauls ·
The newly mined coins will not be valid on the ETC chain. You can check your ETC balance here: http://explorer.ethereumclassic.com/
properties (22)
authorpauls
permlinkre-sinofmen-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t165911657z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://explorer.ethereumclassic.com/"]}
created2016-07-26 16:59:12
last_update2016-07-26 16:59:12
depth2
children2
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id378,728
net_rshares0
@sinofmen · (edited)
So I should only split the amount that is shown on the ETC chain? And leave the rest behind?
properties (22)
authorsinofmen
permlinkre-pauls-re-sinofmen-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t171916291z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 17:19:15
last_update2016-07-26 18:12:45
depth3
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id379,346
net_rshares0
@sokal ·
Thank you for posting this guide. I have successfully tested and traded two small transactions one for 2 ETC and one for 25 ETC, but on my third attempt which was the majority of my Ethereum, the transaction is lost in space. I guess two out of three ain't bad.
properties (22)
authorsokal
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160803t145431852z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-03 14:54:36
last_update2016-08-03 14:54:36
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length261
author_reputation39,072,072,602,199
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id582,390
net_rshares0
@stathis1 ·
I'm trying to follow the steps but on the final step on the contract, there's no 'send'  order and no space box to specify how many eth i want to send. Is there sth I'm missing? ![Untitled.jpg](https://steemitimages.com/DQmVD71WcNeMpxLvGxijXXnA6T6c6x47rMuZK8aWgytVwMb/Untitled.jpg)
properties (22)
authorstathis1
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20180103t121943704z
categoryethereum
json_metadata{"tags":["ethereum"],"image":["https://steemitimages.com/DQmVD71WcNeMpxLvGxijXXnA6T6c6x47rMuZK8aWgytVwMb/Untitled.jpg"],"app":"steemit/0.1"}
created2018-01-03 12:19:42
last_update2018-01-03 12:19:42
depth1
children0
last_payout2018-01-10 12:19:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length281
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,767,236
net_rshares0
@stea90 ·
Very well, but if nothing is done here, is what will happen to steemit: Read this is very important https://steemit.com/steem/@stea90/read-very-important-why-the-market-volume-and-value-of-steem-continue-to-decrease-what-will-happen
properties (22)
authorstea90
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t131535832z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/steem/@stea90/read-very-important-why-the-market-volume-and-value-of-steem-continue-to-decrease-what-will-happen"]}
created2016-07-29 13:15:39
last_update2016-07-29 13:15:39
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length232
author_reputation121,283,362,109,949
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id463,244
net_rshares0
@steemitboard ·
Congratulations @pauls! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@pauls/birthday3.png</td><td>Happy Birthday! - You are on the Steem blockchain for 3 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@pauls) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=pauls)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-pauls-20190601t004838000z
categoryethereum
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-06-01 00:48:39
last_update2019-06-01 00:48:39
depth1
children0
last_payout2019-06-08 00:48:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length607
author_reputation38,975,615,169,260
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id85,842,365
net_rshares0
@steemokto ·
Hey @pauls I really appreciate your work. I don't know if you noticed but ETC-transactions are not being executed. Maybe you know a way to fix that. Thanks
properties (22)
authorsteemokto
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170629t100150585z
categoryethereum
json_metadata{"tags":["ethereum"],"users":["pauls"],"app":"steemit/0.1"}
created2017-06-29 10:01:51
last_update2017-06-29 10:01:51
depth1
children0
last_payout2017-07-06 10:01:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation21,918,906,688,736
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,602,300
net_rshares0
@streetiebird ·
Noob Question: If I have ETH in a GDAX account/wallet and it existed prior to the fork, is it still possible to split using Mist? I assume I have to send my ETH from GDAX to a Mist account/wallet??

Sorry for the dumb question, but I'm really just interested in splitting my ETC and getting it onto an exchange so I can sell it. But I've never done anything even halfway complicated with coin, and have never used Mist...

Any help would be appreciated!
👍  
properties (23)
authorstreetiebird
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t153448733z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 15:34:45
last_update2016-07-29 15:34:45
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length453
author_reputation949,069
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id466,968
net_rshares60,740,441
author_curate_reward""
vote details (1)
@upsetquasar · (edited)
Same dumb question :). I downloaded Mist, synced, deposited 2 ETH from my GDAX account which I haven't touched since weeks before the fork and not associated with the DAO, and ran the split contract for 1.5 Ether.  1.5 ETH (less gas) deposited back into the mist wallet and nothing in Polo yet.  Can anyone who has used this method sending funds from GDAX to Mist to Polo confirm?
👍  
properties (23)
authorupsetquasar
permlinkre-streetiebird-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t183302983z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 18:33:06
last_update2016-07-31 18:59:30
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation4,441,008
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id516,458
net_rshares61,613,565
author_curate_reward""
vote details (1)
@sukafrukt ·
becomes more popular))
properties (22)
authorsukafrukt
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t131556174z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 13:15:57
last_update2016-07-31 13:15:57
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id510,327
net_rshares0
@sulabh2020 ·
Hi Pauls,
I came though this post of your while searching for the problem :

"I am new to ETH and tokens. I have one wallet to hold ETH with one of the exchange (EthexIndia) in India. Few days back i heard about ICO of OpenANX (OAX) and though to purchase the same. I purchased OAX tokens from contribution of ETH using my exchange wallet. Now i cannot see tokens in my wallet. After looking into the transaction hash, i found tokens are allocated to my Exchange (EthexIndia) and not to me, because sender address was exchange address.

I checked with my exchange and asked them to return those tokens, but they have no idea on how to return or split the token into ETH or any solution by which they can return my tokens because the exchange only deals in ETH transaction."

I am currently looking for a solution similar to what you suggested in this post, can you please suggest me something?

Kr
Sulabh
properties (22)
authorsulabh2020
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170711t082818154z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-07-11 08:28:24
last_update2017-07-11 08:28:24
depth1
children0
last_payout2017-07-18 08:28:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length904
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,082,084
net_rshares0
@thedoctor ·
Im not happy with ETC. would like to hear others opinions.
https://steemit.com/ethereum/@thedoctor/what-the-fork-wtf-why-etc-is-killing-all-altcoins
properties (22)
authorthedoctor
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t205224669z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://steemit.com/ethereum/@thedoctor/what-the-fork-wtf-why-etc-is-killing-all-altcoins"]}
created2016-07-26 20:52:21
last_update2016-07-26 20:52:21
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation910,202,238
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id385,218
net_rshares0
@himalayanguru ·
well look. everyone has the freedom to create whatever they want to create! The classic guys seized the opportunity to create Ethereum classic. However, it too has a very dark stain since the thief stole some of their coins. I just hope that the white hat attack can resume and not let the thief take out the ETC.
properties (22)
authorhimalayanguru
permlinkre-thedoctor-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t232816529z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-26 23:28:18
last_update2016-07-26 23:28:18
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length313
author_reputation4,002,260,039,109
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id388,924
net_rshares0
@tonka ·
I am using Ethereum Wallet 0.9.2. Under 'WRITE TO CONTRACT' I cannot specify the balance I want to split and send. I can see adresses and "EXECUTE"  button. The input box is completely missing. Any advice, please?
properties (22)
authortonka
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171117t194653017z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-17 19:46:54
last_update2017-11-17 19:46:54
depth1
children2
last_payout2017-11-24 19:46:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,711,233
net_rshares0
@tonka ·
A solution was to import the Private key into Exodus. ETH Classic and ETH  split. There is no need for splitting contract any longer.
properties (22)
authortonka
permlinkre-tonka-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171117t231434916z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-11-17 23:14:36
last_update2017-11-17 23:14:36
depth2
children1
last_payout2017-11-24 23:14:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,724,233
net_rshares0
@ronc403 ·
I've downloaded Exodus, sent ETH to Exodus from my Mist wallet.  So hoe do I send my ETC or split the ETC from the ETH via Exodus?
properties (22)
authorronc403
permlinkre-tonka-re-tonka-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171226t012039045z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-12-26 01:20:39
last_update2017-12-26 01:20:39
depth3
children0
last_payout2018-01-02 01:20:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation4,972,849,369
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,252,618
net_rshares0
@ubg ·
It's retarded that we even have 2 chains at the same time. Both have the same functionality.
👍  , ,
properties (23)
authorubg
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t171430964z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-29 17:14:30
last_update2016-07-29 17:14:30
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation5,237,585,248,428
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id469,590
net_rshares26,417,011,255
author_curate_reward""
vote details (3)
@upsetquasar ·
I'm not sure if this is going to work for me being that my Ether originates from a GDAX account, but this was my first exposure to Mist, as well as creating/executing a contract.  Even for someone with my extremely limited exposure it was pretty easy.
properties (22)
authorupsetquasar
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t192712711z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-07-31 19:27:15
last_update2016-07-31 19:27:15
depth1
children1
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length251
author_reputation4,441,008
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id517,715
net_rshares0
@pauls ·
Yes there's some uncertainty regarding GDAX balances and ETC.  You a can check ETC balance using http://gastracker.io/addr/0x....
properties (22)
authorpauls
permlinkre-upsetquasar-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194356487z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["http://gastracker.io/addr/0x...."]}
created2016-07-31 19:43:57
last_update2016-07-31 19:43:57
depth2
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation1,378,524,288,638
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id518,119
net_rshares0
@xdark22 ·
I love ethereum but it is vastly complex. The reason I like BTC isn't just because it was the first decentralized crypto,
properties (22)
authorxdark22
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170531t125331896z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-31 12:51:54
last_update2017-05-31 12:51:54
depth1
children0
last_payout2017-06-07 12:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation-478,699,206,280
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,993,247
net_rshares0
@zaleks ·
This is very useful, thanks. We needed it.
properties (22)
authorzaleks
permlinkre-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160820t191913631z
categoryethereum
json_metadata{"tags":["ethereum"]}
created2016-08-20 19:19:12
last_update2016-08-20 19:19:12
depth1
children0
last_payout2016-08-25 04:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation0
root_title"Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id909,919
net_rshares0