Author

Topic: [ANN][KMD][dPoW] Komodo - An Open, Composable Smart Chain Platform, Secured by B - page 129. (Read 1192053 times)

hero member
Activity: 1092
Merit: 511
https://twitter.com/KomodoPlatform/status/973621936050855942
Proud to announce our partnership with @PantosIO alongside @LiskHQ, @Wavesplatform, @ethereum and #Bitcoin. Pantos' vision is to create seamless interoperability between all #blockchains and to unite the greatest minds and projects in the #blockchain space.

full member
Activity: 476
Merit: 133
sr. member
Activity: 466
Merit: 253
Imagine a world without banks.......
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
VoskCoin is proud to announce that we have entered Komodo 2018 Notary Node Elections

Today I reviewed What is Komodo and BarterDEX along with covering some important topics of KMD such as 5% interest, dPoW, and dICO along with the upcoming Notary Node Elections
https://youtu.be/TGKazUHue6w



Here is a link to our full Komodo 2018 Notary Node Proposal - http://bit.ly/KMDVosk2018
sr. member
Activity: 378
Merit: 251
Agama link not working on announcement page. Yes, github is the place to go for those that understand this but the majority are simple, hard working people that want to be part of the project and need simple.

Thanks!
member
Activity: 121
Merit: 61
Solution for the Decker's Quest Quiz
https://bitcointalksearch.org/topic/m.32046502

Today, when all the rewards were received by participants i can post the right solution:

1. Achiving first 7.77 KMD was very easy. Look at the screen - https://deckersu.github.io/images/decker_quest_01.jpg . We see LaMetric Time clock on the table, displaying current time. It's 20:22, entering "20:22" as passphrase in Agama or BarterdDEX will get access to REFhpPU7B75ADNEyjbLGAHf3DWz6XSggXX address. First reward was taken - eea7e7ca9051b8702abaf593f5fab3bf4a812f03bdc228379e4b80dcad6e559f .
2. Second part is a little bit harder. Private key for reward's address contained in the image in IPTC info field "Special instructions". There is a two ways how to get it. Easiest, is to download image on PC:
Code:
wget https://github.com/DeckerSU/deckersu.github.io/raw/master/images/decker_quest_01.jpg
and just open it in a hex editor:

See the phrase "YourPrizeIsRightHereOneStep2Win!" ? This is privkey. There is also other way to get it:
Code:
exiv2 -pi decker_quest_01.jpg
Here is the output:
Code:
Iptc.Envelope.CharacterSet                   String      3                                  
Iptc.Envelope.ModelVersion                   Short       1  4                              
Iptc.Application2.SpecialInstructions        String     32  YourPrizeIsRightHereOneStep2Win!
Iptc.Application2.BylineTitle                String      6  Decker                          
After we get SpecialInstructions, let's convert ASCII phrase to hex to get 32-bytes privkey:
Code:
YourPrizeIsRightHereOneStep2Win! = 596f75725072697a6549735269676874486572654f6e65537465703257696e21
Now we should get uncompressed address and WIF for it. Let's use this http://gobittest.appspot.com/Address service to get it. Enter 32 bytes above in "0 - Private ECDSA Key" field and click send. After this go to "4 - Adding network bytes to 3" field and change first byte to 0x3C (Komodo Network) and click Send once more. We get address: RPLuaFx1bafJGJtaV3u724k3ZyrD9h5aVZ .

Check it via explorer https://kmd.explorer.supernet.org/address/RPLuaFx1bafJGJtaV3u724k3ZyrD9h5aVZ and will see 7.77 KMD on it. Bingo.

Now let's generate WIF for it via "Private key to wallet import format" on http://gobittest.appspot.com/PrivateKey . But unfortunatelly there is a one problem here. Service generates WIF only for Bitcoin network Wink

Step "2 - Add 0x80 byte to the front" is only for BTC main network. For KMD we should add 0xBC (188) instead of 0x80 on this step. We can write a simple script for calc:

