Coder Social home page Coder Social logo

Comments (32)

electroneumRepo avatar electroneumRepo commented on July 24, 2024 2

@electroneumRepo Does starting this way limit us to only a single peer? Is there a better way to start the service as I never saw more than one peer when running sync_info

By using --add-exclusive-node this does limit to a single peer.

Using --add-peer would possibly be the better option. We are currently looking into why some people are unable to sync to the Blockchain.

from electroneum.

tlangdon123 avatar tlangdon123 commented on July 24, 2024 1

from electroneum.

truth3 avatar truth3 commented on July 24, 2024

@tmloc I am also having the same trouble. It looks like this was also reported on #1 so I am going to try and understand the steps taken to see if it resolves for me as well.

from electroneum.

truth3 avatar truth3 commented on July 24, 2024

@tmloc So the suggestion from CryptoSiD worked for me as well (running Mac OS). I ran the following command from my terminal and it immediately moves past the sticking point.

~/SourceCode/electroneum/electroneumd --add-exclusive-node 76.91.14.76:26967

Log output

2017-11-25 15:40:42.046	[P2P9]	INFO 	global	src/cryptonote_protocol/cryptonote_protocol_handler.inl:302	[76.91.14.76:26967 OUT] Sync data returned a new top block candidate: 1 -> 40108 [Your node is 40107 blocks (27 days) behind] 
SYNCHRONIZATION started

Make sure to also quit the sync and restart it without that option so you pick up more than one peer.

from electroneum.

tmloc avatar tmloc commented on July 24, 2024

Thank you a lot for the advise!

from electroneum.

tmloc avatar tmloc commented on July 24, 2024

It works now!

from electroneum.

truth3 avatar truth3 commented on July 24, 2024

@electroneumRepo Does starting this way limit us to only a single peer? Is there a better way to start the service as I never saw more than one peer when running sync_info

from electroneum.

truth3 avatar truth3 commented on July 24, 2024

@tmloc Make sure to quit and restart without that additional parameter defined so you pick up more peers.

from electroneum.

tlangdon123 avatar tlangdon123 commented on July 24, 2024

that worked for me too... taking forever to snyc... thank you

from electroneum.

ryczo avatar ryczo commented on July 24, 2024

When I andd this ~/SourceCode/electroneum/electroneumd --add-exclusive-node 76.91.14.76:26967 to console there is error unknown command

from electroneum.

visualarttech01 avatar visualarttech01 commented on July 24, 2024

Error: wallet failed to connect to daemon: http://localhost:26968. Daemon either is not started or wrong port was passed. Please make sure daemon is running or restart the wallet with the correct daemon address.
Error: wallet failed to connect to daemon: http://localhost:26968. Daemon either is not started or wrong port was passed. Please make sure daemon is running or restart the wallet with the correct daemon address.

from electroneum.

electroneumRepo avatar electroneumRepo commented on July 24, 2024

@visualarttech01 You need to run the daemon and ensure that it is synced with the blockchain before attempting to run the wallet.

from electroneum.

Vande0889 avatar Vande0889 commented on July 24, 2024

I've tried going into powershell and entering in what I believe to be a good peer from my laptop which does sync with the node (I'm a noob at this stuff) and this is what I get. I can't for the life of me get electroneumd to sync with the node on my desktop. I have tried both "--add-peer" and "--add-exclusive-node". Same result. Please help.

PS C:\Users\wildw\Desktop\MINER> ./electroneumd.exe --add-peer 24.35.246.174:26967
2017-12-08 00:58:42.375 13152 INFO global src/daemon/main.cpp:279 Electroneum 'Helium Hydra' (v0.11.0.0-53f8b3fa)
2017-12-08 00:58:42.375 13152 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol...
2017-12-08 00:58:42.375 13152 INFO global src/daemon/protocol.h:60 Cryptonote protocol initialized OK
2017-12-08 00:58:42.376 13152 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2017-12-08 00:58:46.467 13152 INFO global src/daemon/p2p.h:68 P2p server initialized OK
2017-12-08 00:58:46.468 13152 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
2017-12-08 00:58:46.472 13152 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:26968
2017-12-08 00:58:46.473 13152 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 26968
2017-12-08 00:58:46.474 13152 INFO global src/daemon/core.h:73 Initializing core...
2017-12-08 00:58:46.476 13152 INFO global src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
2017-12-08 00:58:46.604 13152 INFO global src/cryptonote_core/cryptonote_core.cpp:421 Loading checkpoints
2017-12-08 00:58:46.610 13152 WARN net.dns src/common/dns_utils.cpp:487 WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
2017-12-08 00:58:46.611 13152 INFO global src/daemon/core.h:78 Core initialized OK
2017-12-08 00:58:46.611 13152 INFO global src/daemon/rpc.h:68 Starting core rpc server...
2017-12-08 00:58:46.611 [SRV_MAIN] INFO global src/daemon/rpc.h:73 Core rpc server started ok
2017-12-08 00:58:46.612 [SRV_MAIN] INFO global src/daemon/p2p.h:78 Starting p2p net loop...
2017-12-08 00:58:46.613 [P2P0] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:302 [37.110.66.43:57600 INC] Sync data returned a new top block candidate: 10449 -> 57721 [Your node is 47272 blocks (32 days) behind]
SYNCHRONIZATION started
2017-12-08 00:58:47.612 [P2P0] INFO global src/cryptonote_core/cryptonote_core.cpp:1247


The daemon will start synchronizing with the network. This may take a long time to complete.

You can set the level of process detailization* through "set_log <level|categories>" command*,
where is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)

Use the "help" command to see the list of available commands.


2017-12-08 00:58:47.620 [P2P0] WARN net.dns src/common/dns_utils.cpp:487 WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
2017-12-08 00:59:18.616 [P2P4] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:302 [164.132.202.168:26967 OUT] Sync data returned a new top block candidate: 10449 -> 57723 [Your node is 47274 blocks (32 days) behind]
SYNCHRONIZATION started
sync_info
Height: 10449, target: 57723 (18.102%)
Downloading at 394 kB/s
2 peers
164.132.202.168:26967 58881eca3ed6db3c 57723 394 kB/s, 0 blocks / 0 MB queued
50.93.46.138:26967 0000000000000000 0 0 kB/s, 0 blocks / 0 MB queued
0 spans, 0 MB
sync_i2017-12-08 01:00:00.540 [P2P9] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:302 [37.110.66.43:26967 OUT] Sync data returned a new top block candidate: 10449 -> 57724 [Your node is 47275 blocks (32 days) behind]
SYNCHRONIZATION started
nfo
Height: 10449, target: 57724 (18.1017%)
Downloading at 296 kB/s
4 peers
37.110.66.43:26967 0dcd4a5d0c6b172f 57724 38 kB/s, 0 blocks / 0 MB queued
110.146.152.207:26967 0000000000000000 0 0 kB/s, 0 blocks / 0 MB queued
110.146.152.207:51699 7975e5a7687871bf 57723 0 kB/s, 0 blocks / 0 MB queued
188.234.82.49:26967 adc0a56d8ce0fee8 57723 258 kB/s, 0 blocks / 0 MB queued
1 spans, 0 MB
37.110.66.43:26967 100 (10450 - 10549) -
sync_info
Height: 10449, target: 57724 (18.1017%)
Downloading at 1138 kB/s
7 peers
80.209.235.232:26967 ee9176d4b62a99ec 57724 213 kB/s, 0 blocks / 0 MB queued
213.248.40.9:26967 378813852e38ba94 57724 10 kB/s, 0 blocks / 0 MB queued
164.132.202.168:26967 58881eca3ed6db3c 57724 87 kB/s, 0 blocks / 0 MB queued
178.148.213.170:65154 0000000000000000 0 0 kB/s, 0 blocks / 0 MB queued
37.110.66.43:26967 0dcd4a5d0c6b172f 57724 397 kB/s, 0 blocks / 0 MB queued
110.146.152.207:51699 7975e5a7687871bf 57724 34 kB/s, 0 blocks / 0 MB queued
50.93.46.138:26967 bf43599e717596be 57724 397 kB/s, 0 blocks / 0 MB queued
4 spans, 0 MB
80.209.235.232:26967 100 (750 - 849) -
110.146.152.207:51699 100 (10450 - 10549) -
164.132.202.168:26967 100 (10550 - 10649) -
80.209.235.232:26967 100 (10650 - 10749) -
2017-12-08 01:01:31.941 [P2P4] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:302 [67.1.197.30:56768 INC] Sync data returned a new top block candidate: 10449 -> 57724 [Your node is 47275 blocks (32 days) behind]
SYNCHRONIZATION started
sync_info
Height: 10449, target: 10449 (100%)
Downloading at 0 kB/s
0 peers
0 spans, 0 MB
2017-12-08 01:01:55.170 [P2P9] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:302 [176.112.8.13:26967 OUT] Sync data returned a new top block candidate: 10449 -> 57725 [Your node is 47276 blocks (32 days) behind]

from electroneum.

Vande0889 avatar Vande0889 commented on July 24, 2024

from electroneum.

RealAwkwardPig avatar RealAwkwardPig commented on July 24, 2024

My issue was a router bug with upnp causing it to block everything (those IPs are still valid, at least some of them. The hostnames are still nonexistent though). You could try one of these nodes:

128.71.100.93:26967
13.125.37.208:26967
13.125.50.165:26967
13.124.43.88:26967
34.240.247.44:26967
34.197.74.127:26967
34.250.126.109:26967

from electroneum.

Vande0889 avatar Vande0889 commented on July 24, 2024

from electroneum.

Vande0889 avatar Vande0889 commented on July 24, 2024

I had to go into C:\ProgramData\electroneum and deleted that whole file. Then I started up electroneumd app and it finally synced to the node. Being 50 days behind, it took awhile, but it worked lol. That's been driving me bonkers for weeks.

from electroneum.

browolf avatar browolf commented on July 24, 2024

Resetting my router fixed the problem I had with this. I guess upnp had temporarily broken. I have a Zyxel VMG1312 router, periodically it does need resetting.

from electroneum.

jpmoriarty avatar jpmoriarty commented on July 24, 2024

I have the same issue - I deleted the MDB file in the electroneum folder and let it sync up again (which took a few days), but it's got to a point that it can't get past again. I leave it running and all I get are entries indicating a new top block has been found. Have reset the router and that's not the issue either. Currently stuck about 1,600 blocks behind. Any suggestions?

2018-03-30 12:30:56.195 3356    INFO    global  src/daemon/main.cpp:279 Electroneum 'Helium Hydra' (v0.11.0.0-53f8b3fa)
2018-03-30 12:30:56.195 3356    INFO    global  src/daemon/protocol.h:55        Initializing cryptonote protocol...
2018-03-30 12:30:56.195 3356    INFO    global  src/daemon/protocol.h:60        Cryptonote protocol initialized OK
2018-03-30 12:30:56.195 3356    INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2018-03-30 12:30:57.555 3356    INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2018-03-30 12:30:57.555 3356    INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2018-03-30 12:30:57.555 3356    INFO    global  contrib/epee/include/net/http_server_impl_base.h:70  Binding on 127.0.0.1:26968
2018-03-30 12:30:57.555 3356    INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 26968
2018-03-30 12:30:57.555 3356    INFO    global  src/daemon/core.h:73    Initializing core...
2018-03-30 12:30:57.555 3356    INFO    global  src/cryptonote_core/cryptonote_core.cpp:323     Loading blockchain from folder C:\ProgramData\electroneum\lmdb ...
2018-03-30 12:30:57.570 3356    WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:1155 LMDB memory map needs to be resized, doing that now.
2018-03-30 12:30:57.570 3356    INFO    global  src/blockchain_db/lmdb/db_lmdb.cpp:494  LMDB Mapsize increased.  Old: 17246MiB, New: 18270MiB
2018-03-30 12:30:57.633 3356    INFO    global  src/cryptonote_core/cryptonote_core.cpp:421     Loading checkpoints
2018-03-30 12:30:57.680 3356    WARN    net.dns src/common/dns_utils.cpp:487    WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
2018-03-30 12:30:57.680 3356    INFO    global  src/daemon/core.h:78    Core initialized OK
2018-03-30 12:30:57.680 3356    INFO    global  src/daemon/rpc.h:68     Starting core rpc server...
2018-03-30 12:30:57.680 [SRV_MAIN]      INFO    global  src/daemon/rpc.h:73     Core rpc server started ok
2018-03-30 12:30:57.680 [SRV_MAIN]      INFO    global  src/daemon/p2p.h:78     Starting p2p net loop...
2018-03-30 12:30:58.680 [P2P7]  INFO    global  src/cryptonote_core/cryptonote_core.cpp:1247    �[1;33m
**********************************************************************
The daemon will start synchronizing with the network. This may take a long time to complete.

You can set the level of process detailization* through "set_log <level|categories>" command*,
where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING)

