<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>: ReplaySafeSplit</li> <li><strong>CONTRACT ADDRESS</strong>: 0xaa1a6e3e6ef20068f7f8d8c835d2d22fd5116444</li> <li><strong>JSON INTERFACE</strong>: </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>
author | pauls |
---|---|
permlink | ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc |
category | ethereum |
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"]} |
created | 2016-07-24 22:47:09 |
last_update | 2016-07-24 22:47:09 |
depth | 0 |
children | 164 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 976.479 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,523 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 333,221 |
net_rshares | 83,618,587,371,332 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 29,736,886,112,526 | 100% | ||
rainman | 0 | 17,536,852,272,805 | 100% | ||
badassmother | 0 | 3,092,458,466,739 | 100% | ||
samupaha | 0 | 2,222,389,320,536 | 100% | ||
svk | 0 | 171,466,131,874 | 100% | ||
steemit200 | 0 | 6,818,024,036,995 | 100% | ||
ozmaster | 0 | 105,003,188,161 | 100% | ||
boy | 0 | 4,286,905,971 | 100% | ||
xeroc | 0 | 1,948,731,658,861 | 100% | ||
bue-witness | 0 | 6,683,130,883 | 100% | ||
bunny | 0 | 7,182,763,340 | 100% | ||
complexring | 0 | 2,827,084,216,082 | 100% | ||
bue | 0 | 88,626,025,093 | 100% | ||
mini | 0 | 2,954,839,781 | 100% | ||
witness.svk | 0 | 5,121,338,603,279 | 100% | ||
aizensou | 0 | 22,188,332,881 | 100% | ||
au1nethyb1 | 0 | 4,857,750,493,770 | 100% | ||
smooth.witness | 0 | 4,489,977,899,345 | 100% | ||
cass | 0 | 752,096,804,698 | 100% | ||
proctologic | 0 | 16,744,861,731 | 100% | ||
healthcare | 0 | 1,093,639,927 | 100% | ||
timifey2015 | 0 | 685,008,673 | 100% | ||
fbsvk | 0 | 8,881,765,514 | 100% | ||
jazzycrypt | 0 | 599,797,880 | 100% | ||
jakev | 0 | 18,060,693,965 | 100% | ||
fusan | 0 | 15,333,272,067 | 100% | ||
coindup | 0 | 97,784,177,149 | 100% | ||
helen.tan | 0 | 514,417,568 | 100% | ||
nikolai | 0 | 19,236,664,084 | 100% | ||
steampunkpowered | 0 | 23,606,211,145 | 100% | ||
khanhsang | 0 | 7,614,137,992 | 100% | ||
yson | 0 | 578,661,506 | 100% | ||
makishart | 0 | 11,620,876,712 | 100% | ||
moh-rokib | 0 | 688,223,967 | 100% | ||
dylan-nicholas | 0 | 7,148,351,165 | 100% | ||
sandwich | 0 | 15,116,793,594 | 100% | ||
finfree | 0 | 560,674,330 | 100% | ||
itsjoeco | 0 | 141,217,611,213 | 100% | ||
yuri-safin | 0 | 541,310,958 | 100% | ||
ervin-lemark | 0 | 12,311,311,009 | 100% | ||
max-infeld | 0 | 17,425,301,379 | 100% | ||
ninzacode | 0 | 16,973,966,041 | 100% | ||
asabovesobelow | 0 | 9,947,533,606 | 100% | ||
romangelsi | 0 | 690,306,990 | 100% | ||
cryptorune | 0 | 8,277,418,728 | 100% | ||
rolandk | 0 | 498,958,508 | 100% | ||
germanaure | 0 | 15,684,505,281 | 100% | ||
zhmcl | 0 | 667,554,910 | 100% | ||
onealfa | 0 | 0 | 100% | ||
ereismatias | 0 | 442,564,102 | 100% | ||
mranderson | 0 | 3,201,775,564 | 100% | ||
fernando-sanz | 0 | 6,364,890,601 | 100% | ||
gekko | 0 | 1,085,986,075 | 100% | ||
jeffanthonyfds | 0 | 469,151,600 | 100% | ||
pal | 0 | 5,613,202,602 | 0% | ||
weenfan | 0 | 0 | 100% | ||
daycrypter | 0 | 2,523,189,197 | 100% | ||
bladetrigger | 0 | 1,298,678,147 | 100% | ||
jerome-colley | 0 | 6,622,066,826 | 100% | ||
canhazlulz | 0 | 14,386,498,621 | 100% | ||
twigwam | 0 | 475,833,653 | 100% | ||
jwiz168 | 0 | 446,140,176 | 100% | ||
nasato | 0 | 443,627,272 | 100% | ||
mookid | 0 | 1,627,563,813 | 100% | ||
hannixx42 | 0 | 38,746,207,677 | 100% | ||
andygreen | 0 | 396,352,868 | 100% | ||
dimox | 0 | 418,577,838 | 100% | ||
klaus-kinski | 0 | 408,407,887 | 100% | ||
murh | 0 | 1,045,383,918 | 11.33% | ||
gore84 | 0 | 8,996,243,348 | 100% | ||
jesselivermore | 0 | 9,948,135,241 | 100% | ||
dmitry | 0 | 1,737,502,352 | 100% | ||
dke | 0 | 402,198,293 | 100% | ||
dking7334 | 0 | 18,346,063,717 | 100% | ||
phil-knolle | 0 | 388,651,489 | 100% | ||
framelalife | 0 | 3,017,470,733 | 100% | ||
bkz-mark | 0 | 401,086,480 | 100% | ||
andu | 0 | 10,843,815,806 | 100% | ||
trung81 | 0 | 26,710,937,822 | 100% | ||
marta-zaidel | 0 | 5,772,483,829 | 100% | ||
pauls | 0 | 6,283,321,678 | 100% | ||
vippero | 0 | 17,954,106,830 | 100% | ||
ethan-castle | 0 | 596,368,053 | 100% | ||
akaninyene-etuk | 0 | 308,253,869 | 100% | ||
joe-tannoury | 0 | 365,340,694 | 100% | ||
thecryptofiend | 0 | 8,351,963,589 | 100% | ||
justtryme90 | 0 | 20,468,923,631 | 100% | ||
zebbra2014 | 0 | 6,632,711,566 | 100% | ||
eric-boucher | 0 | 71,639,228,066 | 100% | ||
leon-fu | 0 | 123,004,959,321 | 100% | ||
johnerfx | 0 | 10,325,320,651 | 100% | ||
taoteh1221 | 0 | 346,308,871,117 | 100% | ||
malacandrahyoi | 0 | 741,525,911 | 100% | ||
perryl | 0 | 343,572,707 | 100% | ||
sheis | 0 | 347,174,427 | 100% | ||
yonatann | 0 | 339,982,869 | 100% | ||
hedge-x | 0 | 82,114,625,003 | 100% | ||
mike-mike | 0 | 331,594,199 | 100% | ||
gsaibabu | 0 | 324,650,265 | 100% | ||
paradise-paradox | 0 | 10,888,785,114 | 100% | ||
slim | 0 | 0 | 100% | ||
byronwei | 0 | 343,711,081 | 100% | ||
bennysubiyanto | 0 | 343,365,453 | 100% | ||
wongshiying | 0 | 29,030,305,204 | 100% | ||
fjccoin | 0 | 1,117,388,078 | 100% | ||
hulu | 0 | 318,630,344 | 100% | ||
kingofchaos | 0 | 6,196,987,955 | 100% | ||
ssstand | 0 | 413,169,597 | 100% | ||
raff-delfin | 0 | 4,060,013,124 | 100% | ||
caster | 0 | 322,280,643 | 100% | ||
lyubovnam | 0 | 224,868,653 | 100% | ||
menace.coin | 0 | 484,966,222 | 100% | ||
kun7788 | 0 | 13,379,756,095 | 100% | ||
johnerminer | 0 | 952,423,265 | 100% | ||
hendra-khaidir | 0 | 318,016,434 | 100% | ||
kelvyne | 0 | 312,362,186 | 100% | ||
hackecon | 0 | 315,647,275 | 100% | ||
tee-em | 0 | 187,800,159 | 100% | ||
michaelx | 0 | 33,705,797,187 | 100% | ||
thedashguy | 0 | 117,895,801,958 | 100% | ||
shekhovtsev | 0 | 302,301,545 | 100% | ||
kyle-haugen | 0 | 305,271,187 | 100% | ||
nikolay-babenko | 0 | 353,590,233 | 100% | ||
christoryan | 0 | 3,961,301,887 | 100% | ||
oleim | 0 | 292,996,352 | 100% | ||
changli-deng | 0 | 789,263,429 | 100% | ||
geoffrey | 0 | 18,485,018,937 | 100% | ||
honeythief | 0 | 28,653,744,316 | 100% | ||
jparty | 0 | 9,256,025,005 | 100% | ||
bitcoinci | 0 | 390,381,989 | 100% | ||
mauricemikkers | 0 | 167,139,171,596 | 100% | ||
angusleung100 | 0 | 5,680,280,880 | 100% | ||
living-freedom | 0 | 7,032,849,907 | 100% | ||
onighost | 0 | 123,445,556,211 | 100% | ||
clement | 0 | 33,140,837,357 | 100% | ||
t-winters | 0 | 22,006,481,986 | 100% | ||
greatguardian100 | 0 | 1,588,554,709 | 100% | ||
oklin | 0 | 264,053,038 | 100% | ||
nthterm | 0 | 263,853,965 | 100% | ||
gerber | 0 | 295,672,717 | 100% | ||
digi3d | 0 | 36,253,672 | 100% | ||
spikykevin | 0 | 3,121,646,773 | 100% | ||
kosimoos | 0 | 299,994,873 | 100% | ||
beowulf | 0 | 248,408,656 | 100% | ||
rickystef | 0 | 4,467,353,630 | 100% | ||
romanskv | 0 | 1,944,800,670 | 100% | ||
netusco | 0 | 255,408,647 | 100% | ||
joshbreslauer | 0 | 100,188,348,139 | 100% | ||
kakradetome | 0 | 5,295,602,673 | 100% | ||
riscadox | 0 | 3,944,213,378 | 100% | ||
allycat | 0 | 8,910,316,576 | 100% | ||
menta | 0 | 18,096,068,990 | 100% | ||
rambogoham | 0 | 895,053,497 | 100% | ||
haquto | 0 | 243,966,928 | 100% | ||
lontong | 0 | 896,941,374 | 100% | ||
hakise | 0 | 14,010,388,094 | 100% | ||
nession | 0 | 218,812,741 | 100% | ||
stranger27 | 0 | 1,569,843,262 | 100% | ||
aidar88 | 0 | 227,992,142 | 100% | ||
auxon | 0 | 6,384,000,000 | 100% | ||
jackkang | 0 | 2,036,371,963 | 100% | ||
ozcap | 0 | 48,558,254,359 | 100% | ||
basicstepnetwork | 0 | 608,781,810 | 100% | ||
chamviet | 0 | 461,256,359 | 100% | ||
r4fken | 0 | 8,297,886,126 | 100% | ||
tcfxyz | 0 | 26,452,117,089 | 100% | ||
thealexander | 0 | 115,753,898 | 100% | ||
instancex | 0 | 785,814,230 | 100% | ||
cryptotrends | 0 | 429,198,341 | 100% | ||
bittrex-bill | 0 | 54,461,663,620 | 100% | ||
anwar78 | 0 | 1,484,050,524 | 100% | ||
alexcount | 0 | 5,155,075,079 | 100% | ||
domino | 0 | 52,760,708,175 | 100% | ||
radpansen | 0 | 7,288,476,366 | 100% | ||
plebo | 0 | 244,129,784 | 100% | ||
gatoso | 0 | 3,384,985,283 | 100% | ||
jazzka | 0 | 4,514,835,154 | 100% | ||
turbosnail9 | 0 | 467,049,859 | 100% | ||
marsresident | 0 | 4,983,715,950 | 100% | ||
mesalex | 0 | 227,260,928 | 100% | ||
netbiz404 | 0 | 243,736,420 | 100% | ||
ghozia | 0 | 236,647,175 | 100% | ||
zuarzalfa | 0 | 202,962,156 | 100% | ||
aurel | 0 | 257,058,611,861 | 100% | ||
shutkin70 | 0 | 235,534,170 | 100% | ||
kovatelj | 0 | 242,049,271 | 100% | ||
rolik | 0 | 703,148,937 | 100% | ||
autosmile13 | 0 | 2,803,680,087 | 100% | ||
wesam | 0 | 38,861,081,166 | 100% | ||
esepinche | 0 | 218,063,983 | 100% | ||
dicov | 0 | 267,442,728 | 100% | ||
sveokla | 0 | 224,990,264 | 100% | ||
guzvo92 | 0 | 243,902,750 | 100% | ||
gricay | 0 | 238,739,313 | 100% | ||
bradm | 0 | 243,266,833 | 100% | ||
steamit86 | 0 | 251,208,802 | 100% | ||
sonatix | 0 | 233,050,694 | 100% | ||
zizelevak | 0 | 245,435,429 | 100% | ||
w4lterwyte | 0 | 33,045,273,806 | 100% | ||
perwest | 0 | 4,061,434,884 | 100% | ||
joefares | 0 | 0 | 100% | ||
hassant89 | 0 | 14,720,857,306 | 100% | ||
thegoodguy | 0 | 875,428,122 | 100% | ||
mastertrader777 | 0 | 4,643,472,445 | 100% | ||
lioliomir | 0 | 251,814,862 | 100% | ||
kingkrung | 0 | 245,907,455 | 100% | ||
lesssgo | 0 | 236,947,300 | 100% | ||
pet1000 | 0 | 241,756,663 | 100% | ||
gubbes | 0 | 15,117,402,113 | 100% | ||
senseiteekay | 0 | 6,807,039,088 | 100% | ||
magix | 0 | 719,849,377 | 100% | ||
dangermouse117 | 0 | 241,374,649 | 100% | ||
darkstormrise | 0 | 243,345,797 | 100% | ||
husky92 | 0 | 236,528,687 | 100% | ||
thomasanders | 0 | 241,230,654 | 100% | ||
jvper | 0 | 2,200,923,097 | 100% | ||
r33drum | 0 | 5,477,079,078 | 100% | ||
geezee | 0 | 226,948,833 | 100% | ||
bobkillaz | 0 | 241,033,184 | 100% | ||
deruwe | 0 | 231,578,390 | 100% | ||
marcelhattingh | 0 | 36,461,750,418 | 100% | ||
sephiroth | 0 | 42,526,320,606 | 100% | ||
slowstroke | 0 | 240,991,293 | 100% | ||
aqris | 0 | 294,428,894 | 100% | ||
juvyjabian | 0 | 241,081,148 | 100% | ||
theanubisrider | 0 | 4,904,538,307 | 100% | ||
dcryptogold | 0 | 3,036,231,113 | 100% | ||
dekrypt | 0 | 571,117,275 | 100% | ||
doublefaith | 0 | 236,121,448 | 100% | ||
kell234 | 0 | 2,776,448,443 | 100% | ||
dmacshady | 0 | 931,177,105 | 100% | ||
gottod | 0 | 179,509,046 | 100% | ||
stephencurry | 0 | 26,076,263,418 | 100% | ||
allmonitors | 0 | 290,532,350 | 100% | ||
taggley | 0 | 268,379,902 | 100% | ||
luisucv34 | 0 | 23,089,367 | 100% | ||
breathe3000 | 0 | 225,419,688 | 100% | ||
knozaki2015 | 0 | 18,666,153,786 | 100% | ||
retrik | 0 | 240,664,001 | 100% | ||
philiptan | 0 | 240,019,431 | 100% | ||
lichtblick | 0 | 7,256,113,534 | 100% | ||
tryptamin | 0 | 239,725,860 | 100% | ||
gkucmierz | 0 | 635,020,291 | 100% | ||
martin1 | 0 | 14,366,158,226 | 100% | ||
m34ndy0u | 0 | 226,692,817 | 100% | ||
natali22 | 0 | 247,288,131 | 100% | ||
manthostsakirid | 0 | 62,940,114,257 | 100% | ||
myleslumley | 0 | 234,664,648 | 100% | ||
pierregi | 0 | 1,009,383,250 | 100% | ||
sandralex | 0 | 234,506,983 | 100% | ||
delik | 0 | 61,026,053 | 100% | ||
vyrl | 0 | 1,659,785,027 | 100% | ||
nippel66 | 0 | 4,737,176,234 | 100% | ||
kewpiedoll | 0 | 6,325,266,858 | 100% | ||
negrodomus | 0 | 260,008,563 | 100% | ||
mynameisbrian | 0 | 4,018,994,622 | 100% | ||
supermeatboy | 0 | 874,285,007 | 100% | ||
phare | 0 | 238,877,018 | 100% | ||
inti | 0 | 3,363,997,551 | 100% | ||
lenar79 | 0 | 580,264,346 | 100% | ||
beaucoin | 0 | 238,829,126 | 100% | ||
keirb | 0 | 361,984,749 | 100% | ||
mosab | 0 | 431,344,361 | 100% | ||
blueorgy | 0 | 138,588,174,747 | 100% | ||
yaha | 0 | 255,652,633 | 100% | ||
drakodreak | 0 | 257,142,348 | 100% | ||
coininstant | 0 | 19,548,461,010 | 100% | ||
xpilar | 0 | 2,004,423,861 | 100% | ||
drfrzn | 0 | 119,294,832 | 100% | ||
andrejjbrdn | 0 | 114,765,583 | 100% | ||
madhatting | 0 | 206,238,281 | 100% | ||
ubg | 0 | 22,152,226,500 | 100% | ||
tabascomint | 0 | 116,911,462 | 100% | ||
screenplaydan | 0 | 608,581,955 | 100% | ||
dev00100000 | 0 | 570,322,774 | 100% | ||
magz8716 | 0 | 7,090,840,021 | 100% | ||
geronimo | 0 | 3,718,536,172 | 100% | ||
ladeblah | 0 | 124,478,010 | 100% | ||
selectorsam | 0 | 119,084,761 | 100% | ||
xcachemoney | 0 | 119,006,159 | 100% | ||
didier87000 | 0 | 116,701,799 | 100% | ||
eliteturbo | 0 | 383,805,835 | 100% | ||
adammokan | 0 | 0 | 100% | ||
gagecolton | 0 | 11,048,309,970 | 100% | ||
mekongmonkey | 0 | 1,096,622,031 | 100% | ||
animus | 0 | 62,547,580 | 100% | ||
firdausislamiah | 0 | 114,644,661 | 100% | ||
perkdave56 | 0 | 3,030,866,691 | 100% | ||
squirrellywrath | 0 | 50,600,216,903 | 100% | ||
azurejasper | 0 | 84,317,398 | 100% | ||
liberosist | 0 | 10,318,884,337 | 100% | ||
joemz | 0 | 245,144,378 | 100% | ||
quigonjinn | 0 | 60,749,009 | 100% | ||
biletskiy | 0 | 3,472,589,032 | 100% | ||
celsius100 | 0 | 18,602,720,936 | 100% | ||
oumar | 0 | 120,959,991 | 100% | ||
bento | 0 | 135,450,957 | 100% | ||
rea | 0 | 17,455,417,631 | 100% | ||
mephdxa21 | 0 | 447,539,704 | 100% | ||
fuch | 0 | 117,507,117 | 100% | ||
nin0000 | 0 | 0 | 100% | ||
knoopx | 0 | 1,191,504,016 | 100% | ||
armen7777 | 0 | 114,583,300 | 100% | ||
orm | 0 | 44,184,209,042 | 100% | ||
doki16 | 0 | 91,330,622 | 100% | ||
kezyma | 0 | 502,244,784 | 100% | ||
outerlimits | 0 | 265,063,138 | 100% | ||
mynewsteemit | 0 | 19,001,178,667 | 100% | ||
grand96 | 0 | 133,602,788 | 100% | ||
cryptocurrency1 | 0 | 347,154,959 | 100% | ||
sebytza05 | 0 | 164,069,809 | 100% | ||
elmusic | 0 | 116,168,043 | 100% | ||
neroru | 0 | 4,871,854,701 | 100% | ||
bobdownlov | 0 | 542,554,216 | 100% | ||
dbendorf | 0 | 592,104,147 | 100% | ||
frostwind | 0 | 41,956,048,068 | 100% | ||
pollack16 | 0 | 118,824,765 | 100% | ||
slava | 0 | 1,375,272,843 | 100% | ||
xand | 0 | 158,969,085 | 100% | ||
jl777 | 0 | 61,181,469,087 | 100% | ||
meteor78 | 0 | 99,929,348 | 100% | ||
sl-avik | 0 | 115,837,887 | 100% | ||
fellucky | 0 | 290,830,893 | 100% | ||
pipilang | 0 | 253,829,686 | 100% | ||
navydude | 0 | 107,341,316 | 100% | ||
george-goya | 0 | 118,023,552 | 100% | ||
lostnuggett | 0 | 2,220,334,545 | 100% | ||
rumhurius | 0 | 113,237,326 | 100% | ||
sergey22 | 0 | 111,019,053 | 100% | ||
jchubitnet | 0 | 116,012,653 | 100% | ||
sarancha80 | 0 | 117,855,442 | 100% | ||
kabanvasa | 0 | 115,179,934 | 100% | ||
crazymumzysa | 0 | 160,578,894 | 100% | ||
mikeoleksyuk | 0 | 154,237,593 | 100% | ||
kindmorning | 0 | 101,298,777 | 100% | ||
gowest | 0 | 120,073,480 | 100% | ||
gustavopasquini | 0 | 1,169,850,775 | 100% | ||
krassvs | 0 | 119,666,949 | 100% | ||
sylwia | 0 | 114,890,372 | 100% | ||
sictransitgloria | 0 | 119,187,168 | 100% | ||
makarovbg | 0 | 112,534,955 | 100% | ||
turretkilo | 0 | 33,461,258 | 100% | ||
sergey44 | 0 | 110,320,979 | 100% | ||
atx | 0 | 50,876,915 | 100% | ||
johnsmith | 0 | 101,269,021,692 | 100% | ||
mxo8 | 0 | 117,016,257 | 100% | ||
bitcoin-news | 0 | 182,232,662 | 100% | ||
mastero | 0 | 114,498,421 | 100% | ||
stea90 | 0 | 2,153,563,851 | 100% | ||
blueciruit | 0 | 1,108,593,933 | 100% | ||
grin | 0 | 116,498,073 | 100% | ||
clonewarz | 0 | 121,916,189 | 100% | ||
lemooljiang | 0 | 381,731,935 | 100% | ||
invent | 0 | 116,443,950 | 100% | ||
cire81 | 0 | 4,935,914 | 100% | ||
xcode18 | 0 | 113,326,310 | 100% | ||
lachymx | 0 | 113,916,147 | 100% | ||
akhavr | 0 | 116,192,384 | 100% | ||
neonartist | 0 | 272,660,516 | 100% | ||
netapple | 0 | 218,379,154 | 100% | ||
krabgat | 0 | 8,142,533,406 | 100% | ||
team-leibniz | 0 | 12,429,410,098 | 100% | ||
hriv | 0 | 222,110,601 | 100% | ||
psixto | 0 | 288,386,223 | 100% | ||
bahar | 0 | 199,822,431 | 100% | ||
artdesign108 | 0 | 225,965,870 | 100% | ||
culoemono | 0 | 81,318,381 | 100% | ||
mdk | 0 | 256,027,817 | 100% | ||
aqlsam | 0 | 227,935,275 | 100% | ||
vadim | 0 | 395,180,036 | 100% | ||
krtliv | 0 | 702,467,535 | 100% | ||
faraz | 0 | 228,785,643 | 100% | ||
logic | 0 | 353,479,887 | 100% | ||
hofman386 | 0 | 902,099,115 | 100% | ||
bkkshadow | 0 | 2,454,779,513 | 100% | ||
lykkeliten | 0 | 184,057,656 | 100% | ||
steemuwe | 0 | 122,240,215 | 100% | ||
satoshipowered | 0 | 114,456,931 | 100% | ||
smailer | 0 | 220,341,068 | 100% | ||
max431993 | 0 | 112,192,094 | 100% | ||
redexi | 0 | 107,675,914 | 100% | ||
iraniansteem | 0 | 77,814,034 | 100% | ||
steemster1 | 0 | 28,758,118 | 100% | ||
karchersmith | 0 | 90,894,611 | 100% | ||
mikeinfla | 0 | 2,560,521,289 | 100% | ||
hebster | 0 | 108,949,138 | 100% | ||
jillstein2016 | 0 | 917,449,567 | 100% | ||
anipiano | 0 | 4,233,917,085 | 100% | ||
maryanok | 0 | 201,470,395 | 100% | ||
gringo4 | 0 | 124,107,318 | 100% | ||
thepransh | 0 | 113,323,044 | 100% | ||
investing | 0 | 17,375,682,194 | 100% | ||
jamesbrown | 0 | 8,511,194,657 | 100% | ||
cybercodetwins | 0 | 224,744,722 | 100% | ||
buyselltrade | 0 | 106,238,527 | 100% | ||
henchman | 0 | 110,539,538 | 100% | ||
zviad | 0 | 57,623,643 | 100% | ||
blysards | 0 | 125,562,936 | 100% | ||
duole | 0 | 131,512,778 | 100% | ||
diethylamide18 | 0 | 112,616,021 | 100% | ||
alekschm | 0 | 79,474,254 | 100% | ||
armadavr6 | 0 | 110,340,314 | 100% | ||
bobadlx | 0 | 113,708,586 | 100% | ||
nindzik12 | 0 | 110,295,552 | 100% | ||
scorpine | 0 | 174,373,665 | 100% | ||
timelord | 0 | 107,419,149 | 100% | ||
metaflute | 0 | 1,064,713,085 | 100% | ||
alrx6918 | 0 | 105,777,425 | 100% | ||
mgnovenie | 0 | 107,951,786 | 100% | ||
auxonoxua | 0 | 38,651,166 | 100% | ||
komodo | 0 | 46,678,942 | 100% | ||
aleks123rus | 0 | 105,673,371 | 100% | ||
vitz81 | 0 | 65,368,645 | 100% | ||
prometheus | 0 | 64,560,169 | 100% | ||
sharon | 0 | 11,694,850 | 100% | ||
avellana | 0 | 1,517,429,689 | 100% | ||
elec365 | 0 | 1,326,303 | 0% | ||
thedoctor | 0 | 323,705,804 | 100% | ||
kimmydora | 0 | 48,904,797 | 100% | ||
freeflix | 0 | 61,447,511 | 100% | ||
bulkygangsta | 0 | 6,256,891,830 | 100% | ||
beachbum | 0 | 63,983,861 | 100% | ||
lillianjones | 0 | 11,769,853 | 100% | ||
sjx1008 | 0 | 65,259,506 | 100% | ||
ozchartart | 0 | 20,472,292 | 100% | ||
croatia | 0 | 4,810,823,137 | 100% | ||
abduhakim | 0 | 62,694,847 | 100% | ||
rawnetics | 0 | 16,556,908,416 | 100% | ||
principalscunner | 0 | 63,966,463 | 100% | ||
aninok2 | 0 | 65,242,161 | 100% | ||
baicik | 0 | 62,678,681 | 100% | ||
adamcleary | 0 | 66,404,358 | 100% | ||
olga83 | 0 | 65,966,442 | 100% | ||
elizabetemaia | 0 | 203,432,686 | 100% | ||
ammar | 0 | 63,896,716 | 100% | ||
princessemilyy | 0 | 65,254,834 | 100% | ||
planet.earth | 0 | 875,484,863 | 100% | ||
persianqueen | 0 | 48,508,014 | 100% | ||
escaua | 0 | 7,380,576,830 | 100% | ||
bitcoin-novosti | 0 | 69,355,823 | 100% | ||
kodijacked | 0 | 62,524,491 | 100% | ||
webclerk | 0 | 62,520,909 | 100% | ||
usnewspress | 0 | 52,265,433 | 100% | ||
blotalk | 0 | 1,274,057 | 0% | ||
xtester | 0 | 7,717,239,873 | 100% | ||
toro09 | 0 | 63,640,779 | 100% | ||
stels13d | 0 | 100,168,954 | 100% | ||
aleksandraz | 0 | 1,034,196,711 | 100% | ||
hassen94 | 0 | 62,367,210 | 100% | ||
kalimor | 0 | 20,624,864 | 100% | ||
sindibober | 0 | 40,666,511 | 100% | ||
belgorogdmitriy | 0 | 13,980,359 | 100% | ||
joesdrone | 0 | 318,443,338 | 100% | ||
darrenturetzky | 0 | 377,883,748 | 100% | ||
encodegds | 0 | 1,054,827,541 | 100% | ||
ksu | 0 | 57,746,685 | 100% | ||
soratoasu | 0 | 160,058,230 | 100% | ||
avempace | 0 | 64,600,998 | 100% | ||
nickola | 0 | 62,034,512 | 100% | ||
muizianer | 0 | 55,688,051 | 100% | ||
shanejonas | 0 | 63,260,417 | 100% | ||
ninetee110 | 0 | 63,250,016 | 100% | ||
cyphix | 0 | 63,245,661 | 100% | ||
thackery17 | 0 | 63,234,859 | 100% | ||
memed | 0 | 61,963,112 | 100% | ||
kungfupanda | 0 | 60,688,756 | 100% | ||
lianbing | 0 | 4,366,998,586 | 100% | ||
alexander1 | 0 | 15,881,810 | 100% | ||
schlonki | 0 | 61,912,088 | 100% | ||
labradorsem | 0 | 62,468,122 | 100% | ||
webwarriors | 0 | 61,793,545 | 100% | ||
opserver | 0 | 61,787,078 | 100% | ||
cryptotrade | 0 | 60,501,876 | 100% | ||
kobayashi | 0 | 60,484,752 | 100% | ||
primamore | 0 | 60,472,973 | 100% | ||
jokerhaunt | 0 | 55,412,922 | 100% | ||
lechiffre | 0 | 61,706,581 | 100% | ||
pepino | 0 | 61,693,705 | 100% | ||
fedi96 | 0 | 60,426,403 | 100% | ||
fairider1 | 0 | 11,329,705 | 100% | ||
dottore.chimica | 0 | 60,423,792 | 100% | ||
studio54 | 0 | 61,656,733 | 100% | ||
american | 0 | 61,638,735 | 100% | ||
koko | 0 | 62,892,851 | 100% | ||
fireballofdoom | 0 | 10,081,120 | 100% | ||
psamuelson | 0 | 117,366,342 | 100% | ||
mr-funki | 0 | 1,078,577,239 | 100% | ||
jellenmark | 0 | 60,231,974 | 100% | ||
dolov | 0 | 60,229,081 | 100% | ||
therealnivok | 0 | 48,904,571 | 100% | ||
ragnaroek | 0 | 49,176,738 | 100% | ||
wooook2 | 0 | 61,395,030 | 100% | ||
wavestopmusic | 0 | 62,894,709 | 100% | ||
jawshhw | 0 | 62,572,431 | 100% | ||
ich | 0 | 53,779,436 | 100% | ||
pekkapekkanen | 0 | 63,762,186 | 100% | ||
sergrom | 0 | 66,464,967 | 100% | ||
randyclemens | 0 | 57,494,666 | 100% | ||
automagick | 0 | 63,728,504 | 100% | ||
poorassbastard | 0 | 61,209,444 | 100% | ||
kaospilot | 0 | 1,257,092 | 0% | ||
hermes999 | 0 | 62,430,011 | 100% | ||
drsatan1 | 0 | 68,126,377 | 100% | ||
velgelm | 0 | 553,708,915 | 100% | ||
usee | 0 | 59,872,852 | 100% | ||
alexpopov | 0 | 29,929,304 | 100% | ||
kevmaster | 0 | 63,537,975 | 100% | ||
samarindashop | 0 | 29,887,970 | 100% | ||
isaackola | 0 | 51,776,828 | 100% | ||
pazarniex | 0 | 62,235,697 | 100% | ||
admin2017 | 0 | 37,496,117 | 100% | ||
bitmaxt | 0 | 62,219,871 | 100% | ||
donevdon | 0 | 60,975,307 | 100% | ||
partizanka | 0 | 102,891,324 | 100% | ||
future24 | 0 | 145,649,286 | 100% | ||
aiaconelli707 | 0 | 24,861,467 | 100% | ||
msjennifer | 0 | 47,130,789 | 100% | ||
ciao | 0 | 18,627,190 | 100% | ||
doapsauce | 0 | 64,586,169 | 100% | ||
marje | 0 | 58,201,933 | 100% | ||
zmb | 0 | 61,885,574 | 100% | ||
belkin | 0 | 178,754,180 | 100% | ||
neeeeeeext | 0 | 63,092,081 | 100% | ||
halfmakeup | 0 | 62,095,840 | 100% | ||
sds | 0 | 61,617,959 | 100% | ||
artist | 0 | 59,260,462 | 100% | ||
steem-sales | 0 | 60,454,339 | 100% | ||
ccbison | 0 | 60,447,699 | 100% | ||
makimoto | 0 | 35,899,823 | 100% | ||
kalipen | 0 | 59,203,002 | 100% | ||
numberone | 0 | 60,431,190 | 100% | ||
esmasilo | 0 | 62,882,264 | 100% | ||
leofirehorse | 0 | 28,352,809 | 100% | ||
steemo | 0 | 24,644,437 | 100% | ||
biito | 0 | 60,352,325 | 100% | ||
blackwulf | 0 | 51,727,111 | 100% | ||
simiane | 0 | 62,782,361 | 100% | ||
nixonnox | 0 | 7,059,372,834 | 100% | ||
ninjaboon | 0 | 57,819,796 | 100% | ||
josekmino | 0 | 60,270,698 | 100% | ||
talingchan | 0 | 61,489,842 | 100% | ||
xianjun | 0 | 1,336,467,850 | 100% | ||
veryscience | 0 | 62,704,680 | 100% | ||
steema | 0 | 46,703,639 | 100% | ||
nonamer | 0 | 103,841,253 | 100% | ||
arifteguhr | 0 | 60,171,479 | 100% | ||
darktrade | 0 | 58,939,971 | 100% | ||
ikamikazei | 0 | 61,395,139 | 100% | ||
versa5 | 0 | 58,934,212 | 100% | ||
erikclark13 | 0 | 554,522,447 | 100% | ||
lennon15 | 0 | 55,239,870 | 100% | ||
deepdarkweb | 0 | 58,917,208 | 100% | ||
cellard0or | 0 | 62,577,316 | 100% | ||
mammon | 0 | 64,778,240 | 100% | ||
xingewen | 0 | 60,106,130 | 100% | ||
sergey121 | 0 | 60,096,270 | 100% | ||
gegstore | 0 | 81,567,453 | 100% | ||
on247 | 0 | 61,292,310 | 100% | ||
nickvan715 | 0 | 60,065,871 | 100% | ||
captain-flint | 0 | 61,291,555 | 100% | ||
masoudka | 0 | 61,287,473 | 100% | ||
saveljev57 | 0 | 60,053,345 | 100% | ||
genesisproject | 0 | 57,596,676 | 100% | ||
evgenyche | 0 | 52,692,240 | 100% | ||
kamil-rys-161-2 | 0 | 57,587,760 | 100% | ||
djwhitewalker | 0 | 62,483,847 | 100% | ||
jgz | 0 | 61,249,938 | 100% | ||
rybis | 0 | 58,788,477 | 100% | ||
gold-girl | 0 | 60,011,146 | 100% | ||
derrentang | 0 | 62,456,668 | 100% | ||
gichiba | 0 | 62,451,805 | 100% | ||
nextplx | 0 | 57,540,497 | 100% | ||
confucius | 0 | 44,071,661 | 100% | ||
slide.kirya | 0 | 58,747,582 | 100% | ||
dottore | 0 | 58,744,518 | 100% | ||
yom72 | 0 | 83,174,337 | 100% | ||
annegerzat | 0 | 41,597,807 | 100% | ||
gh0st | 0 | 58,709,606 | 100% | ||
pajeroo | 0 | 62,374,885 | 100% | ||
druu | 0 | 61,150,933 | 100% | ||
bledarus | 0 | 37,899,239 | 100% | ||
psums | 0 | 61,099,500 | 100% | ||
brandononthemoon | 0 | 61,207,727 | 100% | ||
labeller | 0 | 62,296,286 | 100% | ||
mumei | 0 | 61,058,302 | 100% | ||
ltyadigg | 0 | 52,504,489 | 100% | ||
enders | 0 | 57,363,803 | 100% | ||
wesell | 0 | 61,019,530 | 100% | ||
julia173w | 0 | 61,013,820 | 100% | ||
thedarksite | 0 | 58,566,334 | 100% | ||
geegs | 0 | 62,191,717 | 100% | ||
joshmh | 0 | 62,180,766 | 100% | ||
hassen | 0 | 59,740,188 | 100% | ||
antonsa | 0 | 60,956,928 | 100% | ||
billynomates | 0 | 68,122,675 | 100% | ||
cheeguan | 0 | 60,921,656 | 100% | ||
tomatensalat | 0 | 57,256,138 | 100% | ||
justinwuauthor | 0 | 60,848,632 | 100% | ||
playedcougar | 0 | 62,054,879 | 100% | ||
kensy | 0 | 57,183,470 | 100% | ||
th3g3ntl3m3n | 0 | 59,605,551 | 100% | ||
bhkien | 0 | 60,820,519 | 100% | ||
metso | 0 | 51,074,043 | 100% | ||
njall | 0 | 1,297,579 | 0% | ||
oldas | 0 | 26,541,497 | 100% | ||
vladimir79 | 0 | 61,995,569 | 100% | ||
m451 | 0 | 61,971,357 | 100% | ||
aethercollector | 0 | 58,460,627 | 100% | ||
solar | 0 | 15,273,606,785 | 100% | ||
tomsobon | 0 | 60,721,900 | 100% | ||
thedarknet | 0 | 59,503,524 | 100% | ||
snalivaykos | 0 | 60,710,601 | 100% | ||
cmditch | 0 | 61,897,511 | 100% | ||
jarvis | 0 | 54,607,664 | 100% | ||
ashwim | 0 | 59,406,388 | 100% | ||
iamchaos | 0 | 58,192,996 | 100% | ||
thedarknetwork | 0 | 59,319,749 | 100% | ||
mneko | 0 | 60,527,200 | 100% | ||
syachfikri | 0 | 59,293,597 | 100% | ||
stats | 0 | 6,049,565 | 100% | ||
puttyswag | 0 | 23,748,297 | 100% | ||
gced | 0 | 58,052,463 | 100% | ||
alevel | 0 | 59,252,913 | 100% | ||
shinji | 0 | 60,440,864 | 100% | ||
steeminvest | 0 | 59,229,141 | 100% | ||
spooksy | 0 | 59,195,634 | 100% | ||
darksteem | 0 | 60,400,848 | 100% | ||
nunaioana | 0 | 61,607,050 | 100% | ||
torstreem | 0 | 60,392,268 | 100% | ||
hamzabentour | 0 | 57,975,630 | 100% | ||
sherkesh | 0 | 60,388,487 | 100% | ||
smartguylabcoat | 0 | 34,438,238 | 100% | ||
steemcooking | 0 | 59,161,271 | 100% | ||
mabiturm | 0 | 60,364,387 | 100% | ||
foreignkeys | 0 | 61,570,409 | 100% | ||
antiteror | 0 | 59,150,980 | 100% | ||
fuhgeddaboudme | 0 | 61,564,223 | 100% | ||
russianreality | 0 | 49,588,368 | 100% | ||
steemachine | 0 | 59,134,999 | 100% | ||
steemdeutschland | 0 | 59,125,243 | 100% | ||
takenbtc | 0 | 61,685,814 | 100% | ||
valera | 0 | 59,097,503 | 100% | ||
tjmidlin | 0 | 59,089,504 | 100% | ||
gwynux | 0 | 50,594,620 | 100% | ||
belohndichselbst | 0 | 52,961,764 | 100% | ||
eboman | 0 | 163,413,448 | 100% | ||
xsteem | 0 | 57,763,088 | 100% | ||
wzchenyangy | 0 | -60,166,675 | -100% | ||
steemtravels | 0 | 58,934,916 | 100% | ||
titan792008 | 0 | 58,919,079 | 100% | ||
tattootravels | 0 | 58,908,864 | 100% | ||
scorpion130380 | 0 | 46,884,663 | 100% | ||
ijacked | 0 | 58,886,419 | 100% | ||
drugsteem | 0 | 58,855,686 | 100% | ||
weekendwarriors | 0 | 58,827,085 | 100% | ||
andrey000 | 0 | 58,818,057 | 100% | ||
mogun | 0 | 58,803,587 | 100% | ||
grosu20 | 0 | 57,600,883 | 100% | ||
dannypurba | 0 | 58,780,841 | 100% | ||
leraakulenko | 0 | 58,744,248 | 100% | ||
xtremsteem | 0 | 59,937,190 | 100% | ||
asyurul90 | 0 | 59,930,686 | 100% | ||
hanzdolo | 0 | 59,926,096 | 100% | ||
wastedyuth | 0 | 59,912,435 | 100% | ||
thedarkarmy | 0 | 58,692,479 | 100% | ||
mattysoup | 0 | 61,082,462 | 100% | ||
steemguides | 0 | 58,674,038 | 100% | ||
natako | 0 | 58,655,926 | 100% | ||
chanbam | 0 | 50,248,920 | 100% | ||
anotherjoe | 0 | 61,001,855 | 100% | ||
kha | 0 | 56,191,171 | 100% | ||
steemingbad | 0 | 57,384,820 | 100% | ||
meatismurder | 0 | 57,363,364 | 100% | ||
steemflix | 0 | 57,328,030 | 100% | ||
remingtonsteem | 0 | 57,261,592 | 100% | ||
superjett100 | 0 | 44,093,650 | 100% | ||
upsetquasar | 0 | 60,740,441 | 100% | ||
convex83 | 0 | 59,543,060 | 100% | ||
kapets | 0 | 44,042,199 | 100% | ||
bitwathcer | 0 | 60,641,979 | 100% | ||
dispenser | 0 | 55,884,521 | 100% | ||
dazatherton | 0 | 60,637,775 | 100% | ||
gannie | 0 | 59,347,022 | 100% | ||
gmskov | 0 | 56,949,076 | 100% | ||
tibidk | 0 | 6,702,895 | 0% | ||
tolik8080 | 0 | 50,872,110 | 100% | ||
clinkambr | 0 | 52,035,642 | 100% | ||
gordonolson | 0 | 1,181,187 | 0% | ||
c-dew | 0 | 59,047,054 | 100% | ||
qq553937961 | 0 | 53,064,620 | 100% | ||
djoser | 0 | 56,485,469 | 100% | ||
sonnydc | 0 | 56,456,276 | 100% | ||
anarchyhasnogods | 0 | 0 | 100% | ||
andrewawerdna | 0 | 24,580,265,217 | 100% | ||
success43 | 0 | 1,158,600 | 0% | ||
brucy | 0 | 10,425,106 | 100% | ||
chevdor | 0 | 58,827,483 | 100% | ||
buzzinginfo | 0 | 32,275,302 | 100% | ||
deejayehn | 0 | 6,849,315 | 100% | ||
foxkoit | 0 | 69,420,709 | 100% | ||
gafty | 0 | 0 | 100% | ||
harmonicsir0421 | 0 | 56,698,943 | 100% | ||
kylemacmac | 0 | 0 | 100% | ||
maxmin | 0 | 55,476,431 | 100% | ||
jmolina | 0 | 55,466,692 | 100% | ||
defaultwombat | 0 | 55,316,474 | 100% | ||
zaleks | 0 | 53,298,891 | 100% | ||
volhar | 0 | 0 | 0% | ||
matthewliu | 0 | 0 | 100% | ||
silent.screamer | 0 | 0 | 100% | ||
cryptojunky | 0 | 0 | 100% | ||
petegarvin1 | 0 | 0 | 100% | ||
mreater | 0 | 0 | 100% | ||
macanga | 0 | 0 | 100% | ||
tanguy | 0 | 0 | 100% | ||
powerlated | 0 | 0 | 100% | ||
grake | 0 | 0 | 100% | ||
lukeschoen | 0 | 0 | 100% |
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 !
author | adamcleary |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t195530769z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 19:55:30 |
last_update | 2016-07-28 19:55:30 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 7,157,520,017 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 444,781 |
net_rshares | 0 |
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
author | pauls |
---|---|
permlink | re-adamcleary-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t064404936z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://github.com/ethereum/mist/releases"]} |
created | 2016-07-29 06:44:03 |
last_update | 2016-07-29 06:44:03 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 161 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 456,847 |
net_rshares | 0 |
author | admin2017 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t141128400z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 14:11:33 |
last_update | 2016-07-27 14:11:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | -1,237,358,002,856 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 404,880 |
net_rshares | 20,743,504 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah18 | 0 | -2,194,239 | -10% | ||
admin2017 | 0 | 22,937,743 | 100% |
Comment Please! https://steemit.com/bikini/@admin2017/bikini-clad-off-duty-swedish-police-officer-arrests-pickpocket
author | admin2017 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t111226700z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/bikini/@admin2017/bikini-clad-off-duty-swedish-police-officer-arrests-pickpocket"]} |
created | 2016-07-29 11:12:33 |
last_update | 2016-07-29 11:12:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | -1,237,358,002,856 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 460,763 |
net_rshares | -4,514,334 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah34 | 0 | -4,514,334 | -20% |
Hello, dear. If i mistake and confused "Target fork" and "Target no fork". How can i release my funds?
author | adstudio |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t120000849z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 12:00:00 |
last_update | 2016-07-27 12:00:00 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 401,477 |
net_rshares | 0 |
Ill help but thats not really a question, What problem are you having?
author | campbell1978 |
---|---|
permlink | re-adstudio-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t132636241z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 13:26:45 |
last_update | 2016-07-27 13:26:45 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 98,176,901 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 403,715 |
net_rshares | 0 |
https://img1.steemit.com/0x0/http://www.memecreator.org/static/images/memes/3864509.jpg
author | allmonitors |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t225808269z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["https://img1.steemit.com/0x0/http://www.memecreator.org/static/images/memes/3864509.jpg"]} |
created | 2016-07-28 22:58:09 |
last_update | 2016-07-28 22:58:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 1,284,657,569,143,844 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 449,809 |
net_rshares | 6,283,445,420 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pauls | 0 | 6,283,445,420 | 100% |
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.
author | amritenjoy |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160817t041915301z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-17 04:19:15 |
last_update | 2016-08-17 04:19:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 315,421,905 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 846,908 |
net_rshares | 56,600,588 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amritenjoy | 0 | 56,600,588 | 100% |
Vitalik sharing steemit posts, LOVE IT!
author | anonblog |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t134818069z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 13:48:18 |
last_update | 2016-07-29 13:48:18 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 425,903,365,782 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 464,051 |
net_rshares | 0 |
I'll give you my upvote. pliss votes back https://steemit.com/giveaway/@aqlsam/giveaway-apple-watch-come-restricted-stock
author | aqlsam |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t191523337z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/giveaway/@aqlsam/giveaway-apple-watch-come-restricted-stock"]} |
created | 2016-07-30 19:15:24 |
last_update | 2016-07-30 19:15:24 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | -503,398,770,506 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 495,575 |
net_rshares | -6,160,280,935 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pauls | 0 | -6,160,280,935 | -100% |
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!
author | au1nethyb1 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t132011592z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"],"links":["https://steemit.com/steemit/@au1nethyb1/everyone-deserves-a-second-chance-on-steemit"]} |
created | 2016-07-29 13:20:12 |
last_update | 2016-07-29 13:20:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 342 |
author_reputation | 13,097,455,837,487 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 463,381 |
net_rshares | 0 |
I dont like the hard fork
author | beervangeer |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t155228291z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:52:00 |
last_update | 2016-07-28 15:52:00 |
depth | 1 |
children | 3 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.067 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 7,126,646,342,324 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 438,566 |
net_rshares | 128,959,874,810 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beervangeer | 0 | 106,520,178,611 | 100% | ||
watershed | 0 | 22,439,696,199 | 100% |
what a mess
author | beervangeer |
---|---|
permlink | re-beervangeer-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t155312373z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:52:42 |
last_update | 2016-07-28 15:52:42 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 7,126,646,342,324 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 438,586 |
net_rshares | 148,570,635,313 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beervangeer | 0 | 106,520,178,611 | 100% | ||
watershed | 0 | 22,439,696,199 | 100% | ||
coininstant | 0 | 19,548,461,010 | 100% | ||
raginglikeaboss | 0 | 62,299,493 | 100% |
people screwing up the system
author | beervangeer |
---|---|
permlink | re-beervangeer-re-beervangeer-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t155359148z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:53:27 |
last_update | 2016-07-28 15:53:27 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 7,126,646,342,324 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 438,609 |
net_rshares | 148,508,335,820 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beervangeer | 0 | 106,520,178,611 | 100% | ||
watershed | 0 | 22,439,696,199 | 100% | ||
coininstant | 0 | 19,548,461,010 | 100% |
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.
author | watershed |
---|---|
permlink | re-beervangeer-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t020854817z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 02:08:54 |
last_update | 2016-07-29 02:08:54 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 201 |
author_reputation | 127,667,881,090 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 452,832 |
net_rshares | 42,048,680,801 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
watershed | 0 | 22,439,696,199 | 100% | ||
coininstant | 0 | 19,548,461,010 | 100% | ||
gegstore | 0 | 1,631,349 | 0% | ||
dagelf | 0 | 58,892,243 | 100% |
Thank you for the straight forward instructions for doing the split contract. I will give this a try tomorrow. Thanks again!
author | beowulf |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160725t015406137z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-25 01:54:06 |
last_update | 2016-07-25 01:54:06 |
depth | 1 |
children | 4 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 12,896,868,796 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 336,494 |
net_rshares | 0 |
Beware, careful.. dont do something you'll regret.
author | madhatting |
---|---|
permlink | re-beowulf-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t144859348z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 14:47:57 |
last_update | 2016-07-26 14:47:57 |
depth | 2 |
children | 3 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 1,210,922,323,731 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 374,880 |
net_rshares | 259,687,208 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beowulf | 0 | 259,687,208 | 100% |
I'm regretting it.
author | beowulf |
---|---|
permlink | re-madhatting-re-beowulf-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t224845929z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 22:48:45 |
last_update | 2016-07-26 22:48:45 |
depth | 3 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 12,896,868,796 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 388,105 |
net_rshares | 0 |
I'm showing zero balances in both wallets. Shit.
author | beowulf |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t224001033z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 22:40:00 |
last_update | 2016-07-26 22:47:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 12,896,868,796 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 387,910 |
net_rshares | 0 |
...
author | beowulf |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t224623449z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 22:46:21 |
last_update | 2016-07-29 03:30:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 12,896,868,796 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 449,460 |
net_rshares | 5,110,242 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beowulf | 0 | 5,110,242 | 0% |
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?
author | bitwathcer |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t234835853z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 23:49:06 |
last_update | 2016-07-31 23:49:06 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 522,973 |
net_rshares | 0 |
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?
author | bradm |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t002226065z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 00:22:24 |
last_update | 2016-07-27 00:22:24 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 282 |
author_reputation | 786,425,918 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 390,134 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-bradm-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181449261z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 18:14:48 |
last_update | 2016-07-27 18:14:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 411,563 |
net_rshares | 0 |
Thanks a lot! Finally i can withdraw all my ETC~
author | breastsono |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t121748509z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 12:17:51 |
last_update | 2016-07-30 12:17:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 3,699,891 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 486,974 |
net_rshares | 0 |
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,
author | campbell1978 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t132522241z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 13:25:30 |
last_update | 2016-07-27 13:25:30 |
depth | 1 |
children | 8 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 594 |
author_reputation | 98,176,901 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 403,685 |
net_rshares | 0 |
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
author | logic |
---|---|
permlink | re-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t143339139z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 14:33:48 |
last_update | 2016-07-27 14:33:48 |
depth | 2 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 92,052,875,413,650 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 405,473 |
net_rshares | 0 |
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...
author | campbell1978 |
---|---|
permlink | re-logic-re-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t171853265z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 17:19:03 |
last_update | 2016-07-27 17:19:03 |
depth | 3 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 98,176,901 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 410,089 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t182129195z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://gastracker.io/addr/0x....."]} |
created | 2016-07-27 18:21:27 |
last_update | 2016-07-28 06:28:57 |
depth | 2 |
children | 4 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 275 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 411,755 |
net_rshares | 0 |
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?
author | sailor |
---|---|
permlink | re-pauls-re-campbell1978-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t211426037z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 21:14:27 |
last_update | 2016-07-27 21:14:27 |
depth | 3 |
children | 3 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 2,824,041,414 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 416,129 |
net_rshares | 0 |
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
author | cashbeforefame |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20180423t035508727z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2018-04-23 03:55:12 |
last_update | 2018-04-23 03:55:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-30 03:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 669 |
author_reputation | 144,138,708 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,600,061 |
net_rshares | 0 |
Works like a charm! Thanks for sharing!
author | cryptotrends |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t190834083z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 19:08:33 |
last_update | 2016-07-30 19:08:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 233,201,650,049 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 495,445 |
net_rshares | 0 |
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.
author | cybercodetwins |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t232839706z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 23:28:45 |
last_update | 2016-07-29 23:28:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 2,098,733,764,293 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 476,830 |
net_rshares | 0 |
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
author | daycrypter |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t055200732z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 05:52:03 |
last_update | 2016-07-30 01:03:54 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 677 |
author_reputation | 3,591,203,278,616 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 426,847 |
net_rshares | 2,523,189,197 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
daycrypter | 0 | 2,523,189,197 | 100% |
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
author | pauls |
---|---|
permlink | re-daycrypter-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t070915620z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["paulszczesny0"]} |
created | 2016-07-28 07:09:15 |
last_update | 2016-07-28 17:04:24 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 672 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 428,309 |
net_rshares | 9,085,016,615 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
daycrypter | 0 | 2,883,774,598 | 100% | ||
kewpiedoll | 0 | 6,201,242,017 | 100% |
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.
author | daycrypter |
---|---|
permlink | re-pauls-re-daycrypter-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t004520334z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 00:45:21 |
last_update | 2016-07-30 01:04:24 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 430 |
author_reputation | 3,591,203,278,616 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 451,593 |
net_rshares | 0 |
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.
author | daycrypter |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t033624082z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 03:36:24 |
last_update | 2016-07-31 03:36:24 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 3,591,203,278,616 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 504,597 |
net_rshares | 0 |
I don't think Jaxx supports ETC yet.
author | pauls |
---|---|
permlink | re-daycrypter-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194201991z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 19:42:00 |
last_update | 2016-07-31 19:42:00 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 518,078 |
net_rshares | 0 |
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?
author | dekrypt |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160725t050354242z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-25 05:04:06 |
last_update | 2016-07-25 05:04:06 |
depth | 1 |
children | 4 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 326 |
author_reputation | 175,387,044,331 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 339,379 |
net_rshares | 0 |
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.
author | negrodomus |
---|---|
permlink | re-dekrypt-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t173759184z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 17:37:57 |
last_update | 2016-07-26 17:37:57 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 369 |
author_reputation | 135,406,965 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 379,796 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-dekrypt-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160725t051203213z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-25 05:12:03 |
last_update | 2016-07-25 05:12:03 |
depth | 2 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 339,447 |
net_rshares | 0 |
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.
author | madhatting |
---|---|
permlink | re-pauls-re-dekrypt-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t144826261z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 14:47:24 |
last_update | 2016-07-26 14:47:24 |
depth | 3 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 1,210,922,323,731 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 374,860 |
net_rshares | 0 |
This article helped me a lot, thanks for this one :)
author | didier87000 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t235302411z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 23:53:03 |
last_update | 2016-07-29 23:53:03 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 2,543,423,518 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 477,136 |
net_rshares | 0 |
excelent post
author | dimox |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t022027791z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 02:20:27 |
last_update | 2016-07-28 02:20:27 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 3,686,985,269 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 423,130 |
net_rshares | 0 |
good job!
author | domino |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t211454319z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 21:14:54 |
last_update | 2016-07-29 21:14:54 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.108 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 88,821,926,233,387 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 474,745 |
net_rshares | 197,591,815,338 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
domino | 0 | 197,591,815,338 | 100% |
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).
author | eboman |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160807t174020259z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-07 17:40:21 |
last_update | 2016-08-07 17:40:21 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,309 |
author_reputation | 7,212,279,020 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 665,465 |
net_rshares | 0 |
So I followed the steps and have everything ready to split, but I"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.
author | el-grimey |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t231303646z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 23:13:03 |
last_update | 2016-07-26 23:13:03 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 388,563 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-el-grimey-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181351664z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://gastracker.io/addr/0x....."]} |
created | 2016-07-27 18:13:51 |
last_update | 2016-07-28 07:00:03 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 478 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 411,529 |
net_rshares | 0 |
Hey thanks, that makes sense. I ended up using a different method though.
author | el-grimey |
---|---|
permlink | re-pauls-re-el-grimey-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160809t224536327z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-09 22:45:36 |
last_update | 2016-08-09 22:45:36 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 713,275 |
net_rshares | 0 |
Thank you for the post! Looking forward to see how Ethereum goes after the fork and with Ethereum Classic.
author | elijahpri |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t224640753z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 22:46:39 |
last_update | 2016-07-30 22:46:39 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 6,750,491 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 500,055 |
net_rshares | 0 |
Thanks for sharing such knowledge with us, it is well needed! Namaste :)
author | eric-boucher |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t182628862z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 18:26:27 |
last_update | 2016-07-27 18:26:27 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 68,503,601,066,539 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 411,886 |
net_rshares | 69,437,392,814 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pauls | 0 | 6,283,486,554 | 100% | ||
eric-boucher | 0 | 71,639,228,066 | 100% | ||
piramida | 0 | -8,661,898,393 | -100% | ||
future24 | 0 | 141,914,689 | 100% | ||
makimoto | 0 | 34,661,898 | 100% |
Yes I didn´t know this too and I have some ETH... :) Thanks @pauls
author | future24 |
---|---|
permlink | re-eric-boucher-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000125833z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"]} |
created | 2016-07-29 00:01:27 |
last_update | 2016-07-29 00:01:27 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 395,465,718,351,346 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 450,819 |
net_rshares | 0 |
How can we do this on Poloniex?
author | ethhawk |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t030517176z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 03:05:21 |
last_update | 2016-07-28 03:05:21 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | -222,217,392 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 424,050 |
net_rshares | 0 |
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.
author | exyle |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t194543626z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["http://home.kpn.nl/bonge008/BLOG/deposit/1.jpg"]} |
created | 2016-07-26 19:45:48 |
last_update | 2016-07-26 19:46:54 |
depth | 1 |
children | 6 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 589 |
author_reputation | 1,231,514,672,678,036 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 383,404 |
net_rshares | 4,889,796,114 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
exyle | 0 | 4,889,796,114 | 100% |
Did it arrive in your Poloniex account? After they receive the ETC it will likely move to their cold storage.
author | pauls |
---|---|
permlink | re-exyle-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t213419854z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 21:34:18 |
last_update | 2016-07-26 21:34:18 |
depth | 2 |
children | 5 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 386,335 |
net_rshares | 0 |
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?
author | exyle |
---|---|
permlink | re-pauls-re-exyle-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t040606961z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 04:06:06 |
last_update | 2016-07-27 04:06:06 |
depth | 3 |
children | 4 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 612 |
author_reputation | 1,231,514,672,678,036 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 393,986 |
net_rshares | 0 |
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.
author | finfree |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t031309448z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://etherscan.io/"]} |
created | 2016-07-28 03:13:09 |
last_update | 2016-07-28 03:13:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 504 |
author_reputation | 7,268,713,657 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 424,230 |
net_rshares | 14,137,102,804 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
finfree | 0 | 560,674,330 | 100% | ||
daycrypter | 0 | 2,523,189,197 | 100% | ||
johnerfx | 0 | 10,119,864,478 | 100% | ||
johnerminer | 0 | 933,374,799 | 100% |
I'm glad somebody explained this on here. Thanks!
author | framelalife |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t174114497z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 17:41:36 |
last_update | 2016-07-27 17:41:36 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 9,706,532,045,387 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 410,711 |
net_rshares | 0 |
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!
author | fran2k |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t052142262z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/ethereum/@fran2k/ethereum-fork-guia-para-separar-seguramente-tus-eth-etc"]} |
created | 2016-07-28 05:21:42 |
last_update | 2016-07-28 05:21:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 163 |
author_reputation | 941,568,741,079 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 426,357 |
net_rshares | 6,160,119,292 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pauls | 0 | 6,160,119,292 | 100% |
thanks! try it tomorrow.
author | fusan |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t152538093z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:25:39 |
last_update | 2016-07-28 15:26:36 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 13,477,391,966,419 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 437,933 |
net_rshares | 15,032,619,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fusan | 0 | 15,032,619,674 | 100% |
Thank you for the information, I will try it. -upvoted
author | future24 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000000687z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 00:00:00 |
last_update | 2016-07-29 00:00:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 395,465,718,351,346 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 450,800 |
net_rshares | 0 |
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
author | gafty |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160820t065811049z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://etherscan.io/tx/0x1623c96f69598d1b1cda871a3f76aa13de0808cf469e0207b5ee7cb65f0b87ce"]} |
created | 2016-08-20 06:58:12 |
last_update | 2016-08-20 06:58:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 894,311 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 902,049 |
net_rshares | 57,235,949 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gafty | 0 | 57,235,949 | 100% |
good post!
author | gannie |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160801t045836741z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-01 04:58:36 |
last_update | 2016-08-01 04:58:36 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 14,194,119,123 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 527,480 |
net_rshares | 0 |
good post @pauls 8]
author | gekko |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t104742049z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"]} |
created | 2016-07-27 10:47:42 |
last_update | 2016-07-27 10:47:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 1,185,517,433,922 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 400,160 |
net_rshares | 1,085,986,075 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 1,085,986,075 | 100% |
1 vote 4 you http://stream1.gifsoup.com/view1/4873377/funny-minions-o.gif
author | gowest |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t175053355z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["http://stream1.gifsoup.com/view1/4873377/funny-minions-o.gif"]} |
created | 2016-07-31 17:50:57 |
last_update | 2016-07-31 17:50:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 34,520,147,167 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 515,623 |
net_rshares | 0 |
@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
author | greykieser |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t160811906z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"]} |
created | 2016-07-29 16:08:24 |
last_update | 2016-07-29 16:08:24 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 839 |
author_reputation | 685,094,533,579 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 467,841 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-greykieser-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194805629z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 19:48:06 |
last_update | 2016-07-31 19:48:06 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 380 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 518,239 |
net_rshares | 0 |
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
author | gustavopasquini |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t200717816z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/introduceyourself/@gustavopasquini/hello-steemers-new-member-introduced-in-steemit-community-video"]} |
created | 2016-07-30 20:07:36 |
last_update | 2016-07-30 20:07:36 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 9,076,597,556,716 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 496,869 |
net_rshares | -6,160,280,935 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pauls | 0 | -6,160,280,935 | -100% |
Anybody have an explanation as to why people still support ETC even when it was greatly outnumbered by supporters of ETH.
author | hackecon |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181601004z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 18:16:00 |
last_update | 2016-07-27 18:16:00 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 2,671,988,397 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 411,587 |
net_rshares | 0 |
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.
author | mynewsteemit |
---|---|
permlink | re-hackecon-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t121718953z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 12:17:30 |
last_update | 2016-07-29 12:17:30 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 2,278,722,492,620 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 462,046 |
net_rshares | 0 |
Naaaa, both eth and etc are owned by Vitalik Buterin, but always is good to represents a liberty theather.
author | miguel12 |
---|---|
permlink | re-mynewsteemit-re-hackecon-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t140542820z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 14:05:45 |
last_update | 2016-07-30 14:05:45 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 1,169,071,908,750 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 489,058 |
net_rshares | 0 |
Fixed Thanks
author | helpmepls9 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160802t160253696z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-02 16:02:48 |
last_update | 2016-08-02 18:37:30 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 18,358 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 561,813 |
net_rshares | 1,174,920 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
helpmepls9 | 0 | 1,174,920 | 0% |
Thanks!
author | hqbanana |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t113237494z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 11:32:48 |
last_update | 2016-07-31 11:32:48 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 508,776 |
net_rshares | 0 |
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.
author | hrottie |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t191510318z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 19:15:15 |
last_update | 2016-07-27 19:15:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 1,692,838,049,939 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 413,220 |
net_rshares | 0 |
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?
author | icedsnake |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t140711984z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 14:07:12 |
last_update | 2016-07-26 14:07:12 |
depth | 1 |
children | 5 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 373,886 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t165530189z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://explorer.ethereumclassic.com/"]} |
created | 2016-07-26 16:55:30 |
last_update | 2016-07-26 16:55:30 |
depth | 2 |
children | 3 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 390 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 378,548 |
net_rshares | 0 |
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 /:
author | cellard0or |
---|---|
permlink | re-pauls-re-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t104520289z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 10:45:18 |
last_update | 2016-07-27 10:46:00 |
depth | 3 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 265 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 400,109 |
net_rshares | 0 |
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.
author | sean-king |
---|---|
permlink | re-pauls-re-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170510t150707941z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-05-10 15:07:09 |
last_update | 2017-05-10 15:07:09 |
depth | 3 |
children | 0 |
last_payout | 2017-05-17 15:07:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 350 |
author_reputation | 84,123,051,136,467 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,305,177 |
net_rshares | 0 |
same here! with small amounts it worked, but when i tried bigger ones they never reached polo!
author | pipilang |
---|---|
permlink | re-icedsnake-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t162204738z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 16:22:06 |
last_update | 2016-07-26 16:22:06 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 4,649,035,456 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 377,532 |
net_rshares | 0 |
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
author | investing |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t233839423z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 23:38:42 |
last_update | 2016-07-27 23:38:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 370 |
author_reputation | 22,486,914,063,750 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 419,718 |
net_rshares | 0 |
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?
author | johnerfx |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t071729846z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"],"links":["https://steemit.com/ethereum/@johnerfx/how-to-easy-split-eth-and-etc-using-bitfinex-test-it-first"]} |
created | 2016-07-29 07:17:33 |
last_update | 2016-07-29 07:17:33 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 159 |
author_reputation | 1,455,868,290,913 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 457,347 |
net_rshares | 11,259,767,123 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
johnerfx | 0 | 10,326,392,324 | 100% | ||
johnerminer | 0 | 933,374,799 | 100% |
This seems to work for now. Polo was doing this as well but ive heard that they no longer do.
author | pauls |
---|---|
permlink | re-johnerfx-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t163735871z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 16:37:36 |
last_update | 2016-07-30 16:37:36 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 492,027 |
net_rshares | 7,104,922,109 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
johnerfx | 0 | 6,609,662,012 | 100% | ||
johnerminer | 0 | 495,260,097 | 100% |
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 .
author | jwiz168 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160801t031010796z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-01 03:10:09 |
last_update | 2016-08-01 03:10:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 213 |
author_reputation | 19,496,118,182 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 525,908 |
net_rshares | 0 |
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!
author | kemitwarrior |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t120941715z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/crypto-news/@mrmel/yocoin-safe-secure-and-stable"]} |
created | 2016-07-31 12:09:42 |
last_update | 2016-07-31 12:09:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 297 |
author_reputation | 434,383,415 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 509,266 |
net_rshares | 58,796,050 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mrmel | 0 | 58,796,050 | 100% |
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 .
author | knozaki2015 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t221541596z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 22:15:45 |
last_update | 2016-07-27 22:15:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 1,102,353,973,346,032 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 417,576 |
net_rshares | 0 |
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.
author | locoloco |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160823t104758708z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-23 10:47:57 |
last_update | 2016-08-23 10:47:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 712 |
author_reputation | 819,570 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 948,813 |
net_rshares | 52,452,526 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
locoloco | 0 | 52,452,526 | 100% |
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.
author | logic |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t004926475z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 00:49:33 |
last_update | 2016-07-27 09:57:33 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 254 |
author_reputation | 92,052,875,413,650 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 390,611 |
net_rshares | 0 |
ETC won't show up in Mist. Check balance here: http://gastracker.io/addr/0x...
author | pauls |
---|---|
permlink | re-logic-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t181529383z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://gastracker.io/addr/0x..."]} |
created | 2016-07-27 18:15:30 |
last_update | 2016-07-28 06:35:06 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 411,577 |
net_rshares | 0 |
It's ok. It finally showed up in Poloniex after 14 hrs :-)
author | logic |
---|---|
permlink | re-pauls-re-logic-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t103535166z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 10:35:45 |
last_update | 2016-07-28 10:35:45 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 92,052,875,413,650 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 431,627 |
net_rshares | 0 |
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.
author | madhatting |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t144740179z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 14:46:39 |
last_update | 2016-07-26 14:46:39 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 1,210,922,323,731 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 374,843 |
net_rshares | 0 |
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.
author | deloreas |
---|---|
permlink | re-madhatting-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t220120019z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 22:01:15 |
last_update | 2016-07-27 22:01:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 417,197 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-madhatting-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t165718076z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 16:57:18 |
last_update | 2016-07-26 16:57:18 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 378,628 |
net_rshares | 0 |
Does this work for ether stored in the DAO or do we lose out for not cashing out our tokens?
author | madhatting |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t183538787z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 18:35:39 |
last_update | 2016-07-27 18:35:39 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 1,210,922,323,731 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 412,159 |
net_rshares | 0 |
Anything that required the hard fork to retrieve out of the DAO will not be valid on the ETC chain.
author | pauls |
---|---|
permlink | re-madhatting-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t063713883z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 06:37:12 |
last_update | 2016-07-28 06:37:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 427,727 |
net_rshares | 0 |
https://img1.steemit.com/0x0/http://s2.quickmeme.com/img/09/09aafa37dd14701cfd302eb8963d1e1c0faa5119d60e2671eea5f13620231492.jpg
author | magix |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t204446482z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["https://img1.steemit.com/0x0/http://s2.quickmeme.com/img/09/09aafa37dd14701cfd302eb8963d1e1c0faa5119d60e2671eea5f13620231492.jpg"]} |
created | 2016-07-27 20:44:48 |
last_update | 2016-07-27 20:44:48 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 98,880,203,726 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 415,339 |
net_rshares | 31,657,576,530 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
johnerfx | 0 | 10,325,320,651 | 100% | ||
johnerminer | 0 | 933,374,799 | 100% | ||
coininstant | 0 | 19,157,491,790 | 100% | ||
mekongmonkey | 0 | 1,075,119,638 | 100% | ||
navydude | 0 | 104,088,548 | 100% | ||
oliversk | 0 | 62,181,104 | 100% | ||
blunderbabe | 0 | 0 | 100% |
^^ Im happy about your upvotes at my blog too @magix :)
author | future24 |
---|---|
permlink | re-magix-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000209902z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["magix"]} |
created | 2016-07-29 00:02:12 |
last_update | 2016-07-29 00:02:12 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 395,465,718,351,346 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 450,828 |
net_rshares | 0 |
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!
author | magix |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t223511583z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["https://img1.steemit.com/0x0/https://m.popkey.co/e292cb/VoVy6.gif"]} |
created | 2016-07-27 22:35:12 |
last_update | 2016-07-27 22:35:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 98,880,203,726 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 418,125 |
net_rshares | 19,157,491,790 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | 19,157,491,790 | 100% |
Congratulations, is a great post! *Do you like it?:* http://i.imgur.com/VNMAjTY.png **My God STEEM**
author | magix |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t223746603z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["http://i.imgur.com/VNMAjTY.png"]} |
created | 2016-07-28 22:37:48 |
last_update | 2016-07-28 22:37:48 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 98,880,203,726 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 449,196 |
net_rshares | 0 |
very insightful thank you!!!!
author | makimoto |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t204244993z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 20:42:48 |
last_update | 2016-07-27 20:42:48 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 14,573,351,463 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 415,277 |
net_rshares | 0 |
Congratulations! Vitalik Buterin just linked your post to his post: https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/
author | martin1 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t183039359z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/"]} |
created | 2016-07-26 18:30:42 |
last_update | 2016-07-26 18:30:42 |
depth | 1 |
children | 8 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 9.044 HBD |
curator_payout_value | 2.995 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 150,493,622,226 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 381,270 |
net_rshares | 7,710,905,604,220 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemit200 | 0 | 6,684,337,291,171 | 100% | ||
cass | 0 | 736,094,745,023 | 100% | ||
fusan | 0 | 15,032,619,674 | 100% | ||
steampunkpowered | 0 | 25,658,220,576 | 100% | ||
dylan-nicholas | 0 | 7,008,187,417 | 100% | ||
max-infeld | 0 | 17,083,628,803 | 100% | ||
addisdev | 0 | 518,859,991 | 100% | ||
kingjohal | 0 | 4,736,664,074 | 100% | ||
dke | 0 | 402,198,293 | 100% | ||
ranko-k | 0 | 46,520,865,884 | 100% | ||
johnerfx | 0 | 10,325,320,651 | 100% | ||
johnerminer | 0 | 933,374,799 | 100% | ||
hackecon | 0 | 309,458,113 | 100% | ||
nikolay-babenko | 0 | 346,657,091 | 100% | ||
onighost | 0 | 125,914,467,335 | 100% | ||
chamviet | 0 | 461,256,359 | 100% | ||
alexcount | 0 | 5,053,995,175 | 100% | ||
esepinche | 0 | 218,063,983 | 100% | ||
senseiteekay | 0 | 6,807,039,088 | 100% | ||
husky92 | 0 | 241,259,261 | 100% | ||
mynameisbrian | 0 | 4,018,994,622 | 100% | ||
madhatting | 0 | 669,872,830 | 100% | ||
perkdave56 | 0 | 3,030,866,691 | 100% | ||
azurejasper | 0 | 103,036,597 | 100% | ||
dbendorf | 0 | 580,494,262 | 100% | ||
navydude | 0 | 107,341,316 | 100% | ||
alekst | 0 | 140,586,923 | 100% | ||
sylwia | 0 | 114,890,372 | 100% | ||
sictransitgloria | 0 | 119,187,168 | 100% | ||
grin | 0 | 114,213,797 | 100% | ||
lachymx | 0 | 116,194,470 | 100% | ||
team-leibniz | 0 | 12,180,821,896 | 100% | ||
max431993 | 0 | 114,435,936 | 100% | ||
cybercodetwins | 0 | 217,934,276 | 100% | ||
joesdrone | 0 | 6,243,987 | 0% | ||
thanhtamdc | 0 | 62,634,112 | 100% | ||
future24 | 0 | 141,914,689 | 100% | ||
tomsobon | 0 | 61,936,338 | 100% | ||
cmditch | 0 | 60,683,835 | 100% | ||
c-dew | 0 | 60,227,995 | 100% | ||
blink309 | 0 | 59,289,443 | 100% | ||
kylemacmac | 0 | 0 | 100% | ||
mestor | 0 | 819,629,904 | 100% | ||
cryptojunky | 0 | 0 | 100% | ||
bitjunkie556 | 0 | 0 | 100% | ||
rd5 | 0 | 0 | 100% |
This is so awesome!
author | anonblog |
---|---|
permlink | re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t134744673z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 13:47:45 |
last_update | 2016-07-29 13:47:45 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 425,903,365,782 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 464,039 |
net_rshares | 0 |
Steemit became popular
author | fusan |
---|---|
permlink | re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t152809298z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:28:09 |
last_update | 2016-07-28 15:28:39 |
depth | 2 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 13,477,391,966,419 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 438,000 |
net_rshares | 22,085,661,999 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fusan | 0 | 15,032,619,674 | 100% | ||
senseiteekay | 0 | 6,807,039,088 | 100% | ||
navydude | 0 | 104,088,548 | 100% | ||
future24 | 0 | 141,914,689 | 100% |
Hi!I am deng,Welcome to my space https://steemit.com/@changli-deng
author | changli-deng |
---|---|
permlink | re-fusan-re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t123722280z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/@changli-deng"]} |
created | 2016-07-29 12:37:24 |
last_update | 2016-07-29 12:37:24 |
depth | 3 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 990,746,958,353 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 462,450 |
net_rshares | 789,263,429 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
changli-deng | 0 | 789,263,429 | 100% |
Yeah, Steemit rocks!
author | future24 |
---|---|
permlink | re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000027226z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 00:00:27 |
last_update | 2016-07-29 00:00:27 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 395,465,718,351,346 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 450,807 |
net_rshares | 0 |
http://24.media.tumblr.com/10bfe9ae953a1378b12a654770979757/tumblr_mm4jefvxg31rkbnglo1_500.gif
author | gowest |
---|---|
permlink | re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t175146846z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["http://24.media.tumblr.com/10bfe9ae953a1378b12a654770979757/tumblr_mm4jefvxg31rkbnglo1_500.gif"]} |
created | 2016-07-31 17:51:51 |
last_update | 2016-07-31 17:51:51 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 34,520,147,167 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 515,637 |
net_rshares | 0 |
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!
author | knozaki2015 |
---|---|
permlink | re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t221815933z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 22:18:21 |
last_update | 2016-07-27 22:18:57 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 1,102,353,973,346,032 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 417,626 |
net_rshares | 511,716,939 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
chamviet | 0 | 451,646,851 | 100% | ||
dagelf | 0 | 60,070,088 | 100% |
Referrals don't get any better than that!
author | mynameisbrian |
---|---|
permlink | re-martin1-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t151434677z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:14:33 |
last_update | 2016-07-28 15:14:33 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 240,435,296,742,600 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 437,721 |
net_rshares | 15,364,705,712 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fusan | 0 | 15,032,619,674 | 100% | ||
navydude | 0 | 107,341,316 | 100% | ||
cybercodetwins | 0 | 224,744,722 | 100% |
@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...
author | mattysoup |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t212117064z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"]} |
created | 2016-07-30 21:21:15 |
last_update | 2016-07-30 21:21:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 498,383 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
volhar | 0 | 0 | 100% |
I split very easy with myetherwallet.com , only send to poloniex, and ready.
author | miguel12 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t232529611z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 23:25:33 |
last_update | 2016-07-29 23:25:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 1,169,071,908,750 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 476,790 |
net_rshares | 0 |
I sent ether to this contract two hours ago and I have yet to receive my ether or my etc.....
author | mining1 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t194757939z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 19:48:00 |
last_update | 2016-07-30 19:48:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 645,428,314 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 496,328 |
net_rshares | 0 |
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
author | mranderson |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t161203263z |
category | ethereum |
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"]} |
created | 2016-07-29 16:12:03 |
last_update | 2016-07-29 16:12:03 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 247 |
author_reputation | 4,004,740,218,138 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 467,921 |
net_rshares | 0 |
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.
author | mynameisbrian |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t151915753z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 15:19:15 |
last_update | 2016-07-28 15:19:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 342 |
author_reputation | 240,435,296,742,600 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 437,800 |
net_rshares | 60,683,835 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cmditch | 0 | 60,683,835 | 100% |
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.
author | mynewsteemit |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t121549707z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 12:16:00 |
last_update | 2016-07-29 12:16:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 286 |
author_reputation | 2,278,722,492,620 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 462,010 |
net_rshares | 0 |
This doesn't seem to work if I am trying to send from a multisig contract. Can anybody confirm?
author | neeeeeeext |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t091556899z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 09:15:57 |
last_update | 2016-07-26 09:15:57 |
depth | 1 |
children | 4 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.152 HBD |
curator_payout_value | 0.047 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 5,419,733,693 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 369,409 |
net_rshares | 346,862,956,431 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taoteh1221 | 0 | 346,308,871,117 | 100% | ||
navydude | 0 | 104,088,548 | 100% | ||
logic | 0 | 353,479,887 | 100% | ||
neeeeeeext | 0 | 61,854,981 | 100% | ||
makimoto | 0 | 34,661,898 | 100% |
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. :)
author | cmditch |
---|---|
permlink | re-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t000341749z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 00:03:42 |
last_update | 2016-07-29 00:04:03 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 302 |
author_reputation | 920,191 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 450,856 |
net_rshares | 58,892,243 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dagelf | 0 | 58,892,243 | 100% |
when does the fork/nonfork option show up?
author | slim |
---|---|
permlink | re-cmditch-re-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170524t212547784z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-05-24 21:25:45 |
last_update | 2017-05-24 21:25:45 |
depth | 3 |
children | 0 |
last_payout | 2017-05-31 21:25:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 30,659,368 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,754,531 |
net_rshares | 0 |
Can you clarify 'this'? Multisig will require the correct amount of signatures to send Ether, on either chain.
author | jeffanthonyfds |
---|---|
permlink | re-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t235742835z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-27 23:57:42 |
last_update | 2016-07-27 23:57:42 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 164,917,016 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 420,129 |
net_rshares | 0 |
Can you confirm you have a balance on both chains?
author | pauls |
---|---|
permlink | re-neeeeeeext-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t170114463z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 17:01:15 |
last_update | 2016-07-26 17:01:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 378,826 |
net_rshares | 0 |
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?
author | onighost |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t231727972z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 23:17:36 |
last_update | 2016-07-30 23:17:36 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 456 |
author_reputation | 2,529,799,571,302 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 500,656 |
net_rshares | 0 |
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.
author | pauls |
---|---|
permlink | re-onighost-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194122106z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 19:41:21 |
last_update | 2016-07-31 19:41:21 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 518,059 |
net_rshares | 0 |
fds
author | pierregi |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160727t222428290z |
category | ethereum |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2016-07-27 22:24:27 |
last_update | 2025-06-22 21:26:00 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 11,429,270,871 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 417,841 |
net_rshares | 0 |
fdsf
author | pierregi |
---|---|
permlink | re-pierregi-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t195807109z |
category | ethereum |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2016-07-28 19:58:06 |
last_update | 2025-06-22 21:23:21 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 11,429,270,871 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 444,853 |
net_rshares | 1,009,506,818 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pierregi | 0 | 1,009,506,818 | 100% |
Thanks man, I was looking for this on google and didn't find anything. Looks like steemit could be a searching engine as well.
author | pipokinha |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160728t145921698z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-28 14:59:18 |
last_update | 2016-07-28 14:59:18 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 15,224,695,875,741 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 437,289 |
net_rshares | 19,329,972,830 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | 19,157,491,790 | 100% | ||
pipokinha | 0 | 172,481,040 | 100% |
thanks for this very informative post,thou it as been Posted since last year but sincerely this reLLY HELP..**KUDOS**
author | princeola |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171031t024554266z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-10-31 02:45:51 |
last_update | 2017-10-31 02:45:51 |
depth | 1 |
children | 0 |
last_payout | 2017-11-07 02:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 2,276,148,670,006 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,031,394 |
net_rshares | 1,061,241,321 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
princeola | 0 | 1,061,241,321 | 100% |
Will either chain simply make a fix for this on the next hard fork, say for instance in moving to proof of stake?
author | psamuelson |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160730t173535172z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-30 17:35:33 |
last_update | 2016-07-30 17:35:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 1,060,163,245,015 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 493,298 |
net_rshares | 0 |
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.
author | pseudonymouse |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t173233673z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 17:32:33 |
last_update | 2016-07-26 17:32:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 194,006,193,446 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 379,654 |
net_rshares | 0 |
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.
author | rentko |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171129t125439687z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-11-29 12:54:45 |
last_update | 2017-11-29 12:54:45 |
depth | 1 |
children | 0 |
last_payout | 2017-12-06 12:54:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 17,595,437,702 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,884,348 |
net_rshares | 0 |
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?
author | sean-king |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170510t150410002z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["lukestokes"],"app":"steemit/0.1"} |
created | 2017-05-10 15:04:09 |
last_update | 2017-05-10 15:04:09 |
depth | 1 |
children | 1 |
last_payout | 2017-05-17 15:04:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.175 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 535 |
author_reputation | 84,123,051,136,467 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,305,117 |
net_rshares | 1,625,239,538,503 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sean-king | 0 | 1,625,239,538,503 | 100% |
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.
author | sean-king |
---|---|
permlink | re-sean-king-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170510t153140299z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-05-10 15:31:39 |
last_update | 2017-05-10 15:31:39 |
depth | 2 |
children | 0 |
last_payout | 2017-05-17 15:31:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 84,123,051,136,467 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,305,694 |
net_rshares | 0 |
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.
author | sinofmen |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t150358618z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 15:03:54 |
last_update | 2016-07-26 15:03:54 |
depth | 1 |
children | 3 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 375,290 |
net_rshares | 0 |
The newly mined coins will not be valid on the ETC chain. You can check your ETC balance here: http://explorer.ethereumclassic.com/
author | pauls |
---|---|
permlink | re-sinofmen-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t165911657z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://explorer.ethereumclassic.com/"]} |
created | 2016-07-26 16:59:12 |
last_update | 2016-07-26 16:59:12 |
depth | 2 |
children | 2 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 378,728 |
net_rshares | 0 |
So I should only split the amount that is shown on the ETC chain? And leave the rest behind?
author | sinofmen |
---|---|
permlink | re-pauls-re-sinofmen-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t171916291z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 17:19:15 |
last_update | 2016-07-26 18:12:45 |
depth | 3 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 379,346 |
net_rshares | 0 |
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.
author | sokal |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160803t145431852z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-03 14:54:36 |
last_update | 2016-08-03 14:54:36 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 261 |
author_reputation | 39,072,072,602,199 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 582,390 |
net_rshares | 0 |
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? 
author | stathis1 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20180103t121943704z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"image":["https://steemitimages.com/DQmVD71WcNeMpxLvGxijXXnA6T6c6x47rMuZK8aWgytVwMb/Untitled.jpg"],"app":"steemit/0.1"} |
created | 2018-01-03 12:19:42 |
last_update | 2018-01-03 12:19:42 |
depth | 1 |
children | 0 |
last_payout | 2018-01-10 12:19:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 281 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,767,236 |
net_rshares | 0 |
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
author | stea90 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t131535832z |
category | ethereum |
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"]} |
created | 2016-07-29 13:15:39 |
last_update | 2016-07-29 13:15:39 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
author_reputation | 121,283,362,109,949 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 463,244 |
net_rshares | 0 |
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!
author | steemitboard |
---|---|
permlink | steemitboard-notify-pauls-20190601t004838000z |
category | ethereum |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-06-01 00:48:39 |
last_update | 2019-06-01 00:48:39 |
depth | 1 |
children | 0 |
last_payout | 2019-06-08 00:48:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 607 |
author_reputation | 38,975,615,169,260 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,842,365 |
net_rshares | 0 |
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
author | steemokto |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170629t100150585z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"users":["pauls"],"app":"steemit/0.1"} |
created | 2017-06-29 10:01:51 |
last_update | 2017-06-29 10:01:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-06 10:01:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 21,918,906,688,736 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,602,300 |
net_rshares | 0 |
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!
author | streetiebird |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t153448733z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 15:34:45 |
last_update | 2016-07-29 15:34:45 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 453 |
author_reputation | 949,069 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 466,968 |
net_rshares | 60,740,441 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
upsetquasar | 0 | 60,740,441 | 100% |
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?
author | upsetquasar |
---|---|
permlink | re-streetiebird-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t183302983z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 18:33:06 |
last_update | 2016-07-31 18:59:30 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 380 |
author_reputation | 4,441,008 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 516,458 |
net_rshares | 61,613,565 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
streetiebird | 0 | 61,613,565 | 100% |
becomes more popular))
author | sukafrukt |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t131556174z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 13:15:57 |
last_update | 2016-07-31 13:15:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 510,327 |
net_rshares | 0 |
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
author | sulabh2020 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170711t082818154z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-07-11 08:28:24 |
last_update | 2017-07-11 08:28:24 |
depth | 1 |
children | 0 |
last_payout | 2017-07-18 08:28:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 904 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,082,084 |
net_rshares | 0 |
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
author | thedoctor |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t205224669z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["https://steemit.com/ethereum/@thedoctor/what-the-fork-wtf-why-etc-is-killing-all-altcoins"]} |
created | 2016-07-26 20:52:21 |
last_update | 2016-07-26 20:52:21 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 910,202,238 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 385,218 |
net_rshares | 0 |
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.
author | himalayanguru |
---|---|
permlink | re-thedoctor-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160726t232816529z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-26 23:28:18 |
last_update | 2016-07-26 23:28:18 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 313 |
author_reputation | 4,002,260,039,109 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 388,924 |
net_rshares | 0 |
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?
author | tonka |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171117t194653017z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-11-17 19:46:54 |
last_update | 2017-11-17 19:46:54 |
depth | 1 |
children | 2 |
last_payout | 2017-11-24 19:46:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 213 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,711,233 |
net_rshares | 0 |
A solution was to import the Private key into Exodus. ETH Classic and ETH split. There is no need for splitting contract any longer.
author | tonka |
---|---|
permlink | re-tonka-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171117t231434916z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-11-17 23:14:36 |
last_update | 2017-11-17 23:14:36 |
depth | 2 |
children | 1 |
last_payout | 2017-11-24 23:14:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,724,233 |
net_rshares | 0 |
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?
author | ronc403 |
---|---|
permlink | re-tonka-re-tonka-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20171226t012039045z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-12-26 01:20:39 |
last_update | 2017-12-26 01:20:39 |
depth | 3 |
children | 0 |
last_payout | 2018-01-02 01:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 4,972,849,369 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,252,618 |
net_rshares | 0 |
It's retarded that we even have 2 chains at the same time. Both have the same functionality.
author | ubg |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160729t171430964z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-29 17:14:30 |
last_update | 2016-07-29 17:14:30 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 5,237,585,248,428 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 469,590 |
net_rshares | 26,417,011,255 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ubg | 0 | 24,732,795,346 | 100% | ||
juurop | 0 | 910,077,507 | 100% | ||
usb | 0 | 774,138,402 | 100% |
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.
author | upsetquasar |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t192712711z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-07-31 19:27:15 |
last_update | 2016-07-31 19:27:15 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 251 |
author_reputation | 4,441,008 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 517,715 |
net_rshares | 0 |
Yes there's some uncertainty regarding GDAX balances and ETC. You a can check ETC balance using http://gastracker.io/addr/0x....
author | pauls |
---|---|
permlink | re-upsetquasar-re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160731t194356487z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"links":["http://gastracker.io/addr/0x...."]} |
created | 2016-07-31 19:43:57 |
last_update | 2016-07-31 19:43:57 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 1,378,524,288,638 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 518,119 |
net_rshares | 0 |
I love ethereum but it is vastly complex. The reason I like BTC isn't just because it was the first decentralized crypto,
author | xdark22 |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20170531t125331896z |
category | ethereum |
json_metadata | {"tags":["ethereum"],"app":"steemit/0.1"} |
created | 2017-05-31 12:51:54 |
last_update | 2017-05-31 12:51:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-07 12:51:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | -478,699,206,280 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 3,993,247 |
net_rshares | 0 |
This is very useful, thanks. We needed it.
author | zaleks |
---|---|
permlink | re-pauls-ethereum-fork-step-by-step-guide-to-safely-splitting-your-eth-etc-20160820t191913631z |
category | ethereum |
json_metadata | {"tags":["ethereum"]} |
created | 2016-08-20 19:19:12 |
last_update | 2016-08-20 19:19:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 0 |
root_title | "Ethereum Fork: Step-by-Step Guide to Safely Splitting your ETH/ETC" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 909,919 |
net_rshares | 0 |