Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 903. (Read 4670673 times)

legendary
Activity: 1512
Merit: 1012
Still wild and free
I attended one, and in the beginning was the poll whether it should be videoed. The consensus was negative. The presentations were based on public materials by Fluffypony, me and Thud. The discussion stays between the participants and the NSA.

Tell us more, whos idea was it to hold a meetup and a conference (forum search not working, can't bother to go through the last 100 pages, pretty sure it was Fluffy who suggested it)?
Who was the event organiser ?
Where did it take place, in a PUB ?
How many attended ?


You're not really making any effort so that anybody would like to tell you more, or tell you anything at all...

I was at the meetup in Brussels. It was an interesting evening, you may call it small by some standards but it was one of the largest ever Bitcoin/crypto meetups that took place there. Lots of positive feedback from the audience. You can check yourself and find the answers to your other questions here:
http://www.meetup.com/Bitcoin-Brussels/events/221909098/
And here for Paris:
http://www.meetup.com/Paris-Bitcoin-Meetup/events/222290717/

Took me about 30s to find the links.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
https://www.youtube.com/watch?v=6Ct1QFkyUHU

This is looking pretty awesome, how many coins have their own series? Grin

How random! Tongue
sr. member
Activity: 350
Merit: 250
https://www.youtube.com/watch?v=6Ct1QFkyUHU

This is looking pretty awesome, how many coins have their own series? Grin
sr. member
Activity: 350
Merit: 250

kazuki49, no, I decided to support the Monero network by keeping the monero core opened.  Wink

good man.
legendary
Activity: 1260
Merit: 1008
Come on, this is the first time I met this problem with Monero. I hope it will not be repeated...

You could try downloading the blockchain.bin from

http://getmonero.org/downloads/

that way you could test the theory regarding whether your blockchain.bin was corrupted.

edited to add: I also came into cryptocurrency from BOINC! I recently made a post about creating a BOINC / mining hybrid, so you can recieve cryptocurrency for performing BOINC. Like Gridcoin but not.
legendary
Activity: 2030
Merit: 1076
BTCLife.global participant
Come on, this is the first time I met this problem with Monero. I hope it will not be repeated...
legendary
Activity: 2968
Merit: 1198
Without a database it is possible for the blockchain file to become corrupted, especially on Windows. If you want to avoid a resync or needing to download a new bootstrap it is a good idea to occasionally keep a local backup copy of blockchain.bin.
legendary
Activity: 2030
Merit: 1076
BTCLife.global participant
Dear GingerAle! It's Win7 x64, you are right.

Before today bitmonerod+simplewallet were starting OK. After a long period I decided to run it again and here is the issue I described above.

Nothing has changed it my starting .bat also:

Code:
@echo off

tasklist /FI "IMAGENAME eq bitmonerod.exe" 2>NUL | find /I /N "bitmonerod.exe">NUL
if not %ERRORLEVEL% == 0 (
  echo Starting node...
  start bitmonerod.exe --data-dir E:\ProgramData\bitmonero\
) else (
  echo Node already started.
)

tasklist /FI "IMAGENAME eq simplewallet.exe" 2>NUL | find /I /N "simplewallet.exe">NUL
if not %ERRORLEVEL% == 0 (
  if exist wallet.bin.keys (
    echo Starting previous wallet...
    start simplewallet.exe --wallet wallet.bin
  ) else (
    echo Starting new wallet...
    start simplewallet.exe --generate-new-wallet wallet.bin
  )
) else (
  echo Wallet already started.
)

pause

When I try to run bitmonerod as Administrator the error is the same as before:

Code:
2015-Jun-02 01:46:17.056815 bitmonero v0.8.8.6-release
2015-Jun-02 01:46:17.057815 Module folder: bitmonerod
2015-Jun-02 01:46:17.057815 Initializing P2P server...
2015-Jun-02 01:46:50.121706 bitmonero v0.8.8.6-release
2015-Jun-02 01:46:50.122706 Module folder: bitmonerod
2015-Jun-02 01:46:50.123706 Initializing P2P server...
2015-Jun-02 01:47:09.983842 Binding on 0.0.0.0:18080
2015-Jun-02 01:47:09.984842 Net service bound to 0.0.0.0:18080
2015-Jun-02 01:47:09.985842 Attempting to add IGD port mapping.
2015-Jun-02 01:47:12.994014 UPnP device was found but not recoginzed as IGD.
2015-Jun-02 01:47:12.994014 P2P server initialized OK
2015-Jun-02 01:47:12.995014 Initializing protocol...
2015-Jun-02 01:47:12.996014 Protocol initialized OK
2015-Jun-02 01:47:12.996014 Initializing core RPC server...
2015-Jun-02 01:47:12.997014 Binding on 127.0.0.1:18081
2015-Jun-02 01:47:12.998014 Core RPC server initialized OK on port: 18081
2015-Jun-02 01:47:12.998014 Initializing core...
2015-Jun-02 01:47:13.010015 Loading blockchain...
2015-Jun-02 01:48:02.087822 ERROR C:/bitmonero/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=std::bad_alloc
2015-Jun-02 01:48:02.088822 Can't load blockchain storage from file, generating genesis block.

I guess I should delete the monero blockchain and try to re-sync. And it seems that it works.



kazuki49, no, I decided to support the Monero network by keeping the monero core opened.  Wink
sr. member
Activity: 350
Merit: 250
Hi guys!

My monero core can't start:

Code:
2015-Jun-02 01:10:45.782503 bitmonero v0.8.8.6-release
2015-Jun-02 01:10:45.795504 Module folder: bitmonerod.exe
2015-Jun-02 01:10:45.797504 Initializing P2P server...
2015-Jun-02 01:11:10.466915 Binding on 0.0.0.0:18080
2015-Jun-02 01:11:10.466915 Net service bound to 0.0.0.0:18080
2015-Jun-02 01:11:10.466915 Attempting to add IGD port mapping.
2015-Jun-02 01:11:13.556092 UPnP device was found but not recoginzed as IGD.
2015-Jun-02 01:11:13.556092 P2P server initialized OK
2015-Jun-02 01:11:13.556092 Initializing protocol...
2015-Jun-02 01:11:13.557092 Protocol initialized OK
2015-Jun-02 01:11:13.557092 Initializing core RPC server...
2015-Jun-02 01:11:13.557092 Binding on 127.0.0.1:18081
2015-Jun-02 01:11:13.557092 Core RPC server initialized OK on port: 18081
2015-Jun-02 01:11:13.566093 Initializing core...
2015-Jun-02 01:11:13.575093 Loading blockchain...
2015-Jun-02 01:12:15.956661 ERROR C:/bitmonero/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=basic_filebuf::underflow error reading the file
2015-Jun-02 01:12:15.956661 Can't load blockchain storage from file, generating genesis block.

So the command prompt windows closing after these last error messages.

What is your advice for such case?

I suggest you use the webwallet (mymonero.com) until the next tagged version that is already much much better than the current one.
legendary
Activity: 1260
Merit: 1008
Hi guys!
My monero core can't start:
( stuff )
So the command prompt windows closing after these last error messages.
What is your advice for such case?

Based on "command prompt window closing" statement, I'm assuming your on Windows of some variety - knowing the OS here definitely helps.

Have you had success running bitmonerod before today, or is this your first attempt?

If your on windows, what happens if you run bitmonerod from the command prompt as admin? (right click on cmd.exe, run as administrator. make your way to c:/path/to/bitmonerod.exe, then run bitmonerd?)
legendary
Activity: 2030
Merit: 1076
BTCLife.global participant
Hi guys!

My monero core can't start:

Code:
2015-Jun-02 01:10:45.782503 bitmonero v0.8.8.6-release
2015-Jun-02 01:10:45.795504 Module folder: bitmonerod.exe
2015-Jun-02 01:10:45.797504 Initializing P2P server...
2015-Jun-02 01:11:10.466915 Binding on 0.0.0.0:18080
2015-Jun-02 01:11:10.466915 Net service bound to 0.0.0.0:18080
2015-Jun-02 01:11:10.466915 Attempting to add IGD port mapping.
2015-Jun-02 01:11:13.556092 UPnP device was found but not recoginzed as IGD.
2015-Jun-02 01:11:13.556092 P2P server initialized OK
2015-Jun-02 01:11:13.556092 Initializing protocol...
2015-Jun-02 01:11:13.557092 Protocol initialized OK
2015-Jun-02 01:11:13.557092 Initializing core RPC server...
2015-Jun-02 01:11:13.557092 Binding on 127.0.0.1:18081
2015-Jun-02 01:11:13.557092 Core RPC server initialized OK on port: 18081
2015-Jun-02 01:11:13.566093 Initializing core...
2015-Jun-02 01:11:13.575093 Loading blockchain...
2015-Jun-02 01:12:15.956661 ERROR C:/bitmonero/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=basic_filebuf::underflow error reading the file
2015-Jun-02 01:12:15.956661 Can't load blockchain storage from file, generating genesis block.

So the command prompt windows closing after these last error messages.

What is your advice for such case?
legendary
Activity: 1512
Merit: 1012
Still wild and free
i get a lot of those too sometimes. and then a connection is made and stuff happens.

Your recently acquired dev powerz at play, for sure   Wink
xa4
member
Activity: 71
Merit: 10
^thx, I'm not patient enough I guess. I'll leave it running for a while and see what happens.
legendary
Activity: 1260
Merit: 1008
Been a couple of weeks since I ran bitmonerod on win7. I tried 0.8.8.6 and 0.8.8.3 today and it seems my deamons won't connect with the network anymore. All I get is a constant stream of "incoming handshake,  failed ....." I'm stuck at block 502068. Any ideas ?



just let it keep running. i get a lot of those too sometimes. and then a connection is made and stuff happens. I just think there's a lot of dead IPs on the lists or whatever. Compiling current head would definitely help you out for sure.
xa4
member
Activity: 71
Merit: 10
Been a couple of weeks since I ran bitmonerod on win7. I tried 0.8.8.6 and 0.8.8.3 today and it seems my deamons won't connect with the network anymore. All I get is a constant stream of "incoming handshake,  failed ....." I'm stuck at block 502068. Any ideas ?

sr. member
Activity: 453
Merit: 500
hello world
just wanted to drop this here:

if anyone is working on a new exchange, please contact me, i can help with many things.

to the moon Grin
legendary
Activity: 1092
Merit: 1000
m3
sr. member
Activity: 460
Merit: 250
legendary
Activity: 1105
Merit: 1000
where can i use the 25 words so i can recover the old wallet thanks

You should be able to use simplewallet with "--restore-deterministic-wallet" and your seed. You can also log into MyMonero with those words, and it'll ask if you want to import old transactions (costs a few XMR though).
Jump to: