dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
June 18, 2015, 07:29:25 AM |
|
Yo, thanks for the link. I asked in IRC #monero-dev and nobody really had any experience doing it. I had tried to force it to run via torify and it was giving exceptions that i pasted there. I will try to fuck around with it a bit more when i have time and see what happens. Try again during daytime (talking about GMT - GMT+2 timezone here), most devs are online during that time, so I think you'll get a better answer then.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
June 18, 2015, 07:35:29 AM |
|
From reddit: Monero Proof for your timestamping needs
|
|
|
|
MoneroMooo
Legendary
Offline
Activity: 1276
Merit: 1001
|
|
June 18, 2015, 07:43:16 AM |
|
Yo, thanks for the link. I asked in IRC #monero-dev and nobody really had any experience doing it. I had tried to force it to run via torify and it was giving exceptions that i pasted there. I will try to fuck around with it a bit more when i have time and see what happens.
I just tried running vanilla bitmonerod with torsocks and I can sync fine. I'm getting failed connections after syncing though, but this is encouraging as I think most/all of the net code goes through the same lib (epee). I might have a go at seeing what's going wrong depending on time available.
|
|
|
|
entertheabyss
|
|
June 18, 2015, 08:47:12 AM |
|
Here is the error im getting. ~$ torsocks ./bitmonerod 2015-Jun-18 08:40:58.185555 Starting... 2015-Jun-18 08:40:58.186430 bitmonero v0.8.9.65(0.1-gec8b566) 2015-Jun-18 08:40:58.186588 Module folder: ./bitmonerod 2015-Jun-18 08:40:58.187008 Initializing p2p server... 2015-Jun-18 08:40:58.188098 Binding on 0.0.0.0:18080 2015-Jun-18 08:40:58.188503 ERROR /home/user/apps/bitmonero-master/contrib/epee/include/net/abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server<t_protocol_handler>::init_server], what=listen: Operation not permitted 2015-Jun-18 08:40:58.188633 ERROR /home/user/apps/bitmonero-master/src/p2p/net_node.inl:226 Failed to bind server 2015-Jun-18 08:40:58.188696 ERROR /home/user/apps/bitmonero-master/src/daemon/daemon.cpp:148 Failed to initialize p2p server. 2015-Jun-18 08:40:58.189126 Mining has been stopped, 0 finished
|
|
|
|
MoneroMooo
Legendary
Offline
Activity: 1276
Merit: 1001
|
|
June 18, 2015, 09:09:19 AM |
|
What version are you running (git commit hash) ? Modified or not (I don't see a hash with "b566" in my tree) ? That "Starting..." message is only in the blockchain conversion utilities on my tree (master from yesterday), which seems odd.
|
|
|
|
argentinx
Member
Offline
Activity: 109
Merit: 10
|
|
June 18, 2015, 09:34:11 AM |
|
i have compiled monero for windows the problem is that I stand for 2 days and I came only to 170 thousand How long does it take to download all blockchain? I do not seem normal
|
|
|
|
superresistant
Legendary
Offline
Activity: 2156
Merit: 1131
|
|
June 18, 2015, 09:56:44 AM |
|
i have compiled monero for windows the problem is that I stand for 2 days and I came only to 170 thousand How long does it take to download all blockchain? I do not seem normal
You should download the blockchain separately.
|
|
|
|
argentinx
Member
Offline
Activity: 109
Merit: 10
|
|
June 18, 2015, 10:10:42 AM |
|
how?
|
|
|
|
elrippo
Legendary
Offline
Activity: 1008
Merit: 1001
|
|
June 18, 2015, 10:16:47 AM |
|
Yo, thanks for the link. I asked in IRC #monero-dev and nobody really had any experience doing it. I had tried to force it to run via torify and it was giving exceptions that i pasted there. I will try to fuck around with it a bit more when i have time and see what happens. Try again during daytime (talking about GMT - GMT+2 timezone here), most devs are online during that time, so I think you'll get a better answer then. If you run your Wallet over TOR you should not experience heavy problems. Maybe some exits can not connect to peers, but they change -circuits- by default every 10 minutes. Everything in TCP can be tunneld trough TOR, UDP only DNS queries. If you run a miner over TOR, i think the frequent latency change due to the exit change will give you some troubles. I do not run a miner over TOR, but i can setup one
|
For Advertisement. PM me to discuss.
|
|
|
elrippo
Legendary
Offline
Activity: 1008
Merit: 1001
|
|
June 18, 2015, 10:21:11 AM |
|
|
For Advertisement. PM me to discuss.
|
|
|
argentinx
Member
Offline
Activity: 109
Merit: 10
|
|
June 18, 2015, 10:32:02 AM |
|
in that site there is the bin file i have compiled the last version of monero that use the lmdb database and the converter dont work at the end of conversion the generated file was clobbered and bitmonerod download blockchain from 0
|
|
|
|
illodin
|
|
June 18, 2015, 10:38:04 AM |
|
Could we get a message from the devs whether they assess that it is currently safe to transact if privacy is of importance or wait until the hardfork(s)?
|
|
|
|
entertheabyss
|
|
June 18, 2015, 10:54:44 AM |
|
What version are you running (git commit hash) ? Modified or not (I don't see a hash with "b566" in my tree) ? That "Starting..." message is only in the blockchain conversion utilities on my tree (master from yesterday), which seems odd.
Its the newest clone from the master branch and compiled with build-debug option.
|
|
|
|
MoneroMooo
Legendary
Offline
Activity: 1276
Merit: 1001
|
|
June 18, 2015, 11:05:28 AM |
|
What version are you running (git commit hash) ? Modified or not (I don't see a hash with "b566" in my tree) ? That "Starting..." message is only in the blockchain conversion utilities on my tree (master from yesterday), which seems odd.
Its the newest clone from the master branch and compiled with build-debug option. Now, this is hilarious. I had this... can't be that... moment... But it is. You are using the original bitmonero fork from TFT You want https://github.com/monero-project/bitmonero
|
|
|
|
MoneroMooo
Legendary
Offline
Activity: 1276
Merit: 1001
|
|
June 18, 2015, 11:22:49 AM |
|
Could we get a message from the devs whether they assess that it is currently safe to transact if privacy is of importance or wait until the hardfork(s)?
About as safe as a piece of string is long, I'd say. Now, if you have a more precise question, a more precise answer might be found.
|
|
|
|
entertheabyss
|
|
June 18, 2015, 11:48:59 AM |
|
What version are you running (git commit hash) ? Modified or not (I don't see a hash with "b566" in my tree) ? That "Starting..." message is only in the blockchain conversion utilities on my tree (master from yesterday), which seems odd.
Its the newest clone from the master branch and compiled with build-debug option. Now, this is hilarious. I had this... can't be that... moment... But it is. You are using the original bitmonero fork from TFT You want https://github.com/monero-project/bitmonerook i compiled the master from the link and got the following error ../bitmonero-master/build/release/bin$ torsocks ./bitmonerod Creating the logger system 2015-Jun-18 11:48:03.680015 Initializing cryptonote protocol... 2015-Jun-18 11:48:03.680267 Cryptonote protocol initialized OK 2015-Jun-18 11:48:03.680925 Initializing p2p server... [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted [1434628083] libunbound[624:0] error: can't create socket: Operation not permitted 2015-Jun-18 11:48:03.694867 DNS seed node lookup either timed out or failed, falling back to defaults 2015-Jun-18 11:48:03.696299 Set limit-up to 128 kB/s 2015-Jun-18 11:48:03.696535 Set limit-down to 128 kB/s 2015-Jun-18 11:48:03.696967 Set limit to 128 kB/s 2015-Jun-18 11:48:03.697873 Binding on 0.0.0.0:18080 2015-Jun-18 11:48:03.698218 ERROR /home/user/apps/bitmonero-master/contrib/epee/include/net/abstract_tcp_server2.inl:713 Exception at [boosted_tcp_server<t_protocol_handler>::init_server], what=listen: Operation not permitted 2015-Jun-18 11:48:03.698375 ERROR /home/user/apps/bitmonero-master/src/p2p/net_node.inl:433 Failed to bind server 2015-Jun-18 11:48:03.698888 Deinitializing core... 2015-Jun-18 11:48:03.699128 Mining has been stopped, 0 finished 2015-Jun-18 11:48:03.699277 Failed to deinitialize core... 2015-Jun-18 11:48:03.699477 Mining has been stopped, 0 finished 2015-Jun-18 11:48:03.699609 Deinitializing cryptonote_protocol... 2015-Jun-18 11:48:03.699767 ERROR /home/user/apps/bitmonero-master/src/daemon/main.cpp:273 Exception in main! Failed to initialize p2p server.
|
|
|
|
MoneroMooo
Legendary
Offline
Activity: 1276
Merit: 1001
|
|
June 18, 2015, 12:01:02 PM |
|
That looks more like expected. The first set of errors are for UDP, I believe. The second one, about binding, I do not get here. Though I'm surprised it binds to 0.0.0.0, it should bind to 127.0.0.1. I tried setting 0.0.0.0 and it still works fine though. Does it work without torsocks (I guess you can pull the network cable to make sure nothing monero goes out) ? In any case, a strace log would let us know what syscall is failing, and with what error.
|
|
|
|
entertheabyss
|
|
June 18, 2015, 12:21:36 PM |
|
That looks more like expected. The first set of errors are for UDP, I believe. The second one, about binding, I do not get here. Though I'm surprised it binds to 0.0.0.0, it should bind to 127.0.0.1. I tried setting 0.0.0.0 and it still works fine though. Does it work without torsocks (I guess you can pull the network cable to make sure nothing monero goes out) ? In any case, a strace log would let us know what syscall is failing, and with what error.
if i run it without torsocks and the network down i get ../bitmonero-master/build/release/bin$ ./bitmonerod Creating the logger system 2015-Jun-18 12:19:38.022305 Initializing cryptonote protocol... 2015-Jun-18 12:19:38.022613 Cryptonote protocol initialized OK 2015-Jun-18 12:19:38.023902 Initializing p2p server... 2015-Jun-18 12:19:50.336463 DNS seed node lookup either timed out or failed, falling back to defaults 2015-Jun-18 12:19:50.339200 Set limit-up to 128 kB/s 2015-Jun-18 12:19:50.339588 Set limit-down to 128 kB/s 2015-Jun-18 12:19:50.340018 Set limit to 128 kB/s 2015-Jun-18 12:19:50.340892 Binding on 0.0.0.0:18080 2015-Jun-18 12:19:50.341216 Net service bound to 0.0.0.0:18080 2015-Jun-18 12:19:50.341333 Attempting to add IGD port mapping. sendto: Network is unreachable 2015-Jun-18 12:19:50.341795 No IGD was found. 2015-Jun-18 12:19:50.341941 P2p server initialized OK 2015-Jun-18 12:19:50.342337 Initializing core rpc server... 2015-Jun-18 12:19:50.342585 Binding on 127.0.0.1:18081 2015-Jun-18 12:19:50.342877 Core rpc server initialized OK on port: 18081 2015-Jun-18 12:19:50.343052 Initializing core... 2015-Jun-18 12:19:50.343508 Loading blockchain from folder /home/user/.bitmonero/lmdb ... 2015-Jun-18 12:19:50.717604 Blockchain initialized. last block: 0, d1079.h7.m19.s50 time ago, current difficulty: 1
|
|
|
|
osensei
Member
Offline
Activity: 70
Merit: 10
https://monerohash.com
|
|
June 18, 2015, 01:15:20 PM |
|
LMDB still won't work because the LMDB design requires 64 bit. There is an experimental branch of LMDB called VL32 but that is likely never going to be a great option because the developer says "I am philosophically opposed to supporting 32 bit architectures in LMDB." and "Due to the added system calls involved, it is significantly slower" and "Fundamentally, supporting this feature in LMDB is the wrong thing to do." Quotes from http://www.openldap.org/lists/openldap-technical/201501/msg00127.htmlAt this point the best approach for 32 bit embedded is going to be BDB, although in the future there might be an even better option (BDB has some issues, but at least the implementation exists). On RPi2 it serves as a nice (successful!) functional test is still likely too slow to ever actually use. Some work has been done to optimize it, mostly by NoodleDoodle. Thanks smooth for your reply!
|
|
|
|
kazuki49
|
|
June 18, 2015, 02:21:06 PM |
|
a "darknet" exchange without any cryptonote coin sounds like a big red flag to me, its funny people complain about polo and the KYC trap but Monero (and the other cryptonotes) are the only coin that protect individual privacy even in these cases, sure they can know how much you bought and what is your address but thats it, using a darknet exchange will not make any bitcoin clone fungible.
|
|
|
|
|