榮總醫療區塊鏈

@medblockchain

榮總醫療區塊鏈

Public team

Community (0)
No community contribution yet

Joined on Mar 13, 2023

  • If you do not already have keys generated, then run chia keys generate chia keys show --show-mnemonic-seed chia configure --testnet true 編輯 ~.chia\mainnet\config\config.yaml 包含testnet10 values config.yaml farmer: ... config: ...
     Like  Bookmark
  • medBlockChain 安裝chia-blockchian git clone https://github.com/Chia-Network/chia-blockchain/ 使用poetry shell 建置虛擬環境後 activate 需要安裝 poetry add psutil chia init chia key generate chia start -d all #啟動所有的chia服務 所有chia服務
     Like  Bookmark
  • add_mirror Publish mirror urls on chain add_missing_files Manually reconstruct server files from the data layer database create_data_store Create a new data store delete_mirror Delete an owned mirror by its coin id get_keys Get all keys for a given store get_keys_values Get all keys and values for a given store get_kv_diff Get the inserted and deleted keys and values between an initial and a final hash get_mirrors Get a list of all mirrors for a given store get_owned_stores Get owned stores get_root Get the published root hash value for a given store
     Like  Bookmark