diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 56843f70d..ce7f4114d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -343,6 +343,7 @@ jobs: run: | brew install automake libtool pkg-config miniupnpc librsvg libnatpmp zeromq python pip3 install ds_store mac_alias + pip3 install -U pip setuptool - name: Build Depends run: | diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 4a5e339a9..b61c7cbba 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -733,8 +733,8 @@ class CTestNetParams : public CChainParams { vSeeds.clear(); // nodes with support for servicebits filtering should be at the top - vSeeds.emplace_back("47.155.87.132"); - vSeeds.emplace_back("lbdn.raptoreum.com"); + vSeeds.emplace_back("47.151.9.131"); + vSeeds.emplace_back("lbtn.raptoreum.com"); // Testnet Raptoreum addresses start with 'r' base58Prefixes[PUBKEY_ADDRESS] = std::vector(1,123);