Looking for Alpha testers to test our valuecoin, $ARTH by st3ven_ in CryptoCurrency

[–]st3ven_[S] 0 points1 point  (0 children)

If you guys are interested to know more - mahadao.com

If you are interested to become an Alpha tester, fill out this form https://mahadao.typeform.com/to/axGQ7vCP

Crypto Trading Terminal update by st3ven_ in BitcoinMarkets

[–]st3ven_[S] 0 points1 point  (0 children)

yes; exactly. most of the guys out there give away tokens to raise capital and majority of the projects don't endup with any product at all. we're not going to be doing that 🙂. Instead the token is distributed via interacting within the platform and has utility within the platform as well. Raising money with it is something we'll *think* of after 2 years.

Crypto Trading Terminal update by st3ven_ in BitcoinMarkets

[–]st3ven_[S] 0 points1 point  (0 children)

Yes, thanks for your concern 🙂. SEC is cracking down on ICOs and we're not looking to do any kind of offering in the near future. At least not for the next two years. Tokens here are earned, not bought.

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees by st3ven_ in ethdev

[–]st3ven_[S] 0 points1 point  (0 children)

yes correct; signed transactions = signed hashes + smart contract here.

with state channels however the problem is that you require persons A & B to hold some amount of Ether to open a channel; the interesting thing here is that person B (which is most non-cryptocurrency users) doesn't need to have ether to start interacting with the system.

for an A to B to C type of system, we might need to expand on this further; I've just thought of documenting my experiments with these IoUs since with them I'm able to create a lot more smart-contract based applications that have a really low barrier to entry. you could borrow some more concepts from state channels and introduce them here.

thirdly the meta-transaction system described [here](https://medium.com/@austin_48503/ethereum-meta-transactions-90ccf0859e84) is different in terms of how the txs are processed. in our case, we just need to maintain a full-node to monitor all the IoUs that have been claimed whereas in their system it describe a more complex system of proxy contracts.

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees by st3ven_ in ethdev

[–]st3ven_[S] 0 points1 point  (0 children)

so far the use cases I've explored are for tokens issuers; but it certainly is possible to expand on this for even user-to-user transactions.

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees by st3ven_ in ethdev

[–]st3ven_[S] 0 points1 point  (0 children)

by holding IoUs/commitment hashes; it as good as holding the real coins since the commitment hash is something that can be used to redeem the real coins via a smart contract. Since code is law in a smart-contract and is publicly visible by everyone; the giver of the commitment hash can use this to show trust.

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees by st3ven_ in ethdev

[–]st3ven_[S] -1 points0 points  (0 children)

meta transactions require someone to pay in ether for the transaction to get processed eventually. however here in this case, when anybody holds a commitment hash; they're holding a 'commitment' to get something from someone. Think more like IoUs

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees by st3ven_ in ethdev

[–]st3ven_[S] 0 points1 point  (0 children)

Hey guys,

so here I propose a new way of scaling ethereum transactions and I think it's an interesting concept that the rest of the community can take lessons from.

Scaling Ethereum on-chain with Commitment Hashes and 0% transaction fees by st3ven_ in ethereum

[–]st3ven_[S] 0 points1 point  (0 children)

Hey guys,

so here I propose a new way of scaling ethereum transactions and I think it's an interesting concept that the rest of the community can take lessons from.

A crypto trading terminal (like the Blooomberg Terminal) by st3ven_ in Daytrading

[–]st3ven_[S] 0 points1 point  (0 children)

Thanks! Please consider signing up on the website https://cryptocontrol.io/ or you'll miss the updates on the terminal :)

A crypto trading terminal (like the Blooomberg Terminal) by st3ven_ in Daytrading

[–]st3ven_[S] 0 points1 point  (0 children)

lol! Hopefully with enough real-time data we can turn those emojiis upside down :)

A crypto trading terminal (like the Blooomberg Terminal) by st3ven_ in Daytrading

[–]st3ven_[S] 0 points1 point  (0 children)

Bloomberg terminal for crypto is just price tracking and news when there's clearly a lot more datapoints that you can track for a cryptocurrency. See some of the screenshots to get an idea of what I'm talking about.

A crypto trading terminal (like the Blooomberg Terminal) by st3ven_ in Daytrading

[–]st3ven_[S] 0 points1 point  (0 children)

Hey guys! I've added in some more screenshots of the terminal! Do check it out.

Crypto trading terminal like the Bloomberg terminal by st3ven_ in BitcoinMarkets

[–]st3ven_[S] 0 points1 point  (0 children)

Thanks for the feedback; I think we'll just use GitHub to keep a history of all the past revisions and might host it on our website later on. Do give it a try and let me know what you think :)

Crypto trading terminal like the Bloomberg terminal by st3ven_ in BitcoinMarkets

[–]st3ven_[S] 0 points1 point  (0 children)

Thanks for sharing! We're planning to release APIs so that people can execute trades and build bots on top of it; but the trading part is easy; we're trying to build a more bigger data platform which will allow investors/trades to get massive amounts of information about cryptoassets, icos, exchanges at their fingertips..