How are 'Not Mineable ' cryptos able to verify transactions?

2

1

NEM, Stratis, BitShares are 'non mineable' cryptocurrencies.

How do they verify transactions if there are no miners? Maybe nodes only? Or... what am I missing here?

I ask because I assume with a non mineable currency I believe miner fees, aka transaction fees, would be super low. Transactions would also clear faster. Like Ripple. Takes about 10 seconds to transfer XRP.

Marc Alexander

Posted 2017-06-21T03:48:40.777

Reputation: 531

Answers

2

I'm not sure about Ripple, but I know IOTA specifically uses each transaction to confirm the transactions around it. So instead of a dedicated miner, each user is essentially a "miner" for the short time they are making a transaction.

Fumbles

Posted 2017-06-21T03:48:40.777

Reputation: 21

0

You need some way of coming to a consensus about the accepted transaction history. Proof-of-work is one mechanism which works robustly but requires a lot of resources. Proof-of-stake as used in some altcoins is related but less resource hungry. Ripple has a consensus algorithm that isn't completely trustless if I understand correctly. Byteballs (and some other coins) have a "tangle" instead of a chain, which eases the building of a consistent transaction history in the presence of network delays.

Hans-Martin Mosner

Posted 2017-06-21T03:48:40.777

Reputation: 514

0

Stratis uses a mix of PoW/PoS It started as PoW for mixed PoW/Pos for first few thousand blocks then only PoS

PoS = proof of stake and it's another consensus protocol The concept is that you don't mine (you don't need to waste resources) but you mint, using your coin stake.

I'm not going into details, you can google about PoS, I just note that Stratis is implementing cold staking that improve the PoS minting.

Note that PoS involve anyway a target and someone that find the solution for that target, what it changes is the "how". Consensus is applied at the same way, every node checks for conensus rules for every block it receives, so nothing changes except how and who generate a block.

Fabio Angela

Posted 2017-06-21T03:48:40.777

Reputation: 101

-1

As far as I understand Ripple, every transaction you make you do the work to send and receive, which is like self serve supply the compute power required.

Marcel

Posted 2017-06-21T03:48:40.777

Reputation: 1