Search content
Sort by

Showing 6 of 6 results by ucerron
Post
Topic
Board Project Development
Topic OP
Decentralized Offchain Banking System: DecentralBank
by
ucerron
on 20/10/2014, 08:16:05 UTC
A few months ago, I started working on a P2P Decentralized Offchain Banking project, which is a voting pool network where anyone can set up a node and earn money or fees depending on the amount used.

The project uses the BitcoinJ library and Zeromq's JZMQ library for low latency purposes as well as javafx, so it runs on java8.

At the moment it's just me working on the prototype backend, while my team is helping with the website and android application since we have recently been accepted to the Citi Mobile Challenge.

We are still looking for more developers to join help build the P2P network.
If you feel like contributing shoot us an email at decentralteam@gmail.com

Here are some of the main concepts of DecentralBank:

    Fully decentralized voting pools. (Anyone can set up a node).
    We are using a DHT for the voting pool network which should consist of 5 - 11 nodes per pool.
    The network consists of voting pools constantly finding and allocating new nodes into voting pools.
    A Proof of Guarantee.(Where a node is required to provide a guarantee through a p2sh transaction using the nlocktime feature)
    A Proof of Trust. ( This is calculated by the node's uptime and record).
    Each node is able to collect a stream of fees depending on how much it is used.
    Integration with Maidsafe or Storj, to allow for users to exchange tokens automatically.
    Open Source, Open Communication.
   
   
We recently got accepted into the Citi Bank Mobile Challenge US.

One of our use cases consists of banks using Bitcoin to conduct cash to bitcoin transactions without handling the Bitcoin or any other cryptographic token. Here is a diagram for the scheme along with our Android app:
https://pbs.twimg.com/media/B0Xi8XvCAAADjwT.jpg


For more information, please check out these resources:
Webpage: http://decentralbank.com
twitter: http://twitter.com/decentralteam
The source code at Github: https://github.com/DecentralBank
Whitepaper: https://github.com/DecentralBank/whitepaper
Post
Topic
Board Development & Technical Discussion
Topic OP
Decentralized Offchain Banking System Use Case: Bank to Cash transfers
by
ucerron
on 20/10/2014, 06:27:29 UTC
A few months ago, I started working on a P2P Decentralized Offchain Banking project, which is a voting pool network where anyone can set up a node and earn money or fees depending on the amount used.

The project uses the BitcoinJ library and Zeromq's JZMQ library for low latency purposes as well as javafx, so it runs on java8.

At the moment it's just me working on the prototype backend, while my team is helping with the website and android application since we have recently been accepted to the Citi Mobile Challenge.

We are still looking for more developers to join help build the P2P network.
If you feel like contributing shoot us an email at decentralteam@gmail.com

Here are some of the main concepts of DecentralBank:

    Fully decentralized voting pools. (Anyone can set up a node).
    We are using a DHT for the voting pool network which should consist of 5 - 11 nodes per pool.
    The network consists of voting pools constantly finding and allocating new nodes into voting pools.
    A Proof of Guarantee.(Where a node is required to provide a guarantee through a p2sh transaction using the nlocktime feature)
    A Proof of Trust. ( This is calculated by the node's uptime and record).
    Each node is able to collect a stream of fees depending on how much it is used.
    Integration with Maidsafe or Storj, to allow for users to exchange tokens automatically.
    Open Source, Open Communication.
  
  
We recently got accepted into the Citi Bank Mobile Challenge US.

One of our use cases consists of banks using Bitcoin to conduct cash to bitcoin transactions without handling the Bitcoin or any other cryptographic token. Here is a diagram for the scheme along with our Android app:
https://pbs.twimg.com/media/B0Xi8XvCAAADjwT.jpg


For more information, please check out these resources:
Webpage: http://decentralbank.com
twitter: http://twitter.com/decentralteam
The source code at Github: https://github.com/DecentralBank
Whitepaper: https://github.com/DecentralBank/whitepaper
Post
Topic
Board Project Development
Re: thebitcoinmovement.com - nice project. take a look :)
by
ucerron
on 17/08/2014, 20:23:30 UTC
very nice project, will def. tweet about this. Smiley
Post
Topic
Board Project Development
Re: Decentralized offchain Banking system and colored coins Project
by
ucerron
on 17/08/2014, 19:50:56 UTC
testing our code and adding new features for our browser extension wallet, stay tuned for our alpha release next week at decentralwallet.com , If you have any questions or suggestions about our architecture or code shoot us an email at decentralteam@gmail.com or subscribe if you'd like to learn more about the wallet or the offchain network.
Post
Topic
Board Project Development
Re: Decentralized offchain Banking system and colored coins Project
by
ucerron
on 31/07/2014, 14:00:39 UTC
This is something I can get behind
Glad to hear that.
Did you read about a concept of distributed oracles?

https://github.com/orisi/wiki/wiki/Orisi-White-Paper

and the source code repo:

http://github.com/orisi/orisi

While it's quite different from what you're proposing, distributed oracles also allow for handling banking/trading offchain, using multisig accounts. It would definitely be worth for you to see what's being done in this area Smiley
Will take a look at this. thanks!

Is it compatible with the open assets standard for colored coins?

I was discussing this with my teammates, I will read more into the protocol and play around with it.
Post
Topic
Board Project Development
Topic OP
Decentralized offchain Banking system and colored coins Project
by
ucerron
on 31/07/2014, 05:25:05 UTC
I've been working on an open source decentralized offchain banking project, which is basically a complete decentralized peer to peer version of open transactions voting pool allowing allowing for off chain transactions by using a variant of bitcoinj's micro payments channels multisignature scheme (although this might change).

this paper is still a very rough draft for me, just wanted to get it out there and get some general feedback on my approach.

the white paper rough draft is located here https://github.com/DecentralBank/whitepaper.

We have also been working on a colored coins chrome extension wallet. It's still in pre alpha version for now but we will transition to alpha next weekend, since the wallet can work independently from the decentral network we will release it first.

http://i.imgur.com/TIAwpYj.png
http://i.imgur.com/mxzVrre.png


the website is decentralbank.com.