Bitcoin Forum
March 28, 2024, 07:41:29 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 878 »
  Print  
Author Topic: [ANN][KMD][dPoW] Komodo - An Open, Composable Smart Chain Platform, Secured by B  (Read 1191662 times)
Joint Force
Hero Member
*****
Offline Offline

Activity: 804
Merit: 500

DAO ↔ DApp


View Profile WWW
September 25, 2016, 03:06:24 AM
 #821


I'm buying more $BTCD in preparation of the swap. It seems like a good plan. I get to lock in the bonus price and can swap at anytime over the next year.

1711654889
Hero Member
*
Offline Offline

Posts: 1711654889

View Profile Personal Message (Offline)

Ignore
1711654889
Reply with quote  #2

1711654889
Report to moderator
1711654889
Hero Member
*
Offline Offline

Posts: 1711654889

View Profile Personal Message (Offline)

Ignore
1711654889
Reply with quote  #2

1711654889
Report to moderator
1711654889
Hero Member
*
Offline Offline

Posts: 1711654889

View Profile Personal Message (Offline)

Ignore
1711654889
Reply with quote  #2

1711654889
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Cokezero
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
September 25, 2016, 10:08:04 AM
 #822

German translation bounty?

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ◄ matchpool - ICO March 25th 2017 ► ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
▄▄▄▄               Meet your match    ◾    Changing the way we date    ◾    Join us now!               ▄▄▄▄
▀▀▀▀▀▀▀▀▀                        Smart contract rewards    ◾    Link people together                        ▀▀▀▀▀▀▀▀▀
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
September 25, 2016, 10:14:23 AM
 #823

German translation bounty?

Yes we had one. The thread is already up: https://bitcointalk.org/index.php?topic=1625321.msg16340933#msg16340933



We are looking for volunteers to post and maintain Spanish and Chinese threads. Everything is ready, we just need someone to post them.


◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
Cokezero
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
September 25, 2016, 10:16:10 AM
 #824

bounty for German translation of upcoming whitepaper?

- Have a Master in Finance.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ◄ matchpool - ICO March 25th 2017 ► ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
▄▄▄▄               Meet your match    ◾    Changing the way we date    ◾    Join us now!               ▄▄▄▄
▀▀▀▀▀▀▀▀▀                        Smart contract rewards    ◾    Link people together                        ▀▀▀▀▀▀▀▀▀
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
September 25, 2016, 10:21:39 AM
 #825

bounty for German translation of upcoming whitepaper?

- Have a Master in Finance.

Currently we have no plans to translate the whitepaper. Sorry!

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
Wapinter
Legendary
*
Offline Offline

Activity: 2604
Merit: 1026

Hire me for Bounty Management


View Profile
September 25, 2016, 10:39:08 AM
 #826

Taking a short break from debugging. multithreaded networking code is always tricky. I did find and fix some deadlocks, but primarily drastically simplified the control flow. Simple is a lot simpler and much less can go wrong as compared to complex logic.

What is working now are several different types of nodes that are all coexisting in the same (super) network.

Each coin of course has its normal p2p network using the bitcoin protocol. Overlaid on top of that are the supernet nodes which use the same ports, but only do supernet comms to other supernet nodes as identified during the version handshake.

For a coin, a node is either a full relay node or a basilisk lite node that queries the full nodes for the blockchain/blockexplorer data. All wallet, tx construction, signing, is done locally as it is the same codebase with some toggles for basilisk mode where it does a basilisk request instead of scanning local ramchain files.

There is a special coin with no blockchain, called NOTARY and the notary nodes would be the full relay nodes and all the others basilisk nodes for this special coin. The NOTARY p2p is now working as a pubkey messaging server and also a way to find all the active notary nodes. I am adding a layer on top of the low level pubkey messaging so a node wont keep retransmitting if the data is already there. That will make the bandwidth usage much more efficient and allow a lot of DEX trading at the same time.

I also got LP nodes to work even as a basilisk node, though it is of course faster if it is a full iguana node. Still, not having to have a full bitcoin node locally is quite handy. And with the NOTARY pubkey messaging in between, there is no direct IP level interaction between the two parties doing the atomic swap.

In order to minimize the changes needed to be made to the zcash baseline and support dPoW, having a min-diff exception for notary node blocks but still using the same PoW seems the path of least resistance. This will make the seamless transition to fully decentralized block creation in the even all the notary nodes go away, or there is some problems in getting a majority of notaries to agree, much much simpler.

With notary nodes having the min-difficulty exception, it would not be feasible for some high hash rate attacker to do 51% attacks. And even if they can anybody that just waits for the bitcoin confirmation would be protected. That is the power of dPoW as even very weak chains become quite secure.

With this plan, the biggest remaining issue is how to get the election results propagated securely. Using komodo chain to record election results has the issue that if all blocks are created by notaries, then the existing majority could block the activation of the new slate. A natural idea is to use the BTC blockchain to record the election results, but again the issue of who writes that data arises.

My idea is to ratify election results via the majority of existing notaries OR a one third majority + special signature. The special signature would be held by the devteam. With this approach, even if there is a majority of notary nodes unwilling to give up their position, it can be overridden by one third minority and the devteam.

This ties into using the zcash PoW as the method for block generation. Even with a min-diff exception, with enough hash rate a block will be able to be mined by non-notary nodes and so the (one third + special sig) transaction will be able to get onto the blockchain in spite of a hostile notary majority.

I realize this is a bit of a change from using a NXT-style PoS, but the current testnet is working smoothly and I dont see the need to add a lot of complicated balance tracking that using a NXT-style PoS would require. Also, using a peercoin uxto based PoS has the problem that only one utxo per block is able to collect the staking revenues.

The other requirement is for people to be able to get 5% per year, without having to run their own node. at first I was going to rely on the notary nodes to do the staking, but I think an even more efficient way is to award all accrued interest whenever a utxo is spent. This approach might even allow interests to be earned by the protected funds, though in order to prevent abuse, the lower spectrum of the average age would need to be used. Still investigating this, but I am hopeful that something like this will work and it wont consume any measurable resources as it would only require to boost the satoshi total from the inputs based on a deterministic algo. I guess that could be one approach for the protected funds interest rates, the notaries can vote for the current applicable rate.

So you can see that while some details are changing from the original conception, the overall requirements and goals are held intact. By minimizing the changes, reliability is increased.

Words...

Selling 10,000 BTCD at market price: please PM me
I would prefer buying ICO with 25% bonus. That would be cheaper I guess
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1109


View Profile WWW
September 25, 2016, 07:34:41 PM
 #827

bobfee: https://blockchain.info/tx/c744797a702f05f5af5bfead20f7539dacfd8d705337d027317bc7aefe514877

alicefee: http://explorebtcd.info/tx/f087dbfb61c1c1766e5e55239f3e3a456b9995694b25ecf245f5eeb49f090e98

bobdeposit: https://blockchain.info/tx/aae38c9e59edafda7823f2df5890195ae162491b627a483c09b2e5f77ff51c73

alicepayment: http://explorebtcd.info/tx/82ee2816ba4f7cd69bafeab5b218a1d41e23296f5738e9e9e7ddc71a60c1964a

bobpayment: https://blockchain.info/tx/e0fa2778d16b204b413611f2e96a2643168ecf3316e8d694cfff4dce7ce52506


http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Bavaria
Hero Member
*****
Offline Offline

Activity: 1032
Merit: 502



View Profile
September 25, 2016, 08:15:52 PM
 #828


Can someone explain what all this mean?
jl777 (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1109


View Profile WWW
September 25, 2016, 08:26:50 PM
 #829

When I used a lot of words, I was criticized for it, so I figured I would just post the txids created automatically by the iguana DEX process.

Words dont create txids, only working code does so it is my way to show that there is plenty of working code already.

I still have some issues I am working on with the robustness of the atomic swap state machine and the reclaiming of funds in the custom timelocked transactions, but the primary txcreation is automatic following a few API calls on the two test nodes. After connecting to the testnet notary nodes (8 of them) the following calls are done:

LP node:
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"tradebot\",\"method\":\"amlp\"}"
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"tradebot\",\"method\":\"liquidity\",\"targetcoin\":\"BTCD\",\"vals\":{\"profit\":0.005}}"

Now the LP node is operating as a liquidity provider and it is making a market in BTCD <-> BTC swaps at a 0.5% profit margin. Any number of coins can be active on a specific LP node, but enough funds needs to be available for each supported coin.

Once this is setup, any end user node can do:
curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"InstantDEX\",\"method\":\"request\",\"vals\":{\"source\":\"BTCD\",\"amount\":0.1,\"dest\":\"BTC\",\"minprice\":0.004}}"

The above starts a realtime auction among all the BTCD LP nodes and the best price is selected. For the test there is only one LP node, so the minprice is set to make sure at least .004 BTC is obtained.

After the above, the atomic swap DEX statemachine is started on both sides and the 5 transactions were sent back and forth to effect the swap.

Words... indeed

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
September 25, 2016, 09:17:02 PM
 #830

In Stratis Platform's Q&A seassion the following was asked:

"Will Stratis consider using Komodo's dPoW to additionally secure its mainchain and private chain with Bitcoin's hashrate?"

Click here and listen their answer!

 Smiley

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
jd1959
Hero Member
*****
Offline Offline

Activity: 529
Merit: 505


I'm on drugs, what's your excuse?


View Profile
September 25, 2016, 09:58:54 PM
 #831

I must say the white paper is very white!   Words... indeed

Cheers Jon Wink

          dICO Disguised Instant Cash Out
barbierir
Hero Member
*****
Offline Offline

Activity: 515
Merit: 502



View Profile WWW
September 26, 2016, 07:28:31 AM
 #832

In Stratis Platform's Q&A seassion the following was asked:

"Will Stratis consider using Komodo's dPoW to additionally secure its mainchain and private chain with Bitcoin's hashrate?"

Click here and listen their answer!

 Smiley


The first one of a long list  Smiley

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AN ECOSYSTEM FOR NATIVE BLOCKCHAINS.......
Blockchain Generator | Decentralized Crowdfunding | Decentralized Exchange | Bitcoin Security | Zero-Knowledge Proofs | Blockchain Interoperability | Scalable Infrastructure
rocketsTmac
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
September 26, 2016, 07:38:10 AM
 #833

In Stratis Platform's Q&A seassion the following was asked:

"Will Stratis consider using Komodo's dPoW to additionally secure its mainchain and private chain with Bitcoin's hashrate?"

Click here and listen their answer!

 Smiley

He praised you are very talented, you are happy?  Cheesy  Stratis and Komodo are both terrific projects in this year.
Netnox
Legendary
*
Offline Offline

Activity: 2044
Merit: 1008



View Profile
September 26, 2016, 11:27:05 AM
 #834

Im not sure about this, past experiences tells me the devs will quitly abandon this project after a while. Seems more like a money grab, also i suspect a guy from waves in komodo project, what happened abandoned waves?
gulachov
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
September 26, 2016, 11:38:15 AM
 #835

You'll also need need some official face, you know, someone who'll sit in jail if something goes wrong. Most of the biggest ICO's this year revealed their identities and that boosted investor's trust. Although I would personally prefer bigger stake with my BTCD, I do understand the more you guys get, the farther this project will go.

Ищитe мyлю.
tubehand
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
September 26, 2016, 12:15:54 PM
 #836

Who is hosting the ico?

All I see is info about btcd swap. Not where I can purchase coins for the ico.

Thanks
stereotype
Legendary
*
Offline Offline

Activity: 1554
Merit: 1000



View Profile
September 26, 2016, 01:18:22 PM
 #837

You'll also need need some official face, you know, someone who'll sit in jail if something goes wrong. Most of the biggest ICO's this year revealed their identities and that boosted investor's trust. Although I would personally prefer bigger stake with my BTCD, I do understand the more you guys get, the farther this project will go.

Ищитe мyлю.
Since broad based usage, and/or significant big business use, is what any alt should be focused on, how will that conversation go, when big business is interested in using some new-fangled blockchain tech?-


Big Business: Hi, we are interested in your protocol, and believe great synergies can be had with Komodo and our existing protocol process. We would like to speak to the lead dev regarding a way forward.

Noashh/TwinD: Great. But James is anonymous and can only be contacted via email/PM. But you can speak to us instead.

Big Business: Oh, then that makes things difficult, as we have to justify $M's of investments/funds with adequate due diligence. Its standard procedure that due diligence would include full identity and contact details of all major stakeholders. Considering what we have witnessed with Ethereums blockchain of late, you will understand that our auditors would ask us to justify the $M's going into a blockchain, that devs can re-write, as they see fit. We need uncomplicated channels of communication that are standard within our industry.

Noashh/TwinD: James has reasons to stay anon. And anyway, Bitcoins inventor is anon.

Big Business: Satoshi is dead, or he is a nutcase called Craig. There is no value there anymore. Its obvious that real value will be created when significant broad based use, or big business takes its place on a given blockchain. Does James want to make a real difference, or not?

Noashh/TwinD: Yes, but he must stay anon

Big Business: Thats a shame, as we just see an insular group of interests, just passing tokens between each other. Small minded, much?!

tubehand
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
September 26, 2016, 01:57:10 PM
 #838

Who is hosting the ico?
KomodoPlatform
Sr. Member
****
Offline Offline

Activity: 784
Merit: 253


Set Your Ideas Free


View Profile WWW
September 26, 2016, 03:04:11 PM
 #839

Im not sure about this, past experiences tells me the devs will quitly abandon this project after a while. Seems more like a money grab, also i suspect a guy from waves in komodo project, what happened abandoned waves?

jl777 has been on the SuperNET slack everyday for two years working hard. He has not disappeared anywhere, instead he has produced a lot of open source code.

We hope you stick around and research more about us and Komodo Smiley


Who is hosting the ico?

All I see is info about btcd swap. Not where I can purchase coins for the ico.

Thanks

You cannot purchase KMD tokens yet. There will be more info later about how to participate in the ICO. The ICO starts on October 15th.

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AECOSYSTEFONATIVE BLOCKCHAINS.......
Blockchain Generator | Atomic Swaps | Decentralized Exchange | UTXO Contracts | Community-Led | Open Source | Scalable Ecosystem
IOTUSA
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
September 26, 2016, 03:14:43 PM
 #840

Im not sure about this, past experiences tells me the devs will quitly abandon this project after a while. Seems more like a money grab, also i suspect a guy from waves in komodo project, what happened abandoned waves?

jl777 has been on the SuperNET slack everyday for two years working hard. He has not disappeared anywhere, instead he has produced a lot of open source code.

We hope you stick around and research more about us and Komodo Smiley


Who is hosting the ico?

All I see is info about btcd swap. Not where I can purchase coins for the ico.

Thanks

You cannot purchase KMD tokens yet. There will be more info later about how to participate in the ICO. The ICO starts on October 15th.

The times of 'let's give millions to someone who is just a username' are over. Real identities on developers and team are considered a bare accountability minimum for at least myself.

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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 878 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!