Pages:
Author

Topic: | ARDOR | Scalable Blockchain-as-a-Service Platform | Proof of Stake - page 13. (Read 396076 times)

member
Activity: 336
Merit: 10
The future of ARDOR is bright and worth investors' long-term holding. At present, the money market is at a bear market stage. We need to be patient.
hero member
Activity: 1358
Merit: 635
Mark Lloyd Talks About Upcoming Dominium Blockchain Launch
https://www.youtube.com/watch?v=DIeAUQlMbgc&feature=youtu.be

Dominium Real Estate blockchain was first seen on the Ardor Platform on the testnet today and Mark Lloyd, founder and Managing Director was at the Malta Blockchain Summit. He talks with Elizabeth Mong, Executive Director of Ardor / Nxt Group about the current status and next steps before the launch of the new blockchain on November 30.

So,  on November 30 there is the chance for us all to witness the first transactions in Dominium Real Estate childchain, isn't it? Hope to see more forged ARDR after that. 
full member
Activity: 504
Merit: 102
Mark Lloyd Talks About Upcoming Dominium Blockchain Launch
https://www.youtube.com/watch?v=DIeAUQlMbgc&feature=youtu.be

Dominium Real Estate blockchain was first seen on the Ardor Platform on the testnet today and Mark Lloyd, founder and Managing Director was at the Malta Blockchain Summit. He talks with Elizabeth Mong, Executive Director of Ardor / Nxt Group about the current status and next steps before the launch of the new blockchain on November 30.
legendary
Activity: 1498
Merit: 1117
does anybody know what happened to janus? or how was this token called?
hero member
Activity: 1358
Merit: 635
It looks like Ardor made a new rival i.e. Nuls. The last is about to deploy the chain factory to its mainnet that mimics all Ardor's functionality. Then, of course, the competition in crypto space promotes new developments but Jelurida  has to be quick with deployment of new childchains  and availability of custom ones  .

Hopefully Jelurida has used the past months to promote Ardor to businesses. Every competitor would have to do the same so Ardor might still be ahead.

It's a crazy hunch, Jelurida has discussed best ARDOR practices  to businesses for half a year now, but  we are in port so far, and not at  sea.
member
Activity: 236
Merit: 74
News digest 18.10.18
📌 Last week Jelurida released Ardor v2.1.2.

📌 Jelurida announced the PRE-LAUNCH of the Online Ardor Hackathon that will contain a series of Lightweight Contract coding challenges with prizes for each challenge.

📌 Dominium and Jelurida announce the birth date of the Dominium child chain and $DOM token on the Ardor network: November 30, 2018. This also means that an Ardor hardfork is in the pipeline.

📌 Last week the first Ardor meetup took place in Brazil, sponsored by ANG.

📌 "Blockchain Ardor" series has now been translated into a Medium format, which is available on Jelurida's Ardor channel.

📌 Bitswift’s monthly report was published.

📌 The EZYcount ICO ended on October 15th.

📌 The C2C bounties site has been launched.

📌 Rya team published the Rya code under the Jelurida Public License.

📌 Third Dominium’s Airdrop live

https://www.ardor.world/en/news/2018/10/30/news-digest-181018/



News digest 30.10.18


📌 Jelurida announced The Ardor Hackathon challenges - develop Lightweight Contracts and win up to $21.000.
📌 Jelurida has launched the Ardor Learning Hub, built by their developers with the help of the community.
📌 Travin Keith, managing director of Altrean, and member of the Linux and HyperLedger Foundation pitched a European-wide organ and blood blockchain database this week at the Linux Foundation's Open Source Summit 2018.
📌 Jelurida, XendBit, and Dominium went to Blockchain Summit NG.
📌 A new forging pool (CharityForgingPool) wants to donate its earnings to charity.
📌 Users of the ardor.rocks social website are now getting crypto assets for participation on its community forum.
📌 Dominium and China Blockchain Partners (CBP) have signed an extensive partnership agreement to support Dominium’s activities within the Chinese market as a gateway to Asia.
📌 Patoshi needs more testers for another Ardor dapp he made for attachment encrypted or public notes to any site you visit.

https://www.ardor.world/en/news/2018/10/30/news-digest-301018/
hero member
Activity: 924
Merit: 556
restart your computer, If that doesn't work just redownload the wallet, yours could be corrupted or changed by a windows update if u use windows.
I have issues from time to time when wallets are updated or changed, make sure you save your password somewhere safe. If no-one else is having the problem it has to be something on your end.

Thanks, for your help. I fixed it and what you post here for someone who may face the same problem some time in the future. Restarting my computer did not work. Redownloading and reinstalling the wallet did not work either at first. After I completely deleted all existing config files (in library folders on Linux OS) and an another reinstall it worked again.
sr. member
Activity: 1638
Merit: 364
It looks like Ardor made a new rival i.e. Nuls. The last is about to deploy the chain factory to its mainnet that mimics all Ardor's functionality. Then, of course, the competition in crypto space promotes new developments but Jelurida  has to be quick with deployment of new childchains  and availability of custom ones  .

