Author Topic: BitShares now Live on Microsoft Azure Blockchain as a Service (BaaS)  (Read 36001 times)

0 Members and 1 Guest are viewing this topic.

Offline btswildpig

  • Hero Member
  • *****
  • Posts: 1424
    • View Profile
Is this the same as consensys , factom , emercoin on Azure ?

because I typed consensys , factom ,ethereum , emercoin on the seach box , and I could not find any , but these were the projects that has announced partership with microsoft  . Is their thing a different thing ?

Thanks .
这个是私人账号,表达的一切言论均不代表任何团队和任何人。This is my personal account , anything I said with this account will be my opinion alone and has nothing to do with any group.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
I'm confused ...

so does this mean that Preston was wrong ?


hxxp://prestonbyrne.com/2014/08/17/dont-walk-away-run/

Or does this mean that Microsoft doesn't understand math?

Can we stop linking that crap?  We only help the jerk face get more views when we link to it.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline konelectric

Tweeter: Konelectric. Steemit: Konelectric. Youtube: Patrick Konshak. Success Council: Yourship. Mumble: Yourship or Konelectric.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline konelectric

Tweeter: Konelectric. Steemit: Konelectric. Youtube: Patrick Konshak. Success Council: Yourship. Mumble: Yourship or Konelectric.




Offline Fox

Awesome work  +5% +5%

Btw, there's a spelling type on "#What is BitShare?" It's missing the "S" at the end

Noted and edited above.  Thanks, I'll get that into the next pull request.
Witness: fox

Offline Akado

  • Hero Member
  • *****
  • Posts: 2752
    • View Profile
  • BitShares: akado
Awesome work  +5% +5%

Btw, there's a spelling type on "#What is BitShare?" It's missing the "S" at the end
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline GChicken

  • Sr. Member
  • ****
  • Posts: 231
    • View Profile


Offline Fox

The BitShares on Ubuntu 15.10 template for Microsoft Azure Blockchain as a Service (BaaS) is now live:
https://github.com/Azure/azure-quickstart-templates/tree/master/bitshares-ubuntu-vm

You may search for BitShares at the Azure Quickstart Templates site:
https://azure.microsoft.com/en-us/documentation/templates/

README.md:
# BitShares Blockchain Node on Ubuntu VM

This template delivers the BitShares network to your VM in about 15 mintues (PPA install).  Everything you need to get started using the BitShares blockchain from the command line is included.
You may select to build from source or install from the community provided Personal Package Archive (PPA).  Once installed, the 'witnes_node' will begin syncing the public blockchain.
You may then connect via SSH to the VM and launch the 'cli-wallet' to interface with the blockchain.

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fbitshares-ubuntu-vm%2Fazuredeploy.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fbitshares-ubuntu-vm%2Fazuredeploy.json" target="_blank"><img src="http://armviz.io/visualizebutton.png"/></a>

# What is BitShares?

```
BitShares is an industrial-grade financial blockchain smart contracts platform.  Built using the latest in
industry research, BitShares delivers a decentralized financial platform with speeds approaching NASDAQ.
```

# Template Parameters

When you click the Deploy to Azure icon above, you need to specify the following template parameters:

* `adminUsername`: This is the account for connecting to your BitShares host.
* `adminPassword`: This is your password for the host.  Azure requires passwords to have One upper case, one lower case, a special character, and a number.
* `dnsLabelPrefix`: This is used as both the VM name and DNS name of your public IP address.  Please ensure an unique name.
* `installMethod`: This tells Azure how to install the software bits.  The default is using the community provided PPA.  You may choose to install from source, but be advised this method takes substantially longer to complete.
* `vmSize`: This is the size of the VM to use.  Recommendations: Use the A series for PPA installs, and D series for installations from source.  Notice: Once the blockchain is synced, resize your VM to A1, as the BitShares witness_node requires a small resource footprint.

# Getting Started Tutorial

* Click the `Deploy to Azure` icon above
* Complete the template parameters, choose your resource group, accept the terms and click Create
* Wait about 15 minutes for the VM to spin up and install the bits
* Connect to the VM via SSH using the DNS name assigned to your Public IP
* Launch the cli-wallet: `sudo /usr/bin/cli_wallet --wallet-file=/usr/local/bitshares-2/programs/cli-wallet/wallet.json`
* Assign a secure password `>set_password use_a_secure_password_but_check_your_shoulder_as_it_will_be_displayed_on_screen`
* `ctrl-d` will save the wallet and exit the client
* View your wallet: `nano /usr/local/bitshares-2/programs/cli-wallet/wallet.json`
* Learn more: [http://docs.bitshares.eu](http://docs.bitshares.eu)   

# Licensing

BitShares is offered under the MIT License as [documented here](https://github.com/bitshares/bitshares-2/blob/bitshares/LICENSE.md).

# More About BitShares

Please review [BitShares documentation](https://docs.bitshares.eu) to learn more.

Edit:
Add: Azure Quickstart Templates
Fix: Spelling
« Last Edit: March 10, 2016, 12:47:54 am by Fox »
Witness: fox