Use the "help" command to see the list of available commands.
**********************************************************************
�[0m
2018-03-30 12:30:58.680 [P2P7]  WARN    net.dns src/common/dns_utils.cpp:487    WARNING: no two valid ElectroneumPulse DNS checkpoint records were received
2018-03-30 12:30:59.367 [P2P6]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:1540    �[1;33m
**********************************************************************
You are now synchronized with the network. You may now start electroneum-wallet-cli.

Use the "help" command to see the list of available commands.
**********************************************************************�[0m
2018-03-30 12:31:00.820 [P2P9]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [182.239.131.19:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219408 [Your node is 16796 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:31:33.789 [P2P4]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [94.130.175.0:40206 INC] Sync data returned a new top block candidate: 202612 -> 219409 [Your node is 16797 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:32:48.118 [P2P8]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [91.139.128.190:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219409 [Your node is 16797 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:33:49.040 [P2P7]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [91.139.128.190:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219411 [Your node is 16799 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:34:58.166 [P2P7]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [54.37.70.137:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219412 [Your node is 16800 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:36:53.823 [P2P0]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [91.197.188.117:64911 INC] Sync data returned a new top block candidate: 202612 -> 219415 [Your node is 16803 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:38:07.558 [P2P5]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [54.37.70.135:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219415 [Your node is 16803 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:38:16.527 [P2P8]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [178.206.201.76:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219416 [Your node is 16804 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:39:30.434 [P2P3]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [178.206.201.76:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219416 [Your node is 16804 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:40:43.888 [P2P5]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [34.200.213.65:52768 INC] Sync data returned a new top block candidate: 202612 -> 219418 [Your node is 16806 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:41:00.950 [P2P2]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [174.114.96.232:26967 OUT] Sync data returned a new top block candidate: 202612 -> 219418 [Your node is 16806 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:41:17.497 [P2P1]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [72.251.232.164:54549 INC] Sync data returned a new top block candidate: 202612 -> 219419 [Your node is 16807 blocks (11 days) behind]
SYNCHRONIZATION started
2018-03-30 12:42:15.006 [P2P5]  INFO    global  src/cryptonote_protocol/cryptonote_protocol_handler.inl:302     [45.79.210.48:54310 OUT] Sync data returned a new top block candidate: 202612 -> 219420 [Your node is 16808 blocks (11 days) behind]
SYNCHRONIZATION started

from electroneum.

TheNaterz avatar TheNaterz commented on July 24, 2024

@jpmoriarty I'm seeing the exact same thing on my end as well, stuck on the same block too.

from electroneum.

TheNaterz avatar TheNaterz commented on July 24, 2024

Ah I totally forgot about this.

https://electroneum101.com/the-electroneum-block-202612-bug-what-you-should-know/

Fix is get the latest release: https://github.com/electroneum/electroneum/releases/tag/v0.11.0.0-revert

from electroneum.

jpmoriarty avatar jpmoriarty commented on July 24, 2024

from electroneum.

TheNaterz avatar TheNaterz commented on July 24, 2024

Fix is get the latest release: https://github.com/electroneum/electroneum/releases/tag/v0.11.0.0-revert

from electroneum.

jpmoriarty avatar jpmoriarty commented on July 24, 2024

from electroneum.

TheNaterz avatar TheNaterz commented on July 24, 2024

Maybe? I did just in case and it synced past the problem block. Try a full system restart. If it doesn't push past, then try from scratch.

from electroneum.

Unyxos avatar Unyxos commented on July 24, 2024

from electroneum.

jpmoriarty avatar jpmoriarty commented on July 24, 2024

from electroneum.

brankoko avatar brankoko commented on July 24, 2024

Hi guys!

Can someone please help me with my issue; about half of month ago I sent my ETN from Kucoin to my local address. Transaction may be seen on a blockchain explorer with Tx hash: 08f440ab66477b808577c22e54a70cb6591c08450503f5ba068dfc16db4eef5a and Tx public key: 09dfa09cb793667fc2d94095335a4c09823cc08d452d616d5eb637a85dcb13b9.

Problem is that I can not synchronize daemon - instead coming closer to the end of a process it actually goes further away. I've tried many thing; first I left my computer for a few day in a row, then I issued command ectroneumd --db-sync-mode =fastest:sync:100 with the same result. I was looking all over the Internet with no answer. I've tried to contact support - maybe they'll help, who knows...
Right now I'm trying to salvage a database with command: electroneumd --db-salvage, but looks to me that this will give a same results.
Now I decided to try again, erased a database and lock and start all over again. But - if someone has some useful idea - please do tell me - I'll pay you a coffee :)

from electroneum.

Unyxos avatar Unyxos commented on July 24, 2024

from electroneum.

brankoko avatar brankoko commented on July 24, 2024

from electroneum.

amarendar-musham avatar amarendar-musham commented on July 24, 2024

Is there anyway that electroneum deamon can sync faster with blockchain.

2018-06-02 04:19:16.707 [P2P9] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:1152 [79.184.205.240:26967 OUT] Synced 14801/307511
2018-06-02 04:19:23.502 [P2P7] WARN global src/cryptonote_protocol/cryptonote_protocol_handler.inl:273 [159.89.130.89:44080 OUT] peer claims higher version that we think - we may be forked from the network and a software upgrade may be needed

some getting these type of errors. can anyone suggest me what i can do to get better performance

from electroneum.

brankoko avatar brankoko commented on July 24, 2024

from electroneum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.