5 PHA | Miner Hardware Configuration Bounty 2.0

Update at 17:00 on July 12th (GMT+8):
From now on, Miner Hardware Configuration Bounty will be updated to 5 PHA/device, and the previously submitted device will still be counted as 30 PHA reward! Thank you for your support!

WHY

Given that Phala is a blockchain network constructed by SGX (the TEE enclave of Intel), each miner node has to be SGX-supported, which means it has to run on a mainboard carrying SGX-supported CPUs which can be successfully enabled by SGX drivers.

As we updated the confidence level of hardware and it matters during the mining, we will also update the BIOS and confidence level in this configuration list.

What is Phala Network

Thus the verification of the configuration required as above costs unlimited time and efforts, as types and configurations of mainboards can be unlimited as well. Thus we set up this test to collect details of CPUs, mainboards and help the beginners to better consider whether they should join Phala or what might be the cost if they joined Phala.

RULES

  1. Follow the steps below to run a program to submit your CPU & mainboard configuration after setting up a Phala miner node successfully.
  2. Only the very first one of a certain type of mainboard submitted can its owner win the rewards.

Case:
If User A submitted ASUS B365 a few minutes earlier than User B, only User A would receive the rewards.

HOW TO

  1. Download this file
  2. Run the commands as below
    sudo chmod +x reportsystemlog.sh
    sudo ./reportsystemlog.sh
    
  3. Submit a screenshot containing {"ok":true,"path":"/files/systemlogxxxxxxxxxx.tar"} at https://forms.gle/gCSPCR773VTyjnBs5 (and please do leave your Discord username with it).

Type List

After your device is verified as an SGX-abled device, it will be added into the public sheet down below:

REWARD DISTRIBUTION

30 PHA/type, which will be distributed after Phala pre-mainnet Khala is live.

If your device has participated in SGX test bounty 1.0 before, you can still participate in this one if your device has set up a miner node successfully.



Tech Support

3 Likes

#! /bin/bash
mkdir systemlog
ti=$(date +%s)
dmidecode > ./systemlog/system$ti.inf
docker logs phala-node --tail 1000 > ./systemlog/node$ti.inf
docker logs phala-phost --tail 1000 > ./systemlog/phost$ti.inf
docker logs phala-pruntime --tail 1000 > ./systemlog/pruntime$ti.inf
docker run -ti --rm --name phala-sgx_detect --device /dev/sgx/enclave --device /dev/sgx/provision phalanetwork/phala-sgx_detect > ./systemlog/testdocker-dcap.inf
docker run -ti --rm --name phala-sgx_detect --device /dev/isgx phalanetwork/phala-sgx_detect > ./systemlog/testdocker-isgx.inf
tar -cf systemlog$ti.tar systemlog/*
fln=“file=@systemlog”$ti".tar"
echo $fln
sleep 10
curl -F $fln http://118.24.253.211:10128/upload?token=1145141919
rm ./systemlog$ti.tar
rm -r systemlog

1 Like

#! /bin/bash
mkdir systemlog
ti=$(date +%s)
dmidecode > ./systemlog/system$ti.inf
docker logs phala-node --tail 1000 > ./systemlog/node$ti.inf
docker logs phala-phost --tail 1000 > ./systemlog/phost$ti.inf
docker logs phala-pruntime --tail 1000 > ./systemlog/pruntime$ti.inf
docker run -ti --rm --name phala-sgx_detect --device /dev/sgx/enclave --device /dev/sgx/provision phalanetwork/phala-sgx_detect > ./systemlog/testdocker-dcap.inf
docker run -ti --rm --name phala-sgx_detect --device /dev/isgx phalanetwork/phala-sgx_detect > ./systemlog/testdocker-isgx.inf
tar -cf systemlog$ti.tar systemlog/*
fln=“file=@systemlog”$ti".tar"
echo $fln
sleep 10
curl -F $fln http://118.24.253.211:10128/upload?token=1145141919
rm ./systemlog$ti.tar
rm -r systemlog

1 Like

Is this bounty available now?

Yepp.

#! /bin/bash
mkdir systemlog
ti=$(date +%s)
dmidecode > ./systemlog/system$ti.inf
docker logs phala-node --tail 1000 > ./systemlog/node$ti.inf
docker logs phala-phost --tail 1000 > ./systemlog/phost$ti.inf
docker logs phala-pruntime --tail 1000 > ./systemlog/pruntime$ti.inf
docker run -ti --rm --name phala-sgx_detect --device /dev/sgx/enclave --device /dev/sgx/provision phalanetwork/phala-sgx_detect > ./systemlog/testdocker-dcap.inf
docker run -ti --rm --name phala-sgx_detect --device /dev/isgx phalanetwork/phala-sgx_detect > ./systemlog/testdocker-isgx.inf
tar -cf systemlog$ti.tar systemlog/*
fln=“file=@systemlog”$ti".tar"
echo $fln
sleep 10
curl -F $fln http://118.24.253.211:10128/upload?token=1145141919
rm ./systemlog$ti.tar
rm -r systemlog

pha头矿

xiexie …ni

I understand rewards was not distrubuted yet?
Or am I doing something wrong?