Skip to content

kimsk/ps-chia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PowerShell Scripts Used with Chia Blockchain

chia rpc and cdv rpc requires a full node and wallet.

Prerequisites

  1. chia
  2. chia-dev-tools (cdv)

Coins

ps-chia/coins
❯ ./xch_breaking.ps1 -Fingerprint 4108344430 -Num 200 -Amount 500000000                     
ps-chia/coins
./cats_breaking.ps1 -Fingerprint 2111922937 -WalletId 3 -Num 5 -ToAddress txch15ghtr05dduculwrlxr969623wwfqfrmstqxp67307ge5ge3ed66smxya0f 
❯ ./get-singleton-lineage.ps1 -Launcher_id 0x7dc07df2dd088ffdfcbe5a273825ac55565e536ed06604df55b3afa67e44b107

Offers

ps-chia/offers
❯ ./create_multiple_offers.ps1 -Fingerprint 3239424902 -OfferWalletId 3 -OfferAmount 1000 -RequestWalletId 1 -RequestAmount 1000000000000 -OfferFilePrefix "1TDBX_x_1XCH" -OfferFilePath "/mnt/e/offers/tdbx" -Num 5
ps-chia/offers
❯ ./cancel_offers.ps1 -Fingerprint 3239424902

Keys/Wallets

ps-chia/keys-wallets
❯ ./delete_key.ps1 4108344430

References

About

PowerShell scripts for Chia Blockchain

Topics

Resources

Stars

Watchers

Forks