formatting: update copyright formatting.

This commit is contained in:
UpstreamData
2023-02-13 16:03:38 -07:00
parent 5b382cdb0b
commit 15b4177ce4
249 changed files with 3736 additions and 3158 deletions

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import asyncio import asyncio
import ipaddress import ipaddress

View File

@@ -1,4 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.API import BaseMinerAPI from pyasic.API import BaseMinerAPI

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import asyncio import asyncio
import base64 import base64

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.API import BaseMinerAPI from pyasic.API import BaseMinerAPI

View File

@@ -1,4 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# Copyright 2022 Upstream Data Inc -
# -
# Licensed under the Apache License, Version 2.0 (the "License"); -
# you may not use this file except in compliance with the License. -
# You may obtain a copy of the License at -
# -
# http://www.apache.org/licenses/LICENSE-2.0 -
# -
# Unless required by applicable law or agreed to in writing, software -
# distributed under the License is distributed on an "AS IS" BASIS, -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import json import json
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import copy import copy
import json import json

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from dataclasses import asdict, dataclass, fields from dataclasses import asdict, dataclass, fields

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from typing import TypeVar from typing import TypeVar

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from dataclasses import asdict, dataclass, fields from dataclasses import asdict, dataclass, fields

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from dataclasses import asdict, dataclass, field, fields from dataclasses import asdict, dataclass, field, fields

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from dataclasses import asdict, dataclass, field, fields from dataclasses import asdict, dataclass, field, fields

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
class APIError(Exception): class APIError(Exception):

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
from typing import Union from typing import Union

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .bmminer import BMMiner from .bmminer import BMMiner
from .bosminer import BOSMiner from .bosminer import BOSMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
import json import json

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress
import logging import logging

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import ipaddress import ipaddress

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .antminer import * from .antminer import *
from .avalonminer import * from .avalonminer import *

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .S17 import S17 from .S17 import S17
from .S17_Plus import S17Plus from .S17_Plus import S17Plus

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .S19 import S19 from .S19 import S19
from .S19_Pro import S19Pro from .S19_Pro import S19Pro

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AntMiner from pyasic.miners._types.makes import AntMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .S9 import S9 from .S9 import S9
from .S9i import S9i from .S9i import S9i

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .X9 import * from .X9 import *
from .X17 import * from .X17 import *

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A1026 import Avalon1026 from .A1026 import Avalon1026
from .A1047 import Avalon1047 from .A1047 import Avalon1047

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A721 import Avalon721 from .A721 import Avalon721
from .A741 import Avalon741 from .A741 import Avalon741

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A821 import Avalon821 from .A821 import Avalon821
from .A841 import Avalon841 from .A841 import Avalon841

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import AvalonMiner from pyasic.miners._types.makes import AvalonMiner

View File

@@ -1,15 +1,17 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A921 import Avalon921 from .A921 import Avalon921

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .A7X import * from .A7X import *
from .A8X import * from .A8X import *

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import InnosiliconMiner from pyasic.miners._types.makes import InnosiliconMiner

View File

@@ -1,15 +1,17 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .T3H_Plus import InnosiliconT3HPlus from .T3H_Plus import InnosiliconT3HPlus

View File

@@ -1,15 +1,17 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .T3X import * from .T3X import *

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners.base import BaseMiner from pyasic.miners.base import BaseMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import WhatsMiner from pyasic.miners._types.makes import WhatsMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .M20 import M20V10 from .M20 import M20V10
from .M20S import M20SV10, M20SV20, M20SV30 from .M20S import M20SV10, M20SV20, M20SV30

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import WhatsMiner from pyasic.miners._types.makes import WhatsMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.miners._types.makes import WhatsMiner from pyasic.miners._types.makes import WhatsMiner

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from .M30 import M30V10, M30V20 from .M30 import M30V10, M30V20
from .M30S import ( from .M30S import (

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

View File

@@ -1,16 +1,18 @@
# Copyright 2022 Upstream Data Inc # ------------------------------------------------------------------------------
# # Copyright 2022 Upstream Data Inc -
# Licensed under the Apache License, Version 2.0 (the "License"); # -
# you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License"); -
# You may obtain a copy of the License at # you may not use this file except in compliance with the License. -
# # You may obtain a copy of the License at -
# http://www.apache.org/licenses/LICENSE-2.0 # -
# # http://www.apache.org/licenses/LICENSE-2.0 -
# Unless required by applicable law or agreed to in writing, software # -
# distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software -
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, -
# See the License for the specific language governing permissions and # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -
# limitations under the License. # See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
import warnings import warnings

Some files were not shown because too many files have changed in this diff Show More