Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TRICK] [REBORN] TrickyCoin : x11 : PoS 23% : ~7.5 MTRICK Supply
by
trickyFaucet
on 05/11/2015, 00:57:26 UTC
Are there any new developments??

was away a bit

started fixing some technical stuff...
added c-cex market data to explorer
http://explorer.trickycoin.com/markets/ccex
now fixing explorer (wrong orphan blocks processing)
https://github.com/iquidus/explorer/issues/22

updated all 4 nodes (to ubuntu willy)
now you can see effective staking profit value for absolute fresh coins
(each node started with 100K @ 25 oct 2015)

http://explorer.trickycoin.com/address/TAcqzde7aQqUNpoL7efz217hZRyaM5sv9W
http://explorer.trickycoin.com/address/TKosrxEjFXS7mWxn2TDo3r3YWt31bgGg5R
http://explorer.trickycoin.com/address/TVpJeLENP4uvDGHMAvdzJwiVM24LAzDWdJ
http://explorer.trickycoin.com/address/TQD3FNCv4e8No3CX2Sje7o9G6via1YFnn8

not much progress to show yet.

If we do offer TRICK for burn redemption, the TRICK burn address will be:  T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb

This is a verifiably unspendable burn address, because its outputs show too many zeroes and can never be spent (some block explorers recognize this type of address as a burn address, but I don't think our TrickyCoin explorer does that automatically).  So any coins sent to this address can be considered destroyed.

There is much more elegant way to TRULY burn any coins (not sending 'em to practically unreverseable address)
Like in this transaction: burned 1.15918023 TRICK.
http://explorer.trickycoin.com/tx/df3b2818482d286b3b74aa0e14304b7de94c9c5ce61f389d3a3f22e6575b459b

Code:
{
"txid" : "df3b2818482d286b3b74aa0e14304b7de94c9c5ce61f389d3a3f22e6575b459b",
"version" : 1,
"time" : 1446548954,
"locktime" : 0,
"vin" : [
{
"txid" : "dd57e75d01a7b7a81ad742bf6ed82a464eef1077141af1593895ab02adfa4696",
"vout" : 38,
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.00000001,
"n" : 0,
"scriptPubKey" : {
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"TVVyrCUWgj1YYERe2gxYMNcR9FQivof6AK"
]
}
}
],
"amount" : 0.00000000,
"fee" : -1.15918023,
"confirmations" : 10,
"blockhash" : "08ea4859b5356a8764599dd5f99599dab5479c03412fd0a20ef18b700fdd977c",
"blockindex" : 2,
"blocktime" : 1446549040,
"txid" : "df3b2818482d286b3b74aa0e14304b7de94c9c5ce61f389d3a3f22e6575b459b",
"time" : 1446549016,
"timereceived" : 1446549016,
"details" : [
{
"account" : "",
"address" : "TVVyrCUWgj1YYERe2gxYMNcR9FQivof6AK",
"category" : "send",
"amount" : -0.00000001,
"fee" : -1.15918023
},
{
"account" : "",
"address" : "TVVyrCUWgj1YYERe2gxYMNcR9FQivof6AK",
"category" : "receive",
"amount" : 0.00000001
}
]
}