Author

Topic: [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | - page 131. (Read 316951 times)

member
Activity: 96
Merit: 10
Just going to put this out there...

Would you buy a physical Crown coin if they existed? EDIT: When i say "A Crown coin, I mean several Crown on one coin, EG One 1000CRW coin"

I mean, I would and a few others I know would too.

So defunctec -- what would this be?  Would this be a device with a chip which would have the keys to a wallet - where the wallet would how X coins?  So it's more of a crown chip?  And I guess the chip could just display the balance of the wallet/keys it holds?  

Since addresses can be used on multichains -- I guess you could also have a multi-coin chip?

Then theoretically people could use digital tokens by transacting in these chips -- just like they transact with cash....

I guess, I would just imagine possibilities in a "general purpose model"  ....  and I would imagine that one would spend "crown chips" or "crown cards" like cash.  

so yeah... that sounds interesting.



Sorry not quite as elaborate but still tricky. Its more of a gimmick/vanity project for a few people who would want one or two coins to hold.

Coins101 describes it perfectly really. He also brings up very impotent points about security and trust. Im not sure how the trust element can be circumvented but I'm all ears on that.

Heres a couple of examples




These physical Bitcoin coins, as discussed here, have been drained and had the value stolen

https://bitcointalksearch.org/topic/alitin-mint-coin-breach-1815933

The coins are not a good idea by my opinion. There is a strong trust issue factor with the issuer. Someone have to print the private key there, can I trust him?
If you want to store Crowns long term its better to generate private key offline and store the key on Cryptosteel for example. I cannot even recommend using paper wallet because it is safe until you are going to sweep the private key into your potentially compromised PC or for un-experienced user it can cause loosing his coins because not many people are aware how change addresses works.

So rather than focusing on physical coins and papers, I would rather focus to get Crown support to Trezor which is the safest long-term storage option and will make Crown tangible and easy to use.

Or something like https://opendime.com/ physical bitcoin would be cool for Crown.

member
Activity: 96
Merit: 10
satoshilabs... any experience programming the trezor, and tools for the trezor?

[/quote]

What tools do you have mind exactly?

If we are talking about Crown support in the hardware itself there are 2 options.

Option 1
Step 1: Get some wallet and backend with BIP32/44 support which can interact with Trezor for tx broadcast and network stuff, Trezor guys do recommend to fork https://insight.is/ which is used at their wallet backend. Our own explorer would be great anyway, we could add it on crown.tech website as well.

The original bitcoin QT has got this support but no one implemented the required libraries to interact with Trezor. So if we will consider adding Trezor support to the new Crown QT it will need to communicate with TREZOR APIs https://doc.satoshilabs.com/trezor-tech/api.html .
We could also fork Electrum-Dash https://www.dash.org/news/electrum-dash-with-trezor-support-released/

Step 2: We have to ask Trezor guys to add Crown coin type to the official firmware - https://github.com/trezor/trezor-mcu/blob/b4728e6cf90bdab5df75857d25b291f5479c70c4/firmware/coins.c#L23 .


Option 2
The more difficult one is to create custom Trezor firmware for Crown and flash it. A similar way to Monero which is working on Trezor support now.
https://forum.getmonero.org/4/academic-and-technical/2495/experimental-trezor-firmware-testing

I can see the option 1 as an easier solution for us.

With the block explorer which has HD wallets support it should be easier to ask Trezor guys to add Crown coin type and add us also to their online wallet service. But this is questionable because they also look on the coin market cap before adding, anyway I think we are on good way to reach some interesting market cap soon.
If not and they will add Crown at least the Coin type to the firmware we could go with the DASH electrum option.


Also there is someone working on masternode support in Trezor
https://www.dash.org/forum/threads/masternode-with-trezor.9079/
which could be something interesting for us as well.

If you wantede to ask something else, let me know.. Maybe I´m thinking too much foward:-)

legendary
Activity: 1358
Merit: 1002
Has anybody here had any experience installing either Wekan or Taiga?

I'm having a nightmare getting it going.

I´ve been using Trello or Jira  so far. Wekan looks similarly to Trello I found https://sandstorm.io/ which is self-hostable
web productivity suite and have Wekan already included and have some other quite interesting features.

Thanks for the heads up.

Urban_idler, could you take a look at sandstorm and tell me what you think?  

Bigmo -- sandstorm looks cool.  Thank you for the heads up!

Sandstorm is of interest for two reasons:
1. The ability to self host so that we could have the tools used by the team available on the platform.  
2. Their approach to containerization and the quality of their development team.

Two of the issues for us now are (1) developing applications to work on the crown platform or which can be ported to the platform -- part of API design is having actual use cases, (2) within that thinking about different strategies for how one would deploy the applications and contain/encapsulate the applications running on the platform.

I PM'd stonehedge and he is going to take a look at it.  As stated before -- I'm new to this stuff and learning, but I know what the goal is, or what I would like for Crown to be able to build...  and we will need help from the community to do it.

I/we appreciate your help.


Bigmo:

Crowncoin_Knight says he remembers you from your earlier involvement in the project.  Always good to have people come back.  

The name of the game for CRW at this point is to build the community -- and part of the business model of CRW is for the core team to develop the capabilities of the core code -- which is the focus right now, and will hopefully always be the focus.  This focus for the core team is alluded to in the crown papers.  

What this means though is that there are opportunities for entrepreneurs to build different businesses and services around the core.  These would include things like the wallet you developed or getting on Bitsquare -- or Bittrex, which is really just another business operating on the platform.  

I know the team has discussed Bitsquare and Shapeshift and other things as desirable services -- but we also know that more of these things will happen and we will attract more folks to the community if we can just deliver on the vision we have set out.  

The first steps of that vision for the core team are trimming down the Crown core to what is "permanent" or relatively permanent and hopefully doing a few things to not just trim it down but also speed it up.  This differentiation between what is temporary and what is permanent is also discussed in the papers -- privacy tends to be associated with ephemeral/temporary content and a crypto platform should differentiate between records which need to be kept forever and those which shouldn't.  The idea that any part of a permanent record is private is a little silly since it implicitly assumes that technology will not advance.  The only true privacy comes from forgetting.  But I digress... I'm the member of the group who reads too much and took too many philosophy classes so I know I drive some people crazy, sorry about that.

The second step is to make it all conversational.  People gossip, so should your software.  So that's the API.  Then the third step is building the "journal" or the sandbox which is where you do temporary things and the really gossipy part of the software.  Or that's what I think but I am more of a philosopher than a programmer...  Not really rocket science -- just work.

Just letting you know what we're focused on right now.  Appreciate your work on the wallet and any progress or perspectives on other services.

First, let me briefly answer on your previous post to make sure I´m not ignoring your valuable philosophical and analytical contributions!
I fully agree that the main focus now,  should be to build an active community which will contribute and support to the Crown ecosystem and build services on the top of Crown blockchain using Crown core build by the core team.  And this is already happening, Android app, throne apps, "my" wallet and so on.

I went thru the white papers and have some overview where the project is heading and cannot wait to see the upcoming development progress made by core devs.
I´m not a big programmer by myself as well, my focus is more on project development, marketing, and sales which were my previous job during my almost 2 years experience in SatoshiLabs.

I can imagine Crown future something similar to https://sdk.finance/ but in a far more decentralized way. I think if Crown wants to be widely recognized and easy to integrate platform easily integrable with other apps we need to develop something like  Back-end-as-a-Service platform for companies which will leverage usage of the Crown core in the future and it is already happening with the APIs guys are already working on.

Great to hear Sandstorm could be something that could fit the team vision but I´m aware that it needs to be analyzed first.
I´m learning as well, and learning in the team is always "fun" and can bring different points of view, feedback and ways to solve a problem.

Also maybe this post about sandboxing ethereum dapps https://blog.aragon.one/electron-metamask-secure-easy-to-use-dapps-5a9987d21034#.ncdokr8y9 may provide some info what could be the best way for Crown dapps.  

As I mentioned before I almost forgot what happened in the past and trying to focus on what is important for the project and collaborate with the team.

However, my main focus now is to finalize the online Crown wallet because I can see there many potential use cases for Crown in near future. If there will be some member of the team who would be interested in working on the wallet with me it would be awesome.



[/quote]

satoshilabs... any experience programming the trezor, and tools for the trezor?
legendary
Activity: 1456
Merit: 1000
Just going to put this out there...

Would you buy a physical Crown coin if they existed? EDIT: When i say "A Crown coin, I mean several Crown on one coin, EG One 1000CRW coin"

I mean, I would and a few others I know would too.

So defunctec -- what would this be?  Would this be a device with a chip which would have the keys to a wallet - where the wallet would how X coins?  So it's more of a crown chip?  And I guess the chip could just display the balance of the wallet/keys it holds? 

Since addresses can be used on multichains -- I guess you could also have a multi-coin chip?

Then theoretically people could use digital tokens by transacting in these chips -- just like they transact with cash....

I guess, I would just imagine possibilities in a "general purpose model"  ....  and I would imagine that one would spend "crown chips" or "crown cards" like cash. 

so yeah... that sounds interesting.



Sorry not quite as elaborate but still tricky. Its more of a gimmick/vanity project for a few people who would want one or two coins to hold.

Coins101 describes it perfectly really. He also brings up very impotent points about security and trust. Im not sure how the trust element can be circumvented but I'm all ears on that.

Heres a couple of examples




These physical Bitcoin coins, as discussed here, have been drained and had the value stolen

https://bitcointalksearch.org/topic/alitin-mint-coin-breach-1815933
member
Activity: 96
Merit: 10
Has anybody here had any experience installing either Wekan or Taiga?

I'm having a nightmare getting it going.

I´ve been using Trello or Jira  so far. Wekan looks similarly to Trello I found https://sandstorm.io/ which is self-hostable
web productivity suite and have Wekan already included and have some other quite interesting features.

Thanks for the heads up.

Urban_idler, could you take a look at sandstorm and tell me what you think?  

Bigmo -- sandstorm looks cool.  Thank you for the heads up!

Sandstorm is of interest for two reasons:
1. The ability to self host so that we could have the tools used by the team available on the platform.  
2. Their approach to containerization and the quality of their development team.

Two of the issues for us now are (1) developing applications to work on the crown platform or which can be ported to the platform -- part of API design is having actual use cases, (2) within that thinking about different strategies for how one would deploy the applications and contain/encapsulate the applications running on the platform.

I PM'd stonehedge and he is going to take a look at it.  As stated before -- I'm new to this stuff and learning, but I know what the goal is, or what I would like for Crown to be able to build...  and we will need help from the community to do it.

I/we appreciate your help.


Bigmo:

Crowncoin_Knight says he remembers you from your earlier involvement in the project.  Always good to have people come back.  

The name of the game for CRW at this point is to build the community -- and part of the business model of CRW is for the core team to develop the capabilities of the core code -- which is the focus right now, and will hopefully always be the focus.  This focus for the core team is alluded to in the crown papers.  

What this means though is that there are opportunities for entrepreneurs to build different businesses and services around the core.  These would include things like the wallet you developed or getting on Bitsquare -- or Bittrex, which is really just another business operating on the platform.  

I know the team has discussed Bitsquare and Shapeshift and other things as desirable services -- but we also know that more of these things will happen and we will attract more folks to the community if we can just deliver on the vision we have set out.  

The first steps of that vision for the core team are trimming down the Crown core to what is "permanent" or relatively permanent and hopefully doing a few things to not just trim it down but also speed it up.  This differentiation between what is temporary and what is permanent is also discussed in the papers -- privacy tends to be associated with ephemeral/temporary content and a crypto platform should differentiate between records which need to be kept forever and those which shouldn't.  The idea that any part of a permanent record is private is a little silly since it implicitly assumes that technology will not advance.  The only true privacy comes from forgetting.  But I digress... I'm the member of the group who reads too much and took too many philosophy classes so I know I drive some people crazy, sorry about that.

The second step is to make it all conversational.  People gossip, so should your software.  So that's the API.  Then the third step is building the "journal" or the sandbox which is where you do temporary things and the really gossipy part of the software.  Or that's what I think but I am more of a philosopher than a programmer...  Not really rocket science -- just work.

Just letting you know what we're focused on right now.  Appreciate your work on the wallet and any progress or perspectives on other services.

[/quote]
First, let me briefly answer on your previous post to make sure I´m not ignoring your valuable philosophical and analytical contributions!
I fully agree that the main focus now,  should be to build an active community which will contribute and support to the Crown ecosystem and build services on the top of Crown blockchain using Crown core build by the core team.  And this is already happening, Android app, throne apps, "my" wallet and so on.

I went thru the white papers and have some overview where the project is heading and cannot wait to see the upcoming development progress made by core devs.
I´m not a big programmer by myself as well, my focus is more on project development, marketing, and sales which were my previous job during my almost 2 years experience in SatoshiLabs.

I can imagine Crown future something similar to https://sdk.finance/ but in a far more decentralized way. I think if Crown wants to be widely recognized and easy to integrate platform easily integrable with other apps we need to develop something like  Back-end-as-a-Service platform for companies which will leverage usage of the Crown core in the future and it is already happening with the APIs guys are already working on.

