STRATIS MASTERNODE. Windows Installation Guide

Size: px
Start display at page:

Download "STRATIS MASTERNODE. Windows Installation Guide"

Transcription

1 STRATIS MASTERNODE Windows Installation Guide

2 Table of Contents 1. Introduction Pre-Requisites... 5 i..net Core i. Downloading the installer... 5 ii. Run the.net Core SDK Installer... 5 ii. Tor Expert Bundle... 7 i. Download Tor... 7 iii. Stratis QT Wallet... 9 i. Download... 9 ii. Launch QT Wallet iv. Bitcoin Core i. Download ii. Install iii. Run Bitcoin Core v. Git i. Download ii. Install Install and Configure Stratis Masternode i. Clone BreezeProject ii. Configure Bitcoin Core configuration i. Server ii. Prune iii. Rpcuser iv. Rpcpassword iii. Bitcoin Core Configuration Summary iv. Configure Stratis QT configuration i. Server ii. Rpcuser iii. Rpcpassword v. Stratis QT Configuration Summary vi. Configure the Stratis Masternode vii. Breeze Server configuration i. network ii. rpc.user Page 2

3 iii. rpc.password iv. rpc.url v. tumbler.ecdsakeyaddress viii. Breeze.conf Summary ix. Server.config i. rpc.url ii. rpc.user iii. rpc.password iv. tumbler.fee v. cycle vi. tor.enabled=true vii. tor.server viii. tor.cookiefile x. Server.config Summary Running the Stratis Masternode i. Open Stratis QT Wallet ii. Running the Stratis MasterNode (Registration Phase) iii. Activating the Stratis Masternode i. Step ii. Step iii. Step Page 3

4 1. Introduction This document details the steps required to configure and run a Stratis Masternode. All installation steps have been carried out on a vanilla Window Server 2012 Virtual Machine hosted within Azure. It is recommended that you follow this guide on a vanilla platform. To progress through this document there is a requirement for you to have 250,000 STRAT available for collateral. The high STRATIS requirement is not something that is dictated by Stratis Group Ltd, it is dictated by the technology. The Stratis Masternode operates in a totally decentralized and trustless manner, meaning that no one can steal the funds trusted to the network. Additionally, the STRAT required to operate a node can be stored on a Ledger Wallet or on offline backup. The BTC in reserves will need to be in a wallet on the node, as it is required to sign the transactions when processing the tumbler transactions. Rewards to the operators will be paid in the form of a transaction fee paid by Breeze Privacy Protocol client users directly to the operator that processes their Privacy Protocol transaction. Depending on the operator s jurisdiction there may be legal and tax related specific requirements and/or restrictions. It is highly recommend all operators seek proper advice before operating a Stratis Masternode. This is a decentralized network that is not managed, controlled or administered by Stratis. Page 4

5 2. Pre-Requisites There are a number of applications that need to be installed prior to embarking on configuring the Stratis Masternode. The following section will provide details on where to obtain the installers and how to install the products. i..net Core 2.0.NET Core is the platform that the Stratis Masternode has been developed upon. Therefore, you will need to install the.net Core SDK or newer. i. Downloading the installer Links to the installers can be found below. Select the appropriate link to download.net Core SDK. ii. Run the.net Core SDK Installer After launching the installer, you will be presented with the following window. Select Install to progress with the installation. Page 5

6 Click the Close button to continue. Page 6

7 ii. Tor Expert Bundle Tor is an acronym for The Onion Router and is a free piece of software that enables anonymous communication on the internet. i. Download Tor Navigate to the below URL to download the Tor Expert Bundle ZIP archive. Once downloaded, open the ZIP archive and view the contents, as per the below screenshot. Page 7

8 Extract the contents of the ZIP archive to a location on the local disk of the desktop or server you are using. For this document the contents have been extracted to a folder on the desktop named Tor Important: This location is referenced later in this document, therefore, it is recommended you follow the same steps and store the Tor Expert Bundle on your desktop within the Tor folder. Page 8

9 iii. Stratis QT Wallet The Stratis QT Wallet is a forked instance of the Bitcoin Core Wallet, it serves as an interim staking wallet until the Stratis Full Node is ready for mainnet. i. Download Navigate to the below URL to download the Stratis QT Wallet. Once downloaded, open the ZIP archive and view the contents as per the below screenshot. Page 9

10 Extract the stratis-qt executable from the ZIP archive to a location on the local disk of the desktop or server you are using. For this document the contents have been extracted directly to the desktop. Important: This location is referenced later in this document, therefore, it is recommended you follow the same steps and store the Stratis-QT executbale on the desktop. ii. Launch QT Wallet Double-Click on the stratis-qt executable. You may receive a security warning, click the Run button to continue. Page 10

11 The wallet is now running; however, it needs to fully synchronize with the Stratis Blockchain, this can take some time. Progress is visible at the bottom of the application. You can continue through this document without the Stratis QT Wallet being fully synchronized, however, you will be unable to launch the Masternode until synchronization is complete. Page 11

12 The synchronization completion will be evident by the red (out of sync) text being no longer visible.. Page 12

13 iv. Bitcoin Core The Bitcoin Core wallet is required as it will be leveraged by the Stratis Masternode. When executing the privacy protocol, the transactions will be processed via the Bitcoin Core Wallet. i. Download Navigate to the appropriate URL below to download the Bitcoin Core Wallet. 32-bit Installer 64-bit Installer ii. Install Once downloaded, run the setup. Click the Next button to continue. Page 13

14 Click the Next button to continue. Click the Next button to continue. Page 14

15 The below dialog confirms that the installation has been successful. Page 15

16 Ensure that the checkbox is selected for Run Bitcoin Core and click the Finish button. Page 16

17 iii. Run Bitcoin Core Upon first running the Bitcoin Core Wallet, you are prompted as to where you would like to store the blockchain. Ensure Use the default data directory is selected and click the Ok button to continue. Do not be concerned by the warning of free space, later in the guide you will configure pruning that will reduce the storage requirement. Important: The data directory is referenced later in this document. It is recommended that you leave the value as default. Page 17

18 The Bitcoin Core Wallet is now running and synchronizing with the blockchain. You can continue through this document without the Bitcoin Core Wallet being fully synchronized, however, the Stratis Masternode will not be functional until synchronization has fully completed. This can take some time. Page 18

19 v. Git Git is required to clone the Stratis BreezeServer repository from GitHub. i. Download Click the below URL to download the Git Installer. ii. Install Once downloaded, run the Setup. Click the Next button to continue. Page 19

20 Click the Next button to continue. Click the Next button to continue. Page 20

21 Click the Next button to continue. Click the Next button to continue. Page 21

22 Click the Next button to continue. Click the Next button to continue. Page 22

23 Click the Next button to continue. Click the Next button to continue. Page 23

24 Click the Next button to continue. The installation is now in progress, wait for the progress bar to complete. Page 24

25 The installation process is now complete, click the Finish button to complete the installation. Page 25

26 3. Install and Configure Stratis Masternode You will now focus on obtaining the required code to run a Stratis Masternode, in addition, you will cover all the required configuration changes that are necessary to have a fully functional Stratis Masternode. i. Clone BreezeProject Executing the below PowerShell script-block will download the code and submodules required to run the Stratis Masternode. #Set Destination Directory $Path = "$env:userprofile\desktop\masternode" #Query Destination Directory and Create if not present. if (-Not (Get-Item -Path $Path)) { New-Item -ItemType Directory -Path $Path } #Move to Destination Directory Set-Location $Path #Obtain Code git clone " --recursive #Move to BreezeProject Directory Set-Location.\BreezeProject #Restore Dependencies dotnet restore Page 26

27 ii. Configure Bitcoin Core configuration Changes are required in the Bitcoin Core configuration for the Stratis Masternode to successfully communicate with it. Run the below PowerShell script-block to create a new bitcoin.conf configuration file and open it within Notepad. New-Item -Path $env:appdata\bitcoin\bitcoin.conf -ItemType File -Force Start-Process notepad -ArgumentList "$env:appdata\bitcoin\bitcoin.conf" The Bitcoin.conf file will now be open within a new instance of Notepad. There are a few lines that are required to be added, these are detailed below. i. Server This setting instructs the Bitcoin Core client to accept JSON-RPC commands via the Stratis Masternode. You need to set the value of this parameter to 1. Example: server=1 ii. Prune The Prune parameter defines how many blocks should be retained, this reduces storage requirements. It is recommended that this value is set to Example: prune=2000 iii. Rpcuser This determines the username portion of the Stratis daemon's RPC credentials. The Masternode connects to the daemon via RPC during the initial registration process Important: Please take note of the value entered here, this will be required later in this document when you configure the Masternode. Example: rpcuser=bitcoinuser iv. Rpcpassword The value should be a unique password for the user account provided in the rpc.user parameter. Set your unique password as the value. Important: Please take note of the value entered here, this will be required later on in this document when you configure the Masternode Example: rpcpassword=password Page 27

28 iii. Bitcoin Core Configuration Summary After completing the previous steps, you should now have a bitcoin.conf configuration with the following detail. server=1 prune=2000 rpcuser=bitcoinuser rpcpassword=password Your configuration should not match the above, your rpcuser and rpcpassword should be unique to you. Once you have confirmed the content, please save the file and close it. iv. Configure Stratis QT configuration In a similar manner to the Bitcoin Core changes you just made, changes are required in the Stratis QT Wallet configuration in order for the Stratis Masternode to successfully communicate with it. Run the below PowerShell script-block to create a new stratis.conf configuration file and open it within Notepad. New-Item -Path $env:appdata\stratis\stratis.conf -ItemType File -Force Start-Process notepad -ArgumentList "$env:appdata\stratis\stratis.conf" The stratis.conf file will now be open within a new instance of Notepad. There are a few lines that are required to be added, these are detailed below. i. Server This setting instructs the Stratis QT client to accept JSON-RPC commands via the Stratis Masternode. You need to set the value of this parameter to 1. Example: server=1 ii. Rpcuser This determines the username portion of the Stratis daemon's RPC credentials. The Masternode connects to the daemon via RPC during the initial registration process Important: Please take note of the value entered here, this will be required later in this document when you configure the Masternode. Example: rpcuser=stratisuser Page 28

29 iii. Rpcpassword The value should be a unique password for the user account provided in the rpc.user parameter. Set your unique password as the value. Important: Please take note of the value entered here, this will be required later on in this document when you configure the Masternode. Example: rpcpassword=password v. Stratis QT Configuration Summary After completing the previous steps, you should now have a stratis.conf Configuration with the following detail. server=1 rpcuser=stratisuser rpcpassword=password Your configuration should not match the above, your rpcuser and rpcpassword should be unique to you. Once you have confirmed the content, please save the file and close it. Page 29

30 vi. Configure the Stratis Masternode You can now begin to configure the individual components that make up the Stratis Masternode, this includes settings values for parameters for both BreezeServer and the NTumbleBitServer. vii. Breeze Server configuration You now need to create a configuration file for the BreezeServer, instructing which network to run on, which credentials to use to communicate with the Stratis QT Wallet and which port etc. Run the below PowerShell script-block to create a configuration file and open it within Notepad. New-Item -Path $env:appdata\breezeserver\breeze.conf -ItemType File -Force Start-Process notepad -ArgumentList "$env:appdata\breezeserver\breeze.conf" As previously done for both the Bitcoin Core configuration and the Stratis Wallet configuration, you need to include a number of parameters. These are detailed below. i. network This parameter defines what network the Masternode will operate on. For the purpose of this guide, you will be running on mainnet. Example: network=main ii. rpc.user This determines the username portion of the Stratis daemon's RPC credentials. The Masternode connects to the daemon via RPC during the initial registration process. Enter the same rpcuser that was entered for the stratis.conf Example: rpc.user=stratisuser iii. rpc.password The value should be a unique password for the user account provided in the rpc.user parameter. Enter the same rpcpassword that was entered for the stratis.conf Example: rpc.password=password iv. rpc.url This determines the IP address and port of the Stratis daemon's RPC interface. For additional security the port should be firewalled to prevent external access Set the parameter as the example below. Example: rpc.url= Page 30

31 v. tumbler.ecdsakeyaddress This determines the address that will be used to store the 250,000 STRAT collateral. For the Stratis Masternode registration process, the Stratis Masternode needs temporary access to the private key of the selected address. The key is used to sign the registration transaction to prove that the server owns the address in question. Once the registration is done the Stratis Masternode does not need further access to the private key unless the server needs to be re-registered. Also note that the 250,000 STRAT collateral does not need to be sent to the address yet, this is covered later in the guide. When first launching the Stratis Masternode, it enters a registration phase, this process advertises your Stratis Masternode to the Stratis Blockchain, however, the protocol still needs to validate that you have the 250,000 collateral before allowing your service to be utilized by users of the Breeze Wallet with Breeze Privacy Protocol client. More information regarding this process will be detailed later in the guide once the configuration is completed. Enter your address as the value of the parameter. Example: tumbler.ecdsakeyaddress=stratwalletaddress viii. Breeze.conf Summary After completing the previous steps, you will have a unique configuration file that resembles the below. network=main rpc.user=stratisuser rpc.password=password rpc.url= tumbler.ecdsakeyaddress=stratwalletaddress This completes the Breeze.conf configuration changes. Page 31

32 ix. Server.config You now need to create the NTumbleBitServer configuration, again, execute the below PowerShell script-block to create and open the configuration file. New-Item -Path $env:appdata\ntumblebitserver\main\server.config -ItemType File -Force Start-Process notepad -ArgumentList "$env:appdata\ntumblebitserver\main\server.config" As with the other configuration files, the critical parameters can be found below. i. rpc.url This determines the IP address and port of the Bitcoin daemon's RPC interface. For additional security the port should be firewalled to prevent external access Set the below parameter and value. Example: rpc.url= ii. rpc.user This determines the username portion of the Bitcoin daemon's RPC credentials. The Masternode connects to the daemon via RPC during the initial registration process Enter the same rpcuser value that was used in the bitcoin.conf Example: rpc.user=bitcoinuser iii. rpc.password The value should be a unique password for the user account provided in the rpc.user parameter. Enter the same rpcpassword that was entered for the bitcoin.conf Example: rpc.password=password iv. tumbler.fee This is a BTC value that determines the fee that will be imposed on users utilizing your Masternode instance, it is recommended that this value remains at This has been intentionally set low due to this being a beta release. Set the below parameter and value. Example: tumbler.fee= v. cycle To enhance the privacy provided by the protocol, it is necessary for all participants to use standard transaction amounts enforced by the Stratis Masternode. The cycle definitions have distinct names and lengths. Currently only the kotori cycle is usable on mainnet. Set the below parameter and value. Example: cycle=shorty2x Page 32

33 vi. tor.enabled=true This parameter enables Tor. Tor provides privacy to the user by routing their request through multiple intermediate nodes. This secure connectivity layer is used by the Stratis Masternode to allow clients to safely connect to it. This setting must be set to true. Set the below parameter and value. Example: tor.enabled=true vii. tor.server Tor provides privacy to the user by routing their request through multiple intermediate nodes. This secure connectivity layer is used by the Stratis Masternode to allow clients to safely connect to it. This setting must be set to true. Set the below parameter and value. Example: tor.server= :9051 viii. tor.cookiefile This parameter defines the path as to where the authentication cookie for Tor resides, by default, this will reside in the following directory: C:\Users\%USERNAME%\AppData\Roaming\Tor\control_auth_cookie Please replace the %USERNAME% value with your logged-on user, if in doubt, you can enter the below PowerShell script-block into a new PowerShell window to return the value. Write-Host "$env:appdata\tor\control_auth_cookie" Example: tor.cookiefile= C:\Users\TestVM\AppData\Roaming\Tor\control_auth_cookie x. Server.config Summary After completing the previous steps, you will now have a unique configuration file that resembles the below. rpc.url= rpc.user=bitcoinuser rpc.password=password tumbler.fee= cycle=shorty2x tor.enabled=true tor.server= :9051 tor.cookiefile= C:\Users\TestVM\AppData\Roaming\Tor\control_auth_cookie Page 33

