Open RainbowPillow opened 3 years ago
Thanks for looking up our code.
We have regarded the the mining difficulty of blockchain as a delay in our code, as the parameter "args.bc_difficulty".
The delay can be generated by the blockchain networks, e.g., Bitcoin with around 10min. ------------------ Original ------------------ From: @.>; Date: Wed, Oct 27, 2021 04:51 AM To: @.>; Cc: @.***>; Subject: [ElvisShaoYumeng/BLADE-FL] BlockChain (Issue #1)
Thanks for sharing your work. I am wondering that how the blockchain is integrated to federated learning. I did not find it from your code.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Thanks for your quick reply. Unfortunately, I did not search any parameters named "args.bc_difficulty". Is it not in the Options file.
It is in the main file.
The implementation of blockchain is related to our work with resources allocation. The work in under major revision. We will upload the paper when it is accepted.
You may get a better understandings from our paper. ------------------ Original ------------------ From: @.>; Date: Wed, Oct 27, 2021 02:59 PM To: @.>; Cc: @.>; @.>; Subject: Re: [ElvisShaoYumeng/BLADE-FL] BlockChain (Issue #1)
Thanks for your quick reply. Unfortunately, I did not search any parameters named "args.bc_difficulty". Is it not in the Options file.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Got it. I have downloaded your paper from Arxiv. https://arxiv.org/pdf/2101.06905.pdf
Your code runs successfully. My understanding is that all of the codes have been uploaded except the Blockchain. This part will be uploaded as long as your paper is accepted. Is it correct?
Good luck with your paper acceptance.
Correct.
Thanks for your attention to our work. ------------------ Original ------------------ From: @.>; Date: Wed, Oct 27, 2021 03:27 PM To: @.>; Cc: @.>; @.>; Subject: Re: [ElvisShaoYumeng/BLADE-FL] BlockChain (Issue #1)
Got it. I have downloaded your paper from Arxiv. https://arxiv.org/pdf/2101.06905.pdf
Your code runs successfully. My understanding is that all of the codes have been uploaded except the Blockchain. This part will be uploaded as long as your paper is accepted. Is it correct?
Good luck with your paper acceptance.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Thanks for sharing your work. I am wondering that how the blockchain is integrated to federated learning. I did not find it from your code.