Pages:
Author

Topic: [ANNOUNCE] Bitmessage - P2P Messaging system based partially on Bitcoin - page 16. (Read 89873 times)

legendary
Activity: 1400
Merit: 1013
One thing that would be nice is if the releases were identified with tags in git, and if those tags were pushed to the GitHub repository.
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Bug report:
On my Windows 7 machine, when Bitmessage is closed (through f.ex the tray icon), it will not re-open. Attempting to open it results in 2 Bitmessage.exe process instances, but no tray icon and no window.

Portable mode is on.

This is only sometimes reproducible. Deleting all .dat files resolves the problem, but wipes the "portable mode" setting.

If you go to Help > About, are you running v0.3.211 ? If not you might consider upgrading.
0.3.1
I'll try upgrading.
sr. member
Activity: 249
Merit: 251
Bug report:
On my Windows 7 machine, when Bitmessage is closed (through f.ex the tray icon), it will not re-open. Attempting to open it results in 2 Bitmessage.exe process instances, but no tray icon and no window.

Portable mode is on.

This is only sometimes reproducible. Deleting all .dat files resolves the problem, but wipes the "portable mode" setting.

If you go to Help > About, are you running v0.3.211 ? If not you might consider upgrading.
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Bug report:
On my Windows 7 machine, when Bitmessage is closed (through f.ex the tray icon), it will not re-open. Attempting to open it results in 2 Bitmessage.exe process instances, but no tray icon and no window.

Portable mode is on.

This is only sometimes reproducible. Deleting all .dat files resolves the problem, but wipes the "portable mode" setting.
donator
Activity: 674
Merit: 523
UPnP would be nice and it is on the feature request list. I will work on some other things like OSX support and attachments first.

Yes, pretty PLEASE!!!

sr. member
Activity: 249
Merit: 251
I have reverted the EXE on the website back to the prior version (0.3.1) because some Windows 7 (and Windows server) users have reported having an issue sending messages with the current version.

I have fixed the issue. The binary on the website is current and working.

how about UPnP port mapping or some other method? I don't have to mess with my router to get Bitcoin or uTorrent to work.

UPnP would be nice and it is on the feature request list. I will work on some other things like OSX support and attachments first.
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Can BitMessage really be used for mailing lists? AFAICT, for a "reply all" functionality, the publisher would have to rebroadcast everything received.
Edit: "Special Address Behavior" has this already figured out.

Additionally, how about UPnP port mapping or some other method? I don't have to mess with my router to get Bitcoin or uTorrent to work.
legendary
Activity: 1722
Merit: 1217
Still nothing :/

err somehow my address changed or i didnt link the right one the first time or something... here lets try this again BM-2DCLDXTLT4RH6Wb2xpHspHFN3fHghVdsLn
Sub'd.

=D ok ill just rebroadcast what i wrote before.
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Still nothing :/

err somehow my address changed or i didnt link the right one the first time or something... here lets try this again BM-2DCLDXTLT4RH6Wb2xpHspHFN3fHghVdsLn
Sub'd.
sr. member
Activity: 249
Merit: 251
I have reverted the EXE on the website back to the prior version (0.3.1) because some Windows 7 (and Windows server) users have reported having an issue sending messages with the current version.
legendary
Activity: 1722
Merit: 1217
Still nothing :/

err somehow my address changed or i didnt link the right one the first time or something... here lets try this again BM-2DCLDXTLT4RH6Wb2xpHspHFN3fHghVdsLn
legendary
Activity: 2912
Merit: 1060
legendary
Activity: 1722
Merit: 1217
Subbed

does anyone here want to help me test this thing out? are there any mailing lists? or lists of addresses i can subscribe to? here is my address BM-or9zPodxMUmkrmVVGCSV9xT1AibwdTFK9 if anyone subscribes to me ill publish content just for the hell of it!

awesome! im going to try broadcasting something. it may take me a bit because i have to think of something to write first  Tongue
legendary
Activity: 2912
Merit: 1060
Subbed

does anyone here want to help me test this thing out? are there any mailing lists? or lists of addresses i can subscribe to? here is my address BM-or9zPodxMUmkrmVVGCSV9xT1AibwdTFK9 if anyone subscribes to me ill publish content just for the hell of it!
legendary
Activity: 1722
Merit: 1217
does anyone here want to help me test this thing out? are there any mailing lists? or lists of addresses i can subscribe to? here is my address BM-or9zPodxMUmkrmVVGCSV9xT1AibwdTFK9 if anyone subscribes to me ill publish content just for the hell of it!
legendary
Activity: 2912
Merit: 1060
PS Why no mailing list blasts?
legendary
Activity: 2912
Merit: 1060
GUI fixed!

Still requesting
X to minimize not exit
Incoming port with proxy
hero member
Activity: 614
Merit: 500
I know this is a real noob question, but should be easy to answer. I installed 3.1 using the linux instructions here:

https://bitmessage.org/wiki/Compiling_instructions#Linux

I don't know, however, how to easily upgrade. I THINK what I do is go to the directory that contains bitmessage, so in my case

seth@LockBox:~/src$

Then I issue command

git clone https://github.com/Bitmessage/PyBitmessage origin master

or something like that. Then once it's done downloading the changes I can simply issue this command again

cd $HOME/PyBitmessage/src/ && python bitmessagemain.py

Is that right? Or is there something I'm doing wrong/missing? Thank you!



To upgrade use "git pull origin master"

Excellent! Thank you!

Where can I donate?
sr. member
Activity: 249
Merit: 251
I know this is a real noob question, but should be easy to answer. I installed 3.1 using the linux instructions here:

https://bitmessage.org/wiki/Compiling_instructions#Linux

I don't know, however, how to easily upgrade. I THINK what I do is go to the directory that contains bitmessage, so in my case

seth@LockBox:~/src$

Then I issue command

git clone https://github.com/Bitmessage/PyBitmessage origin master

or something like that. Then once it's done downloading the changes I can simply issue this command again

cd $HOME/PyBitmessage/src/ && python bitmessagemain.py

Is that right? Or is there something I'm doing wrong/missing? Thank you!



To upgrade use "git pull origin master"
hero member
Activity: 614
Merit: 500
I know this is a real noob question, but should be easy to answer. I installed 3.1 using the linux instructions here:

https://bitmessage.org/wiki/Compiling_instructions#Linux

I don't know, however, how to easily upgrade. I THINK what I do is go to the directory that contains bitmessage, so in my case

seth@LockBox:~/src$

Then I issue command

git clone https://github.com/Bitmessage/PyBitmessage origin master

or something like that. Then once it's done downloading the changes I can simply issue this command again

cd $HOME/PyBitmessage/src/ && python bitmessagemain.py

Is that right? Or is there something I'm doing wrong/missing? Thank you!

Pages:
Jump to: