0

My project on GCP was suspended after I did hyperledger fabric performance testing with hyperledger caliper. I setup Hyperledger fabric on GCP paid account with 3 Orgs and 6 peers on 12 VMs. I try to do performance testing using hyperledger caliper by sending 10 transactions per sec to 1 peer instance. After 4 hours that I ran caliper, I got email from google that your project is being suspended.

How should I do if I want to test again on GCP without any warnings from google?

Ank Knit
  • 9
  • 1

1 Answers1

0

In order to work with criptocurrency mining operations in GCP you must apply for an Invoiced Billing Account. Otherwise your account will be detected as fraudulent.

It's the only way to perform the test without triggering the fraud alert.

Chris32
  • 4,716
  • 2
  • 18
  • 30
  • But I didn't work with cryptocurrency mining. My tps is too high? – Ank Knit Oct 23 '19 at 08:57
  • Although Hyperledger is not used directly in mining it is used to send blockchain transactions or smart contracts related operations, this is detected as a blockchain operation. Basically all blockchain operations are flagged as mining and trigger this alert for security and legal compliance. – Chris32 Oct 23 '19 at 09:20