By code permanently frozen ? no . nobody will trust you frozen the coin . i suggest you contact anon136 to hold
the coin or let anon136 destroy the 600m
I don't know "anon136", sorry
Before, I would like to use this method to freeze 600 million vpncoins:
bool IsStandardTx(const CTransaction& tx)
{
...
static const CBitcoinAddress lostWallet ("VusLpcbyV6jenaG9dbFJxsBx28Lp9JqNvm");
uint256 hashBlock;
CTransaction txPrev;
if(GetTransaction(txin.prevout.hash, txPrev, hashBlock)){ // get the vin's previous transaction
CTxDestination source;
if (ExtractDestination(txPrev.vout[txin.prevout.n].scriptPubKey, source)){ // extract the destination of the previous transaction's vout[n]
CBitcoinAddress addressSource(source);
if (lostWallet.Get() == addressSource.Get()){
error("Banned Address %s tried to send a transaction (rejecting it).", addressSource.ToString().c_str());
return false;
}
}
}
...
}
Today, jl777 proposal this way:
http://earlz.net/view/2014/10/22/0340/provably-spendable-altcoin-burn-addressesVpncoin's burn Addresses is:
Version: 71, Address: VZzpuiATQouD4mu9jnedRuKrgpHyY2Me1w
I sent 0.1VPN tested, txid is 6aaa83f9dd64022619888722f053e4c5d912d3437bb1925739028638c61361c3
getrawtransaction 6aaa83f9dd64022619888722f053e4c5d912d3437bb1925739028638c61361c3
01000000e3778a54012cd82fdba1589584e5496402db96cac8129a5e95250bd9373ea19626c0124d2f000000006b483045022100cd4fd8b231e280ce7bf6bf6f1c9c62acf8fc85cd80b1fc498f2e86d74e94106302201e2a57ee87ebd4052b64f8e2c178a70f03a6b91f97c6c1dae2551361d834cdc00121038c18689807f1408c82dc1b0805ed90de07f4669aa11bb10dc2ba34abf52cb10bffffffff02c0eb2901bb0400001976a91453cc0cd61c209cb234b85fd89b9d02f9915f660188ac80969800000000001976a914000000000000000000000000000000000000000088ac0000000000
It is included "76a914000000000000000000000000000000000000000088ac",
Looks like the right?