Great to hear Sandstorm could be something that could fit the team vision but I´m aware that it needs to be analyzed first.
I´m learning as well, and learning in the team is always "fun" and can bring different points of view, feedback and ways to solve a problem.

Also maybe this post about sandboxing ethereum dapps https://blog.aragon.one/electron-metamask-secure-easy-to-use-dapps-5a9987d21034#.ncdokr8y9 may provide some info what could be the best way for Crown dapps.   

As I mentioned before I almost forgot what happened in the past and trying to focus on what is important for the project and collaborate with the team.

However, my main focus now is to finalize the online Crown wallet because I can see there many potential use cases for Crown in near future. If there will be some member of the team who would be interested in working on the wallet with me it would be awesome.


member
Activity: 87
Merit: 10

Thanks for confirming this. The core dev team is now based on trust, its something we feel very strongly about so we just ask people to be open and as honest as possible.

I'm personally glad you've returned and happy to work with you.
Defunctec, thanks, I appreciate this! Great to hear the team is now based on trust and honesty, which was a little bit of issue during the first Crown stages which pushed me to leave the project even I contributed so much time and efforts to the project.

But now, when some team member hopefully realized that it is not just about him and his decisions/resolutions and there is an amazing international team working on Crown I´m happy to contribute where I can.

Bigmo: 

The key for this project is that we are a distributed team of people with different skills beliefs work styles / strengths and weakness etc, all that blah blah blah...  but where the diversity stops and where we have to be unified is in our goals and language.  The shared language issue sounds esoteric -- but we just need to make sure that when I say "container" and you say "container" we mean the same thing... so it's really just a blocking and tackling thing to make sure we understand each other.  The shared goals/objective is that we will all be pulling the cart to the same destination.

This is described in the crown papers and the principles - but it may not be described in a way that makes sense to everyone.  Part of idea of the papers and principles is to state and define who fits in the community precisely because no one in a community of any size "likes" everyone else in the community. But while we may not "like" each other -- if we have a common goal and communicate clearly about it, we can all benefit from working together.

For the core team there are additional element but it basically boils down to the fact that each team members have the others' back -- you watch out for each other.  And there is debate. but no second guessing.  Team members need to be able to take initiative and have support and be willing to try things that might not work... if you don't have that culture, you don't innovate.

And I guess the point here is that if someone on the team has had an issue working with one of the guys on the team in the past - I would encourage you to contact that person directly and patch it up, or not -- your call.  But I would also appreciate it if you kept any past problems in the past -- because part of how I want the team to work, and the community as a whole as much as possible -- is that we support each other.  We are trying to do something new and if it works, there will be enough competitors trying to trip us up and be negative in different ways, that we don't need to do it to each other.

Thank you for you suggestions and the services you have developed so far and I look forward to hearing more of your ideas.  We will need as much help as we can get to make this happen.






member
Activity: 87
Merit: 10
Has anybody here had any experience installing either Wekan or Taiga?

I'm having a nightmare getting it going.

I´ve been using Trello or Jira  so far. Wekan looks similarly to Trello I found https://sandstorm.io/ which is self-hostable
web productivity suite and have Wekan already included and have some other quite interesting features.

Thanks for the heads up.

Urban_idler, could you take a look at sandstorm and tell me what you think? 

Bigmo -- sandstorm looks cool.  Thank you for the heads up!

Sandstorm is of interest for two reasons:
1. The ability to self host so that we could have the tools used by the team available on the platform. 
2. Their approach to containerization and the quality of their development team.

Two of the issues for us now are (1) developing applications to work on the crown platform or which can be ported to the platform -- part of API design is having actual use cases, (2) within that thinking about different strategies for how one would deploy the applications and contain/encapsulate the applications running on the platform.

I PM'd stonehedge and he is going to take a look at it.  As stated before -- I'm new to this stuff and learning, but I know what the goal is, or what I would like for Crown to be able to build...  and we will need help from the community to do it.

I/we appreciate your help.

legendary
Activity: 1722
Merit: 1002
Decentralize Everything
Has anybody here had any experience installing either Wekan or Taiga?

I'm having a nightmare getting it going.

I´ve been using Trello or Jira  so far. Wekan looks similarly to Trello I found https://sandstorm.io/ which is self-hostable
web productivity suite and have Wekan already included and have some other quite interesting features.