Code:
#!/bin/bash
export PRIV_KEY=596f75725072697a6549735269676874486572654f6e65537465703257696e21
export VER=bc
echo ${VER}${PRIV_KEY}
# Compute checksum (Double SHA256)
echo ${VER}${PRIV_KEY} -n | xxd -r -p | openssl dgst -sha256 -binary | openssl dgst -sha256
# Take the first 4 bytes of the double SHA256 hash (403f84da)
export CHECKSUM=403f84da
# Append checksum
echo ${VER}${PRIV_KEY}${CHECKSUM}
Result:
Code:
bc596f75725072697a6549735269676874486572654f6e65537465703257696e21403f84da
Now we should convert it to base58:
Code:
7K8LfzaZj6yoTM2PJhn8Cb4SQ3M7dkxCL47p2DDa5uMrLNRtqrh
Let's import this privkey in komodod or Agama and take win 7.77 KMD.

Somebody was succeded with this: https://kmd.explorer.supernet.org/tx/f33c2a55b4865b09d7a5f3a9d882d36c5f5e39db903d7c62e7a0dcb7ab3e5ccf Wink

Congratulations to the winners!

p.s. NN 2018 elections upcoming, you can find my proposal here - https://deckersu.github.io/ .






sr. member
Activity: 378
Merit: 251
As notary election  date comes closer , many candidates are posting their respective resume so to speak . Because they are the foundation of dPoW it is relatively important to know the specs of their machine. Knowledge wise no question about it as Komodo provides a precise instruction on how to build a notary server. More important is the performance of Internet connectivity and reliability plus its firewall.

+1
full member
Activity: 546
Merit: 128
Komodo  partnership with BlocNationwas the headline of Crypto_Daily Check it out here > https://youtu.be/ZRaswEwTp48?t=3m58s
https://twitter.com/KomodoPlatform/status/973409854583746560
full member
Activity: 196
Merit: 124
KMD is crushing it in terms of commits - 1st place in all time ranges except 3mo/ range where KMD comes in 2nd to Lisk

https://cryptomiso.com/
hero member
Activity: 1022
Merit: 504
GoMeat - Digitalizing Meat Stores - ICO
As notary election  date comes closer , many candidates are posting their respective resume so to speak . Because they are the foundation of dPoW it is relatively important to know the specs of their machine. Knowledge wise no question about it as Komodo provides a precise instruction on how to build a notary server. More important is the performance of Internet connectivity and reliability plus its firewall.
sr. member
Activity: 466
Merit: 253
Imagine a world without banks.......
full member
Activity: 476
Merit: 133
Is anyone preparing a list to compare candidates?

This is really needed, I'm finding it hard to find info on candidates. A comparison table would be excellent!
http://pad.supernet.org/notary-candidates-2018

that is the raw data, hopefully someone in community can take the time to post objective comparison

https://github.com/KomodoPlatform/vote2018 will be where candidates will all be posting to a single centralized place. it wont be the definitive total info on all candidates as the actual process is a fully decentralized sending VOTE2018 coins to candidates addresses. that can be done without any centralized approvals, so anybody is free to be a candidate.

that being said, we expect all serious candidates to be submitting at least some info to the github

sr. member
Activity: 406
Merit: 250
Is anyone preparing a list to compare candidates?

This is really needed, I'm finding it hard to find info on candidates. A comparison table would be excellent!
newbie
Activity: 6
Merit: 0
Is anyone preparing a list to compare candidates?
newbie
Activity: 7
Merit: 0
sr. member
Activity: 784
Merit: 253
Set Your Ideas Free
Latest BarterDEX 0.8.11 Release-Candidate


- Default Startup Coins feature added
- New coin added: BTCP (BitcoinPrivate), ROIcoin, XCOIN
- Changed `-` to `n/a` in orderbook
- Latest marketmaker binary
- Added Pizza and Beer Electrum Servers

sr. member
Activity: 784
Merit: 253
Set Your Ideas Free
Jump to: