Bitcoin Forum
April 26, 2024, 01:10:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 93 94 95 96 97 98 [99] 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 ... 222 »
  Print  
Author Topic: [ANN] DERO: DAG + Cryptonote + Bulletproofs + SSL + POW + Smart Contracts  (Read 122944 times)
--Serena--
Member
**
Offline Offline

Activity: 224
Merit: 11


View Profile
March 19, 2018, 05:58:47 PM
Last edit: March 19, 2018, 09:52:18 PM by --Serena--
 #1961

DERO: Privacy + Smart Contracts

Dero is currently operating as a code fork of Monero (Helium Hydra) with the Bytecoin CryptoNote protocol for the remaining 2 weeks of Q1. However, Dero has written a new blockchain technology based off the CryptoNote protocol with the next major step being new smart contract controls. Dero's new blockchain is coded in golang (Go) to bring together the CryptoNote protocol and smart contracts on the Dero blockchain.

There is no ICO, just hard POW mining.

The CryptoNote protocol implementation in golang is now complete and in closed alpha testing. The Q1 roadmap is on track to meet or exceed its goals.

Website: https://dero.io/
Forum: https://forum.dero.io/
Official pool http://pool.dero.live/
Explorer: https://explorer.dero.io

Exchange 1: https://stocks.exchange/trade/DERO/BTC
Exchange 2: https://www.southxchange.com/Market/List - (COMING SOON)

DERO STATS: https://coincodex.com/crypto/dero/

GitHub: https://github.com/deroproject

How to mine: https://forum.dero.io/t/how-to-be-part-of-dero-network-start-mining-dero/22

Please follow us on Twitter for the most up to date information as it becomes available: https://twitter.com/DeroProject

Dero has a very welcoming community and we would enjoy the opportunity to have you join us in Slack, Discord, or on Reddit!

https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U

Reddit: https://www.reddit.com/r/DeroProject/
Discord: https://discord.gg/aQcphjF

If you have any questions or require assistance, please don't hesitate to reach out for any reason. Slack tends to elicit the fastest response times from the community but all listed links are checked several times a day
1714137025
Hero Member
*
Offline Offline

Posts: 1714137025

View Profile Personal Message (Offline)

Ignore
1714137025
Reply with quote  #2

1714137025
Report to moderator
1714137025
Hero Member
*
Offline Offline

Posts: 1714137025

View Profile Personal Message (Offline)

Ignore
1714137025
Reply with quote  #2

1714137025
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714137025
Hero Member
*
Offline Offline

Posts: 1714137025

View Profile Personal Message (Offline)

Ignore
1714137025
Reply with quote  #2

1714137025
Report to moderator
1714137025
Hero Member
*
Offline Offline

Posts: 1714137025

View Profile Personal Message (Offline)

Ignore
1714137025
Reply with quote  #2

1714137025
Report to moderator
1714137025
Hero Member
*
Offline Offline

Posts: 1714137025

View Profile Personal Message (Offline)

Ignore
1714137025
Reply with quote  #2

1714137025
Report to moderator
--Serena--
Member
**
Offline Offline

Activity: 224
Merit: 11


View Profile
March 19, 2018, 07:18:52 PM
Last edit: March 19, 2018, 08:42:24 PM by --Serena--
Merited by MagicSmoker (1), fellestreum (1)
 #1962

I want to preface this post by saying that I am supportive of Dero and its aims and I want it to succeed.  Indeed this post is motivated by a desire to see it succeed.  Hence the following comments and criticisms, based on my reading of the white paper, in no particular order.

*  The white paper is short on detail.  Many of the specifications and goals are quite vaguely worded.  I am aware of course that Dero is still very early in its development, and has more than achieved the development goals so far.  However, as more people become aware of Dero, there is going to be increasing pressure to come up with more detail.  In anticipation of this, I believe an amplification and extension of the white paper should itself be one of the goals in the roadmap outlined in the white paper.  If possible it would also be nice to have a task force whose assignment it is to work on improving and lengthening the white paper.

This comes up frequently and perhaps it is the proper time to mention that level of detail in the whitepaper is (for now only) intentionally short of technical details. There are a few reasons for this, however, I'll stick to 2 of the main ones for now. The first being that since Dero is doing something unique it's very hard to give specific details until the developers have had a chance to code it from scratch, evaluate it, and then make a firm decision regarding whether it's suitable for the project. The second is that I personally get questions from developers in the broader CryptoNote community (every single day) asking about how Dero plans to implement these features. These are clearly large problems that require a well thought out solution. For a small development team with a clear plan it's much better to create a roadmap (or whitepaper) that doesn't generate false hope or lead others to dead ends.

The roadmap and whitepaper will see updates over time as this is already planned.


*  The white paper does not explain the reasons for choosing Golang as the language or why indeed the protocol needs to be rewritten at all.  I assume it is because of the planned implementation of smart contracts.  Still, some detail on the thought processes of the development team as to how they came to choose Golang, and its strengths for this project, would be useful.

Simply stated, C++ was no longer suitable for what Dero's development team is doing. I'm going to link an article that can explain some of the strengths of golang. I will make a point to go into greater detail at some point in the future as we get asked this often. Golang was built to work on global real world applications and is very easy for new users to pick up. https://talks.golang.org/2012/splash.article

*  The white paper does not explain the reason for choosing an infinite supply, with emissions steady at about 157000 per year after the first 8 years.

The 157,000 Dero per year will help provide incentive in the long term for people to secure the network and there will inevitably be people who lose Dero for various reasons. These reasons can range from human error to someone passing away without providing anyone access to their wallet and anything between.

*  The white paper does not explain how efficiency improvements are going to be implemented, or even how the team plans to scale the protocol up to real-world usage at a later date.  One might wonder if it will be even possible to scale up the technology (all coins suffer from this problem to varying extents) so some discussion of this would be good.  People will want technical information on how the energy reduction and transaction speed issues are going to be addressed.

These are critical details that the team is holding on to for now. If we look at what's publicly available in the Derosuite daemon you can already notice a significant improvement in resource utilization, sync speeds, etc over the original code.

*  The references supplied are all to Wikipedia (apart from a link to the cryptonote white paper) and are not technical/serious.  I assume the team has done much research during the pre-development and development phases, but there is little evidence of the nature or extent of this research.  Compare for example to the rich research context surrounding Cardano (which I appreciate has a massively larger team behind it).  Some evidence of the technical research and specific results of that research (e.g. references to technical papers in the field) would be very useful.  Not to all readers of course, but the white paper could be divided into a less technical summarising section, and a more in-depth and longer technical section.

The details regarding how a small team were going to create a new blockchain technology based off the CryptoNote protocol before the end of Q1/2018 were also questioned heavily. We definitely understand that everyone would like the answers to these questions. There is a strong development plan with a mountain of technical merit, though it's not my place to discuss that and the team has mentioned that they will release all of this information when it's time so I must honor that.

*  Currently the team is quite small, and to be successful and to meet its long terms goals the team must grow, and connections must be made with other teams and other projects, I think.  It would be good to know what the team's strategy is for expanding the scope of work being done to support and develop Dero.  I realise there is a plan to found a private company (see next bullet point) but this specific way of developing the coin must have disadvantages as well as advantages, and so far, there is no detail about what in practice it would mean.

We understand that the team has to grow and we agree. The development team are quiet, yet friendly and they do speak to other teams. Much like what you've seen from the project, our team tries very hard not to generate any degree of false hype or hope. Like anything else, when we have firm information we will promptly inform the community. At the moment Dero is working on a well thought out development plan that they've set for themselves while simultaneously positioning the project to incorporate and become fully transparent. Dero is engaging in the process of making their team open to the world and with that comes full transparency and a firm push to start expanding all areas of the team.

*  If the coin is to be taken seriously, the identities of the team members, their work histories and technical experience and so on, these things must at some point be made public.  Unless the strategy is to grow the network/blockchain in such a way that it travels with its own momentum, gathering expertise and technical followers independently as it grows, as the original bitcoin did.  However even bitcoin is now more or less privately controlled (by the Bitcoin Foundation), and this does not appear to be the strategy adopted by the team anyway, as the white paper mentions a future Dero private company that will be behind the network.   Founding a company must mean full public disclosure of the technical team and its expertise.  Why wait on this?

The team agrees that the developers must make themselves known and they've already spent a healthy amount of time and their personal money getting ready to incorporate Dero and simultaneously reveal themselves. This will include their work history which I'm personally already aware of to some degree. The development team has stated clearly on many occasions that when they incorporate they will become fully transparent. The incorporation process has started and is listed in the roadmap. As we've seen with (many) other projects, it can often take time for the developers to be in a (safe) position to reveal themselves. I can personally 100% assure everyone that Dero's team not only wants to talk about who they are, but some of them are even eager to be open as I'm sure it's a breath of fresh air.

*  Under 'Challenges' there are a bunch of things and it is not clear how these are incorporated into the roadmap.   I find the idea of using Dero as Identity with a certifying authority quite intriguing, but it raises questions, such as: what other coins do this or plan to do this (what is the competition), realistically how would this be adopted by the wider world, and how does implementing this serve to further the overall goals of the project?

Some of them are not specifically incorporated into the roadmap yet and as Dero's development team works their way through the current roadmap they will be able to update coming quarters. For now they want to focus on what's immediately in front of them before they put something in concrete for 9-12 months down the road. As stated above, we're looking to expand the team when the appropriate time comes, and we're working very hard to get to that point every day as it's advantageous for everyone.

*  There are issues that are not discussed, for example regulatory issues.  This is probably going to be the biggest topic in the crypto space in 2018.  What is Dero's strategy?  Cardano for example does seem to have a strategy worked out for this; it plans to be "regulatory compliant" in a way that is built into the foundations of the network.  But Cardano is not a privacy coin, and the issue of privacy/obfuscation raises further challenges in the context of regulation.  It would be great to see what strategy the Dero team has in place for dealing with this, and what the gaps in the strategy are that we need to think about.  It is hard to over-emphasise the importance of this topic, as it touches on almost every other .

I will have to let Captain speak to the specific technical details regarding this, however, it's possible to allow a particular group or organization to become some type of certifying authority that can verify the identity of the wallet holder. In places where KYC compliance is at its strictest levels, trades would not be possible without pre-authorization from the appropriate authorities. On an individual level, you can choose who you certify your wallet with at your discretion. I would personally recommend a private wallet with no certifications and one with certifications for maximum privacy. There will certainly be a lot of discussion needed regarding the best way to tackle this issue.

Julio Faura, Chair of the Enterprise Ethereum Alliance said "one of the key features we need for a blockchain to be used in enterprise settings is privacy.". J.P.Morgan, one of the largest banks in the world published that quote directly to their own website which helps to publicly acknowledge and convey the dire need for real privacy on the blockchain before enterprise scale solutions can be utilized.

Dero is working to solve issues like this from the ground up, starting on day 1. Again, there will need to be a lot of discussion in all areas of development but Dero's strategy is to look at the broad picture, the real world requirements, and the future. To that end, they've proposed the Dero Project and we're working to quietly develop practical solutions to global problems.


These are just a few of my thoughts for now.  These are intended to be constructive criticism, with the aim of helping and furthering Dero.  I hope they will be taken in that spirit!

On behalf of the Dero team, myself professionally and personally, thank you very much for taking the time to write a post like this with your questions. We respect open, thoughtful, and honest discussion. So again, thank you for taking the time to post this and if I didn't answer anything to your satisfaction, please feel free to continue the conversation and I will do my best to provide answers where I'm able.
krypt0id
Jr. Member
*
Offline Offline

Activity: 148
Merit: 2


View Profile
March 20, 2018, 12:05:53 AM
 #1963

I want to preface this post by saying that I am supportive of Dero and its aims and I want it to succeed.  Indeed this post is motivated by a desire to see it succeed.  Hence the following comments and criticisms, based on my reading of the white paper, in no particular order.

*  The white paper is short on detail.  Many of the specifications and goals are quite vaguely worded.  I am aware of course that Dero is still very early in its development, and has more than achieved the development goals so far.  However, as more people become aware of Dero, there is going to be increasing pressure to come up with more detail.  In anticipation of this, I believe an amplification and extension of the white paper should itself be one of the goals in the roadmap outlined in the white paper.  If possible it would also be nice to have a task force whose assignment it is to work on improving and lengthening the white paper.

This comes up frequently and perhaps it is the proper time to mention that level of detail in the whitepaper is (for now only) intentionally short of technical details. There are a few reasons for this, however, I'll stick to 2 of the main ones for now. The first being that since Dero is doing something unique it's very hard to give specific details until the developers have had a chance to code it from scratch, evaluate it, and then make a firm decision regarding whether it's suitable for the project. The second is that I personally get questions from developers in the broader CryptoNote community (every single day) asking about how Dero plans to implement these features. These are clearly large problems that require a well thought out solution. For a small development team with a clear plan it's much better to create a roadmap (or whitepaper) that doesn't generate false hope or lead others to dead ends.

The roadmap and whitepaper will see updates over time as this is already planned.


*  The white paper does not explain the reasons for choosing Golang as the language or why indeed the protocol needs to be rewritten at all.  I assume it is because of the planned implementation of smart contracts.  Still, some detail on the thought processes of the development team as to how they came to choose Golang, and its strengths for this project, would be useful.

Simply stated, C++ was no longer suitable for what Dero's development team is doing. I'm going to link an article that can explain some of the strengths of golang. I will make a point to go into greater detail at some point in the future as we get asked this often. Golang was built to work on global real world applications and is very easy for new users to pick up. https://talks.golang.org/2012/splash.article

*  The white paper does not explain the reason for choosing an infinite supply, with emissions steady at about 157000 per year after the first 8 years.

The 157,000 Dero per year will help provide incentive in the long term for people to secure the network and there will inevitably be people who lose Dero for various reasons. These reasons can range from human error to someone passing away without providing anyone access to their wallet and anything between.

*  The white paper does not explain how efficiency improvements are going to be implemented, or even how the team plans to scale the protocol up to real-world usage at a later date.  One might wonder if it will be even possible to scale up the technology (all coins suffer from this problem to varying extents) so some discussion of this would be good.  People will want technical information on how the energy reduction and transaction speed issues are going to be addressed.

These are critical details that the team is holding on to for now. If we look at what's publicly available in the Derosuite daemon you can already notice a significant improvement in resource utilization, sync speeds, etc over the original code.

*  The references supplied are all to Wikipedia (apart from a link to the cryptonote white paper) and are not technical/serious.  I assume the team has done much research during the pre-development and development phases, but there is little evidence of the nature or extent of this research.  Compare for example to the rich research context surrounding Cardano (which I appreciate has a massively larger team behind it).  Some evidence of the technical research and specific results of that research (e.g. references to technical papers in the field) would be very useful.  Not to all readers of course, but the white paper could be divided into a less technical summarising section, and a more in-depth and longer technical section.

The details regarding how a small team were going to create a new blockchain technology based off the CryptoNote protocol before the end of Q1/2018 were also questioned heavily. We definitely understand that everyone would like the answers to these questions. There is a strong development plan with a mountain of technical merit, though it's not my place to discuss that and the team has mentioned that they will release all of this information when it's time so I must honor that.

*  Currently the team is quite small, and to be successful and to meet its long terms goals the team must grow, and connections must be made with other teams and other projects, I think.  It would be good to know what the team's strategy is for expanding the scope of work being done to support and develop Dero.  I realise there is a plan to found a private company (see next bullet point) but this specific way of developing the coin must have disadvantages as well as advantages, and so far, there is no detail about what in practice it would mean.

We understand that the team has to grow and we agree. The development team are quiet, yet friendly and they do speak to other teams. Much like what you've seen from the project, our team tries very hard not to generate any degree of false hype or hope. Like anything else, when we have firm information we will promptly inform the community. At the moment Dero is working on a well thought out development plan that they've set for themselves while simultaneously positioning the project to incorporate and become fully transparent. Dero is engaging in the process of making their team open to the world and with that comes full transparency and a firm push to start expanding all areas of the team.

*  If the coin is to be taken seriously, the identities of the team members, their work histories and technical experience and so on, these things must at some point be made public.  Unless the strategy is to grow the network/blockchain in such a way that it travels with its own momentum, gathering expertise and technical followers independently as it grows, as the original bitcoin did.  However even bitcoin is now more or less privately controlled (by the Bitcoin Foundation), and this does not appear to be the strategy adopted by the team anyway, as the white paper mentions a future Dero private company that will be behind the network.   Founding a company must mean full public disclosure of the technical team and its expertise.  Why wait on this?

The team agrees that the developers must make themselves known and they've already spent a healthy amount of time and their personal money getting ready to incorporate Dero and simultaneously reveal themselves. This will include their work history which I'm personally already aware of to some degree. The development team has stated clearly on many occasions that when they incorporate they will become fully transparent. The incorporation process has started and is listed in the roadmap. As we've seen with (many) other projects, it can often take time for the developers to be in a (safe) position to reveal themselves. I can personally 100% assure everyone that Dero's team not only wants to talk about who they are, but some of them are even eager to be open as I'm sure it's a breath of fresh air.

*  Under 'Challenges' there are a bunch of things and it is not clear how these are incorporated into the roadmap.   I find the idea of using Dero as Identity with a certifying authority quite intriguing, but it raises questions, such as: what other coins do this or plan to do this (what is the competition), realistically how would this be adopted by the wider world, and how does implementing this serve to further the overall goals of the project?

Some of them are not specifically incorporated into the roadmap yet and as Dero's development team works their way through the current roadmap they will be able to update coming quarters. For now they want to focus on what's immediately in front of them before they put something in concrete for 9-12 months down the road. As stated above, we're looking to expand the team when the appropriate time comes, and we're working very hard to get to that point every day as it's advantageous for everyone.

*  There are issues that are not discussed, for example regulatory issues.  This is probably going to be the biggest topic in the crypto space in 2018.  What is Dero's strategy?  Cardano for example does seem to have a strategy worked out for this; it plans to be "regulatory compliant" in a way that is built into the foundations of the network.  But Cardano is not a privacy coin, and the issue of privacy/obfuscation raises further challenges in the context of regulation.  It would be great to see what strategy the Dero team has in place for dealing with this, and what the gaps in the strategy are that we need to think about.  It is hard to over-emphasise the importance of this topic, as it touches on almost every other .

I will have to let Captain speak to the specific technical details regarding this, however, it's possible to allow a particular group or organization to become some type of certifying authority that can verify the identity of the wallet holder. In places where KYC compliance is at its strictest levels, trades would not be possible without pre-authorization from the appropriate authorities. On an individual level, you can choose who you certify your wallet with at your discretion. I would personally recommend a private wallet with no certifications and one with certifications for maximum privacy. There will certainly be a lot of discussion needed regarding the best way to tackle this issue.

Julio Faura, Chair of the Enterprise Ethereum Alliance said "one of the key features we need for a blockchain to be used in enterprise settings is privacy.". J.P.Morgan, one of the largest banks in the world published that quote directly to their own website which helps to publicly acknowledge and convey the dire need for real privacy on the blockchain before enterprise scale solutions can be utilized.

