Bitcoin Forum
July 07, 2024, 11:31:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YggChain - Elastic Supply Price-Stable Coin + Instant Transfer + Sharding on: August 17, 2018, 07:21:27 AM
Any drawback/weakness of double token stable coin compare to fiat money back stable coin like USDT?
Well, USDT is extremely easier to implemented because it's centerlized service. Otherwise, I don't think there is any drawback/weakness for this kind of project over USDT or TUSD.

I'm thinking that money-wise; fiat-back stable coin is less risky in case of crypto currency crashing. In this sense, USDT holders basically still can claim back equivalent dollars when the crypto space disappear. What do you think about this?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] YggChain - Elastic Supply Price-Stable Coin + Instant Transfer + Sharding on: August 15, 2018, 10:14:47 AM
Any drawback/weakness of double token stable coin compare to fiat money back stable coin like USDT?
3  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: August 15, 2018, 09:56:00 AM
Can you make a summary to easy understand what is the main differences between your SSN and DASH?

SSN vs Master Node:

1. SSN is a decentralized p2p network, where everyone can easily join, while MN is widely considered to becoming more and more centralized due to the extremely high entry requirement.

2. SSN nodes can come and go as they will, while MN relies on the high availability of its nodes.

3. SSN using Kademlia DHT allows the network to scale to any level of adoptation, while MN works like a cloud service, where nodes have to keep track of each other avalaibility.

4. Every SSN operation is recorded on-chain, so everyone can re-evaluated and audit. That prevents any kind of history forging and provides the Proof of Bad Conduct for the network to punish the bad nodes. Meanwhile, MN is an offchain solution, where nothing is recorded onchain.

SSN's Input Locking vs MN's InstaSend:

1. SSN load balancing nature allow all transactions to be efficiently locked without any addition fee, while InstaSend only locks on request, with a higher fee.

2. SSN Input Locking mechanism relies on the collateralization and punishment, with 100% probability. That means, a locked transaction is either be finalized, or repaid by a bad node's collaterlized asset. Either ways, transaction receipients always get the value they are promised (by tx remitters and/or Input Locking Nodes).

Meanwhile, MN InstaSend only provides a high probability of finality. There's still chance that locked tx is double spent when 6/10 of selected nodes are compromised, and there's nothing MN can do about it.

Side Note: a prototype of SSN and Input Locking is being developed right now.

Sound great! Thank you for your very details explanation.
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: August 04, 2018, 02:31:31 AM
Can you make a summary to easy understand what is the main differences between your SSN and DASH?
5  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 10:54:50 AM
Quote
UTXO has to be signed by both current block and previous block set of nodes

If so then how a tnx to be instant confirmation as your spec if it need to wait one more block sealing; as you know block sealing by PoW take times.

It is instant, you don't have to wait for new block to be mined. "Current block and previous block" means "lastest block and the one before it", I might need to clarify it in the paper. Thanks.

Okay, I got it! Take your time to update the paper to make it clearly Wink
6  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 09:51:57 AM
Quote
UTXO has to be signed by both current block and previous block set of nodes

If so then how a tnx to be instant confirmation as your spec if it need to wait one more block sealing; as you know block sealing by PoW take times.
7  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 08:44:51 AM
Quote
By using the same request sampling process:
+ Input: ILS nodes list (from chain): S0-S1-...-S99, current block hash, input UTXO (block number & tx number)
+ Output: S1, S2 and S5

Thanks, make sense!
8  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 08:30:34 AM
Quote
A locked transaction with one input UTXO will contains up to 2N+1 signatures, and almost every transactions are locked using this service.

Then miners need to verify this? if yes, then how they can do? How miner can know/verfiy a tnx containing correct and enough signatures as the output result of rejection sampling?

1. 2N+1 signatures are of: sender and 2N of ILS nodes.
2. All ILS node PubKeys can be calculated by everyone using the said Rejection Sampling (all data is on-chain).
3. As part of Schnorr Signature protocol, after the first handshake round with each ILS nodes, tx sender has the list of all available ILS nodes. He will create a bit mask (each bit for each ILS node), to mark all nodes with the signature. This bit mask (takes only 2N bit, or N/4 bytes) is included in the TX, and signed by the sender and all ILS nodes.
4. From the TX bit mask, everyone will know which ILS node signatures is aggregated in the Schnorr MultiSig. So they can verify the signature with all their PubKey aggregated.

Every participant need to verify the signature, including miners and SPV, and SSN nodes.

Not only verify the signature. I mean how miners know a tnx need to be locked by which selection service nodes.

For example, I have a tnx T1 and after request sampling, my T1 need to be locked by S1, S2 and S5. Afterward, how miners can know T1 have to be locked by S1, S2 and S5.
9  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 06:32:50 AM
Hi there,

Quote
For example, the Input Locking Node can only be selected to lock an input, if its stake is no less than the input UTXO value.

If working like this then if I want to spend a small of money but I only have a very large unspent tnx output then my spending also need to wait to be locked by a big stake service node or have to wait long time to be confirmed by PoW, right?

Do you think that we can have another way to make the small spend tnx faster?

Thank you!
10  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 06:02:29 AM
Another question from me.

In your paper there's content as following:

Quote
A locked transaction with one input UTXO will contains up to 2N+1 signatures, and almost every transactions are locked using this service.

Then miners need to verify this? if yes, then how they can do? How miner can know/verfiy a tnx containing correct and enough signatures as the output result of rejection sampling?

11  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 26, 2018, 04:11:21 AM

When you have an item list, with each item has a different chance to be selected, called frequency. You use Rejection Sampling or Frequency Counting to randomly pick one of them.

Frequency Counting is stacking up all the item, and count the total frequency. Pick a random number between 0 and total frequency. Start counting from the first item to pick the item located in that random number.

Rejection Sampling is to draw a frequency graph, and keep throwing dart to the board, until the dart hit the area bellow the graph.



So when implementing you will choose one of amongst the two methods for service node selection, right?
12  Alternate cryptocurrencies / Altcoin Discussion / Re: Staking Service Network (decentralized Master Node) on: July 25, 2018, 02:08:15 PM
Hello,

Interesting idea. Can you explain more about this?

Quote
4. Using Rejection Sampling or Frequency Counting algorithm on the list to select a
serving node.

Thank you!
13  Economy / Scam Accusations / Re: 🌟DROPDECK SCAM on: January 21, 2018, 07:12:08 AM
Many open questions from international investors without any answer from DropDeck


Quote
Scott Steimle, [21.01.18 08:19]
[In reply to Pincoin Team]
tonight in what time zone?

성열 이, [21.01.18 08:39]
https://t.iost.io/?c=Nq4eEBSi

Colin Phillips, [21.01.18 11:16]
What is happening about the refunds?

14  Economy / Scam Accusations / Re: 🌟DROPDECK SCAM on: January 21, 2018, 06:25:36 AM
it's very weird and bad behaviors from DropDeck team. They deleted the reddit post to hidden the information

15  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] DropDeck - Crowdsale live Nov 21, 2017 @ 13:00 UTC on: January 21, 2018, 05:07:30 AM
This is TOTALLY SCAM project?

https://www.reddit.com/r/DropDeck/comments/7kwfyt/exit_scam
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!