Hopefully Jelurida has used the past months to promote Ardor to businesses. Every competitor would have to do the same so Ardor might still be ahead.
hero member
Activity: 1358
Merit: 635
 It looks like Ardor made a new rival i.e. Nuls. The last is about to deploy the chain factory to its mainnet that mimics all Ardor's functionality. Then, of course, the competition in crypto space promotes new developments but Jelurida  has to be quick with deployment of new childchains  and availability of custom ones  .
member
Activity: 160
Merit: 10
restart your computer, If that doesn't work just redownload the wallet, yours could be corrupted or changed by a windows update if u use windows.
I have issues from time to time when wallets are updated or changed, make sure you save your password somewhere safe. If no-one else is having the problem it has to be something on your end.
hero member
Activity: 924
Merit: 556
I need support. Ardor wallet 2.1.2 does not start anymore. From one day to another.
The console shows me this:

...
2018-10-28 13:11:06 INFO: nxt.knownBlacklistedPeers not defined
Fatal error: java.lang.ExceptionInInitializerError
java.lang.ExceptionInInitializerError
   at nxt.configuration.SubSystem$5.init(SubSystem.java:146)
   at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
   at nxt.Nxt$Init.init(Nxt.java:389)
   at nxt.Nxt$Init.access$000(Nxt.java:379)
   at nxt.Nxt.init(Nxt.java:368)
   at nxt.Nxt.init(Nxt.java:363)
   at nxt.Nxt.main(Nxt.java:350)
Caused by: java.lang.RuntimeException: Unable to create network listener
   at nxt.peer.NetworkHandler.(NetworkHandler.java:308)
   ... 7 more
Caused by: java.net.BindException: Die Adresse wird bereits verwendet
   at sun.nio.ch.Net.bind0(Native Method)
   at sun.nio.ch.Net.bind(Net.java:433)
   at sun.nio.ch.Net.bind(Net.java:425)
   at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
   at nxt.peer.NetworkHandler.(NetworkHandler.java:304)
   ... 7 more
full member
Activity: 504
Merit: 103
legendary
Activity: 1162
Merit: 1005
Can anybody explain me how this works:
Circulation supply and max supply show both on coinmarkedcap 998.999.495 ARDR,
but network is still producing Ardor coins via pos mining. 
How can there be already that max supply and circulating supply have the same value ?
the current supply is the amount of coins mined so far and are in peoples wallets and the max supply is the total number of coins that will ever exist on that particular blockchain, if that max is reached, then it becomes the current or coins in circulation

That is not correct, there is nothing mined. All coins went from genesis account to users. No more coins will be created. Forgers get coins from fees, that's closed circle.
full member
Activity: 265
Merit: 100
Can anybody explain me how this works:
Circulation supply and max supply show both on coinmarkedcap 998.999.495 ARDR,
but network is still producing Ardor coins via pos mining.  
How can already max supply and circulating supply have the same value ?


Thanks BusWay18 and Kisleav for the explanation.
hero member
Activity: 1092
Merit: 500
Can anybody explain me how this works:
Circulation supply and max supply show both on coinmarkedcap 998.999.495 ARDR,
but network is still producing Ardor coins via pos mining.  
How can there be already that max supply and circulating supply have the same value ?
the current supply is the amount of coins mined so far and are in peoples wallets and the max supply is the total number of coins that will ever exist on that particular blockchain, if that max is reached, then it becomes the current or coins in circulation
jr. member
Activity: 154
Merit: 4
Can anybody explain me how this works:
Circulation supply and max supply show both on coinmarkedcap 998.999.495 ARDR,
but network is still producing Ardor coins via pos mining.  
How can there be already that max supply and circulating supply have the same value ?
Is call LPOS or end stake reward.....max supply never changed...no reward blok but reward from fee caus of that is call LPOS or end stake reward....so no producing coin again but circulating coin from fee...so of u want stake (pos) u get reward from fee someone else that transfer coin to another person....
full member
Activity: 265
Merit: 100
Can anybody explain me how this works:
Circulation supply and max supply show both on coinmarkedcap 998.999.495 ARDR,
but network is still producing Ardor coins via pos mining.  
How can already max supply and circulating supply have the same value ?


full member
Activity: 504
Merit: 102
Jelurida Launches Ardor Learning Hub and Lightweight Contracts Competition With US$21,000 in Prizes to Spur Business Integration With the Ardor Platform
https://finance.yahoo.com/news/jelurida-launches-ardor-learning-hub-070000271.html

Pages:
Jump to: