Stratis

Stratis Roadmap Update (Stratis Weekly #7)

stratis_developer_roadmap_finalFrom the first moment we presented Stratis to the world, we knew how important it would be to operate on a planned and verifiable schedule. Working according to schedule and budget is the key to survival in the corporate world!

With that in mind we would like to present the Stratis community with an updated version of our development roadmap. The revisions are based on our current status and the tasks we have accomplished or that remain to be accomplished.

Why do that? The dynamic of the development process has shown that in practice there were some areas we could advance faster, and in fact we did – going well into the 2017 tasks. Some of those tasks that we have completed include:
Stratis Development Framework (SDF)
SDF .NET Core Native Cross platform Support.
SDF NuGet Package
Stratis Bitcoin Full node Consensus layer and Initial Blockchain Download (IBD) stratis-future.
Stratis Bitcoin Full node DBreeze integration for storing the blockchain.
Stratis Bitcoin Full node .NET Core support.

At the same time this dynamic has also shown us that we need more time to solve some specific tasks in certain areas, or put together additional pieces that guarantee a better experience and results from our deliverables. Therefore, you will notice that some tasks we have been discussing lately like the “Stratis Cloud Beta” have been moved to later dates.

In the case of “Stratis Cloud Beta” while well advanced in development, it is felt that the proposed interface and overall user experience does not meet our high standards. Additionally, we would like more time to create sufficient documentation to ensure that user get the most out of the platform. Similarly, other tasks related to Stratis Academy will require some additional time to get started as we put together all the pieces of this ambitious project.

We want to thank you again for your patience and support and reiterate our commitment to quality and excellence. We assure you your patience will be rewarded with the delivery of outstanding products that will make us all proud to be part of the Stratis project.

Stratis NuGet Package released

We have just released the Stratis NuGet package. This represents the integration of Stratis to Microsoft’s Visual Studio, which offers a near complete rewrite of all the functionality in Bitcoin Core. This is a huge step to put our tools in the hands of C# / .net developers and it’s available from this link: https://www.nuget.org/packages/nStratis/.
 
Stratis_NuGet_Package

Get Your Coding Gloves On, It’s The First Stratis Blockchain Hackathon (Stratis Weekly #6)

stratis_twitter-card_006_hackathon_1123-001
Greetings,
We are excited to announce the Stratis Blockchain Hackathon, our first major Stratis developers event of 2017 and we wanted to give you, our dedicated community, a head start. Gloves at the ready!
The Stratis Hackathon is an online, global event open to C#/.net and blockchain developers with no entry requirements other than basic technical expertise and the desire to build exciting use cases for the platform.
The event will officially kick off on Dec 15, when we will open up online registration to participants and offer specific technical details. We will then be open for submissions between Jan 15 -26, 2017.
This event is part of the Stratis Academy initiative aimed at showcasing the nStratis Development Framework capabilities with the help of talented developers from all over the world. We will be actively promoting it with an ad campaign and outreach efforts to the C# and .net developer communities.
There will be a cash prize to the winner of the competition (prize amount to be announced soon), as well as recognition on the Stratis Academy website and Stratis company PR. Other incentives for participants will also to be revealed soon.
The winner will be be announced on Jan 30th 2017 after the closing of the London Blockchain week https://www.blockchainweek.com/ where Stratis will be present to promote its tech and the competition.
We are looking for implementations of applications on the nStratis Development Framework in areas such as:

  • Health records
  • Identity/personal records
  • Credit files
  • Provenance
  • Time stamping/Notarization
  • Asset/property registration
  • Education records

Preference will be given to entries that provide a polished, workable interface and to those entries that provide documentation, demonstrative videos or any additional aid to help judge the quality of the work.
Projects have to be in the English language and make use of the nStratis Developer Framework. Projects will be made available to the public as Open Source projects with licenses granting right to use, distribute, etc.
We look forward to your entries, so start planning and coding now!
Stratis Launches Blockchain Development Framework (SDF)
It’s so good we thought we’d share it again. The nStratis Developer Framework in C# and .NET is now live. Take a look here: https://github.com/stratisproject/NStratis
The SDF is the first of its kind and opens the doors onto a wider community of developers who can now begin writing blockchain apps in C#.NET. The initial release provides a blockchain development toolkit for developers, such as an API and a TransactionBuilder that supports all the standard transactions, for instance record keeping on the blockchain, time stamping and proof of existence.
Kudos to Dev0tion for using the platform to create some of the first transaction examples. Here is the screenshot of the first reported Stratis transaction on the SDF:firstnstratistransaction
 
Also this exciting news got Stratis some nice media coverage:
http://www.econotimes.com/Stratis-launches-nStratis-Development-Framework-enables-blockchain-development-in-C-and-NET-411865
http://www.digitaljournal.com/pr/3151373
Wallet Update
A new Stratis Wallet update (v2.0.0.1.) has been released. This update prevents older clients from connecting to the network. Please download from this link: https://github.com/stratisproject/stratisX/releases/tag/v2.0.0.1
That’s all for now,
Happy holidays USA!
 

Start Coding Blockchain Apps Natively in C# and .Net with Stratis

blockchain-apps-in-c_1117-001
Stratis Announces Release of the nStratis Development Framework
We are thrilled to announce that today Stratis launches the much anticipated nStratis Development Framework (SDF) – enabling blockchain development in C# and .NET.
SDF marks a major milestone accomplished by the Stratis development team that will allow support for accelerated development of powerful, open source, cross-platform blockchain applications on Microsoft’s .net framework. Following a successful crowdfund earlier this year, Stratis has gone from strength to strength, releasing its Blockchain Development Framework well ahead of an original target date in early 2017.
We are inviting developers to start coding and testing the capabilities of our open source SDF that can be found at: https://github.com/stratisproject/NStratis.
The contributions of Nicolas Dorier to NBitcoin, have been instrumental in bringing the SDF to life and we would like to take a moment to thank him for his tireless work on this. For those of you wishing to start work on the SDF right away we recommend reading this documentation on nBitcoin: [https://programmingblockchain.gitbooks.io/programmingblockchain/content/] It is Bitcoin specific but there are many similarities with Stratis. We are, of course. working on Stratis specific documentation and will get that to you as soon as it is ready for distribution.

‘The work required for the creation of our Stratis #C full node involves two major tasks: a complete rewrite of POS in C# and the refactoring required, also the forking of nBitcoin to support the Stratis blockchain and its many diversions from Bitcoin. Today we are proud to announce that we have completed the latter, thanks to the invaluable dedication of our top developers Nicolas Dorier and Dan Gershony, whose technical expertise has made this possible well before the Dec-Jan goals set in our road map” Chris Trew, Stratis CEO.

Our initial release provides a blockchain development toolkit for developers, such as an API and a TransactionBuilder that supports all the standard transactions, such as record keeping on the Stratis blockchain, timestamping and proof of existence.
List of Features
Full script evaluation and parsing
A RPC Client
A Rest Client
The parsing of standard scripts and creation of custom ones
The serialization of blocks, transactions and script
The signing and verification with private keys (with support for compact signatures) for proving ownership
Mnemonic code for generating deterministic keys (BIP 39), credits to Thasshiznets
Hierarchical Deterministic Wallets (BIP 32)
Payment Protocol (BIP 70)
Payment URLs (BIP 21,BIP 72)
Two-Factor keys (BIP 38)
We hope you will enjoy exploring the code and building your first apps.
first-hackathon_1117-001
Announcing Stratis Academy and Upcoming Hackathon
This launch also serves as an opportunity to introduce the Stratis Developer Academy. This will be a permanent program aimed at nurturing and growing the Stratis developer community. We plan to offer a range of educational and promotional services such as training webinars, mentorship and certifications as well as competitions and events. As an inaugural event we will be holding the first Stratis Hackathon for developers in the upcoming weeks. Stay tuned to our next Stratis weekly for details.
We hope you will enjoy exploring the code and will surprise us with novel ideas and applications on top of the nStratis Development Framework (SDF).

The Most Important Thing You Should Do Right Now (Stratis Weekly #5)

stratis_twitter-card_005_c-net_1116-001
Welcome Stratisans!
I have a strategic goal with this issue of the weekly, which is that by the time you have finished reading this, you will have UPDATED YOUR STRATIS WALLET TO v2.0.0.1.
The wallet update is MANDATORY across ALL Operating Systems. The deadline for this is Saturday 19th November at 00:00:00 GMT! You MUST update your wallet here to v2.0.0.1 before the deadline. We don’t want to leave anyone behind so please do it now. Right, onwards.


Dev Update
This week we have reached a major milestone on our development calendar. The .NET core scheduled for Feb 2017 is now complete, and it’s only November! We are thrilled to be running ahead of schedule and in case you missed previous updates, due to hiding under rocks and so forth, the full node OSX competition is over and @dev0tion is successfully running it on OSX. We are now working hard on porting POSv3 to C# so we are hoping to bring you more exciting news on that really soon.


Why Stratis is Unique?
As you know our aim is to bring blockchain technology to you in C# .NET. but what you may not know is why it is an incredibly useful and important thing to do. We have decided to give you a little insight into what it is about Stratis that gets us out of bed in the mornings.
The open source community may not have had much time for Microsoft’s closed systems in the past, but times are changing. Did you know .NET is now open source? Microsoft are getting up to speed and this presents a great opportunity for Stratis. We want to introduce blockchain to the huge community of developers working in C#.NET who no doubt work across a wide range of industries – C#.NET is a very popular language among the business community! By tapping into the potential of this community, Stratis hopes to accelerate uptake of the technology and popularise the development of new apps and services (on the Stratis blockchain of course).
You may be surprised to know that C#.NET now has the following capabilities:

  • You can write C# in any editor you want
  • C# runs on Windows, Mac, and Linux
  • C# has expanded to develop native iOS and Android apps (within 3rd party framework Xamarin)
  • C# can also be used to build back-end and middle-tier frameworks and libraries.
  • The latest version of C# is 7.0 which comes with new features such as including tuples, record types and pattern matching.

Now for those of you who are wondering what the .NET bit is:

  • .NET is the compiler platform that enables building code analysis tools with the same API’s that are used in visual studio.
  • .NET supports all IDE’s and editors, linters and analysis tools, fixing and refactoring and code generation tools and all the scripting and REPLs.

Have we converted you? Don’t forget that C# is still a young and impressionable language and new features are being decided by the community. The future looks bright for Stratis – here’s what our Dev Sigwo has to say on the matter:

‘The potential in Stratis is the ability for developers to code against a C# daemon to host their own private chains and Stratis has a great team to work with. Having a veteran bitcoin developer start the NStratis code puts Stratis in a different category of seriousness.’


Delayed Rewards for Staking
Some of you may have noticed that staking has not been rewarding you as expected this week. This is because the Stratis team have been controlling the staking and will continue to do so until Saturday 19th November. Be assured rewards are still being accrued for POS work being done this week and you will receive these after Saturday. Have you read this far and still not updated your wallet? Do it now.
And last, but certainly not least! – we want to give a special shout out to @Snip has developed a new web-app called StratisRate.com. It is surely the best resource around for checking in on $STRAT. Just some of the functions: Real-time rates for $STRAT in EUR, USD & BTC, 5 second refresh & desktop notifications. Great work @Snip!
More excellent news coming soon,
Stay Tuned.

MANDATORY WALLET UPDATE

Over the weekend we faced an issue with the staking features of $STRAT. We have worked diligently and taken precautionary measures to protect the network and investors. We have localized and corrected a code misconfiguration that caused the issue and have distributed the required updates through the Stratis ecosystem. We want to thank you for your understanding of the situation, and assure you no funds have been compromised and that our network is as stable as ever.
What should users do?
Update your wallet to v2.0.0.1
This new wallet version (2.0.0.1) corrects code issues on the staking functionality of Stratis.

This wallet will overwrite your existing wallet version.
This is a good time to take another backup of your wallet.dat file for safe keeping (Not required but backing up your wallet regularly is always recommended )
We strongly advise you to only download from official links provided by Stratis and through official Open Source repository on Github. General information about Stratis wallet can be found here.
What should exchanges, wallet services, etc. do?
By now you should have received an update notice from our team. If you haven’t please contact us via our Slack channel.
Thanks for Your Support!
We want to thank you for your understanding and support during these demanding times. We are learning from these experiences how to improve our processes and our products, so that potential incidents are always minimized.

Stratis in Numbers (Stratis Weekly #4)

stratis_twitter-card_004_infographic_1109-002
Greetings and welcome to our fourth edition of the Stratis weekly newsletter.
This week we have responded to a slack conversation in which some of our community members were discussing how to help with Twitter promotion. In response we have come up with a smart little infographic that we hoped would give you insight into some of our stats, whilst being something you can share within your social networks. That’s not all though – we are pleased to report that two of our core team members went along to the Blockchain Money Conference in London at the weekend – scroll down to read their highlights from the event.
 
stratis-in-numbers_seriously-final
Notes from the Blockchain Money Conference
Stratis were out and about at the Blockchain Money conference in London on Sunday 6th and Monday 7th November. The conference was held at Bishopsgate and Stratis Dev Dan Gershony was joined by PR and content manager Freya Stevens. The program included the likes of John McAfee, Roger Ver (Blockchain Ultimate) and Nic Cary (Blockchain.info)
Freya
The conference kicked off with Marieke Flament, Managing Director of Circle, describing internet has fundamentally changed many industries since it’s inception such as the travel and music industries, but for some reason banking still resists. The Bitcoin and Banking panel went into more detail about where the utility of blockchain technology could be within the finance industry but couldn’t agree on the extent of its potential. Professor Ferdinando Ametrano was of the opinion that blockchain was just another hype word and explained that smart contracts were not needed where nano-second trading was already taking place. ‘We don’t need the DAO – we have people’ he declared, and the subtleties of trade finance would not be solved with blockchain. Instead he argued for applied cryptography or ‘a database on steroids’.

Anthony Macey (Barclays) strongly disagreed arguing that blockchain technology had enabled him to reduce settlement flows down from 14 days to under 4 hours which represented a seismic shift for the industry. Chris Ballinger (Toyota) also took sides adding that at the moment ‘It’s probably faster to mail bills than to use the current attempts to digitise financial settlements’. He then returned the discussion back to where he saw the opportunity of blockchain technologies.

‘Cryptocurrencies turn every instrument into a ‘bearer’ instrument – whether financial, physical or intellectual property – all can become bearer instruments thus solving the trust problem – that is the real value in the system’

Dan
For me John McAfee’s talk was really interesting. He spoke about the spread of keylogger software used to spy on wallet keys during signup. He talked about the need to use harware wallets and of his conviction that there will never be a software wallet that is secure so long as mobile exists. Outside in the foyer I chatted to Paul Puey, CEO of Airbitz wallet who said they were working on delivering edge encryption to everything on their platform which is definitely a way forward!
Something else John McAfee said was intriguing – he has set up a mining business in the US on his conviction that ‘cryptocurrencies are here to stay for good or for bad, nothing can top that now, not even governments’. This sentiment was echoed by political representatives on the European Government and Blockchain panel. EU parliament member Eva Kaili said that there would be voting on a new raft of regulation within the next few months but since the technology is still in a state of development they will be cautious to take any tough measures, and they will certainly not be classing cryptocurrencies as money any time soon. Overall the message I got from the political establishment is one of gradual acceptance.
I also noticed the theme that blockchain is being applied to other use cases beyond finance. Michael Mainelli from Y/Zen took a quick tour of its use in Geostamping, Clinical Trials and Supply Chains – anywhere that a central 3rd party situation can be found. Blockchain he said, has the potential to reduce natural monopolies thereby reducing a raft of vulnerabilities like switching costs and sloth. All in all though, it’s exciting times for blockchain.
That’s all for now but look out for next weeks issue where we will dive into the C#.NET protocol.
Wishing you a super week!

How to securely hold STRAT (Stratis Weekly #3)

Cryptocurrencies are truly liberating – never before have individuals been able to take charge of their funds, independent of any financial institution. But if you are going to be your own bank you must also be your own security guard. At Stratis we have a set of best practices to help you safeguard your tokens. With these few simple steps you can enjoy all the benefits Stratis has to offer without any negative side effects.
Improving the security of your Stratis account relies on one basic principle – the more layers of security you can put between yourself and a potential hacker the better.
Ways to keep your wallet safe

  1. Keep your tokens offline (known as ‘cold storage’) either on your hard drive, on an external hard drive or send to Stratis Wallet on your computer for staking.
  2. Don’t forget to backup your wallet. Go to FILE > BACKUP WALLET. Best practice is to do this frequently onto several new or freshly formatted usb hard drives.
  3. Lock down your password. Good password security is essential in the cryptocurrency community – a long password with a mixture of numbers, letters and symbols is best and changing your passwords often can help security.
  4. Encrypt your Stratis wallet by going to SETTING > ENCRYPT wallet.
  5. Update your software to the latest version of the client. Get notified of updates by joining us on our Slack channel, Bitcointalk thread, or follow us on Twitter @stratisplatform
  6. Ensure your malware software is running full scans on a regular basis and is up to date.
  7. Most important: Write down or otherwise make sure you will always remember your password every time you change it. Most loses occur when people lock themselves out of their wallets.

 
Take Care Online
If you must keep tokens online – a popular practice is to only keep only small amounts of currency there for daily use. You should always use 2FA with online accounts and where possible, set up security alerts so that you can keep tabs on all login activity.
Did you know that most security breaches lie with human error? Vigilance is key. Be careful in forums to avoid revealing your identity together with your Stratis Address, use only trusted computers – no internet cafes or ‘family’ computers – and check your internet connection is secure.
 
Stratis is Designed for Security
We are working hard in the background to keep the entire Stratis platform as secure as possible. Let’s take a deeper look at what we are doing and how that works in our interests.
Stratis preserves the trusted, secure architecture of Bitcoin – by that we mean the ability to create a tamper-proof record of transactions by securing them cryptographically. This means that information can be committed to the Stratis blockchain with confidence. How we differ from Bitcoin is in the way in which we secure that information.
Bitcoin is 100% proof of work (POW) meaning miners carry out complex computations in order to write data to the blockchain, and generate new coins as a reward for doing so. However, Stratis has moved to 100% Proof of Stake (POS) whereby Stratis holders secure the Blockchain by holding tokens in their wallets, allowing them to mature (no transactions in 24 hours), and leaving the wallets open. Investors who ’stake’ their tokens in such a way can earn Stratis in reward – a bit like earning interest on their holdings. POS is fairer for all and several thousand times more cost effective than POW. It doesn’t require any mining equipment so it isn’t subject to spiraling running costs and mining centralisation.
Help the overall network security and start staking your tokens today. We are pleased to see that 50% of Stratis holders are already doing this – an unusually high number of investors! If you would like to join them and earn a little Stratis in the process, all the information you need to started can be found here.

STRATIS WEEKLY ROUNDUP

Stratis Platform Integrates with Microsoft Azure

In case you missed it, this was our big story over the weekend and you can read more about it at Tech Announcer and Cryptohustle
Freewallet
We are pleased to announce that Freewallet have included Stratis in their mobile wallet service. ‘Freewallets allow you to store and manage digital currencies with ease in the smart and beautiful mobile-first cryptocurrency wallets’. Please note this is third party software and not endorsed by Stratis. We are expecting apps to be available soon at Apple Mac store and Google Play.
That’s it for this issue but one final word before we go – we were really pleased to see Stratis remain stable during the recent Bitcoin price rise. It was one of very few cryptocurrencies to do so!

Microsoft Integrates Stratis Platform Into Azure BaaS Program

stratis_azure_00

LONDON, U.K. October 27th 2016 – Provisioning of Stratis blockchain nodes is now available on the Microsoft Azure platform.
The Stratis platform, combined with Azure, will allow corporations to rapidly deploy blockchain nodes to support their decentralized applications. The Stratis Platform is an end-to-end solution to develop, test and deploy blockchain-based applications for the Microsoft .Net framework, utilizing the Stratis platform capabilities on top of Microsoft Azure and Microsoft’s development environment. It is designed for the needs of real-world financial services and other organizations that want to access the benefits of Blockchain technologies.
As an initial step Stratis has deployed a template to run a Stratis Blockchain Node on Ubuntu VM. The template code allows one-click access to developers so that they can quickly have full nodes spun up for building, testing and extending the services and capabilities of Stratis. This service also allows stakers the possibility to have their coins ‘online’ and in a dedicated staking node, to protect from malware and viruses.

We see this as first step towards a deeper integration and partnership with Microsoft in the BaaS arena. Being a company that specifically develops tools for the Microsoft ecosystem, it’s only natural that we integrate as tightly as possible with their platform offerings. This undoubtedly will provide greater visibility for our projects and serve to showcase the multiple functionalities that Stratis Platform can offer.
Chris Trew, CEO, Stratis

Details on the deployed templates on Microsoft’s Baas Platform can be found at: https://github.com/Azure/azure-quickstart-templates/blob/master/blockchain/details/stratis.md
stratis_azure_000
Stratis offers a turnkey solution that enables developers and businesses to develop, test and deploy blockchain-based applications quickly and easily without the costs and security concerns that would otherwise arise from an in-house implementation.
For more information visit: stratisplatform.com.
 
 

1 2 4 5 6
Privacy Settings
We use cookies to enhance your experience while using our website. If you are using our Services via a browser you can restrict, block or remove cookies through your web browser settings. We also use content and scripts from third parties that may use tracking technologies. You can selectively provide your consent below to allow such third party embeds. For complete information about the cookies we use, data we collect and how we process them, please check our Privacy Policy
Youtube
Consent to display content from - Youtube
Vimeo
Consent to display content from - Vimeo
Google Maps
Consent to display content from - Google
Spotify
Consent to display content from - Spotify
Sound Cloud
Consent to display content from - Sound