eckmar-community / eckmar

Open-source marketplace on Laravel (PHP). Also known as the Eckmar's Marketplace Script.
103 stars 60 forks source link

How to setup bitmessage? #49

Open amourus0crypto opened 2 years ago

amourus0crypto commented 2 years ago

How to setup bitmessage?

dclipca commented 2 years ago

How to setup bitmessage?

Honestly, I never looked up on that because I wasn't interested in this feature. Maybe someone else had experience with this.

dclipca commented 2 years ago

@Gralien how can one contact you? I got a message from someone interested in support relating to Eckmar but cannot send him your email because I actually can't find any. Mine can be found at https://github.com/dclipca.

amourus0crypto commented 2 years ago

https://github.com/dclipca

hi it was me

Gralien commented 2 years ago

You guys can always contact me at @.***

Bit message .... Download the latest binaries Adjust the config Run it with python2

On Sat, Oct 1, 2022, 1:26 AM amourus0crypto @.***> wrote:

https://github.com/dclipca

hi it was me

— Reply to this email directly, view it on GitHub https://github.com/eckmarcommunity/eckmar/issues/49#issuecomment-1264290577, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXSCEGFSF3R5F7XH2MENAYLWA7YSXANCNFSM6AAAAAAQVFX5PQ . You are receiving this because you were mentioned.Message ID: @.***>

lynqonX commented 2 years ago

Hello. I've been trying to reach him too for support.

Gralien commented 2 years ago

Im here... bitmessage. https://wiki.bitmessage.org/index.php/Compiling_instructions

just get the dependencies and then clone and run the .py script

Download and run PyBitmessage

Download the source code from github:
git clone https://github.com/Bitmessage/PyBitmessage $HOME/PyBitmessage
Run PyBitmessage:
~/PyBitmessage/src/bitmessagemain.py

Check the wiki for more information on how to run Bitmessage as a daemon.

Adjust the config as needed......

run with python2 bitmessagemain.py

Tarun-developer commented 1 year ago

Here is a step-by-step guide to compiling and running PyBitmessage:

  1. Install Dependencies: First, make sure you have all the required dependencies installed on your system. The Bitmessage wiki should provide a list of necessary dependencies for your operating system. Install them as instructed.

  2. Clone the Source Code: Open a terminal or command prompt and clone the PyBitmessage repository from GitHub using the following command:

    git clone https://github.com/Bitmessage/PyBitmessage $HOME/PyBitmessage
  3. Run PyBitmessage: Navigate to the "src" directory in the cloned repository, and run the "bitmessagemain.py" script using Python 2:

    cd $HOME/PyBitmessage/src
    python2 bitmessagemain.py
  4. Configuration (Optional): Depending on your needs, you may want to adjust the configuration settings. The configuration file is usually located in the "keys.dat" file within the PyBitmessage directory. You can edit this file using a text editor to make necessary changes.

  5. Running as a Daemon (Optional): If you want to run Bitmessage as a daemon (in the background), you should check the Bitmessage wiki for specific instructions on how to do that. Running as a daemon is useful for having Bitmessage run continuously without a graphical user interface.

Please note that these instructions are for compiling and running PyBitmessage from source. Alternatively, you might find pre-compiled binaries or package managers that simplify the installation process for your specific operating system.

Keep in mind that my knowledge is based on information available up until September 2021, and the Bitmessage project may have undergone changes or updates since then. For the most current information, always refer to the official Bitmessage wiki or the project's repository on GitHub.

Gralien commented 1 year ago

Bitmessage works well still In its stable version. Python script as a daemon.

On Sun, Jul 30, 2023, 1:19 AM botdigit-admin @.***> wrote:

Here is a step-by-step guide to compiling and running PyBitmessage:

1.

Install Dependencies: First, make sure you have all the required dependencies installed on your system. The Bitmessage wiki should provide a list of necessary dependencies for your operating system. Install them as instructed. 2.

Clone the Source Code: Open a terminal or command prompt and clone the PyBitmessage repository from GitHub using the following command:

git clone https://github.com/Bitmessage/PyBitmessage $HOME/PyBitmessage

  1. Run PyBitmessage: Navigate to the "src" directory in the cloned repository, and run the "bitmessagemain.py" script using Python 2:

cd $HOME/PyBitmessage/src python2 bitmessagemain.py

1.

Configuration (Optional): Depending on your needs, you may want to adjust the configuration settings. The configuration file is usually located in the "keys.dat" file within the PyBitmessage directory. You can edit this file using a text editor to make necessary changes. 2.

Running as a Daemon (Optional): If you want to run Bitmessage as a daemon (in the background), you should check the Bitmessage wiki for specific instructions on how to do that. Running as a daemon is useful for having Bitmessage run continuously without a graphical user interface.

Please note that these instructions are for compiling and running PyBitmessage from source. Alternatively, you might find pre-compiled binaries or package managers that simplify the installation process for your specific operating system.

Keep in mind that my knowledge is based on information available up until September 2021, and the Bitmessage project may have undergone changes or updates since then. For the most current information, always refer to the official Bitmessage wiki or the project's repository on GitHub.

— Reply to this email directly, view it on GitHub https://github.com/eckmarcommunity/eckmar/issues/49#issuecomment-1657076371, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXSCEGESZYVSKQPFH2NC5RLXSYKJJANCNFSM6AAAAAAQVFX5PQ . You are receiving this because you were mentioned.Message ID: @.***>