Tranzact-Network / tranzact-blockchain

Tranzact blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
9 stars 0 forks source link

[BUG] #1

Open smtternopil opened 2 years ago

smtternopil commented 2 years ago

The wallets and the farmer do not work, although the program itself works, what to do? 1.2.6 dev67

archiviz commented 2 years ago

Are you farming Maize?

smtternopil commented 2 years ago

Yes, but under another user

archiviz commented 2 years ago

From https://github.com/Tranzact-Network/tranzact-blockchain/wiki/INSTALL

We were informed by a user that we had some conflicting ports with the Maize fork. Unfortunately, one of those conflicts was with our full node TCP port (8655) and Maize's full node RPC port. This conflict will not allow you to connect to Tranzact peers while running the Maize full node.

Therefore, if you want to mine Maize alongside our fork, please use the following workaround.

  1. Make sure you have updated Tranzact to the newest version.
  2. Stop all Tranzact and Maize services, including their daemons.
  3. Open the Maize config file (home)/.maize/mainnet/config/config.yaml
  4. Find and replace 8655 with 8677 in the Maize config.yaml file
  5. Start all Tranzact services: "tranzact start all"
  6. Start all Maize services: "maize start all"
smsk01 commented 2 years ago

The wallets and the farmer do not work?