- Kernelogic as a notary, has allocated over 250 PiBs of datacap to clients, #1 on the leaderboard.
- Kernelogic participated Space Race, Slingshot 1 and 2.
- Kernelogic helped Fil+ team to analyze all AWS public datasets for Slingshot v3.
- Kernelogic as a client, has onboarded over 100 PiBs of public dataset to the Filecoin network.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Qma1wh2ZDRw6NutmEWnRQ4oQTEebHbARBni68Bbwvw95iE | |
Qma1YEadP751vrJkrT52PvZvvmETsBy8UycMWAfCRH1qst | |
Qma2hciKygVfCEVkwGkz1g1a1C5PJNJFRswwNT1cfKx3XD | |
Qma2Jvg3o4JSr2KenZZaqT4zqEhgVq191HbWgp1B91SGqu | |
Qma2kvF3pqbKZuBGjsRHX2yLMkqkXmfvfZAgEXuoLHeEc1 | |
Qma2X3qdSij6GDSv8yoTwxWC1CAJxdeSTnwgCJ4CDUxyz9 | |
Qma34sLW2oJgYiuSkrkjbmBTxXaq5isSQMYqWf9QrLMmmk | |
Qma3oQrxHehnPBp5sAcGZMZBnW3nqNsc9rttTUAaJCx5H5 | |
Qma4ERHayJ6RLbFZ7SfmJFGdK1cJQ3oE7UD7SGm6dicneD | |
Qma4jWbWMR72WMZH7R8QLqt1i6b4Jx5WAdKXNjvrqvrGiN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env php | |
<?php | |
const RATE_LIMIT = 7200; // in seconds | |
const JSON_FILE_PATH = "/home/dev/dealfilter.json"; | |
function exitDealReject($reason) { | |
echo $reason."\n"; | |
exit(1); | |
} |