Dero is working to solve issues like this from the ground up, starting on day 1. Again, there will need to be a lot of discussion in all areas of development but Dero's strategy is to look at the broad picture, the real world requirements, and the future. To that end, they've proposed the Dero Project and we're working to quietly develop practical solutions to global problems.


These are just a few of my thoughts for now.  These are intended to be constructive criticism, with the aim of helping and furthering Dero.  I hope they will be taken in that spirit!

On behalf of the Dero team, myself professionally and personally, thank you very much for taking the time to write a post like this with your questions. We respect open, thoughtful, and honest discussion. So again, thank you for taking the time to post this and if I didn't answer anything to your satisfaction, please feel free to continue the conversation and I will do my best to provide answers where I'm able.

*Starts a slow clap...*

DERO - Secure. Private. Smart Contracts.
PesoAmericano
Jr. Member
*
Offline Offline

Activity: 71
Merit: 1


View Profile
March 20, 2018, 03:16:29 AM
 #1964

*Starts a slow clap...*

Seriously. This is compromised team of Devs. I'ms icking to this coin believing it will crush ETH adn XMR in the long run.

I gotta check this comment back in 5 years

Hello future me!
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
March 20, 2018, 03:32:10 AM
 #1965

I want to preface this post by saying that I am supportive of Dero and its aims and I want it to succeed.  Indeed this post is motivated by a desire to see it succeed.  Hence the following comments and criticisms, based on my reading of the white paper, in no particular order.
Snip...
............
....................
......................................



Thanks Serena for such In-depth reply.
There too much vision and idea behind DERO that several books can be written on the subject, But we are focused more on the practical technological aspect of DERO atm, as we believe some working DEMO/Example would be more helpful in expressing the general idea than mere words.

Hypolite
Legendary
*
Offline Offline

Activity: 1245
Merit: 1027



View Profile
March 20, 2018, 06:11:43 AM
 #1966

Hi everybody,

Sorry for my bad english.  Wink

I would like know if it possible to mine DERO with a R290 rig ?

I don't find clear and easy to understand information for me.

Do you have links or tutorials that could help me please?

Thank you beforehand.

--Serena--
Member
**
Offline Offline

Activity: 224
Merit: 11


View Profile
March 20, 2018, 06:35:55 AM
 #1967

Hi everybody,

Sorry for my bad english.  Wink

I would like know if it possible to mine DERO with a R290 rig ?

I don't find clear and easy to understand information for me.

Do you have links or tutorials that could help me please?

Thank you beforehand.

Yes it is possible to mine Dero with a R290 rig. The algorithm is CryptoNight so any program suitable for this algo will work.

I personally use XMR-Stak though I can't say I've set up a R290 for mining before.

This may be of some help to you as a very basic starting point for which software and configurations are being used https://bitcointalk.org/index.php?topic=2557753.0
MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 182



View Profile
March 20, 2018, 10:39:32 AM
Last edit: March 20, 2018, 12:27:12 PM by MagicSmoker
 #1968

...
I would like know if it possible to mine DERO with a R290 rig ?
...

I'm not sure which, if any, of the miners below support this card but the first two programs are easy to try:

AMDXMRMiner 0.65b - https://www.amdxmrminer.com/

XMR-Stak - https://github.com/fireice-uk/xmr-stak/releases

The first program is very easy to use; here is an example command line with donations to the software dev set to the minimum of 1% and mining on the official pool:

amdxmrminer -do 1 -p pool.dero.live:3333 --wallet <wallet address>.<fixed difficulty> -psw x

Replace <wallet address> with your address and <fixed difficulty> with a number that is 10-20x your hashrate (but minimum is 5000 on pool.dero.live). E.g. - set to 8000 if your hashrate is 400 H/s. This is not a critical number - and it doesn't technically need to be specified - but I find that earnings are far more consistent when you tell the pool what difficulty shares you want to work on rather than let it choose the difficulty for you (called "vardiff" for "variable difficulty" but it usually pegs at the maximum value, which tends to be >100000).

XMR-Stak is also easy to get working BUT it is much harder to get it working WELL. It will also use your CPU to mine and the default configuration it generates tends to deliver poor hashrate and absolutely cripple your computer for doing anything else (even reading this post!).

To get started with it just right-click on xmr-stak.exe and select "run as administrator" and the program will prompt you to enter the coin you are mining (enter "monero" because DERO uses the same algo, CryptoNight), then the pool:port combination (e.g. - pool.dero.live:3333), your wallet address, whether you are using NiceHash (no), whether to use TSL (no), and maybe a couple other things I can't remember because I haven't run xmr-stak like this in months. Once you've finished answering its questions it will generate three config files - one called config.txt which has the pool/coin and general options, amd.txt which has the key settings for the GPU, and cpu.txt which, you guessed it, has the settings for your CPU. If your GPU and/or CPU is compatible it will then start mining. If you want to use xmr-stak to mine other CN coins then you should make a config.txt for each pool/coin and then use the following command (run as administrator) to select the coin/pool:

