mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
Merge branch 'master' into merge-mining
This commit is contained in:
commit
f95d366881
61 changed files with 63 additions and 63 deletions
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
|
@ -586,7 +586,7 @@ jobs:
|
||||||
os:
|
os:
|
||||||
- name: freebsd
|
- name: freebsd
|
||||||
architecture: x86-64
|
architecture: x86-64
|
||||||
version: '12.4'
|
version: '13.2'
|
||||||
host: ubuntu-22.04
|
host: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -596,7 +596,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build p2pool
|
- name: Build p2pool
|
||||||
uses: cross-platform-actions/action@v0.19.0
|
uses: cross-platform-actions/action@v0.22.0
|
||||||
with:
|
with:
|
||||||
operating_system: ${{ matrix.os.name }}
|
operating_system: ${{ matrix.os.name }}
|
||||||
architecture: ${{ matrix.os.architecture }}
|
architecture: ${{ matrix.os.architecture }}
|
||||||
|
@ -659,7 +659,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build p2pool
|
- name: Build p2pool
|
||||||
uses: cross-platform-actions/action@v0.19.0
|
uses: cross-platform-actions/action@v0.22.0
|
||||||
with:
|
with:
|
||||||
operating_system: ${{ matrix.os.name }}
|
operating_system: ${{ matrix.os.name }}
|
||||||
architecture: ${{ matrix.os.architecture }}
|
architecture: ${{ matrix.os.architecture }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
* Portions Copyright (c) 2012-2013 The Cryptonote developers
|
* Portions Copyright (c) 2012-2013 The Cryptonote developers
|
||||||
* Portions Copyright (c) 2014-2021 The Monero Project
|
* Portions Copyright (c) 2014-2021 The Monero Project
|
||||||
* Portions Copyright (c) 2021 XMRig <https://github.com/xmrig>
|
* Portions Copyright (c) 2021 XMRig <https://github.com/xmrig>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
* Copyright (c) 2021 hyc <https://github.com/hyc>
|
* Copyright (c) 2021 hyc <https://github.com/hyc>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
* Portions Copyright (c) 2012-2013 The Cryptonote developers
|
* Portions Copyright (c) 2012-2013 The Cryptonote developers
|
||||||
* Portions Copyright (c) 2014-2021 The Monero Project
|
* Portions Copyright (c) 2014-2021 The Monero Project
|
||||||
* Portions Copyright (c) 2021 XMRig <https://github.com/xmrig>
|
* Portions Copyright (c) 2021 XMRig <https://github.com/xmrig>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
# This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
# Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
# Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
# This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
# Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
# Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
* This file is part of the Monero P2Pool <https://github.com/SChernykh/p2pool>
|
||||||
* Copyright (c) 2021-2023 SChernykh <https://github.com/SChernykh>
|
* Copyright (c) 2021-2024 SChernykh <https://github.com/SChernykh>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue