#### What is Stealth Phase II? <br />On Monday I introduced drafts of six new BSIPs (BitShares Improvement Proposals) to the [BSIP issue tracker](https://github.com/bitshares/bsips/issues) detailing the continued development of Stealth technology on the BitShares platform. They are issue numbers [88](https://github.com/bitshares/bsips/issues/88), [89](https://github.com/bitshares/bsips/issues/89), [90](https://github.com/bitshares/bsips/issues/90), [91](https://github.com/bitshares/bsips/issues/91), [92](https://github.com/bitshares/bsips/issues/92), and [93](https://github.com/bitshares/bsips/issues/93). The six BSIPs discuss various distinct improvements and upgrades to the existing Stealth technology. Stealth is not new to BitShares, but the existing Stealth features are underutilized, in part because of the incomplete privacy that they currently offer. (The features are available in the CLI wallet, however the UI developers have been wisely conservative in not offering features which may impart an exaggerated sense of security.) <br><center></center> <center>*Imagine sitting here, letting all your worries wash away, secure in the knowledge that Stealth has got your back.*</center><br> # Background and motivation <br />“Stealth” here refers the ability of users to conduct certain activities privately. Primarily, this includes the maintenance of private, inscrutable balances of any asset type, and the ability to transfer balances to other users without revealing value amounts or the identities of the parties involved. #### *Stealth is a constellation of solutions!* <br />Privacy, and therefore “Stealth,” is not a single technology or protocol, but rather several, that address specific mechanisms by which information about a user’s activities may be leaked. An initial round of Stealth development succeeded in implementing Confidential Transactions (CT) in March of 2016 following [BSIP-0008](https://github.com/bitshares/bsips/blob/master/bsip-0008.md). CT provides two major features: *value-blinding* and *stealth addresses*. These features, while important, are still very susceptible to chain analysis. This is because inputs and outputs to a transaction are explicitly listed, meaning that for any particular output, a detailed history can be constructed, back to the originating transactions where a public balance was blinded. Unless a user transacts with a large number of other users utilizing the Stealth features, the set of originating transactions in an output’s history may be small and highly likely to identify the user (or a small number of users) and suggest plausible value amounts. In fact, casual users of Stealth may be receiving little to no privacy benefit from the features as currently implemented. Thus, additional features and measures are still required to provide acceptable levels of privacy to the users of the Stealth feature. Towards that end, I have written rough drafts of six BSIPs addressing specific components of continuing Stealth development, which, taken together, will result in an enormous increase in privacy afforded to the users of Stealth features on the BitShares platform. These are still very early drafts, and in some cases only partially complete, if not mere stub articles. In some cases, there are more than one available solution to a particular problem, and involvement and discussion from the developer community is needed to ensure the best path forward is chosen. Further research and documentation is still needed to complete the BSIPs to the level where a decision on whether to implement can be made. # The BSIPs <br><center></center> <center>_Getting our ducks in a row for **Stealth**!!_</center><br> Active editing of the BSIP drafts is currently happening in [Agorise’s fork](https://github.com/Agorise/bsips) of the BSIPs repository. The text of each BSIP will be periodically merged into the corresponding issues in the core BSIP repository, which will be the preferred location for technical discussion on each document. @Agorise and @kenCode have been constant believers in the future of Stealth on BitShares and a tremendous support in the initial research and writing of these BSIPs, and cannot be thanked enough. The six BSIPs subdivide the work into logically distinct components. The first BSIP serves as an entry point and summary of the remaining BSIPs. The very latest version will always be located here: https://github.com/Agorise/bsips/blob/master/bsip-1200.md A table of all six BSIPs describing the specific components is located in the above link, and is also replicated below: (Numbers are mere placeholders until officially accepted into the core BSIP repository.) Note that these BSIPs are NOT done yet! I am introducing them now so that community involvement and discussion can guide the development. If I propose a bad idea, I want you all to call me out on it! Number | Title | Type :-----------------:|--------------------------------------------------------------|------------ 1200 | Stealth development, Phase II | Informational 1201 | New operations for Confidential Asset (CA) transactions | Protocol 1202 | Ring signatures for untraceability of Stealth transactions | Protocol 1203 | Blockchain scanning for inbound Stealth transactions | Protocol 1204 | Deterministic addresses for Stealth wallets | Informational 1205 | Metadata hiding via Garlic Routing and other means | Informational ## Individual components In addition to the introductory BSIP (latest draft [here](https://github.com/Agorise/bsips/blob/master/bsip-1200.md), GitHub issue [here](https://github.com/bitshares/bsips/issues/88)), very brief summaries of each Stealth Phase II component are given as follows: ### Confidential Assets Confidential Assets (CA) extends Confidential Transactions (CT) by hiding not just the value amounts of a transaction, but also the asset type. For a multi-asset platform such as BitShares, this extension has obvious value. _(Latest draft [here](https://github.com/Agorise/bsips/blob/master/bsip-1201.md), Issue [here](https://github.com/bitshares/bsips/issues/89))_ ### Untraceability Here several options are considered to provide untraceability. At the moment I favor adapting RingCT (which combines ring signatures with Confidential Transactions) to incorporate Confidential Assets, forming RingCA. RingCT is already used by privacy-centric coins such as Monero, thus it is a tested technology. However other options are also worthy of consideration, including MimbleWimble and Sigma protocols combined with ZeroCoin. (Original ZeroCoin required a trusted setup, which is not desirable, however with Sigma protocols the trusted setup is no longer needed [Yap2017, Groth2014].) _(Latest draft [here](https://github.com/Agorise/bsips/blob/master/bsip-1202.md), Issue [here](https://github.com/bitshares/bsips/issues/90))_ ### Detecting Inbound Transactions Existing Stealth functionality on BitShares does not provide a mechanism for automated discovery of inbound Stealth transactions. Instead, a transaction "receipt" needs to be communicated from sender to receiver. This is a consequence of stealth addresses — even the recipient doesn't know a balance belongs to them if they don't possess a "shared secret" between sender and receiver! Of course, it is possible to embed this data in the blockchain in a way that only the receiver can find and decrypt it. This BSIP is to propose mechanisms for this process and API extensions (if needed) to support it. _(Latest draft [here](https://github.com/Agorise/bsips/blob/master/bsip-1203.md), Issue [here](https://github.com/bitshares/bsips/issues/91))_ ### Deterministic Stealth Addresses This one is simple. It proposes to document a standard process for deriving stealth addresses from a wallet seed, to facilitate easy wallet backup. Nothing technologically new here — UTXO-based coins have been using this feature for years — it just needs to be documented so that various wallet vendors can keep to the same standard. _(Latest draft [here](https://github.com/Agorise/bsips/blob/master/bsip-1204.md), Issue [here](https://github.com/bitshares/bsips/issues/92))_ ### Metadata Hiding This one is more open ended. It has to do with eavesdroppers listening in on your wallet's communication with the network. Let's say your Stealth balance is composed of ten different balance elements (called commitments) on the blockchain. Nobody would know that all ten of them belong to the same person (this is called *unlinkability*)... *until* your wallet querries all ten of them in one communication to check your balance! In this BSIP we propose wallet behaviors that avoid compromising the privacy measures that underpin Stealth. _(Latest draft [here](https://github.com/Agorise/bsips/blob/master/bsip-1205.md), Issue [here](https://github.com/bitshares/bsips/issues/93))_ # Stealth, stealth, and STEALTH <br />You may have noticed that sometimes I capitalize Stealth, and sometimes I don't. And you may have also seen all-caps STEALTH if you are a follower of the long story arc of this BitShares feature. When I capitalize "Stealth," I am referring to the Stealth technology as implemented (or planned) on the BitShares network. It refers to the aggregate of specific technologies that are mobilized when a user uses the Stealth features. You may have also noticed lowercase, as in the phrase "stealth addresses." Stealth addresses are *one* specific technological component of the Stealth feature set. Lastly, although I've made no mention of it above, you may have seen STEALTH. STEALTH refers to a tradeable asset on the BitShares platform that users can buy and sell. Users do NOT need to hold STEALTH tokens in order to use the Stealth features! The STEALTH tokens are a "Fee-Backed Asset" (FBA) which are bought-and-burned with the transaction fees used to make Stealth transactions. The FBA is intended to support the development of Stealth features, as described by [BSIP-0007](https://github.com/bitshares/bsips/blob/master/bsip-0007.md) # Work to be done: <br><center></center> <center>_There's lots to be done!_</center><br> I personally intend to take the lead on the completion of the Stealth BSIP drafts, and thereafter on the implementation of the features. The BSIPs above all include at least an abstract and motivation section, nevertheless much remains to be done. Broad description of the proposed solutions are included, but the detailed specifications are still to be drafted. I intend over the coming weeks to do the necessary research to articulate solutions to the level of detail needed to allow committee assessment and implementation, should the community wish to implement. For cases where more than one good solution may exist, I will research and draft concise summaries of available options to allow comparative evaluation and involved discussion from the community, to result in the best possible solutions. # Who am I? <br />I have been passionate about crypto since 2014 and have worked within the BitShares ecosystem for just over a year. My primary interest is in making existing systems more private through applied cryptography. I am a believer in individual liberty, and that privacy is essential to preserving freedom. I have over two decades of software development experience. Like many in this field, cryptography and crypto economics are more recent passions. I come from a background of scientific computing. # Thank You! <br />Thank you for reading along, and allowing me to make this introduction and to articulate my plans. I welcome all commentary and feedback! ### References * [MaxCT] Confidential Transactions (Greg Maxwell) - [txt](https://people.xiph.org/~greg/confidential_values.txt) * [PoelCA] Confidential Assets (Poelstra, et. al.) - [pdf](https://blockstream.com/bitcoin17-final41.pdf) * [Noe2015] Ring Confidential Transactions (Shen Noether) - [pdf](https://eprint.iacr.org/2015/1098.pdf) * [Jed2016] Mimblewimble (Tom Elvis Jedusor) - [txt](https://scalingbitcoin.org/papers/mimblewimble.txt) * [Poel2016MW] Mimblewimble (Andrew Poelstra) - [pdf](https://download.wpsoftware.net/bitcoin/wizardry/mimblewimble.pdf) * [Yap2017] Zcoin moving beyond trusted setup in Zerocoin (Reuben Yap) - [link](https://zcoin.io/zcoin-moving-beyond-trusted-setup-in-zerocoin/) * [Groth2014] - One-out-of-Many Proofs: Or How to Leak a Secret and Spend a Coin (Jens Groth and Markulf Kohlweiss) - [pdf](https://eprint.iacr.org/2014/764.pdf) --- Images: 1 [Beach Chairs in Bichromatic Infrared](https://steemit.com/photography/@malacandrahyoi/beach-chairs-in-bichromatic-infrared); 2 [Beer Pong Bugs](https://steemit.com/photography/@malacandrahyoi/beer-pong-bugs); 3 [Bugz!](https://steemit.com/photography/@malacandrahyoi/bugz) --- _Christopher Sanborn is passionate about cryptocurrencies, individual liberty, agorism, photography, peaceful parenting, and making the world a better place through cryptography. He has a Ph.D. in Physics and over a decade of experience in scientific computing and software development. Follow him at @malacandrahyoi._
author | malacandrahyoi |
---|---|
permlink | stealth-on-bitshares-development-phase-ii |
category | bitshares |
json_metadata | {"tags":["bitshares","stealth","privacy","cryptocurrency","busy"],"users":["agorise","kencode","malacandrahyoi"],"image":["https://steemitimages.com/0x0/https://ipfs.io/ipfs/QmSkPUVdkBTCFGF35N4UGQdTzUwQsuoNm4MEfqjSAknL1e/beachchairs/m.jpg","https://steemitimages.com/0x0/https://ipfs.io/ipfs/QmSkPUVdkBTCFGF35N4UGQdTzUwQsuoNm4MEfqjSAknL1e/beerpongbugs/m.jpg","https://steemitimages.com/0x0/https://ipfs.io/ipfs/QmSkPUVdkBTCFGF35N4UGQdTzUwQsuoNm4MEfqjSAknL1e/bugz/m.jpg"],"links":["https://github.com/bitshares/bsips/issues","https://github.com/bitshares/bsips/issues/88","https://github.com/bitshares/bsips/issues/89","https://github.com/bitshares/bsips/issues/90","https://github.com/bitshares/bsips/issues/91","https://github.com/bitshares/bsips/issues/92","https://github.com/bitshares/bsips/issues/93","https://github.com/bitshares/bsips/blob/master/bsip-0008.md","https://github.com/Agorise/bsips","https://github.com/Agorise/bsips/blob/master/bsip-1200.md","https://github.com/Agorise/bsips/blob/master/bsip-1201.md","https://github.com/Agorise/bsips/blob/master/bsip-1202.md","https://github.com/Agorise/bsips/blob/master/bsip-1203.md","https://github.com/Agorise/bsips/blob/master/bsip-1204.md","https://github.com/Agorise/bsips/blob/master/bsip-1205.md","https://github.com/bitshares/bsips/blob/master/bsip-0007.md","https://people.xiph.org/~greg/confidential_values.txt","https://blockstream.com/bitcoin17-final41.pdf","https://eprint.iacr.org/2015/1098.pdf","https://scalingbitcoin.org/papers/mimblewimble.txt","https://download.wpsoftware.net/bitcoin/wizardry/mimblewimble.pdf","https://zcoin.io/zcoin-moving-beyond-trusted-setup-in-zerocoin/","https://eprint.iacr.org/2014/764.pdf","https://steemit.com/photography/@malacandrahyoi/beach-chairs-in-bichromatic-infrared","https://steemit.com/photography/@malacandrahyoi/beer-pong-bugs","https://steemit.com/photography/@malacandrahyoi/bugz"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-08-08 17:33:24 |
last_update | 2018-08-08 17:33:24 |
depth | 0 |
children | 15 |
last_payout | 2018-08-15 17:33:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 35.271 HBD |
curator_payout_value | 11.523 HBD |
pending_payout_value | 0.000 HBD |
promoted | 18.977 HBD |
body_length | 13,715 |
author_reputation | 888,314,656,920 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,550,306 |
net_rshares | 34,935,743,895,841 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jamesc | 0 | 222,409,361,400 | 100% | ||
wackou | 0 | 7,138,622,370,492 | 100% | ||
hr1 | 0 | 53,256,993,794 | 0.02% | ||
tombstone | 0 | 6,658,949,016,947 | 30% | ||
xeroc | 0 | 118,253,900,055 | 100% | ||
fox | 0 | 23,546,795,730 | 100% | ||
taconator | 0 | 181,274,968,127 | 100% | ||
konelectric | 0 | 69,294,399,416 | 37% | ||
fractalnode | 0 | 44,006,381,020 | 5% | ||
kencode | 0 | 125,566,919,576 | 100% | ||
mf-tzo | 0 | 1,305,140,122 | 100% | ||
brindleswan | 0 | 631,991,090 | 100% | ||
pstrident | 0 | 4,949,758,312 | 100% | ||
ppitonak | 0 | 2,524,689,861 | 100% | ||
tamwin33 | 0 | 544,207,620 | 100% | ||
ashe-oro | 0 | 83,410,449,757 | 4.84% | ||
cm-steem | 0 | 593,575,085,162 | 100% | ||
malacandrahyoi | 0 | 2,925,275,671 | 100% | ||
dahaz159 | 0 | 71,338,476,095 | 100% | ||
juansgalt | 0 | 1,617,841,474 | 44% | ||
bryanj4 | 0 | 31,135,938,178 | 11% | ||
yury-vas | 0 | 220,627,504 | 1% | ||
ubg | 0 | 299,344,631 | 1% | ||
johnsmith | 0 | 10,341,326,129 | 100% | ||
fabien | 0 | 2,215,608,002,712 | 100% | ||
sterlinluxan | 0 | 4,202,692,172 | 20% | ||
alchemage | 0 | 8,830,871,911 | 15% | ||
treaphort | 0 | 195,204,595 | 4.84% | ||
burntmd | 0 | 749,354,297 | 22% | ||
johnvibes | 0 | 6,883,926,513 | 8.8% | ||
catherinebleish | 0 | 8,889,337,884 | 22% | ||
mckeever | 0 | 2,942,162,899 | 15% | ||
emancipatedhuman | 0 | 3,446,340,438 | 11% | ||
dannyshine | 0 | 37,717,944,205 | 15.4% | ||
brightstar | 0 | 2,163,024,992 | 6.6% | ||
tftproject | 0 | 2,309,978,548 | 6.6% | ||
adamkokesh | 0 | 607,793,606,909 | 3% | ||
eftnow | 0 | 1,825,906,028 | 7% | ||
mjhomb | 0 | 202,690,229,213 | 100% | ||
rocknrolldm | 0 | 95,108,482 | 44% | ||
bonitaoregon | 0 | 94,689,931 | 35.2% | ||
consciousness | 0 | 476,899,332 | 44% | ||
triviummethod | 0 | 259,653,771 | 44% | ||
whistleblower | 0 | 332,274,546 | 44% | ||
blhz | 0 | 20,954,278,877 | 100% | ||
mwolfe13 | 0 | 209,721,376 | 14.52% | ||
steemcure | 0 | 218,035,586 | 44% | ||
veganism | 0 | 1,272,087,891 | 44% | ||
v4vapid | 0 | 5,599,551,407,750 | 40% | ||
steemitcommunity | 0 | 603,860,607 | 44% | ||
steemitboard | 0 | 450,979,561 | 1% | ||
funkit | 0 | 31,953,138,112 | 100% | ||
haileyscomet | 0 | 10,142,512,474 | 20% | ||
tibra | 0 | 193,013,365 | 10% | ||
marcialvieira | 0 | 610,390,398 | 100% | ||
perceive | 0 | 684,776,213 | 44% | ||
thepatrick | 0 | 105,372,249 | 3.08% | ||
iansart | 0 | 3,840,387,657 | 26.4% | ||
whatamidoing | 0 | 2,228,833,433 | 4% | ||
mrstaf | 0 | 1,789,004,803 | 50% | ||
cptnsolo | 0 | 96,548,500 | 100% | ||
khunfarang | 0 | 524,370,411 | 100% | ||
odic3o1 | 0 | 949,797,522 | 100% | ||
khunpoom | 0 | 278,876,824 | 50% | ||
masterthematrix | 0 | 46,413,850,823 | 50% | ||
antimedia | 0 | 2,479,603,249 | 22% | ||
theobserver1 | 0 | 610,390,398 | 100% | ||
colinhoward | 0 | 8,914,921,357 | 13% | ||
roxane | 0 | 10,652,385,621 | 0.44% | ||
britcoins | 0 | 5,036,480,268 | 100% | ||
manzon | 0 | 1,064,957,925 | 100% | ||
bryandivisions | 0 | 2,059,959,194 | 11% | ||
benchfrooser | 0 | 741,023,934 | 100% | ||
heart-to-heart | 0 | 3,496,762,793 | 4.4% | ||
iamjamie | 0 | 1,618,208,462 | 5% | ||
moroshek | 0 | 609,238,438 | 100% | ||
phelimint | 0 | 1,408,728,840 | 5.72% | ||
vimukthi | 0 | 8,842,736,599 | 8% | ||
holisticmom | 0 | 256,043,989 | 3% | ||
tribesteemup | 0 | 9,512,918,757,365 | 44% | ||
kwaskoff | 0 | 492,075,749 | 100% | ||
bitspark | 0 | 26,932,908,893 | 100% | ||
solarsupermama | 0 | 1,225,030,622 | 11% | ||
apasia.tech | 0 | 13,732,013,621 | 100% | ||
arrkiin | 0 | 15,074,293,035 | 100% | ||
gaminghd | 0 | 1,986,633,449 | 10% | ||
taskmaster4450 | 0 | 23,256,940,227 | 4.4% | ||
scorer | 0 | 39,284,874,369 | 100% | ||
sandcoin | 0 | 43,099,335,386 | 100% | ||
mickeybeaves | 0 | 7,868,839,765 | 10% | ||
steembet.asia | 0 | 641,085,441 | 100% | ||
across-the-moon | 0 | 40,660,808,959 | 100% | ||
bitshares76 | 0 | 7,215,313,448 | 100% | ||
csmedia | 0 | 576,287,074 | 22% | ||
canadianrenegade | 0 | 4,548,605,373 | 5% | ||
kimchi-king | 0 | 2,740,158,371 | 100% | ||
banaru82 | 0 | 528,761,245 | 100% | ||
sbedwards | 0 | 750,160,210 | 22% | ||
libertyepodcast | 0 | 6,053,099,942 | 22% | ||
agorise | 0 | 5,873,555,945 | 100% | ||
earthmother | 0 | 2,404,757,775 | 11% | ||
lishu | 0 | 2,388,049,824 | 11% | ||
gattino | 0 | 193,018,451 | 2.2% | ||
tnam0rken | 0 | 7,342,084,236 | 100% | ||
open-asset | 0 | 521,080,646 | 100% | ||
rid314 | 0 | 0 | 100% | ||
enjoyinglife | 0 | 11,197,728,268 | 11% | ||
paradigmprospect | 0 | 2,819,254,766 | 6.6% | ||
krishool | 0 | 139,229,700 | 6.6% | ||
dalexx | 0 | 5,802,113,595 | 100% | ||
paragon99 | 0 | 211,545,349 | 22% | ||
takry | 0 | 435,903,866 | 100% | ||
sagescrub | 0 | 794,902,379 | 0.88% | ||
dedicatedguy | 0 | 5,327,851,913 | 4.4% | ||
mountainjewel | 0 | 3,644,618,543 | 7.92% | ||
gibber | 0 | 102,508,664 | 4.4% | ||
moxieme | 0 | 913,812,349 | 20% | ||
davinsh | 0 | 952,004,037 | 17.6% | ||
flysky | 0 | 0 | 1% | ||
ekin228 | 0 | 113,778,674 | 100% | ||
freerolll | 0 | 356,960,138 | 100% | ||
realtreebivvy | 0 | 177,638,681 | 2.2% | ||
verodato | 0 | 435,984,295,127 | 100% | ||
tonysayers33 | 0 | 2,425,152,538 | 15% | ||
loryluvszombies | 0 | 66,928,318 | 11.88% | ||
hempress | 0 | 1,631,179,315 | 7.7% | ||
nataboo | 0 | 429,543,626 | 22% | ||
dannyquest | 0 | 628,868,223 | 11% | ||
eugenekul | 0 | 1,156,631,464 | 9.68% | ||
rikrdi | 0 | 203,280,917 | 100% | ||
sovereignalien | 0 | 1,380,511,359 | 44% | ||
steemsmarter | 0 | 8,292,224,211 | 14.52% | ||
rusliwaddah | 0 | 134,295,198 | 22% | ||
smart-shaegxy | 0 | 112,493,862 | 22% | ||
stevemack | 0 | 855,578,003 | 100% | ||
celestialcow | 0 | 1,732,714,041 | 9.68% | ||
krystaleye | 0 | 161,969,285 | 22% | ||
yorsezapata | 0 | 63,822,807 | 100% | ||
cryptoseven | 0 | 610,390,398 | 100% | ||
bobaphet | 0 | 4,509,597,433 | 22% | ||
philippekiene | 0 | 542,332,771 | 11.88% | ||
sugandhaseth | 0 | 137,491,106 | 2.2% | ||
steemer-x | 0 | 223,034,305 | 22% | ||
takin | 0 | 198,559,824 | 39.1% | ||
bangzi | 0 | 2,989,644,247 | 100% | ||
riverflows | 0 | 1,194,975,376 | 4.4% | ||
monetapes | 0 | 212,441,157 | 4.4% | ||
astralliam | 0 | 129,719,994 | 14.52% | ||
truthabides | 0 | 290,054,404 | 11% | ||
krisstofer | 0 | 332,163,131 | 9.68% | ||
rainbowrachel | 0 | 426,069,727 | 10% | ||
arbit | 0 | 110,044,808 | 25% | ||
inspirewithwords | 0 | 107,934,230,168 | 6.6% | ||
mannacurrency | 0 | 11,476,202,581 | 4.4% | ||
amnlive | 0 | 2,396,748,480 | 75% | ||
westcoasteagles | 0 | 184,779,595 | 22% | ||
socialmisfit | 0 | 171,904,788 | 22% | ||
steemfunder | 0 | 817,872,543 | 22% | ||
alexcocan | 0 | 480,133,715 | 100% | ||
sekisei | 0 | 600,624,474 | 100% | ||
phillyc | 0 | 3,322,943,943 | 22% | ||
mrandreas | 0 | 494,990,392 | 100% | ||
poppypyro | 0 | 120,921,722 | 100% | ||
zainenn | 0 | 807,736,144 | 2% | ||
startreat | 0 | 294,957,180 | 11% | ||
cpipi | 0 | 608,500,903 | 100% | ||
quiti | 0 | 519,584,975 | 100% | ||
deepdives | 0 | 203,576,214,409 | 100% | ||
dianation | 0 | 216,170,519 | 50% | ||
jidgabol | 0 | 116,550,787 | 100% | ||
emsteemians | 0 | 261,558,219 | 5% | ||
mimi87 | 0 | 91,292,693 | 22% | ||
bradypugliese | 0 | 492,876,452 | 100% | ||
darwindelacruz | 0 | 240,062,645 | 100% | ||
seldonsplan | 0 | 8,771,734,380 | 100% | ||
ingeniero-romulo | 0 | 329,318,115 | 100% | ||
naturalmedicine | 0 | 1,378,674,771 | 4.4% | ||
daymar | 0 | 215,939,163 | 100% | ||
ufukozer | 0 | 131,205,842 | 100% | ||
mahmud4m | 0 | 483,090,859 | 100% | ||
nozomi | 0 | 541,255,595 | 100% | ||
tregub | 0 | 0 | 100% | ||
barbarabezina | 0 | 183,466,093 | 100% | ||
peteaturner | 0 | 100,309,694 | 100% | ||
kwachu0900 | 0 | 480,205,937 | 100% | ||
sesinews | 0 | 598,463,385 | 100% | ||
cwow2 | 0 | 467,834,322 | 100% |
# Outstanding post Chris! More links of interest regarding Stealth: The BSIP's now have an issue each in the bitshares-core BSIP's repo. Technical disussion to be there. They've got issue numbers 88 through 93. ie, issues starting at: https://github.com/bitshares/bsips/issues/88 Stealth BSIP's update and review in progress: https://github.com/bitshares/bitshares-core/issues/1214 Upgraded Blinded transactions, on our way to true Stealth... Merged into Bitshares Core: https://github.com/bitshares/bitshares-core/pull/1117 No hard fork will be needed to update the bitshares-core with this. June 14th: Crystal wallet Update: Stealth and Blind transactions support now being coded in Kotlin, and added to the Send screen for the v1.0 release. Shortly after that release we want to add Stealth account and contacts support to those 2 screens as well. We decided on Kotlin because in the future it will allow us to release builds for iOS, not just androids. https://github.com/Agorise/graphenek/pull/1/commits/d028c6956a51560b3435ac024163c8f6cc976495 graphenek repo has been renamed to: https://github.com/Agorise/bitshares-stealth-k For more info on PalmPay, Crystal wallet, Stealth, C-IPFS, LocalBTS, Morphit bridge and other products, please join us on telegram or keybase: Telegram: https://t.me/Agorise Telegram: https://keybase.io/team/Agorise Peace, Love, and Agorism.
author | agorise |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180808t190714546z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"links":["https://github.com/bitshares/bsips/issues/88","https://github.com/bitshares/bitshares-core/issues/1214","https://github.com/bitshares/bitshares-core/pull/1117","https://github.com/Agorise/graphenek/pull/1/commits/d028c6956a51560b3435ac024163c8f6cc976495","https://github.com/Agorise/bitshares-stealth-k","https://t.me/Agorise","https://keybase.io/team/Agorise"],"app":"steemit/0.1"} |
created | 2018-08-08 19:07:15 |
last_update | 2018-08-08 19:07:15 |
depth | 1 |
children | 1 |
last_payout | 2018-08-15 19:07:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.487 HBD |
curator_payout_value | 0.054 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,413 |
author_reputation | 63,370,434,926,916 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,557,606 |
net_rshares | 407,036,667,448 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taconator | 0 | 177,517,973,969 | 100% | ||
konelectric | 0 | 91,388,265,897 | 49% | ||
kencode | 0 | 123,683,415,782 | 100% | ||
ppitonak | 0 | 2,466,651,013 | 100% | ||
malacandrahyoi | 0 | 2,910,649,293 | 100% | ||
marcialvieira | 0 | 598,182,590 | 100% | ||
kimchi-king | 0 | 2,686,076,298 | 100% | ||
agorise | 0 | 5,785,452,606 | 100% |
author | malacandrahyoi |
---|---|
permlink | re-agorise-re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180808t191030125z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-08 19:10:30 |
last_update | 2018-08-08 19:10:30 |
depth | 2 |
children | 0 |
last_payout | 2018-08-15 19:10:30 |
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 | 888,314,656,920 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,557,895 |
net_rshares | 5,930,198,359 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
testlump | 0 | 203,481,312 | 100% | ||
agorise | 0 | 5,726,717,047 | 100% |
BitShares rocks. wishing you the best of success @malacandrahyoi
author | banditqueen |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180809t000912461z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"users":["malacandrahyoi"],"app":"steemit/0.1"} |
created | 2018-08-09 00:09:15 |
last_update | 2018-08-09 00:09:15 |
depth | 1 |
children | 0 |
last_payout | 2018-08-16 00:09:15 |
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 | 64 |
author_reputation | 999,910,672,331 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,578,269 |
net_rshares | 3,681,422,542 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
malacandrahyoi | 0 | 2,925,275,671 | 100% | ||
benchfrooser | 0 | 756,146,871 | 100% |
This is incredible, very happy to have you around @malacandrahyoi and remarkably lucky the community is to have someone come along and work on the Stealth features for BitShares, you should be well rewarded if achieving what you have set out to do.
author | britcoins |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180813t110627696z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"users":["malacandrahyoi"],"app":"steemit/0.1"} |
created | 2018-08-13 11:06:30 |
last_update | 2018-08-13 11:06:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-20 11:06:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 248 |
author_reputation | 3,090,086,590,721 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 68,046,605 |
net_rshares | 17,520,310,062 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
britcoins | 0 | 5,103,938,465 | 100% | ||
apasia.tech | 0 | 12,416,371,597 | 100% |
In the face of radical transparency, just in-case something does not go as planed we could use some privacy.. Thanks for all your hard work.
author | jamesc |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180808t220157730z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-08 22:02:03 |
last_update | 2018-08-08 22:02:03 |
depth | 1 |
children | 1 |
last_payout | 2018-08-15 22:02:03 |
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 | 142 |
author_reputation | 11,900,157,451,513 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,569,091 |
net_rshares | 2,925,275,671 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
malacandrahyoi | 0 | 2,925,275,671 | 100% |
Thanks for the resteem!
author | malacandrahyoi |
---|---|
permlink | re-jamesc-re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180808t220737587z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-08 22:07:36 |
last_update | 2018-08-08 22:07:36 |
depth | 2 |
children | 0 |
last_payout | 2018-08-15 22:07: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 | 23 |
author_reputation | 888,314,656,920 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,569,516 |
net_rshares | 0 |
Awesome stuff. You should RSVP on @officialfuzzy show. https://steemit.com/bitshares/@officialfuzzy/-bitshares-hangout-82-2018-08-11-sat-100pm-utc-opensource-agenda-beyondbit-raffle-powered-by-sp-20180806t222308993z-post We have been short on guest lately and I think this will bring excitement to the chat. Qapla'
author | konelectric |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180808t233625457z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"users":["officialfuzzy"],"links":["https://steemit.com/bitshares/@officialfuzzy/-bitshares-hangout-82-2018-08-11-sat-100pm-utc-opensource-agenda-beyondbit-raffle-powered-by-sp-20180806t222308993z-post"],"app":"steemit/0.1"} |
created | 2018-08-08 23:36:42 |
last_update | 2018-08-08 23:36:42 |
depth | 1 |
children | 2 |
last_payout | 2018-08-15 23:36:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.251 HBD |
curator_payout_value | 0.079 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 316 |
author_reputation | 7,606,052,098,882 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,576,038 |
net_rshares | 248,925,836,044 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taconator | 0 | 44,144,681,357 | 25% | ||
konelectric | 0 | 201,203,117,975 | 100% | ||
malacandrahyoi | 0 | 2,866,770,158 | 100% | ||
sergino | 0 | 499,633,818 | 2% | ||
lordofreward | 0 | 211,632,736 | 0.75% |
Great idea. Have conflicts the next couple Saturdays but would like to do this soon.
author | malacandrahyoi |
---|---|
permlink | re-konelectric-re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180809t011215254z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-09 01:12:15 |
last_update | 2018-08-09 01:12:15 |
depth | 2 |
children | 1 |
last_payout | 2018-08-16 01:12:15 |
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 | 85 |
author_reputation | 888,314,656,920 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,583,047 |
net_rshares | 8,658,711,260 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
konelectric | 0 | 6,026,717,035 | 3% | ||
kimchi-king | 0 | 2,631,994,225 | 100% |
When you do, I'll give you an upvote.
author | konelectric |
---|---|
permlink | re-malacandrahyoi-re-konelectric-re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180809t225354917z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-09 22:54:12 |
last_update | 2018-08-09 22:54:12 |
depth | 3 |
children | 0 |
last_payout | 2018-08-16 22:54:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.198 HBD |
curator_payout_value | 0.060 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 7,606,052,098,882 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,689,744 |
net_rshares | 203,026,990,187 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
konelectric | 0 | 199,265,154,997 | 100% | ||
malacandrahyoi | 0 | 2,925,275,671 | 100% | ||
sergino | 0 | 624,542,273 | 2.25% | ||
lordofreward | 0 | 212,017,246 | 0.75% |
Wow very great project! Can't wait to see the stealth implementation on Bitshares, great Job!!!
author | masterthematrix |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180812t164643439z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-12 16:46:42 |
last_update | 2018-08-12 16:46:42 |
depth | 1 |
children | 0 |
last_payout | 2018-08-19 16:46: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 | 95 |
author_reputation | 9,868,666,626,842 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,971,018 |
net_rshares | 0 |
I need to read this about 3 more times to be sure I understand it. I'd love to maybe chat about this on www.poppingthebubbl.com let me get through it again and thanks for the great piece of writing.
author | peteaturner |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180809t064531532z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-09 06:45:30 |
last_update | 2018-08-09 06:45:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-16 06:45:30 |
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 | 198 |
author_reputation | 3,964,228,990,669 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,608,487 |
net_rshares | 0 |
Congratulations @malacandrahyoi! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@malacandrahyoi) Award for the number of upvotes received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-malacandrahyoi-20180809t063120000z |
category | bitshares |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-09 06:31:21 |
last_update | 2018-08-09 06:31:21 |
depth | 1 |
children | 0 |
last_payout | 2018-08-16 06:31:21 |
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 | 740 |
author_reputation | 38,975,615,169,260 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,607,383 |
net_rshares | 0 |
Congratulations @malacandrahyoi! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@malacandrahyoi) Award for the total payout received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-malacandrahyoi-20180816t210602000z |
category | bitshares |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-16 21:06:00 |
last_update | 2018-08-16 21:06:00 |
depth | 1 |
children | 0 |
last_payout | 2018-08-23 21:06:00 |
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 | 687 |
author_reputation | 38,975,615,169,260 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,428,557 |
net_rshares | 0 |
I'm really glad to come across you. I'm a big fan of Komodo and Enigma. I still like BTS and EOS very much. But the radical transparency can become a serious problem when it comes to certain things. I've written some stuff here: https://steemit.com/philosophy/@vimukthi/an-in-depth-critical-look-at-radical-transparency-and-its-challenges-pitfalls-and-the-eventual-spiritual-decay-and-the-loss-of Best of Luck! You earned a new follower.
author | vimukthi |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180809t193220386z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"links":["https://steemit.com/philosophy/@vimukthi/an-in-depth-critical-look-at-radical-transparency-and-its-challenges-pitfalls-and-the-eventual-spiritual-decay-and-the-loss-of"],"app":"steemit/0.1"} |
created | 2018-08-09 19:32:30 |
last_update | 2018-08-09 19:32:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-16 19:32:30 |
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 | 438 |
author_reputation | 501,434,186,953,448 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,675,783 |
net_rshares | 2,881,396,536 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
malacandrahyoi | 0 | 2,881,396,536 | 100% |
Glad to see movement with Stealth!
author | xeroc |
---|---|
permlink | re-malacandrahyoi-stealth-on-bitshares-development-phase-ii-20180809t111923123z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-09 11:19:24 |
last_update | 2018-08-09 11:19:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-16 11:19: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 | 34 |
author_reputation | 118,819,064,085,695 |
root_title | "Stealth on BitShares - Development Phase II" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,629,741 |
net_rshares | 2,925,275,671 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
malacandrahyoi | 0 | 2,925,275,671 | 100% | ||
rid314 | 0 | 0 | 100% |