xmr-stak -c config.txt --noNVIDIA

If you don't want xmr-stak to use your CPU then add the switch "--noCPU" to the above command line. Change config.txt to the name of the specific file, e.g., I have config-dero1.txt for mining DERO on the official pool.

Two other options which you may have to use due to the age of the card are Gateless Gate at https://github.com/zawawawa/gatelessgate/releases and sgminer-gm at https://github.com/genesismining/sgminer-gm/releases but note that both of these - especially sgminer-gm - are much more difficult to not only optimize, but just to get them to not crash all the time.

thin
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
March 20, 2018, 12:12:49 PM
 #1969

DERO: Privacy + Smart Contracts

The CryptoNote protocol implementation in golang is now complete and in closed alpha testing. The Q1 roadmap is on track to meet or exceed its goals.


That's great news. How the closed testing is progressing? Do you have a prediction when testing goes to a wider audience?  It is really interesting to see a major change in a cryptonote protocol. Most existing coins suffer from the same issues with block chain, so  seeing  a completely new  implementation may force other coins to adopt to a new standard.
miner.rocks
Jr. Member
*
Offline Offline

Activity: 180
Merit: 2


View Profile WWW
March 20, 2018, 01:03:48 PM
 #1970

I would like know if it possible to mine DERO with a R290 rig ?

Do you have links or tutorials that could help me please?

Thank you beforehand.
Yes, it is possible, sample config for sgminer for r9 290

Setting up windows pc for mining.

Video of setting up xmr-stak for mining.

Wallet can be obtained from an exchange or using dero-wallet-cli after setting up full node or remote node.
Quote
To be part of DERO NETWORK and start mining DERO:
Download daemon & wallet from below links, choose your OS.
https://github.com/deroproject/dero
https://github.com/deroproject/dero/releases

Extract and change into that directory by cmd-prompt.
Run derod.exe or derod depending on operating system. It will start syncing.
Open another command-prompt and run dero-wallet-cli.exe/dero-wallet-cli and follow options to create wallet.
Make sure to backup your wallet-file/password/seed/key etc…

https://miner.rocks pplns cryptonote pools with email alerts and workers stats
fellestreum
Jr. Member
*
Offline Offline

Activity: 111
Merit: 5

--nemo me impune lacessit--


View Profile
March 20, 2018, 02:17:17 PM
 #1971

I want to preface this post by saying that I am supportive of Dero and its aims and I want it to succeed.  Indeed this post is motivated by a desire to see it succeed.  Hence the following comments and criticisms, based on my reading of the white paper, in no particular order.

*  The white paper is short on detail.  Many of the specifications and goals are quite vaguely worded.  I am aware of course that Dero is still very early in its development, and has more than achieved the development goals so far.  However, as more people become aware of Dero, there is going to be increasing pressure to come up with more detail.  In anticipation of this, I believe an amplification and extension of the white paper should itself be one of the goals in the roadmap outlined in the white paper.  If possible it would also be nice to have a task force whose assignment it is to work on improving and lengthening the white paper.

This comes up frequently and perhaps it is the proper time to mention that level of detail in the whitepaper is (for now only) intentionally short of technical details. There are a few reasons for this, however, I'll stick to 2 of the main ones for now. The first being that since Dero is doing something unique it's very hard to give specific details until the developers have had a chance to code it from scratch, evaluate it, and then make a firm decision regarding whether it's suitable for the project. The second is that I personally get questions from developers in the broader CryptoNote community (every single day) asking about how Dero plans to implement these features. These are clearly large problems that require a well thought out solution. For a small development team with a clear plan it's much better to create a roadmap (or whitepaper) that doesn't generate false hope or lead others to dead ends.

The roadmap and whitepaper will see updates over time as this is already planned.


*  The white paper does not explain the reasons for choosing Golang as the language or why indeed the protocol needs to be rewritten at all.  I assume it is because of the planned implementation of smart contracts.  Still, some detail on the thought processes of the development team as to how they came to choose Golang, and its strengths for this project, would be useful.

Simply stated, C++ was no longer suitable for what Dero's development team is doing. I'm going to link an article that can explain some of the strengths of golang. I will make a point to go into greater detail at some point in the future as we get asked this often. Golang was built to work on global real world applications and is very easy for new users to pick up. https://talks.golang.org/2012/splash.article

*  The white paper does not explain the reason for choosing an infinite supply, with emissions steady at about 157000 per year after the first 8 years.

The 157,000 Dero per year will help provide incentive in the long term for people to secure the network and there will inevitably be people who lose Dero for various reasons. These reasons can range from human error to someone passing away without providing anyone access to their wallet and anything between.

*  The white paper does not explain how efficiency improvements are going to be implemented, or even how the team plans to scale the protocol up to real-world usage at a later date.  One might wonder if it will be even possible to scale up the technology (all coins suffer from this problem to varying extents) so some discussion of this would be good.  People will want technical information on how the energy reduction and transaction speed issues are going to be addressed.

