Pages:
Author

Topic: Virtual currency without block chain - page 2. (Read 1912 times)

full member
Activity: 126
Merit: 100
October 03, 2014, 12:31:37 PM
#12
5. B checks the distributed hash table to verify ownership.

The problem here is that it relies on some assurances that a DHT, alone, cannot provide.  If a DHT registry were "enough" by itself then we would've had a working bitcoin in the mid 90s, trivially.  Unfortunately the "Merkle proof chaining" mechanism of the blocks really is strictly necessary in order to avoid double spend and assure consistent transaction selection and processing.  Without such a mechanism the most simple of attacks against the network could easily be used to disrupt the entire system.

I thought that maybe a distributed real-time server could solve that. For example, the calendar time is taken to be a median value among the nodes in the network.

And then every let's say 5 seconds a chunk of transactions is committed to the distributed hash table. For a transaction to be valid it must be signed with the current coin owner's private key.
sr. member
Activity: 434
Merit: 250
October 03, 2014, 11:48:38 AM
#11
5. B checks the distributed hash table to verify ownership.

The problem here is that it relies on some assurances that a DHT, alone, cannot provide.  If a DHT registry were "enough" by itself then we would've had a working bitcoin in the mid 90s, trivially.  Unfortunately the "Merkle proof chaining" mechanism of the blocks really is strictly necessary in order to avoid double spend and assure consistent transaction selection and processing.  Without such a mechanism the most simple of attacks against the network could easily be used to disrupt the entire system.
sr. member
Activity: 434
Merit: 250
October 03, 2014, 11:42:22 AM
#10
check this:

https://bitcointalk.org/index.php?topic=614917.620

its not released yet, but will have what is called 'proof of consensus' and afaik no blockchain.

The developer himself has said, several times, that there is actually a block-chain.  This is also clearly visible from the source.

This coin will just use a mechanism similar to automated check-pointing in order to reduce burden of storing the chain history.  This carries with it some significant implications and caveats, including a potential "total kill switch" in the hands of the developer, as has been discussed on the thread.
sr. member
Activity: 434
Merit: 250
October 03, 2014, 07:57:21 AM
#9
check this:

https://bitcointalk.org/index.php?topic=614917.620

its not released yet, but will have what is called 'proof of consensus' and afaik no blockchain.
full member
Activity: 126
Merit: 100
October 03, 2014, 07:49:03 AM
#8
Cryptonite has a mini-blockchain similar to your proposal, but it's not completely missing a block chain.

https://bitcointalk.org/index.php?topic=713538.520

One minute block time is good for many purposes but I'm looking for transactions that can be done in a few seconds. I don't know yet though how fast Safecoin is.
member
Activity: 65
Merit: 10
October 03, 2014, 06:27:22 AM
#7
Cryptonite has a mini-blockchain similar to your proposal, but it's not completely missing a block chain.

https://bitcointalk.org/index.php?topic=713538.520
full member
Activity: 126
Merit: 100
October 03, 2014, 01:42:31 AM
#6
Without a block chain, there will be no way to search the past transaction history.

Only one transaction back history! Grin But I heard that block chains can be built on top of MaidSafe.
sr. member
Activity: 252
Merit: 250
Uro: 1 URO = 1 metric tonne of Urea N46 fertilizer
October 03, 2014, 12:59:11 AM
#5
Without a block chain, there will be no way to search the past transaction history.
full member
Activity: 126
Merit: 100
October 02, 2014, 11:58:53 PM
#4
There is already a virtual currency without a block chain! Safecoin is a part of MaidSafe:

"Safecoin is the currency of the SAFE network and a mechanism to incentivise and reward end users and developers as well as provide access to network services. End users who provide their unused computing resources to the network, called Farmers are rewarded in safecoin, while application developers, called Builders earn safecoin in proportion to how often their applications are used. ...  Safecoins are managed by the network’s Transaction Manager. This is the SAFE equivalent to the block chain, however, in SAFE’s case it is unchained, keeping record of only the existing and previous owner. In this respect, safecoin should be thought of as digital cash." -- http://maidsafe.net/safecoin

Could be a brilliant solution. I haven't learned about it enough yet. Looks at face value to have a huge potential.
full member
Activity: 126
Merit: 100
September 14, 2014, 09:22:16 AM
#3
A virtual currency without block chain ? Is that  a centrenlized coin?

I guess the issuing of the coins will be centralized similar to pre-mined coins. Once a coin has been issued it will be fully decentralized and peer-to-peer.
member
Activity: 63
Merit: 10
September 14, 2014, 08:37:18 AM
#2
A virtual currency without block chain ? Is that  a centrenlized coin?
full member
Activity: 126
Merit: 100
September 14, 2014, 07:25:09 AM
#1
A virtual currency can be designed by issuing coins with unique ids connected to owners with cryptographic signatures. The coins are transferred between owners in this way:

1. The current owner A unlocks a coin with a private key.
2. A signs the coin with the new owner B's public key.
3. A registers the coin in a distributed hash table.
4. A sends a message to B about the coin having been transferred.
5. B checks the distributed hash table to verify ownership.

Coins of different values 1, 10, 100, 1000 and so on can be issued to make it practical. So for example if a person X wants to send 235 coins to person Y, then two 100, three 10 and five 1 coins are sent in the transaction.
Pages:
Jump to: