I hereby claim:
- I am kimsk on github.
- I am karlkim (https://keybase.io/karlkim) on keybase.
- I have a public key ASArYA5xlYytCDbOkZhKidUUA4a7XDmBN7ms4hAjyuWdZwo
To claim this, I am signing this object:
$fp = 3855208971 | |
$synthetic_pk = "93c8a14b74d0cfe62cf451200eb42f3f2fe5c581f5153d308b10c43f40fba9d49a812204e0f970b2f83e23c59eb22e09" | |
$index = chia keys derive -f $fp child-key -t wallet -n 20 | | |
% { $_ -replace "^Wallet public key (\d{1,}): ", "" } | | |
% { cdv inspect keys --synthetic -pk $_ | select -first 1 } | | |
% { $idx =0 } { [pscustomobject]@{ index = $idx; sythetic_public_key = $_.Substring(12, 96)}; $idx++ } | | |
? { $_.sythetic_public_key -eq $synthetic_pk } | | |
% { $_.index } | |
chia keys derive -f $fp child-key -t wallet -i $index -s | |
$sw = new-object system.diagnostics.stopwatch | |
$sw.Start() | |
$FINGERPRINT = 219821919 | |
$WALLET_ID = 2 | |
$WALLET_ID_JSON = (@{ wallet_id = $WALLET_ID } | ConvertTo-Json) -replace '"', '\""' | |
$FEE = 50000000 # 50_000_000 mojos is 0.00005 XCH | |
$FEE_WALLET_ID_JSON = (@{ wallet_id = 1 } | ConvertTo-Json) -replace '"', '\""' | |
$AMOUNT = 1000 # one CAT is 1000 mojos |
$sw = new-object system.diagnostics.stopwatch | |
$sw.Start() | |
$OFFER_FINGERPRINT = 2705744614 | |
$OFFER_WALLET_ID = 2 | |
$OFFER_WALLET_ID_JSON = (@{ wallet_id = $OFFER_WALLET_ID } | ConvertTo-Json) -replace '"', '\""' | |
$AMOUNT = 1000 # one CAT is 1000 mojos | |
$FEE_WALLET_ID_JSON = (@{ wallet_id = 1 } | ConvertTo-Json) -replace '"', '\""' | |
$FEE = 50000000 # 50_000_000 mojos is 0.00005 XCH |
$sw = new-object system.diagnostics.stopwatch | |
$sw.Start() | |
$FINGERPRINT = 219821919 # fingerprint of your wallet | |
$FEE = 50000000 # 50_000_000 mojos is 0.00005 XCH | |
$WALLET_ID = 1 | |
$NUM = 100 | |
$AMOUNT = $FEE |
I hereby claim:
To claim this, I am signing this object:
[CmdletBinding()] | |
param ( | |
[Parameter(Mandatory=$true, Position=0)] [string] $aksName, | |
[Parameter(Mandatory=$true, Position=1)] [string] $resourceGroup, | |
[Parameter(Mandatory=$true, Position=2)] [string] $location, | |
[Parameter(Mandatory=$true, Position=3)] [string] $apiUrl, | |
[Parameter(Mandatory=$true, Position=4)] [string] $sslKeyFile, | |
[Parameter(Mandatory=$true, Position=5)] [string] $sslCrtFile, | |
[Parameter(Mandatory=$true, Position=6)] [string] $apiFileYml, | |
[Parameter(Mandatory=$true, Position=7)] [string] $ingressFileYml, |
// https://docs.microsoft.com/en-us/dotnet/azure/dotnet-sdk-azure-concepts?view=azure-dotnet | |
// https://github.com/Azure/azure-libraries-for-net/issues/585 | |
// https://github.com/Azure/azure-libraries-for-net#ready-to-run-code-samples-for-databases | |
open Microsoft.Azure.Services.AppAuthentication | |
open Microsoft.Azure.Management.ResourceManager.Fluent.Authentication | |
open Microsoft.Azure.Management.ResourceManager.Fluent | |
open Microsoft.Azure.Management.Fluent | |
open Microsoft.Azure.Management.ResourceManager.Fluent.Core | |
open Microsoft.Rest |
Verifying my Blockstack ID is secured with the address 1N5icDpqQQ2nJQfy3QCWWzNyTbBFaahjCJ https://explorer.blockstack.org/address/1N5icDpqQQ2nJQfy3QCWWzNyTbBFaahjCJ |