These are critical details that the team is holding on to for now. If we look at what's publicly available in the Derosuite daemon you can already notice a significant improvement in resource utilization, sync speeds, etc over the original code.

*  The references supplied are all to Wikipedia (apart from a link to the cryptonote white paper) and are not technical/serious.  I assume the team has done much research during the pre-development and development phases, but there is little evidence of the nature or extent of this research.  Compare for example to the rich research context surrounding Cardano (which I appreciate has a massively larger team behind it).  Some evidence of the technical research and specific results of that research (e.g. references to technical papers in the field) would be very useful.  Not to all readers of course, but the white paper could be divided into a less technical summarising section, and a more in-depth and longer technical section.

The details regarding how a small team were going to create a new blockchain technology based off the CryptoNote protocol before the end of Q1/2018 were also questioned heavily. We definitely understand that everyone would like the answers to these questions. There is a strong development plan with a mountain of technical merit, though it's not my place to discuss that and the team has mentioned that they will release all of this information when it's time so I must honor that.

*  Currently the team is quite small, and to be successful and to meet its long terms goals the team must grow, and connections must be made with other teams and other projects, I think.  It would be good to know what the team's strategy is for expanding the scope of work being done to support and develop Dero.  I realise there is a plan to found a private company (see next bullet point) but this specific way of developing the coin must have disadvantages as well as advantages, and so far, there is no detail about what in practice it would mean.

We understand that the team has to grow and we agree. The development team are quiet, yet friendly and they do speak to other teams. Much like what you've seen from the project, our team tries very hard not to generate any degree of false hype or hope. Like anything else, when we have firm information we will promptly inform the community. At the moment Dero is working on a well thought out development plan that they've set for themselves while simultaneously positioning the project to incorporate and become fully transparent. Dero is engaging in the process of making their team open to the world and with that comes full transparency and a firm push to start expanding all areas of the team.

*  If the coin is to be taken seriously, the identities of the team members, their work histories and technical experience and so on, these things must at some point be made public.  Unless the strategy is to grow the network/blockchain in such a way that it travels with its own momentum, gathering expertise and technical followers independently as it grows, as the original bitcoin did.  However even bitcoin is now more or less privately controlled (by the Bitcoin Foundation), and this does not appear to be the strategy adopted by the team anyway, as the white paper mentions a future Dero private company that will be behind the network.   Founding a company must mean full public disclosure of the technical team and its expertise.  Why wait on this?

The team agrees that the developers must make themselves known and they've already spent a healthy amount of time and their personal money getting ready to incorporate Dero and simultaneously reveal themselves. This will include their work history which I'm personally already aware of to some degree. The development team has stated clearly on many occasions that when they incorporate they will become fully transparent. The incorporation process has started and is listed in the roadmap. As we've seen with (many) other projects, it can often take time for the developers to be in a (safe) position to reveal themselves. I can personally 100% assure everyone that Dero's team not only wants to talk about who they are, but some of them are even eager to be open as I'm sure it's a breath of fresh air.

*  Under 'Challenges' there are a bunch of things and it is not clear how these are incorporated into the roadmap.   I find the idea of using Dero as Identity with a certifying authority quite intriguing, but it raises questions, such as: what other coins do this or plan to do this (what is the competition), realistically how would this be adopted by the wider world, and how does implementing this serve to further the overall goals of the project?

Some of them are not specifically incorporated into the roadmap yet and as Dero's development team works their way through the current roadmap they will be able to update coming quarters. For now they want to focus on what's immediately in front of them before they put something in concrete for 9-12 months down the road. As stated above, we're looking to expand the team when the appropriate time comes, and we're working very hard to get to that point every day as it's advantageous for everyone.

*  There are issues that are not discussed, for example regulatory issues.  This is probably going to be the biggest topic in the crypto space in 2018.  What is Dero's strategy?  Cardano for example does seem to have a strategy worked out for this; it plans to be "regulatory compliant" in a way that is built into the foundations of the network.  But Cardano is not a privacy coin, and the issue of privacy/obfuscation raises further challenges in the context of regulation.  It would be great to see what strategy the Dero team has in place for dealing with this, and what the gaps in the strategy are that we need to think about.  It is hard to over-emphasise the importance of this topic, as it touches on almost every other .

I will have to let Captain speak to the specific technical details regarding this, however, it's possible to allow a particular group or organization to become some type of certifying authority that can verify the identity of the wallet holder. In places where KYC compliance is at its strictest levels, trades would not be possible without pre-authorization from the appropriate authorities. On an individual level, you can choose who you certify your wallet with at your discretion. I would personally recommend a private wallet with no certifications and one with certifications for maximum privacy. There will certainly be a lot of discussion needed regarding the best way to tackle this issue.

Julio Faura, Chair of the Enterprise Ethereum Alliance said "one of the key features we need for a blockchain to be used in enterprise settings is privacy.". J.P.Morgan, one of the largest banks in the world published that quote directly to their own website which helps to publicly acknowledge and convey the dire need for real privacy on the blockchain before enterprise scale solutions can be utilized.

Dero is working to solve issues like this from the ground up, starting on day 1. Again, there will need to be a lot of discussion in all areas of development but Dero's strategy is to look at the broad picture, the real world requirements, and the future. To that end, they've proposed the Dero Project and we're working to quietly develop practical solutions to global problems.


These are just a few of my thoughts for now.  These are intended to be constructive criticism, with the aim of helping and furthering Dero.  I hope they will be taken in that spirit!

On behalf of the Dero team, myself professionally and personally, thank you very much for taking the time to write a post like this with your questions. We respect open, thoughtful, and honest discussion. So again, thank you for taking the time to post this and if I didn't answer anything to your satisfaction, please feel free to continue the conversation and I will do my best to provide answers where I'm able.

And thank you for this excellent response.  I am looking forward to more discussions as the technical work proceeds!  Exciting project indeed...
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
March 20, 2018, 03:46:45 PM
Last edit: March 20, 2018, 04:02:45 PM by CaptDero
 #1972

DERO: Privacy + Smart Contracts

The CryptoNote protocol implementation in golang is now complete and in closed alpha testing. The Q1 roadmap is on track to meet or exceed its goals.


That's great news. How the closed testing is progressing? Do you have a prediction when testing goes to a wider audience?  It is really interesting to see a major change in a cryptonote protocol. Most existing coins suffer from the same issues with block chain, so  seeing  a completely new  implementation may force other coins to adopt to a new standard.

There would be release of complete working CryptoNote Golang implementation in next 4-6 days for users interested for testing. These users would be evaluating Golang derod and wallet for 7-10 days and based on their feedback whole DERO community would be migrating to new DERO chain. Community has to just download new derod daemon and import wallet with old wallet seed for migration.

Hopeful of smooth transition.

Everyone is invited for test, just ask here or PM or visit slack https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
ritmix
Member
**
Offline Offline

Activity: 150
Merit: 10


View Profile
March 20, 2018, 07:56:49 PM
 #1973

Hi everybody,

Sorry for my bad english.  Wink

I would like know if it possible to mine DERO with a R290 rig ?

I don't find clear and easy to understand information for me.

Do you have links or tutorials that could help me please?

Thank you beforehand.
just use claymore 9.7 cryptonote GPU. It works perfect for me with R9 280.
tataran1919
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
March 21, 2018, 12:06:57 AM
 #1974

*Starts a slow clap...*

Seriously. This is compromised team of Devs. I'ms icking to this coin believing it will crush ETH adn XMR in the long run.

I gotta check this comment back in 5 years

Hello future me!

Monero is an untraceable coin.
If it is used for money laundering ,they can not catch them.
The country will not allow it.
Monero becomes smaller in the future.
tataran1919
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
March 21, 2018, 12:31:51 AM
 #1975

If only certifying authorities can trace the address,it will definitely exceed Monero in the near future.
Monero will not change the policy.
Some people need full anonymity.
kellog9000
Member
**
Offline Offline

Activity: 224
Merit: 12

Pls Donate Merit :)


View Profile WWW
March 21, 2018, 12:39:10 AM
 #1976

If only certifying authorities can trace the address,it will definitely exceed Monero in the near future.
Monero will not change the policy.
Some people need full anonymity.

yep yep Smiley


NEW EXCHANGE TRADE NOW!

BTC XMR LTC DOGE pair! https://goo.gl/1jAGw1  BTC XMR LTC DOGE pair!
QiuShi 518
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 21, 2018, 08:47:55 AM
 #1977

Crypto note algorithm x 3 miner has come out. will dero team modify the algorithm
--Serena--
Member
**
Offline Offline

Activity: 224
Merit: 11


View Profile
March 21, 2018, 08:53:00 AM
 #1978

Crypto note algorithm x 3 miner has come out. will dero team modify the algorithm

https://www.reddit.com/r/DeroProject/comments/84kufy/deros_official_position_on_asics/
Dr.Lecter
Full Member
***
Offline Offline

Activity: 602
Merit: 134



View Profile
March 21, 2018, 02:15:51 PM
 #1979

The project has a big future, I'll be waiting at least 2 years in order to use Dero. Let's see what happens. Dev is very competent, always on your feedback.
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
March 21, 2018, 02:51:29 PM
 #1980

The project has a big future, I'll be waiting at least 2 years in order to use Dero. Let's see what happens. Dev is very competent, always on your feedback.

Hello Dr., Long time good to see you but Its not been 2 years just ~3 months. Anyways Smiley
Pages: « 1 ... 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 93 94 95 96 97 98 [99] 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 ... 222 »
  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!