34 4. Running the Stratis Masternode The configuration phase is now complete, you can now launch the Stratis Masternode and make it available to the network. By this point, it is assumed that your Stratis QT Wallet has fully synchronied with the Stratis Blockchain. This is key as a small transaction will be made from this wallet to advertise the Stratis Masternode to the network. i. Open Stratis QT Wallet Execute the below PowerShell script-block to stop any existing Stratis-QT processes and re-launch the Stratis QT Wallet with the newly defined parameters you configured earlier in the guide. if (Get-Process -Name stratis-qt) { Stop-Process -Name stratis-qt -Force } Start-Process $env:userprofile\desktop\stratis-qt.exe The Stratis QT Wallet will now launch, navigate to the Receive menu. Highlight the address and click the Copy Address button. It is recommended to deposit 0.1 STRAT into this wallet as it will be utilized to perform the registration transaction upon launching the Stratis Masternode for the first time. Please leave the Stratis QT Wallet running in the background for the meanwhile. Important: Once the transaction has been confirmed and is spendable within the wallet, you can continue to the next step. Page 34

35 ii. Running the Stratis MasterNode (Registration Phase) To ensure consistency, it is advised that you launch the node via a script. The PowerShell script-block provided below is based upon all the steps followed in the document. #Launch Tor Write-Host "Checking for existing Tor Process..." -ForegroundColor Yellow if (-Not (Get-Process -Name tor)) { Start-Process $env:userprofile\desktop\tor\tor\tor.exe -ArgumentList "-controlport cookieauthentication 1" } #Check for Bitcoin Core Process Write-Host "Checking for existing Bitcoin Process..." -ForegroundColor Yellow if (-Not (Get-Process -Name bitcoin-qt)) { Start-Process $env:programfiles\bitcoin\bitcoin-qt.exe } #Wait 10 Seconds Write-Host "Waiting 30 Seconds before launching Stratis Masternode..." -ForegroundColor Yellow Start-Sleep 30 #Launch Stratis Masternode Write-Host "Launching Stratis Masternode" -ForegroundColor Cyan Set-Location $env:userprofile\desktop\masternode\breezeproject\breeze.breezeserver dotnet.exe run Open up PowerShell ISE and copy the above script-block into it. Save the script by selecting File > Save As and save it to an easily accessible location, in this example it has been saved it to the Desktop. Page 35

36 You can now run the Stratis Masternode by right-clicking the newly created PowerShell script named Run Stratis Masternode.PS1 You may receive the following prompt upon running the PowerShell script. Type Y and hit Enter to continue. When running, be sure to accept any Security Warning dialogs by clicking the Run button to continue. When the Stratis Masternode is run for the first time, it enters a registration mode, this process involves advertising your Stratis Masternode to the Stratis Blockchain. To do this, a number of small transactions ( STRAT) will be made from the Stratis QT Wallet you have running. This completes the registration phase. You should expect an output similar to the below. Page 36

37 iii. Activating the Stratis Masternode You are now running a Stratis Masternode, it has advertised itself to the network and is discoverable by users of the Breeze Privacy Protocol client, however, it requires activation. Earlier in this document, it was detailed that you create a new address to hold your 250,000 STRAT as collateral. Now the registration process is complete, the Breeze Clients with Breeze Privacy Protocol will monitor that address for a deposit of 250,000 STRAT. It will only monitor 30 Blocks from the moment it registered meaning the transaction must occur within approximately 30 minutes. If this is not done, the registration process will need to be repeated. To complete the activation process, you will need to send 250,000 (or more) STRAT to the address that was configured in the breeze.conf. Once that transaction has been confirmed, your Stratis Masternode will be activated and functional for users of the Breeze Privacy Protocol Client. i. Step 1 Confirm the address specified in the breeze.conf. In this guide, the example used was the value STRATWALLETADDRESS ii. Step 2 Perform a transaction of 250,000 or more to the address referenced in the breeze.conf. In this guide the example used was the value STRATWALLETADDRESS iii. Step 3 You will now have an activated Stratis Masternode and will receive your processing fees in the Bitcoin Core Wallet. Page 37

MASTERNODE Setup Guide

MASTERNODE Setup Guide MASTERNODE Setup Guide Version 1.0 February 2018 Page 1 / 13 Table of Contents Table of Contents... 2 Linux Setup... 3 Prerequisites... 3 Updates and dependencies... 3 Building the wallet... 4 Starting

More information

SCRIV NETWORK WINDOWS HOT WALLET MASTERNODE SETUP GUIDE DETAILED

SCRIV NETWORK WINDOWS HOT WALLET MASTERNODE SETUP GUIDE DETAILED SCRIV NETWORK MASTERNODE SETUP GUIDE WINDOWS HOT WALLET DETAILED March, 2018 Table of Contents Requirements for running SCRIV hot wallet masternode on Windows OS:... 3 Setup Windows VPS (Recommended)...

More information

LOCAL WALLET (COLD WALLET):

LOCAL WALLET (COLD WALLET): This tutorial will teach you how to create a masternode with a "cold/hot" setup. The whole process is as follows. LOCAL WALLET (COLD WALLET): Visit TRAID platform s official repository on GitHub and download

More information

Rabbit Linux Masternode with Windows Cold Wallet

Rabbit Linux Masternode with Windows Cold Wallet Rabbit Linux Masternode with Windows Cold Wallet This is the condensed version of the video showing how to install and set up a Linux VPS with Windows cold wallet setup for a Rabbit masternode. If you

More information

What you need: 5001 AEG. Computer with wallet installed. Make sure the wallet contains the Masternode Collateral of at least 5001 AEGEUS

What you need: 5001 AEG. Computer with wallet installed. Make sure the wallet contains the Masternode Collateral of at least 5001 AEGEUS What you need: 5001 AEG Computer with wallet installed. Make sure the wallet contains the Masternode Collateral of at least 5001 AEGEUS Download Windows Wallet Here Step 1: Install AEGEUS wallet on Windows

More information

This guide assumes that you are setting up a masternode for the first time. You will need:

This guide assumes that you are setting up a masternode for the first time. You will need: KRT MN Guide Setting up a masternode requires a basic understanding of Linux and blockchain technology, as well as the ability to follow instructions closely. It also requires regular maintenance and careful

More information

WOLFCOIN MASTERNODE MANUAL

WOLFCOIN MASTERNODE MANUAL WOLFCOIN MASTERNODE MANUAL Contents Introduction... 3 About Wolfcoin Blockchain... 3 Download the Wolfcoin Wallet... 4 Installation of your Wallet... 5 Make a receiving address... 12 Closing the Wolfcoin

More information

XSN coin. TPoS Setup Guide. https://discord.gg/cyf5yca. https://xsncoin.io

XSN coin. TPoS Setup Guide. https://discord.gg/cyf5yca. https://xsncoin.io XSN coin TPoS Setup Guide https://discord.gg/cyf5yca https://xsncoin.io Contents Introduction... 3 What is TPoS?... 3 DISCLAIMER:... 4 How to be an Owner... 4 How to be a merchant... 5 Step 1. Controller

More information

Anonymity and Privacy Blockchain

Anonymity and Privacy Blockchain Anonymity and Privacy Blockchain BitcoinZero is an improved version of Bitcoin with addi onal features including Zerocoin protocol, faster block me, and masternodes (BZnodes) MASTERNODE SETUP GUIDE SOCIAL

More information

Relarium (RLM) Masternode Guide for VPS

Relarium (RLM) Masternode Guide for VPS Relarium (RLM) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

Anonymity and Privacy Blockchain

Anonymity and Privacy Blockchain Anonymity and Privacy Blockchain BitcoinZero is an improved version of Bitcoin with addi onal features including Zerocoin protocol, faster block me, and masternodes (BZnodes) MASTERNODE SETUP GUIDE SOCIAL

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Create MedicCoin Master Node Instruction Rev2

Create MedicCoin Master Node Instruction Rev2 Create MedicCoin Master Node Instruction Rev2 1. Download MedicCoin wallet using below link https://mediccoin.com/mediccoin-window.zip 2. Unzip/extract MedicCoin-Window.zip to C:\coins\MedicCoin folder.

More information

Renos Local Wallet Masternode Setup

Renos Local Wallet Masternode Setup Renos Local Wallet Masternode Setup There are a variety of methods to set up a Masternode. They are of varying difficulty to set up and offer different levels of security. This tutorial details the set

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Contents. Crave Masternode Setup Guides. Single / Multiple Local Masternode(s) Single Masternode using a VPS. Multiple Masternodes using a VPS

Contents. Crave Masternode Setup Guides. Single / Multiple Local Masternode(s) Single Masternode using a VPS. Multiple Masternodes using a VPS Contents Crave Masternode Setup Guides Single / Multiple Local Masternode(s) 1 Requirements...1 2 Preparing Masternodes...1 3 Preparing Controller Wallet...2 4 Masternode Configuration...3 5 Starting Masternodes...3

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Nyerium Hot Cold Masternode Guide

Nyerium Hot Cold Masternode Guide Nyerium Hot Cold Masternode Guide Overview These are the steps to setup a secure and sager cold node: a masternode on a VPS and a local wallet with your coins in your Windows or Linux wallet hot node.

More information

Dixicoin (DXC) Masternode Guide for VPS

Dixicoin (DXC) Masternode Guide for VPS Dixicoin (DXC) Masternode Guide for VPS Table of Contents Requirements 2 VPS Set-up 2 Create a MasterNode Address (ALIAS) & send collateral 4 MasterNode private key & Index ID 5 Edit Configuration files

More information

Mission Guide: Office 365 OneDrive

Mission Guide: Office 365 OneDrive Mission Guide: Office 365 OneDrive Your Mission: Use F-Response to collect Office365 Onedrive data Using F-Response to connect to Office365 Onedrive and collect its contents Important Note Disclaimer:

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

STRATIS SUPPORT DOCUMENT. Migration from StratisX to Stratis Core

STRATIS SUPPORT DOCUMENT. Migration from StratisX to Stratis Core STRATIS SUPPORT DOCUMENT Migration from StratisX to Stratis Core Table of Contents 1. Introduction... 3 2. Stratis Core Creating a Wallet... 4 3. Transfer from StratisX to Stratis Core... 10 4. Coin Consolidation...

More information

SCRIV NETWORK COLD WALLET MASTERNODE SETUP GUIDE DETAILED

SCRIV NETWORK COLD WALLET MASTERNODE SETUP GUIDE DETAILED SCRIV NETWORK MASTERNODE SETUP GUIDE COLD WALLET DETAILED March, 2018 Table of Contents Requirements for running SCRIV cold wallet masternode on Linux VPS: 3 Setup Linux-based VPS... 3 1. Install SCRIV

More information

Controller-Cold-Setup

Controller-Cold-Setup Controller-Cold-Setup This is the advised Method to setup your Masternodes. The wallet containing the coins does not have to be exposed and can run on your local computer. It does not have to run all the

More information

Wallet Setup Guide WINDOWS. Version 1 /

Wallet Setup Guide WINDOWS. Version 1 / Wallet Setup Guide WINDOWS Version 1 / 1-1-2018 Downloading and Installing the COLX Wallet If this is the first time you are installing the COLX desktop wallet, please follow these steps. 1. Visit the

More information

SharePoint List Synchronizer for Excel 2007 and Documentation

SharePoint List Synchronizer for Excel 2007 and Documentation SharePoint List Synchronizer for Excel 2007 and 2010 Documentation Table of Contents I. INTRODUCTION... 3 II. OVERVIEW... 4 III. INSTALLATION... 5 IV. UNINSTALLATION... 9 V. USAGE... 10 A. SCENARIO...

More information

Last updated: January 19, Webtop Setup User Guide

Last updated: January 19, Webtop Setup User Guide Last updated: January 19, 2017 Webtop Setup User Guide Table of Contents ServicePRO Webtop Setup User Guide... 2 1. ServicePRO Portal Setup Information to Note... 2 2. Setting up ServicePRO Webtop in Client

More information

COLD WALLET + MASTERNODE SETUP ON LINUX

COLD WALLET + MASTERNODE SETUP ON LINUX COLD WALLET + MASTERNODE SETUP ON LINUX This tutorial shows the steps required to setup your Magnet masternode on a Linux system while running a local cold wallet (Windows system here). Let s get started!

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017

Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017 1 P a g e Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017 In the event of any questions or issues, please contact our Farin Client Care team: Farin Financial Risk Management: 866-230-2161

More information

Setting up a Chaincoin Masternode

Setting up a Chaincoin Masternode Setting up a Chaincoin Masternode Introduction So you want to set up your own Chaincoin Masternode? You ve come to the right place! These instructions are correct as of April, 2017, and relate to version

More information

Kernel for Exchange Server. Installation and Configuration Guide

Kernel for Exchange Server. Installation and Configuration Guide Kernel for Exchange Server Installation and Configuration Guide Table of Contents Table of Contents... 2 1. Introduction... 3 2. Requirements and Prerequisites... 3 2.1 Basic System Requirements... 3 2.2

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

OpenGeo Suite for Windows Release 3.0.1

OpenGeo Suite for Windows Release 3.0.1 OpenGeo Suite for Windows Release 3.0.1 OpenGeo February 04, 2013 Contents 1 Prerequisites i 2 New Installation i 3 Upgrading vi 3.1 Upgrading from version 2.x to 3.x....................................

More information

NAV Coin NavTech Server Installation and setup instructions

NAV Coin NavTech Server Installation and setup instructions NAV Coin NavTech Server Installation and setup instructions NavTech disconnects sender and receiver Unique double-blockchain Technology V4.0.5 October 2017 2 Index General information... 5 NavTech... 5

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Business Insights Dashboard

Business Insights Dashboard Business Insights Dashboard Sage 500 ERP 2000-2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

Tips on how to set up a GitHub account:

Tips on how to set up a GitHub account: Tips on how to set up a GitHub account: 1. Go to the website https://github.com/, you will see the following page: Figure 1: The GitHub main webpage (before you create an account and sign in) Then choose

More information

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey SmartCash SmartNode SCRIPT Setup Guide v2.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at

More information

VPS SETUP: What is a VPS? A VPS is a cloud server, running on a virtual machine. You can t run a masternode on your computer itself.

VPS SETUP: What is a VPS? A VPS is a cloud server, running on a virtual machine. You can t run a masternode on your computer itself. Our guide makes it easy to set up your own masternode! BEFORE YOU BEGIN, YOU WILL NEED: 1. 1,000 SUPPO s 2. The latest SuppoCoin wallet, which can always be found here: https://www.suppocoin.io 3. Two

More information

Configuring Dynamics GP econnect with Nexonia... 1

Configuring Dynamics GP econnect with Nexonia... 1 CONFIGURING DYNAMICS GP ECONNECT WITH NEXONIA TABLE OF CONTENTS Configuring Dynamics GP econnect with Nexonia... 1 1 Install econnect... 1 2 Download Nexonia econnect Module... 4 3 Install Nexonia econnect

More information

Configure App Service Authentication for Your Azure Web App

Configure App Service Authentication for Your Azure Web App Azure Web App Security Labs Page 1 of 12 Configure App Service Authentication for Your Azure Web App Introduction This lab is part of a series. This second lab will show you how to set up Azure App Service

More information

Downloading & Installing Audacity

Downloading & Installing Audacity Downloading Audacity 1. Open your web browser. 2. Navigate to the following URL: http://audacity.sourceforge.net/download/ 3. The system displays the Download page for Audacity. 4. Select your operating

More information

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

This is a step-by-step guide for starting a single BeetleCoin masternode on Windows 7 10 operating systems.

This is a step-by-step guide for starting a single BeetleCoin masternode on Windows 7 10 operating systems. This is a step-by-step guide for starting a single BeetleCoin masternode on Windows 7 10 operating systems. BeetleCoin wallet running on your local Windows 7 10 computer with at least 50001 BEET White

More information

KINGSTON COIN VPS MASTERNODE SETUP GUIDE

KINGSTON COIN VPS MASTERNODE SETUP GUIDE KINGSTON COIN VPS MASTERNODE SETUP GUIDE UBUNTU 16.04 x64 ** THIS GUIDE ASSUMES YOU HAVE PURCHASED A VPS THROUGH A SERVICE LIKE DIGITALOCEAN. COM OR VULTR.COM AND HAVE CONNECTED TO YOUR VPS THROUGH SSH/TERMINAL**

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Browser Set-Up Instructions

Browser Set-Up Instructions Browser Set-Up Instructions Before visiting the Assessment LinkBC site for the first time, you must configure your Internet Explorer browser: o to recognize the Assessment LinkBC site as a trusted site,

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

CazCoin VPS Masternode Setup December 2018

CazCoin VPS Masternode Setup December 2018 Contents 1. Introduction... 3 2. Requirements... 3 3. VPS Preparation... 4 4. Local Wallet Setup... 4 5. Edit Local Configuration Files... 6 6. VPS Setup... 7 7. Starting the Masternode... 10 8. Wallet

More information

Last updated: May 10, Desktop Setup User Guide

Last updated: May 10, Desktop Setup User Guide Last updated: May 10, 2017 Desktop Setup User Guide Table of Contents ServicePRO Desktop Setup User Guide... 2 1. ServicePRO Portal Setup Information to Note... 2 2. Setting up ServicePRO Desktop in Client

More information

Printing with PRISM Using Remote Print Manager

Printing with PRISM Using Remote Print Manager Printing with PRISM Using Remote Print Manager 5.0.70.4 User Guide April 2010 CONTENTS ABOUT PRINTING WITH PRISM... 1 REQUESTING A PRISM PRINT QUEUE... 1 RPM INSTALLATION VERSION 5.0.70.4... 5 CONFIGURATION...

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Deposit Wizard TellerScan Installation Guide

Deposit Wizard TellerScan Installation Guide Guide Table of Contents System Requirements... 2 WebScan Overview... 2 Hardware Requirements... 2 Supported Browsers... 2 Driver Installation... 2 Step 1 - Determining Windows Edition & Bit Count... 3

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide

PigCHAMP Knowledge Software. Enterprise Edition Installation Guide PigCHAMP Knowledge Software Enterprise Edition Installation Guide PIGCHAMP, LLC Enterprise Edition Installation Guide JUNE 2016 EDITION PigCHAMP Knowledge Software 1531 Airport Rd Suite 101 Ames, IA 50010

More information

Platinum~Pro (v21.0): Deployment Guide (v1.2)

Platinum~Pro (v21.0): Deployment Guide (v1.2) (v1.2) INTRODUCTION... 2 SYSTEM REQUIREMENTS... 4 CHAPTER 1 DEPLOYMENT... 6 CHAPTER 2 UPGRADING... 12 CHAPTER 3 MIGRATION... 15 CHAPTER 4 UNINSTALLATION... 16 APPENDIX 1 DEPLOYMENT ISSUES... 18 APPENDIX

More information

Masternode Guide #1. Single masternode on Linux VPS (Ubuntu)+ control wallet on local PC (Windows)

Masternode Guide #1. Single masternode on Linux VPS (Ubuntu)+ control wallet on local PC (Windows) Masternode Guide #1 Single masternode on Linux VPS (Ubuntu)+ control wallet on local PC (Windows) Prerequisites: a - A remote server (Virtual Private Server, VPS) which will be our masternode wallet. b

More information

For further information about the GRID token sale, please visit gridplus.io/token-sale.

For further information about the GRID token sale, please visit  gridplus.io/token-sale. 1 1 Introduction Thank you for your interest in purchasing GRID tokens. The following information has been organized to help you complete your purchase using MyEtherWallet, Mist, or MetaMask. For further

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Installation on Windows Server 2008

Installation on Windows Server 2008 USER GUIDE MADCAP PULSE 4 Installation on Windows Server 2008 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

SmartCash SmartNode Setup Guide v1.2. Windows 10. Date: 13/01/2018. By (Jazz) yoyomonkey

SmartCash SmartNode Setup Guide v1.2. Windows 10. Date: 13/01/2018. By (Jazz) yoyomonkey SmartCash SmartNode Setup Guide v1.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at the casual

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.7.0 The owncloud developers October 30, 2018 CONTENTS 1 Release Notes 1 1.1 Changes in 2.7.0............................................. 1 1.2 Changes in 2.6.0.............................................

More information

SmartCash SmartNode Setup Guide V1.2 Windows 10 13/01/2018 By (Jazz) yoyomonkey Page 1

SmartCash SmartNode Setup Guide V1.2 Windows 10 13/01/2018 By (Jazz) yoyomonkey Page 1 SmartCash SmartNode Setup Guide v1.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at the casual

More information

EasiShare Desktop User Guide

EasiShare Desktop User Guide Copyright 2016 by Inspire-Tech Pte Ltd. All rights reserved. All trademarks or registered trademarks mentioned in this document are properties of their respective owners. No part of this document may be

More information

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

Installing DPM 2012 R2

Installing DPM 2012 R2 Installing DPM 2012 R2 This document covers the installation/upgrade of System Center 2012 R2 Data Protection Manager (DPM 2012 R2, or simply DPM). While the installation and upgrade process is similar,

More information

Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application

Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application Azure Application Deployment and Management: Service Fabric Create and Manage a Local and Azure hosted Service Fabric Cluster and Application Overview This course includes optional practical exercises

More information

Masternode Guide #1. Single masternode on Linux VPS (Ubuntu)+ Control wallet on local PC (Windows) (VPS installation with script :-) )

Masternode Guide #1. Single masternode on Linux VPS (Ubuntu)+ Control wallet on local PC (Windows) (VPS installation with script :-) ) Masternode Guide #1 Single masternode on Linux VPS (Ubuntu)+ Control wallet on local PC (Windows) (VPS installation with script :-) ) Prerequisites: a - A remote server (Virtual Private Server, VPS) which

More information

Rise Technology White Paper

Rise Technology White Paper Rise Technology White Paper Posted in White paper by Justin 1. Introduction 1. What is Rise We are Rise, a Lisk-based currency and distributed application platform heavily emphasizing security and ease

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Access PayrollSE v5.50a

Access PayrollSE v5.50a Access PayrollSE v5.50a Installation Instructions for Windows Contents Introduction... 3 System Requirements... 3 Microsoft Visual C++ 2005 redistributable... 3 Microsoft.NET Framework 4... 3 Other considerations...

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Installing and Activating a Multi-User Network License for Statgraphics 18

Installing and Activating a Multi-User Network License for Statgraphics 18 Installing and Activating a Multi-User Network License for Statgraphics 18 Step 1: Download and Install Statgraphics 18... 2 Step 2: Create a Statgraphics Registration Account... 2 Step 3: Register the

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme file

More information

OASIS Mobile Installation Guide

OASIS Mobile Installation Guide OASIS Mobile Installation Guide Table of Contents I. Preparation... 1 A. Verify System Requirements... 1 B. Uninstall Java... 3 C. Configure Internet Explorer... 3 II. Install OASIS Mobile... 5 III. Install

More information

SelectHR Installation & Upgrade Instructions

SelectHR Installation & Upgrade Instructions SelectHR Installation & Upgrade Instructions 1 Table of Contents Important Notes... 4 Components of SelectHR... 4 New Installations... 4 Upgrades... 4 Understanding SSUs... 4 Windows Authentication & Single

More information

Masternode Setup Guide

Masternode Setup Guide Masternode Setup Guide This guide will help you to setup a Lizus masternode on an Ubuntu 16.04 64bit Server. Requirements - 10.000.01 LIZ (10.000 LIZ for the initial transaction and 0.1 LIZ for covering

More information

GIT. A free and open source distributed version control system. User Guide. January, Department of Computer Science and Engineering

GIT. A free and open source distributed version control system. User Guide. January, Department of Computer Science and Engineering GIT A free and open source distributed version control system User Guide January, 2018 Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Table of Contents What is

More information

Version Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide

Version Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide Version 12.5 Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide June 1, 2013 Table of Contents Preface 1 Purpose of This Guide 1 Audience 1 Help and Other Resources 2 Technical

More information

We will create an address, private key and transaction for each masternode (MN in the following) and show the necessary steps for configuration.

We will create an address, private key and transaction for each masternode (MN in the following) and show the necessary steps for configuration. ARENON Coin Cold VPS Masternode on Windows & Linux Part 1 Controller-Cold-Setup This is the advised Method to setup your Masternodes. The wallet containing the coins does not have to be exposed and can

More information

Prelude. The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency.

Prelude. The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency. Prelude The notes within this Whitepaper publication are intended to formally document the concepts and features of the Aegeus cryptocurrency. This document will explain methodically, the details of the

More information

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011 ActiveFlow Revision Date: Feb 15, 2011 DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. Page 1 The information

More information

Thank you for choosing ASAP s Remote QuickBooks hosting! The following will guide you through the set up of your new or updated user profile.

Thank you for choosing ASAP s Remote QuickBooks hosting! The following will guide you through the set up of your new or updated user profile. Thank you for choosing ASAP s Remote QuickBooks hosting! The following will guide you through the set up of your new or updated user profile. Please select from the following options to begin setup: Windows

More information

Windows Authentication for Velocity Web service Client

Windows Authentication for Velocity Web service Client Windows Authentication for Velocity Web service Client Copyright 2019, Identiv. Overview Prior to Velocity 3.7 SP1 releases, the Velocity Web Service Client (VWSC) application used Anonymous Authentication

More information

Installing AX Server with PostgreSQL (multi-server)

Installing AX Server with PostgreSQL (multi-server) Installing AX Server with PostgreSQL (multi-server) Version: 13 Published: Wednesday, November 29, 2017 ACL Services Ltd. 2017 Table of contents Table of contents Table of contents 3 Introduction 7 Intended

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

SUB1X Masternode Setup Guide: Windows Version

SUB1X Masternode Setup Guide: Windows Version SUB1X Masternode Setup Guide: Windows Version What you will need for this guide: 1) Local computer with Windows, MacOS or Linux. 2) Remote server VPS [Vultr.com or AWS for instance] 3) 20 Sub1X Version

More information

Installation Guide Version May 2017

Installation Guide Version May 2017 Installation Guide Version 2017 5 May 2017 GeoCue Group, Inc 9668 Madison Blvd. Suite 202 Madison, AL 35758 1-256-461-8289 www.geocue.com NOTICES The material in GeoCue Group, Inc. documents is protected

More information

Azure Developer Immersion Getting Started

Azure Developer Immersion Getting Started Azure Developer Immersion Getting Started In this walkthrough, you will get connected to Microsoft Azure and Visual Studio Team Services. You will also get the code and supporting files you need onto your

More information

Colligo Manager 5.4 SP3. User Guide

Colligo  Manager 5.4 SP3. User Guide 5.4 SP3 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 4 Updating

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme file

More information