Stealth, Ledger Nano S, graphenej, mobile wallets, Point Of Sale systems... The Agorise Report

in #introduceyourself7 years ago

Welcome to The Agorise Report!

agorist-flag.png

Anarchy itself literally means "without Rulers". It does not mean "no rules", or chaos. Agorists work to bring about a society of voluntary human-interactions by way of the Non-Aggression Principle (NAP), Peaceful Parenting and counter-economics. Agorism embraces free-market alternatives, rendering governments and the use of force obsolete.

At Agorise, we are working as hard and fast as possible to build the infrastructure to accomplish these goals.

Anarchapulco 2018 - Meet some of the Agorise staff in Acapulco this February! Support the work of all the hard working agorists out there.. Book your tickets at Anarchapulco.com today!

Anarchapulco

So, what are some of the things that we're building right now?

Stealth transactions on the Bitshares platform

What's done:

  • A functional prototype UI/UX for initiating Blinded/Stealth transactions, for managing Stealth accounts and contacts, and for monitoring and receiving Stealth balances.

  • A transaction back-end for constructing and broadcasting Public2Blind, Blind2Blind, and Blind2Public transfers out to the network.

  • The beginning of a ZKP (zero-knowledge proofs) library that extends the secp256k1 library, implemented in Javascript. This has been previously done in the C++ sources (ie: in the CLI wallet), but no complete ZKP library yet exists in Javascript suitable for use in the UI wallet. Completed components thus far include Pedersen commitments and “blind sum” calculations.

What works:

  • All transaction directions (P2B, B2B, B2P) work, with some limitations. Most notably, Blinded balances must be spent in their entirety to the intended recipient, as the facility to receive “change” from a transaction is still being worked on. (It depends on range-proofs being completed in the ZKP library).

What's still being worked on:

  • Range Proofs: Confidential (Blinded/Stealth) transactions on Bitshares work differently than Normal transactions. Stealth transactions use the UTXO model (similar to how Bitcoin works) instead of the Account model (how blockchains like Ethereum and Normal-mode Bitshares work.) This means that each time you receive a confidential transaction, the blockchain records a “coin” (called a commitment) that encodes the received amount. Your confidential “balance” is just the sum of these coins. Coins cannot be split. They can only be consumed in entirety as “inputs” to a transaction, and turned, in essence, into a new set of coins that are the “outputs” of the transaction. Typically, there will be two outputs: one to the intended recipient, and one yielding the “change” back to yourself.

When transaction values are Blinded, the network cannot know the value of the outputs. The only thing the network can verify is that the sum of the INPUTS equals the sum of the OUTPUTS (without even knowing what those sums actually are… ONLY that they balance). So long as there is only one output, things are simple. But if there are TWO outputs (as there must be if there is to be a change amount), then the transaction must also include a “range proof”, which is a mathematical proof that asserts that, while the output amount is unknown, it is NOT negative-valued. This is important, because without this proof of a non-negative output, one could take a 10 BTS input and spend it to a -5 BTS output and a +15 BTS output and effectively counterfeit 5 BTS, and this transaction would balance. (The sum of the outputs equals the sum of the inputs)!

Range Proofs are the most complicated sub-component of the project to implement Blinded and Stealth transactions in the Javascript-based UI wallet. Although the C++ implementation works in the CLI wallet, porting the algorithm to Javascript for use in the UI wallet has to be done with great care.

In essence, a range proof is a Borromean Ring Signature, which is used in a clever way to give a representation of the output value as a sum of “either-or” binary significant digits in a pseudo-floating-point format. It’s like representing the value as a bit-field where each bit is unknown, BUT it proves that the value is in a range that will not overflow and end up representing a negative number. With the range proof, the network can verify that the output equals the input, AND that no counterfeiting is occurring.

Since the homescreen of the web and light client wallets was recently replaced, that set us back a few days and had to shuffle some things around on that screen, but will have that updated next week. There have been some connection issues with the api of the eu testnet lately too, so hopefully those connection issues will be hammered out soon and we can publish the link so that everyone can connect and start hacking on the new Blinded transaction and ultimately, the Stealth transaction features with us.

hr.png

Ledger Nano S

Funding for this project dried up in that last crypto dump, so if you would like to donate some BTC or BTS to get this cold storage solution finished up, please send your donations here:
BTC: 1LNeUvrxGjbyPxrCson9rbrKcpaQgwaGVA
BTS: agorise

Once at least $8K in donations has been received, Agorise will cover the balance and get the Ledger Nano S firmware completed and published on github. If that goal is not reached by December 25th 2017, donations are used to build additional open source crypto products and support the existing ones we build and discuss here on Steemit. Here is where the code will be published:
https://github.com/Agorise/ledger-nano-s-bitshares

Note: Getting our firmware merged with the Ledger Nano S core however may not be so easy. Agorise is not a Marketing firm. There are no guarantees that they will merge our code. If you have the ability to coordinate that with the awesome Devs over at Ledger, please ping @kenCode on telegram or keybase asap:
Telegram: https://t.me/kenCode
Keybase: https://keybase.io/kenCode

hr.png

graphenej

If you're a mobile app Developer and want to add Bitshares support to your android app, we have built a nice library for you that makes that integration a breeze. It's kept up to date too since we use it in most of the products we build, so try it out today to show your support for the Bitshares network!
https://github.com/Agorise/graphenej

hr.png

Mobile Wallets

First we built the Bitshares Wallet. Then we built the Smartcoins Wallet. Now we are building a new, totally decentralized, multi-chain, Yubikey-enabled, grandma-friendly, atomic swap, NFC/QR, Stealth-enabled, mobile "wallet" that does a hell of a lot more than just manage your digital assets. Codenamed "Carbon", this unstoppable app will Evolutionise cryptocurrencies in the mobile space. Follow us here on Steemit if you'd like to try it out!

hr.png

Point Of Sale systems and integrations

Just because the BlockPay name was acquired, doesn't mean that we will let the project die. It's already been forked, rebranded and is being actively upgraded and improved. As a matter of fact, the new POS system (codenamed "Atom") is faster, more secure, less reliant on any third parties, totally decentralized, supports way more coins, is cheaper for the customer, and is WAY easier to setup for the merchant. Click, click, done. If you are looking to accept one or more digital currencies in your business, look no further. Just Follow us here on Steemit if you'd like to try it out!

hr.png

C-IPFS

C-IPFS v1.0 was released a few weeks ago. IPFS is the Inter-Planetary FileSystem, and allows us to decentralize everything, including parts of the Internet itself. Why did we rewrite it in C? Think Bitshares' Stealth backups, OpenWrt routers (decentralize the internet/meshnet!), Android TV, decentralized Media, decentralized websites, decentralized Apps, Browsers and mobile chat, decentralized CDN's and App Stores, RasPi's, old pc's and more.

Tired of censorship? Build on IPFS! DTube did!

We have a couple builds on there for you now, and more builds will be published there in the coming days, so if you'd like to help us Agorise the World through decentralization, then please Follow us here on Steemit for all the updates!
https://github.com/Agorise/c-ipfs/releases

hr.png

The Atomic Order Book

Use your imagination.. We've mentioned the need for atomic swaps in the crypto space for some time and now it's finally a reality! We will make this api public on our github very, very soon:
https://github.com/Agorise

hr.png

Videos

Want to see some sweet video tutorials and explainers? In the coming days, we will be posting a series of videos that teach and support all of our products, and of course Agorism itself, so stay tuned!
DTube: https://dtube.video/#!/c/Agorise
Youtube: https://www.youtube.com/channel/UCCk2kxMidSdt5L3iawyFTwQ

hr.png

Have questions about Agorise products or services? Feel free to join our telegram group. There's a couple hundred of us ready to help! :)

:: https://t.me/Agorise ::

This new Blog is where all Agorise products, services and news will be officially announced, so please be sure to Follow and Re-Steem, thank you! :)

Peace, Love and Agorism.
Agorise

Sort:  

The point of sale system really gets me going the most , well actually everything gets me super hyped. The POS potential to really bring this tech to the masses is going to allow people to really make a living on the crypto ecosystem. Nice post and cant wait for code name carbon to come online.

Yep, both of those apps could potentially save lives if people start using them instead of relying on their "leaders".

As a small business owner, I am also really looking forward to Point Of Sale tech and I'll be following this closely.

I came across this and wanted to mention that adding Ledger nano s support to Bitshares would definitely be a reason for me to switch to using it. I am currently limiting myself to Etherdelta because of it, I just don't feel secure trading without it.

As a small investor I have little to no funds to spare for the donation pot. However, might I suggest that we try raising the funds on Steemit? Perhaps if you make a post calling out for donations for this purpose, others will think it worthwhile and upvote the idea. As you know, posts can fetch a significant amount of money on here. I'm sure we could raise a decent portion if you made one upvotable-donation post once a week (or more?) to get there. I am certain many others will see the benefit of this and are willing to click their mousefinger once to support it? Let's use the power of Steemit to pay for blockchain development?

Great work @kencode. Can wait to see your plains for Steemit.

Welcome to steemit!
I know that steemit may seem very overwhelming to you right now but don't worry. There's a learning curve to everything so just be patient and you'll be churning out posts and becoming a part of something great in no time!
Also if there are any questions that you may have, you can reach me at http://steemit.chat . My username is the same over there, i.e., arthestically

Have fun and I am wishing you LOADS of success on here! <3
@originalworks

Regards
@arthestically

The @OriginalWorks bot has determined this post by @agorise to be original material and upvoted it!

ezgif.com-resize.gif

To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message!

Don't forget to check out the sponsored writing contest! 125 SBD in prizes!

For more information, Click Here!
Special thanks to @reggaemuffin for being a supporter! Vote him as a witness to help make Steemit a better place!

Yes, please. I was looking through new #introduceyourself posts for promising accounts to follow, and I thought, "Hey, anyone using that flag image must be a friend."

Beware of people who are inconsistent though. I've met a few on here lately. It's very unfortunate, for them not me, too. Isn't it sad that people want to call themselves friends of liberty but act counter to it?

Man, I hate inconsistencies.

Yeah, don't pressure them too much though. The world we live in right now makes it very difficult to be a true agorist but if we continue planting seeds and leading by example, liberty catches on like wildfire.

I hope you will succeed. I will try to help you by resteems and upvotes=)

🌟 Nice! Happy to see you put together an official account for Agorise -- you know you have my support.
Followed, Upvoted, ReSteemed!

Thank you thank you thank youuuuuu!! :)

Love you @Kencode, i am a true fan of you

I like all of your projects Mr @kencode

Very informative, Sure to follow and resteem

Let's Agorise the world!

you are awesome @kemcode ..Amazing post , quite member of your community 'Agorise the world'

that's the one where we all hang out, thanx for joining us in there! :)
http://t.me/Agorise

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

Hello everybody! Lets learn about agorism alltogether=)
Peace, Love and Agorism!

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

Just because the BlockPay name was acquired, doesn't mean that we will let the project die. It's already been forked, rebranded and is being actively upgraded and improved. As a matter of fact, the new POS system (codenamed "Atom") is faster, more secure, less reliant on any third parties, totally decentralized, supports way more coins, is cheaper for the customer, and is WAY easier to setup for the merchant. Click, click, done.

Yay!! Way to go Ken!

Thanx nutela :)

Following and resteemed.

Followed, Upvoted, ReSteemed!)

great work !
u are a change making writer !!

Wow!! Great post!! Keep posting such posts good luck!

Indeed, and there's a lot more to come, more giveaways too of course, thanx for joining us here @emily7 much appreciated for the Follow and re-steems! :)
Cheerz, ken

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

Followed, Upvoted, ReSteemed!)

Vote for you!

Hi nice to read about you. I am Sakib from bangladesh i am also new on steemit and welcome you to sreemit. I have followed you can you also please follow me. Best of luck.

You got my vote and a resteem :]

Thank you sooooo much @ipkiss!! :)

Congratulations @agorise! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

You got a First Vote
Award for the number of upvotes received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!

Thank you for your help.

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

My vote for you and resteem

Wow loved your giveaways

This looks really exciting! Thanks for the nice and limpid report.

Amazing informative post.. Thanks for sharing

Interesting project

Congratulations @agorise! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!

i am @abdullatifphadia This looks truly energizing! A debt of gratitude is in order for the pleasant and limpid report.

Congratulations @agorise!
Your post was mentioned in the hit parade in the following categories:

  • Comments - Ranked 2 with 34 comments
  • Pending payout - Ranked 4 with $ 41,69

Follow, upvote & re-Steem. = )

Followed, upvoted, resteemed!

Great news! Hope this will grow into really big and famous project!
Money from @dunsky

Ken and others, now that you are back, how about speaking on the @BeyondBitcoin #Whaletank? Let's celebrate this! : )

We need to find a spokesperson for Agorise, someone who can market our 6+ products. Devs are not Marketers.

Well what can I do for you?

Congratulations @agorise! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!

I'm waiting for Mobile Wallets project upvoted..... upvoted!!!

Nice one welcome to steemit thank you for this blog it really helps.

awesome content ..lot of information and quality post

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

С нетерпением жду Carbon)))

Hello, you can check my tips to update your profile picture here :
https://steemit.com/steemit/@ramirezcool1/upload-your-profile-picture

My vote and resteem is yours :)

Congratulations @agorise! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

You made your First Comment
Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

By upvoting this notification, you can help all Steemit users. Learn how here!

i am @abdullatifphadia This looks truly energizing! A debt of gratitude is in order for the pleasant and limpid report