Thanks for the heads up.

Urban_idler, could you take a look at sandstorm and tell me what you think? 
member
Activity: 96
Merit: 10
Has anybody here had any experience installing either Wekan or Taiga?

I'm having a nightmare getting it going.

I´ve been using Trello or Jira  so far. Wekan looks similarly to Trello I found https://sandstorm.io/ which is self-hostable
web productivity suite and have Wekan already included and have some other quite interesting features.
sr. member
Activity: 464
Merit: 250
Wasssssup!
I really like Crown. It's kind of a catchy simple name. With the right marketing this one could become popular relatively quick.

I have some BTC clearing tomorrow.  I will pick up some more Crown then.
member
Activity: 96
Merit: 10
Loving the Crowncoin android wallet Smiley just got my first deposit through from my pool Smiley www.l8nit3-miners.com, just found our first block Smiley come join us mining

Really good to hear, thanks.

Well done to hypermist for putting it together.
Do you think I can get in touch with hypermist? I would like to ask what backend is he using for the Android app. I´m looking for some reliable solution for the Crown online wallet.
Thanks
legendary
Activity: 1722
Merit: 1002
Decentralize Everything
Has anybody here had any experience installing either Wekan or Taiga?

I'm having a nightmare getting it going.
legendary
Activity: 1722
Merit: 1002
Decentralize Everything
Loving the Crowncoin android wallet Smiley just got my first deposit through from my pool Smiley www.l8nit3-miners.com, just found our first block Smiley come join us mining

Really good to hear, thanks.

Well done to hypermist for putting it together.
legendary
Activity: 1007
Merit: 1000
Loving the Crowncoin android wallet Smiley just got my first deposit through from my pool Smiley www.l8nit3-miners.com, just found our first block Smiley come join us mining
member
Activity: 96
Merit: 10
Now when there is an Android app ready, I think would be great to start to promoting it, because it can onboard quite a few new users.
I created a simple banner which can be used for distribution over social media or any other channels we have.

Especially the QR with Crown shields is cool:-)

Hope you like it and any suggestions are welcomed:-)

Thanks for your contributions. Can you confirm that you're kamilosa? We're about 90% sure it's you Tongue

We're willing to work much closer with you, but we need honesty here.

90% sure, ok then:-) Yes, I can confirm I´m kamilosa if it helps.

By the way, I pinged Shapeshift.io guys about adding Crown, because it would be great to be listed there and also to have the option to use the exchange feature in the Android app.
Their answer:
"Thanks for reaching out. I have added Crown to our discovery list, and our development team will look into it when they begin to decide on our next round of coin additions. We do receive several dozen requests a day for new coins to be added so can not assure you we will add your coin, but we will look into it and see if it makes sense for us to add at this time. Any new coins we add will be announced on our social media channels as well as our email newsletters."


Thanks for confirming this. The core dev team is now based on trust, its something we feel very strongly about so we just ask people to be open and as honest as possible.

I'm personally glad you've returned and happy to work with you.
Defunctec, thanks, I appreciate this! Great to hear the team is now based on trust and honesty, which was a little bit of issue during the first Crown stages which pushed me to leave the project even I contributed so much time and efforts to the project.

But now, when some team member hopefully realized that it is not just about him and his decisions/resolutions and there is an amazing international team working on Crown I´m happy to contribute where I can.

I think the member you're talking about is the one pushing the fact we have an international team. He is very proud that we're all spread about so I don't quite understand what you mean when you say "hopefully realise". This member also flew to London to meet this "international team" and we all hit if off.

Not sure what happend in the early days between you guys and frankly I don't care. All I can say is, once trust is broken now, its end of story.

So I just hope we can all get along and focus on Crown's development and nothing else Smiley

Just to make it clear the misunderstanding between me and crown member was not connected with Crown but some other side project which unfortunately affected my confidence to continue to work with this person. Probably it was a fault on both sides and in any way, I do not want to affect Crown with what happen in the past.

There are many cool things happening now. And I´m always looking more to the future rather than trying not be too much influenced by past deeds. So as Stonhedge is saying let's focus on the project now and delivered more awesome stuff!
hero member
Activity: 525
Merit: 510
CRW/Throne-reward/ROI calculator (v0.1 - initial release)

I played around with several APIs and decided to share it with you guys. Thought it could be useful to quickly get an overview of price, earnings, etc. No styling has been applied yet but any feedback in regards to the data/statistics shown is more than welcome! Smiley

URL: http://crowncoin.byethost5.com/v0.1/?thrones=3 (change the 3 to your number of Thrones)



Using a free webhost for the time being.
legendary
Activity: 1722
Merit: 1002
Decentralize Everything
I have no idea what you guys are talking about but if anything happened in the past, forget about it.

We've got a lot to deliver and we need to stay focused. This sort of talking in code isn't helping anybody.
legendary
Activity: 1092
Merit: 1000
Now when there is an Android app ready, I think would be great to start to promoting it, because it can onboard quite a few new users.
I created a simple banner which can be used for distribution over social media or any other channels we have.

Especially the QR with Crown shields is cool:-)

Hope you like it and any suggestions are welcomed:-)

Thanks for your contributions. Can you confirm that you're kamilosa? We're about 90% sure it's you Tongue

We're willing to work much closer with you, but we need honesty here.

90% sure, ok then:-) Yes, I can confirm I´m kamilosa if it helps.

By the way, I pinged Shapeshift.io guys about adding Crown, because it would be great to be listed there and also to have the option to use the exchange feature in the Android app.
Their answer:
"Thanks for reaching out. I have added Crown to our discovery list, and our development team will look into it when they begin to decide on our next round of coin additions. We do receive several dozen requests a day for new coins to be added so can not assure you we will add your coin, but we will look into it and see if it makes sense for us to add at this time. Any new coins we add will be announced on our social media channels as well as our email newsletters."


Thanks for confirming this. The core dev team is now based on trust, its something we feel very strongly about so we just ask people to be open and as honest as possible.

I'm personally glad you've returned and happy to work with you.
Defunctec, thanks, I appreciate this! Great to hear the team is now based on trust and honesty, which was a little bit of issue during the first Crown stages which pushed me to leave the project even I contributed so much time and efforts to the project.

But now, when some team member hopefully realized that it is not just about him and his decisions/resolutions and there is an amazing international team working on Crown I´m happy to contribute where I can.

I think the member you're talking about is the one pushing the fact we have an international team. He is very proud that we're all spread about so I don't quite understand what you mean when you say "hopefully realise". This member also flew to London to meet this "international team" and we all hit if off.

Not sure what happend in the early days between you guys and frankly I don't care. All I can say is, once trust is broken now, its end of story.

So I just hope we can all get along and focus on Crown's development and nothing else Smiley
legendary
Activity: 1722
Merit: 1002
Decentralize Everything
I have created a new Tron income calculator in Google Sheets.

It pulls live price data from Bittrex and Node-VPS and includes a section where you can sandbox to forecast future earnings based on speculative prices.

You'll need to make a copy in your own Google Drive to use it.

https://docs.google.com/spreadsheets/d/1gq-EHNGOQJizETEFgECQfx6zR2dUu2X6j3KHwMnbqyg/edit#gid=999442489


top free photo hosting sites
member
Activity: 96
Merit: 10
Now when there is an Android app ready, I think would be great to start to promoting it, because it can onboard quite a few new users.
I created a simple banner which can be used for distribution over social media or any other channels we have.

Especially the QR with Crown shields is cool:-)

Hope you like it and any suggestions are welcomed:-)

Thanks for your contributions. Can you confirm that you're kamilosa? We're about 90% sure it's you Tongue

We're willing to work much closer with you, but we need honesty here.

90% sure, ok then:-) Yes, I can confirm I´m kamilosa if it helps.

By the way, I pinged Shapeshift.io guys about adding Crown, because it would be great to be listed there and also to have the option to use the exchange feature in the Android app.
Their answer:
"Thanks for reaching out. I have added Crown to our discovery list, and our development team will look into it when they begin to decide on our next round of coin additions. We do receive several dozen requests a day for new coins to be added so can not assure you we will add your coin, but we will look into it and see if it makes sense for us to add at this time. Any new coins we add will be announced on our social media channels as well as our email newsletters."


Thanks for confirming this. The core dev team is now based on trust, its something we feel very strongly about so we just ask people to be open and as honest as possible.

I'm personally glad you've returned and happy to work with you.
Defunctec, thanks, I appreciate this! Great to hear the team is now based on trust and honesty, which was a little bit of issue during the first Crown stages which pushed me to leave the project even I contributed so much time and efforts to the project.

But now, when some team member hopefully realized that it is not just about him and his decisions/resolutions and there is an amazing international team working on Crown I´m happy to contribute where I can.
Jump to: