< Back

Get-CryptoTicker

Sat Jan 18, 2020 4:30 pm

NAME Get-CryptoTicker



SYNOPSIS

Displays Powershell console listing of current or historical ticker values of

Crypto Currency provided by https://CoinMarketCap.com based on records in the AssetDB.



By default, the console will be refreshed every 5 minutes.





SYNTAX

Get-CryptoTicker [[-Wallet] <String>] [[-LoopCtrl] <Int32>] [<CommonParameters>]





DESCRIPTION

Displays Powershell console listing of current or historical ticker values of

Crypto Currency provided by https://CoinMarketCap.com based on records in the AssetDB.





PARAMETERS

-Wallet <String>

Limits the ticker values display to assets contained in a specific wallet.



By default, ticker values are displayed for all wallets.



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-LoopCtrl <Int32>

Sets the console refresh rated to a specific number of minutes.



Five minutes is the default, but can be changed to any value between

6 through 9 minutes.



Required? false

Position? 2

Default value 5

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

User Enviornment variables for Moolah are:



Name Value Description

---- ----- -----------

Moolah_DL A Driveletter for mounting the Moolah VeraCrypt container

Moolah_Offline D:\\bin\\app Offline location of VeraCrypt containers

Moolah_Online C:\\bin\\app Online location of VeraCrypt containers

Moolah_VC Moolah Name of the Moolah VeraCrypt container

Moolah_WL B Driveletter for mounting the Wallet VeraCrypt container



File: Moolah (default name)



The Moolah file is a VeraCrypt container with an Online location of C:\\bin\\app and a

offline location of D:\\bin\\app. Confidential data files such as Moolah database, Password Manager

database, AssetDB and other confidential files reside in this container.



The Moolah container file is mounted as drive letter 'A' and contains the AssetDB and the historical

CSV file.



File: A:\\AssetDB.xml



This is an XML database containing wallet records and the associated assets in the wallet. The data in

these records are extracted from the Exodus wallet transaction dump. See the documentation for an example

of the AssetDB and it's record structure.





OUTPUTS

A offline backup of the AssetdB to a USB or MicroSD drive and a historical file named,

TickerHistory.csv.





NOTES





Author: Craig Dayton

0.1.6: 11/30/2017 - Initial release



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-CryptoTicker



Displays current ticker value for assets defined in all wallets and updates

the console every 5 minutes with new values.



OutPut Example:









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-CryptoTicker Exodus1



Displays current ticker value for assets defined in the 'Exodus1' wallet and updates

the console every 5 minutes with new values for assets in this wallet only.









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-CryptoTicker History



Displays the historical ticker values recorded in the file, TickerHistory.csv in an Out-GridView

dialog. Data display in the Out-GridView dialog can be filtered and/or sorted by each column.











RELATED LINKS

https://github.com/cadayton/Moolah

http://Moolah.readthedocs.io