Open amourus0crypto opened 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.
@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.
hi it was me
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:
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: @.***>
Hello. I've been trying to reach him too for support.
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
Here is a step-by-step guide to compiling and running PyBitmessage:
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.
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
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
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.
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.
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
- 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: @.***>
How to setup bitmessage?