Bitcoin Forum
May 23, 2024, 01:24:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 139 »
661  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 06, 2016, 10:00:27 AM
I couldn't resist a little bit of shameless hype!

The core team are currently discussing a little surprise that we will be announcing in a week or so.

Nothing huge but something very nice indeed nonetheless  Cool
662  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) on: October 06, 2016, 09:17:41 AM
Confirmation coming back to the SPR network blockchain following handshake between Spreadcoin and Bitcoin (within the Spreadwallet).

Code:
QStringList addresses;
 
     Q_FOREACH(const PAIRTYPE(CScript, CAmount)& sendingTo, sendingTos) {
+        opcodetype scriptOp;
+        CScript::const_iterator pc = sendingTo.first.begin();
+        sendingTo.first.GetOp(pc, scriptOp);
+
+        // Only allow zero value OP_RETURNs
+        if (scriptOp == OP_RETURN) {
+            std::vector<unsigned char> data;
+            opcodetype opcode;
+            sendingTo.first.GetOp(pc, opcode, data);
+            if (sendingTo.second != 0) {
+                Q_EMIT message(tr("Payment request rejected"),
+                    tr("OP_RETURN scripts must be zero value."),
+                    CClientUIInterface::MSG_ERROR);
+                return false;
+            }
+        }
+
         // Extract and check destination addresses
         CTxDestination dest;
         if (ExtractDestination(sendingTo.first, dest)) {

https://github.com/bitcoin/bitcoin/pull/7376/commits/7119c9cefdca06bbaf79b574a095c168b8f6633c

Can you point me towards the spread wallet that contains this interaction?

Sorry, still in specification and requirements writing....before we get here, there is some news coming. You know the drill....do I really need to say it?

....stay tuned.

I'll have to do some digging but I might still have some data from the spreadcoin/bitcoin node interaction experiment I did 12 months ago.  I think you used some of the info in your whitepaper.  If the VPS is still live I'll give you access. I don't think Georgem was ready to work on it back then.
663  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 06, 2016, 08:00:37 AM
Hello,

So in regards to the branding question I have created a short poll that might help shed light on the community's current feelings.  Please feel free to vote and express yourselves!

http://www.strawpoll.me/11373105

Thank you,

Humbe

I tend to lean towards rebranding at the right time.

Crowncoin was released in 2014 and has practically been without development/market volume for months at one point... Crowncoin was dead. We revived it successfully and here we are.

This coin has changed so much since then, the name Crowncoin is limited to PR and advertisements. Theres only so many royal themed terms we can come up with 'Thrones' 'crown'.

PR Is going to be a big deal soon, and i want to appeal to as many investors as possible.

Darkcoin had this problem, and look where they are now

There is no harm in having the discussion now.

Whatever changes we make, we should make sure we acknowledge Crowncoin's origins.
664  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 06, 2016, 07:36:05 AM
Hello,

New member of the community here.  I would just like to say thank you to all the devs who I know will make this project a success.

That being said I believe that the current feudalistic analogies made on the Crowncoin website and throughout it's branding are not particularly successful.  The various references to nobility and poetic language serves only to cheapen and detract from the progressive aims of this coin.  This coin is not about looking backwards, but rather about the bright future ahead.

Moreover, I do not think that the current wording on the website was done by a native english speaker and thus it comes off as a bit awkward and the prose is lacking.  eg. "Crowncoin was inspired by the historical heritage of royal Europe - ranging from ancient Greece throughout the Roman empire to medieval kings and their knights, who protected their people from unconquerable castles throughout Europe."  

What type of heritage is not historical?  Are roving unconquerable castles attacking peasants?

I think many serious investors would be hesitant to back Crowncoin under it's current branding, as it sounds either childish or highly nationalistic (ethnocentric maybe?).  Perhaps an alternative tact would be as I have said to look forward and broaden the horizons of the coin to be more inclusive.  Finally, I do not believe feudalism and the time periods discussed are necessarily times to look back upon in a positive light.  While I know it is comforting to put on the proverbial rose colored glasses when viewing the past, I hope we can agree that the present and future offer far greater opportunities for the values that western societies have developed (such as freedom and equality) to blossom.

I would love to hear other arguments for and against the current branding.

Thank you,
Humbe


Welcome btw!
665  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 06, 2016, 07:32:02 AM
When the new team members joined the project we were conscious that a lot of time, money and passion had been invested in the Crowncoin branding.  There were numerous more pressing issues to address than the branding and there is no benefit to trying to change too much at once.

I agree, as we get closer to our major releases we need to make some decisions about how we want the world to see us. A potential investor visiting the web site at the moment is going to be left quite confused.  It speaks of the time back in 2014 when altcoins were nothing other than attempts to grab a slice of Bitcoin's market share. Crowncoin is more than that now.

As somebody who has been involved in some major crypto projects I am contacted several times a week by traders asking why on earth I am spending time working on a "Czech Bitcoin Clone". When those messages stop, I'll consider the branding to have been balanced successfully.

666  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) on: October 06, 2016, 07:20:28 AM
Confirmation coming back to the SPR network blockchain following handshake between Spreadcoin and Bitcoin (within the Spreadwallet).

Code:
QStringList addresses;
 
     Q_FOREACH(const PAIRTYPE(CScript, CAmount)& sendingTo, sendingTos) {
+        opcodetype scriptOp;
+        CScript::const_iterator pc = sendingTo.first.begin();
+        sendingTo.first.GetOp(pc, scriptOp);
+
+        // Only allow zero value OP_RETURNs
+        if (scriptOp == OP_RETURN) {
+            std::vector<unsigned char> data;
+            opcodetype opcode;
+            sendingTo.first.GetOp(pc, opcode, data);
+            if (sendingTo.second != 0) {
+                Q_EMIT message(tr("Payment request rejected"),
+                    tr("OP_RETURN scripts must be zero value."),
+                    CClientUIInterface::MSG_ERROR);
+                return false;
+            }
+        }
+
         // Extract and check destination addresses
         CTxDestination dest;
         if (ExtractDestination(sendingTo.first, dest)) {

https://github.com/bitcoin/bitcoin/pull/7376/commits/7119c9cefdca06bbaf79b574a095c168b8f6633c

Can you point me towards the spread wallet that contains this interaction?
667  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 05, 2016, 04:56:19 PM
When you leave full democracy to the robots - then 50 mil is stolen in Ether dao hack - wrong
When you leave full democracy to the people - then your country is over - wanna a couple of examples from the western world?

A balance needs to found for a crypto project which will shape our crypto - blockchain future. Discussion with the community will be going on and all opinions will be heard! Please dont make any premature statements.

Read all the pages in our web, maybe it can help you understand Crowncoin better. Thank you for posting here.



Opinions for and against are currently split equally amongst the dev team.

sounds llike no crown to me someone has to be one or else its ball less

a crown is not so democratic sounds like greece look that mess Roll Eyes
no problemo oh great leader

so there is a crown bearer

I'm on the fence about the branding. It is definitely at odds with the general theme of crypto currency but I do think it is nice to have a theme to run with.

Having said that, the theme has been in place since 2014...an eternity in crypto. Who am I to argue with history?

This coin has morphed and transformed over the years it has existed and even the most decentralised projects have a hierarchy of sorts. It is perhaps fitting that the branding reflects this.
668  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 05, 2016, 09:55:23 AM
btw i cant open my wallet sir, the dialog box say "failed to conect block"

Can you type getinfo into the console and tell us which version and protocol you are running? You must be on latest version.

669  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 04, 2016, 05:29:49 PM
IMHO 10% of the block reward should go to the Dev Fund.  If we want to keep with the metaphor -- it's important to tithe to the church... The idea that 10% of the block reward is allocated toward infrastructure, innovation, or maintaining the "commons" is important.  10% of the block reward may not be the right number -- but it's probably not less than that.  


Any open blockchain is a "public good" that needs to have a disciplined, transparent and systematic structure for supporting it -- or the investment which has been made in it's initial construction will obsolete or erode over time -- and the capital can't be an endowment, but should come as a flow of funds.  This is really for psychological reasons, people twist themselves into all kinds of odd logics around spending from the income vs corpus of an endowment and expected future returns etc, so it's best to not even go there.

Not sure what the exact numbers are but at about 11 mm coins out and a 42 mm cap, the rough math would be that you'd be allocating 3.1 mm coins to the Dev Fund over the inflationary period of the currency.  The interesting issue is if an allocation to the dev fund can help differentiate the currency by creating a well funded mechanism for development of the platform.

The trick there is that I think then the dev fund allocations/spending needs to be open to throne votes - or some sort of allocation process determined by the community, which might not be implemented initially for strategic/technical reasons -- but would be implemented at block X, or say when around 22 mm coins were out.  In this way allocating 10% of the block reward to dev would involve allocating 1 mm coins to the discretion of the existing dev team and then 2 mm coins to the discretion of the community which is built around the network.

Just an idea... and worth keeping in mind that my thought on ideas is that the key to having good ideas is to have lots of ideas and listen to the feedback you get on them and keep iterating....


The counter argument to this is the fact that a centrally controlled dev fund is opposed to the decentralisation ideal. Having said that, the name Crowncoin implies a monarchy and autocratic head of state Tongue

You mention Throne votes, does that mean you are familiar with DASH? Their decentralised governance mechanism was implemented at about the same time I left their team.

We are planning on uplifting the Crowncoin Throne code to use the latest DASH masternode code in the near future but we haven't decided whether we will be using their governance model.  This is something that we need to discuss further as a community.

We also have half an eye on what form DASH Evolution will take. Some of the Crowncoin team had input into that project, it will be interesting to see how it is implemented.
670  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) on: October 04, 2016, 02:29:20 PM
Coins101: is there an official sig campaign?

Where can I get the same sig as you or one for my account level?

I'll make you one and send it on PM. I don't think we can post about sig campaigns. I'll check the mod rules.

Would be cool to have one for Spreadcoin that had the logo and such. There has to be someone who can do that on these forums... anyone know of someone?

Edit: AnotherNode, I didn't realize you were such a veteran around these parts. You're very inconspicuous lol. Glad to see people hanging around for such a long time  Cheesy

This guy has done good work for a number of projects I'm involved with.

https://bitcointalk.org/index.php?topic=1142066.0

But mine is better than yours and it was free  Tongue

It is a very nice signature, no arguments there.
671  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) on: October 04, 2016, 02:03:01 PM
Coins101: is there an official sig campaign?

Where can I get the same sig as you or one for my account level?

I'll make you one and send it on PM. I don't think we can post about sig campaigns. I'll check the mod rules.

Would be cool to have one for Spreadcoin that had the logo and such. There has to be someone who can do that on these forums... anyone know of someone?

Edit: AnotherNode, I didn't realize you were such a veteran around these parts. You're very inconspicuous lol. Glad to see people hanging around for such a long time  Cheesy

This guy has done good work for a number of projects I'm involved with.

https://bitcointalk.org/index.php?topic=1142066.0
672  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 04, 2016, 01:25:10 PM
Crowncoin Update 04/10/2016

Thrones/Masternodes

The number of Thrones has grown to 103 at the time of writing. At current price Thrones are currently earning $15pm before VPS hosting costs. If you own 10k+ or more coins then please consider setting up a throne. The more Thrones we have, the easier it is going to be for us to launch our service platform.

Crowncoin Mining


The network hash rate has increased from 600TH to 1.5PH since the last update. This is one of the highest network hash rates for any cryptocoin. We are keen to encourage more miners and pools to merge mine Crowncoin in order to further decentralise our mining resources and reduce influence by individual pools and miners. Please help us by contacting Coinwarz and other coin info sites to encourage them to list us on their sites.

Dark Gravity Wave was successfuly implemented in our last update.  A big thank you to Chaositec for making this a success.  Crowncoin's average block time is now a near perfect and consistent 63 seconds which is a huge improvement on our previous range of 10 seconds to 3 minutes!

Exchanges

We want to be listed on Bittrex.  Bittrex are amenable to listing us but want to see more social media activity around Crowncoin before doing so. Please tweet them and message them and show that we have support!

Hard Fork Success


In addition to the successful implementation of DGW, we successful enforced version 90350 and above.  This means that Throne payments are now enforced which will help protect Throne ROI.

Current Focus


We are working on a few known bugs with start-many, stop-many, start-alias and stop-alias.  These will be fixed in the next release.

We are working with two new team members, a graphic designer and a QT specialist, to give our wallet a makeover.

In addition to the makeover we hope to introduce a much improved tool to make it easier to manage Thrones in the next release.

We are actively looking for new team members, particularly people who can pitch in with our upcoming bitcoin core update and people who are familiar with masternode code. Please contact me if you are able to help with these areas

Design and discussion continues on our first two major services.  I'm hoping to be able to share a lot more information with you over the next month as the technical side makes more progress. In the meantime I'll drop the hint that Crowncoin will have a symbiotic relationship with other blockchain projects. I think it is safe to say that we are all extremely excited about what we are doing.  Nobody has done anything like this in crypto so far.

Development Fund

Several core team members continue to donate all of their Throne payments to the dev fund. We are currently discussing whether it would be sensible to apportion a small amount of the block reward to the dev fund. Please let us know if you have any strong opinions on this. Opinions for and against are currently split equally amongst the dev team.







673  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: October 04, 2016, 11:29:33 AM
I'm just reposting the last update so new community investors can recap before I post a new update later today.

Crowncoin Update 11th September 2016

Thrones/Masternodes

Crowncoin is in the process of implementing a 2nd tier service network. 10,000 CRW is required as collateral to run a Throne. Thrones receive 40% of the block reward in return for providing a platform for services. At the time of writing, there are 115 Thrones on the Crowncoin network. If you have 10,000 CRW we encourage you to set up a Throne.  The more Thrones we have in operation, the greater security our first services will have.

Crowncoin Mining


To our knowledge, Crowncoin is the only crypto currency to be sha256 mergemineable and also offer a masternode service network. In the last few weeks Crowncoin has been added to several multipools and at the time of writing our network hash rate is over 600Th.  This is an increase of 400Th over our recent average.

Upcoming New Release


We will be performing a hard fork in the near future.  The spork that we executed recently was only a 90% success due to the fact that some old versions of the wallet were not kicked from the network.  The new update will remove the last three nodes that are operating on the incorrect version as we have been unable to contact the node owners.

Apart from the version enforcement, the new update will implement Darkcoin Gravity Wave Version 3.  We decided to implement this due to the fact that a merge mineable coin requires rapid difficulty adjustments to compensate for large pools switching coins meaning that our hash rate can jump by a Petahash or more at a time. Our goal is a consistent block time.

A formal new release notification will be posted on BCT and Twitter in the next day or so.

The First Services & Next Steps


In order to implement our first services, we need to perform a Bitcoin Core update and update to the latest Dash masternode version.  This is our primary focus for now.  We would like to boost our team with more people with experience in these areas.  If interested, please contact me by PM.

In an earlier post I alluded to the fact that several of the Crowncoin team have had ideas re-used by other crypto currencies without crediting the original authors.  There are no hard feelings about this but in order to protect our own interests we have made the decision that we will only announce details of our plans shortly before we are close to releasing them. Expect these updates to take the form of a series of whitepapers and technical documents relating to milestones in our roadmap. Over time, these updates will provide the bigger picture.

In the meantime I am able to share the following information with you.

We have plans to implement two major services on our service network initially, alongside an API to allow other services to be developed.  At the moment we plan to write our own API although we are watching Dash Evolution closely to decide whether we follow their path when the code is open source.

The first service we plan to implement has been in discussion and planing stages for over a year with several members of the Crowncoin team. It relates to Bitcoin. We believe we have solved a problem and hope to be testing that solution in the coming months.

The second service we plan to implement has potential to provide functionality to all other cryptocurrencies that choose to adopt it.

The first chunks of more detailed information about these services will likely be written by me and released to the community after the Bitcoin Core update and Throne/Masternode uplift is complete. I do not want to set timescale expectations right now as we are a new team and still finding our feet a little however we will set expectations more formally as soon as we can.

Please post any questions and we will do our best to answer you.
674  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 04, 2016, 09:38:40 AM

To me trading looks like a fairplay game.

Contact defunctec for signatures

some1 buying the own walls?

easy pump forsure


edit - how did I do the signatures?

in crown we trust....

can u fix wallet in yobit?? it was 2 day maintenance and i cant deposit and withdraw

Yobit have been notified on several occasions. Send them a message telling them how mad you are  Tongue

Yobit can easily add tons of sh*t coins in their exchange yet their always having a hard time fixing the wallet of every coin that having withdrawal and deposit problems.

We're pretty happy with C-Cex and I have been talking to Bittrex quite a lot about us being listed.  That should happen sometime over the next few weeks if all goes to plan.
675  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 03, 2016, 11:25:49 AM
Lol, of course by keeping our cards close to our chest but existing on BCT we are attempting to raise interest on promises and hints.  The irony isn't lost on me.

Maybe I'm thinking about this too much.  We need one more dev to come aboard and help us get through a backlog of updates we need to do before moving on to the fun stuff.  That's a problem that we can solve.
676  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: October 03, 2016, 11:24:43 AM
We are working with our designer on brand new graphics of our qt wallets, windows and mac. These new graphics will take our overall look to the next level. Our designer works with html + css.

Anybody have some tips how to incorporate these designs to our current bitcoin-look based qt?

We would appreciate some ideas. Thank you

I take it there's some kind of bounty involved? I wrangle QT passing well... Wink

Ahh good to see you around here  Smiley

Heres the bugzilla link with other coding work to be done.
We have a dev bounty fund of around 80k crowncoin, fill your boots haha

http://crowncoin.spreadx.eu/


By the way, could you please change the link to Bugzilla in the OP to http://bugzilla.crownlab.eu ?

The spreadx domain is going to expire soon.

No problem, im on it  Cool

Edit: fixed

Thanks.

I've got to get a flight a bit later but will try to update Bugzilla beforehand.

I'd really love somebody to join the team with some release/change management experience to manage bugzilla.  I used to do that sort of thing for my day job but I don't really have the time to do it reliably and regularly for Crowncoin.

Shame you can't do it mate.
Are you still working on a big update?

Its not that I'm working on an update, its more that I'm trying to establish with chaositec how much we can reveal right now without risking having our plans "appropriated" by a rival.

Writing the update will take 5 minutes, its deciding how much to reveal now that is tricky.

We need to strike the right balance.  On one hand I need to engage BCT with as much detail as possible to encourage investment and community growth.  On the other hand, we need to protect our ideas for as long as possible to make sure that Crowncoin gets the benefit. We're all technologists with a passion for blockchain technology but we also want to make some money.

Maybe we're being too cautious after the bad experience we have had with sharing information with other projects already.  I'm not willing to accept a higher risk level though.  We have two killer applications in the pipeline.  Neither of which have been done before. At some point we'll have to bite the bullet and reveal all but until then we are going to try to protect our interests with staged updates until we feel we are far ahead enough of the competition and close enough to implementation to be able to risk revealing all of our cards.

I'd love to just write two whitepapers about these applications and make them public.  Our volume and price would rocket. However, if there is one thing I have learned whilst involved with core teams in other successful crypto projects...its better to succeed on delivery than try to succeed on promises and talk.  The catch 22 is that we could use increased price and liquidity to attract the developers we need.  Maybe the better route would be for me to actually hire some devs and pay them FIAT rather than in CRW. That way we could speed development, get to the big announcements quicker and grow the community much faster.

Something for me to have a think about.
677  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: October 03, 2016, 07:51:20 AM
We are working with our designer on brand new graphics of our qt wallets, windows and mac. These new graphics will take our overall look to the next level. Our designer works with html + css.

Anybody have some tips how to incorporate these designs to our current bitcoin-look based qt?

We would appreciate some ideas. Thank you

I take it there's some kind of bounty involved? I wrangle QT passing well... Wink

Ahh good to see you around here  Smiley

Heres the bugzilla link with other coding work to be done.
We have a dev bounty fund of around 80k crowncoin, fill your boots haha

http://crowncoin.spreadx.eu/


By the way, could you please change the link to Bugzilla in the OP to http://bugzilla.crownlab.eu ?

The spreadx domain is going to expire soon.

No problem, im on it  Cool

Edit: fixed

Thanks.

I've got to get a flight a bit later but will try to update Bugzilla beforehand.

I'd really love somebody to join the team with some release/change management experience to manage bugzilla.  I used to do that sort of thing for my day job but I don't really have the time to do it reliably and regularly for Crowncoin.
678  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: October 03, 2016, 07:33:37 AM
We are working with our designer on brand new graphics of our qt wallets, windows and mac. These new graphics will take our overall look to the next level. Our designer works with html + css.

Anybody have some tips how to incorporate these designs to our current bitcoin-look based qt?

We would appreciate some ideas. Thank you

I take it there's some kind of bounty involved? I wrangle QT passing well... Wink

Ahh good to see you around here  Smiley

Heres the bugzilla link with other coding work to be done.
We have a dev bounty fund of around 80k crowncoin, fill your boots haha

http://crowncoin.spreadx.eu/


By the way, could you please change the link to Bugzilla in the OP to http://bugzilla.crownlab.eu ?

The spreadx domain is going to expire soon.
679  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Thrones(Masternodes) | Mergedmining | Time Stamp | Name Stamp on: October 03, 2016, 07:32:26 AM
We are working with our designer on brand new graphics of our qt wallets, windows and mac. These new graphics will take our overall look to the next level. Our designer works with html + css.

Anybody have some tips how to incorporate these designs to our current bitcoin-look based qt?

We would appreciate some ideas. Thank you

I take it there's some kind of bounty involved? I wrangle QT passing well... Wink

Ahh good to see you around here  Smiley

Heres the bugzilla link with other coding work to be done.
We have a dev bounty fund of around 80k crowncoin, fill your boots haha

http://crowncoin.spreadx.eu/


Shit!  Haven't updated bugzilla for a while...will do so this morning.  Lots missing!

Nice to see you TLC!
680  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW] CrownCoin (SHA256) | Masternodes (Thrones) | DGW | Mergedmining | etc on: October 02, 2016, 03:30:28 PM
I guess its about time we dropped a few more hints at what we're working on  Cool
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 139 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!