Bitcoin Forum
May 05, 2024, 06:44:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Sia: Siacoin (scn) and Siastock (stk) on: December 20, 2018, 09:15:09 PM
Treechains are not particularly similar to the quorums that Sia builds, Sia's quorum's [were] built out of a paxos-like message passing system. Treechains are a bunch of merge-mined POW blockchains that follow some special rules to build a tree.

Unforturnately everything that I thought was working for quorums is still broken. The problem is that when you have hundreds or millions of quorums, an attacker with 50% strength will be able to compromise at least a handful of quorums in the 70-80% range, and the attacker can pull successful attacks on those. It'd be easy to solve that problem if you could provide a proof-of-public-data, but the only way to prove that is to have the data yourself. Otherwise you're trusting whoever says the data is public or not public, and you'd have to go with the majority, which sometimes is an attacker.

We could weaken our assumptions to 33% global corruption of storage, and then increase the quorum size, and then it's much less likely for an attacker to break 51% strength in any quorum. But then you have failure modes that might destroy everything. IE if an attacker does manage to break 51% control of a particular quorum, he'll be able to continually inflate (by lying) the amount of storage he has, and eventually take 51% control of every quorum.

The source of the problem comes from the fact that not every node knows about every transaction. With a file storage system, you have to be able to handle many, many, many transactions, or have some way to allow the system to change state without using a transaction. But if you're doing proof-of-storage, and someone edits a file, the rest of the network has to know that the file has been edited so that they can change how they read a storage proof. Therefore, I don't think it's possible to edit a file without having a transaction. If most of the files are computer backups or large static files (videos, music, etc.), it might be okay but the real goal is to support files like web pages. Ideally you'd never need an HDD again (an SDD + large amount of RAM would be sufficient).

So I guess we have two options then:

1. Everyone sees every transaction
2. Not everyone sees every transaction

In the case of 1, the amount of transactions would need to be limited, and you'd have fees and they'd get pretty large. Something like this could potentially be done right on top of Bitcoin. This would probably only be useful for large _and_ important files. I don't really see Netflix using something like this, but it could be a worthwhile alternative to bittorrent (which suffers from the same problem of having files that are very hard to edit).

In the case of 2, you have to have some way of knowing that everything is okay, even though you can't see all of the transactions. The general strategy is to have a large but finite number of people verifying each piece of information, and you randomly assign who gets to verify what. You have some metric for protecting against sybil attacks during your assignment. (storage in our case). The problem is that if you're relying on something like a blockchain, you need to assume that each subset of verifiers is able to stay honest.

Consider the situation where 51% are dishonest. They are the majority, and so they can tell the network that things look like X. The network doesn't know, so it just has to accept X as true. The 49% honest people complain, saying that things actually look like Y. The dishonest group can be completely dishonest (change balances and such), because they don't ever tell anyone what Y is (Y is just a hash to keep things scalable). They just keep it to themselves and successfully corrupt the network.

So say you give the honest hosts some tool to claim that Y doesn't exist and is a made up hash. Then, in honest quorums you can have a dishonest set of hosts claim that the honest hosts are releasing data which doesn't exist. The network now needs to verify somehow that the honest hosts really have made the data public and aren't actually dishonest hosts in disguise. The only way to do this is for the network to download all of the data and verify for itself that the data exists. But now dishonest hosts will always claim that they can't see the data, and the rest of the network is always forced to download the data to verify that it's publicly available. So you end up with a situation that's not any different from a single blockchain.

Moon math aside, there doesn't seem to be any way around this. That's where Sia is stuck right now. The quorum's in the currently available whitepaper suffer from a related problem. Someone who manages to take control of >50% of a large number of quorums can start kicking out honest hosts, which will result in fines for the honest hosts and also result in a higher percentage of the hosts across the network as a whole being dishonest. Sia becomes pretty vulnerable once someone gets around 33% of the network.

=======

So let's say that we accept our limitations of 33%. What happens when someone breaks 33%? Unfortunately, they get a lot of power. In Bitcoin, when someone breaks 50% they control the blockchain for a while, they can attempt double spends and they can block transactions, but they can't spend other people's money. But in a network where the majority of hosts don't see all of the data, someone who manages to break a portion of the data CAN spend money from other wallets. They just lie about the state of the network, because they don't have to provide signatures of accuracy.

Even if we were able to prove that the dishonest hosts hadn't dishonestly spent a wallet's money (eg without a signature) (this proof could be done using snarks/scip), the dishonest hosts could still refuse to reveal what data had made it into the blockchain. The biggest issue here is that honest transactions could make it into the blockchain, and while the snarks would verify that everything was legal, honest hosts might not be able to know if their transactions had gone through. A dishonest party could prove that they had the network in a legal state without ever revealing what that state is. So the rest of the world just sees this giant black void that they can't reason about or make transactions through. The wallets within it might as well not have any coins.

 Undecided

=======

So, what do we do? I'm going to keep looking at this but it doesn't seem like highly scalable storage is going to work in a decentralized way on today's technologies. I don't think it's reasonable to assume that nobody will ever get to 33% control (even without pools) because Bitcoin has a single factory that's got something like 25% of the mining power. Sia might fall to the same thing. It would be highly desirable to have some sort of response to the failure mode, such that if the honest set of people once again got above 67%, the network could quickly restore to a functioning, fully informed state.

Another big issue with proof-of-storage-for-consensus is that it's not progress free. You have to announce that you have the storage, you have to download files (and people have to be willing to upload the files to you - another issue we aren't certain how to solve). A malicous party controlling the network can just refuse to accept you as a contributor, and it won't matter how much storage you have because you will be ignored. This doesn't happen on Bitcoin because any random person can submit a proof of work. In Sia, this isn't currently possible.

=======

Dark days for Sia =/. But filecoin is also broken, permacoin is not efficient, maidsafe is opaque and very difficult to audit, and storj is underspecified. Cryptography is very hard, something I didn't properly appreciate until the past month or two. But Sia is not dead yet, we're just back to square 1 for the time being. The money hasn't run out yet and we won't give up until it does. Our total expenses since doing the crowd sale have been about 1/2 of what we raised. (through the crowd sale. We also have venture funding although that's in a completely different pool of money. Our responsibilities following the crowd sale is to make Sia, our responsibilities following venture funding is to make Nebulous Inc. a succesful corporation).

In the worst case, I think we will be able to create a less powerful system for peer to peer storage. Instead of selling storage to a broader network, you'd sell storage to individual peers. The peers would need to be responsible for picking reliable and honest hosts, which they could achieve by using reputation, randomness, and redundancy.

 Huh sorry guys I hope the next major update has more positive news. As always, happy to walk you through anything and explain exactly what's broken. Also happy to highlight questions you have about other systems, though it's very time consuming to take a close look.
Just a reminder
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: October 01, 2018, 11:42:35 AM
Block Height: 46736
Network Hash/s: 54.65 MSol/s
Difficulty: 248467099.62

height 46765
Network Hash/s: 82.20 MSol/s
Difficulty: 324717603.14
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 29, 2018, 06:40:38 PM
hashrate at 50 Msol
bid 0.10 KMD ask 0.11 appears to be where most trades are happening
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 28, 2018, 08:44:52 PM
I never umderstand telegram groups, it always seemed useless to me. We can see 100k people in some group but everyday same 20 people talking the same thing other 99980 people paid for nothing.
how much are people paying for telegram?

vast majority of people just lurk
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 27, 2018, 09:40:47 PM
Network Hash/s: 39.11 MSol/s
Difficulty: 159393807.9105096

OTC price is around 10 cents now

It appears that PIRATE is the equihash coin with the third highest hashrate
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS transactions only blockchain on: September 27, 2018, 08:09:15 PM
Hello! Will there be any discounts for large investors? And what kind of sum should this be?


kawasakius
That's a good question!!! I want to expand on that, if you don't mind!! Are there any discounts for investors at all? How does one qualify for such a discount??
Thank you for the response, devs. You're doing great so far!

hashrate is around 30 Msols, or about 2% of ZEC's

All in the last week, it exploded after I added dPoW

There is no ICO, no premine, so the only coins are from miners and it is costing them about 7 cents each.

For the ones who got the 8333 PIRATE in the airdrop, it ends up being worth over $500 (now)

There is active OTC market in KMD discord. And the larger the amount, the higher the price as there is a limited supply

Though if you are patient, it could be someone will need to sell below cost. 256 PIRATE blockrewards last for 8 more months
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 27, 2018, 02:58:48 PM
wow wow wow
Network Hash/s: 18.24 MSol/s
Difficulty: 70378944.93
Network Hash/s: 26.91 MSol/s
Difficulty: 108341898.15

it cant keep doubling every day for much longer
Network Hash/s: 28.85 MSol/s
Difficulty: 123708182.67
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 27, 2018, 02:51:39 PM
wow wow wow
Network Hash/s: 18.24 MSol/s
Difficulty: 70378944.93
Network Hash/s: 26.91 MSol/s
Difficulty: 108341898.15

it cant keep doubling every day for much longer
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 07:46:21 PM
42411789.55755068 <- PIRATE diff
40677952.96306214 <- KMD diff

The Flipiratening

History made.
now 55 million diff vs 40 million diff
PIRATE keeps growing much faster than anybody expected
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 06:52:42 PM
42411789.55755068 <- PIRATE diff
40677952.96306214 <- KMD diff

The Flipiratening
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 12:44:42 PM
PIRATE history: https://medium.com/@satindergrewal/pirates-of-komodo-platform-cdc991b424df

current price is KMD 0.027 bid and 0.03 ask
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 12:21:15 PM
The onboarding funds are all gone!
over 15 onboarded at 15KMD for 777 PIRATE

this is below market price so it explains the popularity.

PIRATE whales, please donate to help us onboard more pirates



I'm not a whale Cheesy but is this address for donate ?
zcBsP1TBoZRbWsa6NUsUWZBbHcBGWRmLvCTToLtcwpVvFSafXaUzuHe46kLfvgRuWcJEAxjGZvJqCEw gg8QNgpUXbm5MxcF

zcREpt45Mj2oCvXnb6bJ2iuGqnPXEmV6QrMzXrTCPd81ACLqtd2wShpwSe5iwGeUP8ByFoZfeJxDqNf 7cKG98V7c8L2yuKi <- donation zaddr
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 11:32:41 AM
Let me explain a bit about the PIRATE privacy.

It is based on the excellent zcash zksnarks tech with a twist. only zaddrs are allowed as destinations for funds. (we can ignore the small amount of PIRATE that notaries are using in taddr for dPoW as other funds are not commingled with those)

What this means is that after the coinbase is shielded it goes into a zaddr, that is the only t->z that will exist. And coinbase is already anonimized to a degree by mining randomness. However the true power of PIRATE is after the t->z. All the following tx must be z->z.

Each z->z breaks links with all prior transactions
Each z->z increases the overall anon set

XMR has a mixin of 10. also a lot of it was deanonymized during the early days due to bugs.

here is an example of a z->z tx: http://pirate.explorer.dexstats.info/tx/cc50541b912a9be18b0e6adcb6a99ec6dc659e63c7a626db245e2dad484924c7

Public input JoinSplit
  • -> 0.0001 PIRATE Public output

That's all the info available. Some amount of zfunds were sent from some zaddr to another zaddr and a 0.0001 txfee was paid.



There can be no richlist, only people who monitor transactions coming in can even confirm if they received funds. This is the ultimate in privacy. all tx are basically the same z->z tx as above

As long as you are not announcing to the world via twitter that you just did a PIRATE transaction with the txid, nobody would even know you did a PIRATE transactions, let alone the amount or destination.

And the unexpected hashrate that is already close to KMD hashrate is helping secure the post notarization blocks (usually about 10 blocks) and with dPoW active, PIRATE is being notarized and secured by BTC hashrate.

What this means is that PIRATE is the most private coin in all of crypto and it is also secured by BTC hashrate.

I dont expect any central exchange will be allowed to list PIRATE, so I made a 1BTC bounty for an exchange that can accept zdeposit and do zwithdraws for KMD and PIRATE. We will then have the most private central exchange also!

Unlike any of the other zcash forks, PIRATE is noob friendly. It wont be possible to make a mistake to lose the PIRATE privacy, unless you are announcing publicly to the world about your txid details. And even if you do, the counterparty is still well shielded. In the event your wallet is confiscated then it would be possible to determine what zaddrs funds were sent to, but you cant lookup a zaddr on an explorer and unless there is public postings of the zaddr, there is no linkage

So, still some care is needed regarding disclosure of your zaddrs, but with a proper management of zaddrs for each party you transact with and not posting it publicly, then there is very good privacy. Once you transfer funds to another of your zaddrs, then even such weak linkages are broken.

14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 11:20:16 AM
The onboarding funds are all gone!
over 15 onboarded at 15KMD for 777 PIRATE

this is below market price so it explains the popularity.

PIRATE whales, please donate to help us onboard more pirates

15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 26, 2018, 11:16:45 AM
I'll sell 50 000 PIRATE when the price will 0.1 KMD per 1 PIRATE.
So 5000 KMD or 96.5 LTC or 0.875 BTC.

I think if you have patience you will make that trade, if you build a better privacy coin they will come, and PIRATE is the best anon crypto now, supported by one of the most active dev communities in the cryptosphere, so It's just a matter of time.

Z only by default with dPoW is just magic!

Agreed with you. I will hold the main part of my PIRATE.


Somebody, tell me please, what is the average price at the trades in the discord now (I don't use it)?
I want to sell another 10 000 PIRATE.

0.05 KMD is recent prices
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 25, 2018, 05:13:55 PM
hashrate is about half of KMD's now
6Msol, 20million+ diff

recent trades at around 0.025 KMD per PIRATE

17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS only blockchain, Tor, secured by dPoW and BTC hashrate on: September 25, 2018, 12:09:20 PM
What Tor support without an entire hype cycle?
more private than XMR and ZEC
secured by BTC

If you are interested in marketing PIRATE fulltime, contact me.
Salary and bonus available
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS transactions only blockchain on: September 25, 2018, 10:29:37 AM
current price for PIRATE is bid 0.02 KMD and ask of 0.05 KMD

so the 8000 PIRATE from the airdrop is worth 160 KMD!

congratulations to those who participated.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS transactions only blockchain on: September 25, 2018, 09:22:15 AM
Now PIRATE is feature complete, we are looking for a marketing lead to get the word out about the most private blockchain that is also secured by dPoW

#pirate in the KMD discord

A reasonable salary in KMD and PIRATE bonus available
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIRATE] A zk-SNARKS transactions only blockchain on: September 25, 2018, 08:42:55 AM
To support dPoW a hardforking change had to be made, so if you didnt update yesterday, make sure you update!

PIRATE evolved quickly to become the most private of any blockchain, the next step is to get the word out
Hey jl777!
When you talk about update you mean the latest "komodod" and "komodo-cli" from the latest Agama 0.2.41d ? Is it correct ?
i dont think an agama that is PIRATE compatible has been released yet, but if you are not mining maybe it will work

Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!