tk808 (OP)
Legendary
Offline
Activity: 1512
Merit: 1124
Invest in your knowledge
|
|
February 04, 2014, 02:56:35 AM Last edit: February 04, 2014, 03:07:27 AM by tk808 |
|
Destroy 1,000,000 Doge coins to create 1 Anti-Doge coin (XDC)
Looking for devs to make this happen
|
|
|
|
twistedtrick
|
|
February 04, 2014, 02:57:17 AM |
|
This looks great!
|
|
|
|
tk808 (OP)
Legendary
Offline
Activity: 1512
Merit: 1124
Invest in your knowledge
|
|
February 04, 2014, 03:00:31 AM |
|
updated
|
|
|
|
Jarod1231
|
|
February 04, 2014, 03:03:36 AM |
|
Burn 1,000,000 Doge coins to get 1 Anti-Doge coin
Looking for devs to make this happen
Just call it "Euthanasia"
|
|
|
|
aizzaku
Legendary
Offline
Activity: 1146
Merit: 1006
|
|
February 04, 2014, 03:04:47 AM |
|
why such hate ?
|
|
|
|
tabnk
|
|
February 04, 2014, 03:05:20 AM |
|
Wonderful, I'm will give u 100,000 DOGE if ANTI-DOGE is created.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
February 04, 2014, 03:07:51 AM |
|
will boost the value of DOGE
|
|
|
|
Jarod1231
|
|
February 04, 2014, 03:16:57 AM |
|
will boost the value of DOGE
If it actually destroys the DOGE ... who's to say dev wouldn't just set the wallet to send them to his DOGE wallet lol
|
|
|
|
Automatic
|
|
February 04, 2014, 03:21:57 AM |
|
will boost the value of DOGE
If it actually destroys the DOGE ... who's to say dev wouldn't just set the wallet to send them to his DOGE wallet lol Because any developer who can code anything related to cryptocurrencies could easily generate a valid address, without the private key, that way, no way to recover the coins.
|
Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
|
|
|
Jude Austin
Legendary
Offline
Activity: 1140
Merit: 1000
The Real Jude Austin
|
|
February 04, 2014, 03:37:04 AM |
|
will boost the value of DOGE
If it actually destroys the DOGE ... who's to say dev wouldn't just set the wallet to send them to his DOGE wallet lol Because any developer who can code anything related to cryptocurrencies could easily generate a valid address, without the private key, that way, no way to recover the coins. I believe we have seen this with another coin. NVC.
|
Buy or sell $100 of Crypto and get $10!
|
|
|
Automatic
|
|
February 04, 2014, 04:00:18 AM |
|
will boost the value of DOGE
If it actually destroys the DOGE ... who's to say dev wouldn't just set the wallet to send them to his DOGE wallet lol Because any developer who can code anything related to cryptocurrencies could easily generate a valid address, without the private key, that way, no way to recover the coins. I believe we have seen this with another coin. NVC. Tried to prove an example, but, I keep getting "Firstbits not found" on Blockchain:- https://blockchain.info/search/11MXTrefsj1ZS3Q5e9D6DxH9gkZcA9EVmI'm obviously not skilled enough at this, but, this was my rough source for the example:- package base58;
import java.math.BigInteger;
public class base58 { public static void main(String[] args) { String hexHashString = "0000112233445566778899AABBCCDDEEFF010203040D976788"; char zeroChar = "0".charAt(0); char[] charmap = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz".toCharArray(); BigInteger myInt = new BigInteger(hexHashString, 16); BigInteger base = BigInteger.valueOf(58); StringBuilder myBuilder = new StringBuilder(); while(myInt.compareTo(BigInteger.ZERO) > 0) { BigInteger[] data = myInt.divideAndRemainder(base); myInt = data[0]; myBuilder.append(charmap[data[1].intValue()]); } int charCount = 0; for(char myChar:hexHashString.toCharArray()) { if(charCount++ < 2) { continue; } if(myChar == zeroChar) { myBuilder.append(charmap[0]); } else { break; } } for(int i = myBuilder.toString().length()-1; i >= 0; i--) { System.out.print(myBuilder.toString().charAt(i)); } } } Referenced from:- https://en.bitcoin.it/wiki/Technical_background_of_Bitcoin_addressesTrying to prove that even with a wacky hash like "0000112233445566778899AABBCCDDEEFF010203040", you can still get a valid BTC address, guess I failed that example, sorry.
|
Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
|
|
|
tk808 (OP)
Legendary
Offline
Activity: 1512
Merit: 1124
Invest in your knowledge
|
|
February 04, 2014, 04:33:30 AM |
|
Burning Doges instead of donating them to help sick children...tk808 wins d-bag of the century award. Much Congrats! http://doge4kids.orgDid the people from reddit infest this site or something? I'm trying to save DOGE from a total collapse, making it worth nothing to anyone and this is the ignorant thanks i get
|
|
|
|
superresistant
Legendary
Offline
Activity: 2156
Merit: 1131
|
|
April 29, 2014, 09:59:41 AM |
|
I think it's a good idea.
|
|
|
|
|
zx
Member
Offline
Activity: 84
Merit: 10
|
|
April 29, 2014, 10:27:39 AM |
|
oh, no, why you hate dog so much. what happened??
|
|
|
|
gaba
|
|
April 29, 2014, 10:35:06 AM |
|
Destroy 1,000,000 Doge coins to create 1 Anti-Doge coin (XDC)
Looking for devs to make this happen
You can easily buy 1,000,000 DOGE and destroy private key.
|
LWWE6dtTUXuaq36KTCne5XqMQHfhfwpadC
|
|
|
yunduo
Member
Offline
Activity: 70
Merit: 10
|
|
April 29, 2014, 10:41:15 AM |
|
Good , I think you can have a try. if you make it, please tell me .. thanks. hahha
|
|
|
|
|