Author

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

member
Activity: 82
Merit: 10
If you're building from source, that bad commit got re-applied during a merge. I've reverted it again, please pull and rebuild.

Pulled and rebuilt.  Block height now seems correct.
donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
If you're building from source, that bad commit got re-applied during a merge. I've reverted it again, please pull and rebuild.
donator
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
It happened here too, I dont remember the block, I had to download the blockchain from OP...

That certainly shouldn't be necessary and definitely shouldn't be required but I'm glad you found a work-around. We will investigate this.

If anyone else has the problem please let us know before trying the blockchain download since having your node stuck might help debug it. Everything worked fine on our test systems.

I also have a node that appears to have a similar problem (but stuck at an earlier block before the last checkpoint).  I haven't tried downloading the blockchain from the OP.  I built from a new git clone.

Can you increase your log with "set_log 2" so we can see why it's doing that? If you see messages like this you've pulled that reverted commit in -


2014-Sep-25 07:56:34.449024 [P2P5]coinbase transaction spend too much money (14.310913359331). Block reward is 14.307271922856(14.107271922856+0.200000000000)
2014-Sep-25 07:56:34.449060 [P2P5]Block with id: <24aa4a41e6d63dd34b1cb7a8b43f5b9315325d8ae60e7afd8d4b87374eea7ef2> has incorrect miner transaction
2014-Sep-25 07:56:34.485715 [P2P5][75.157.2.42:12237 INC]Block verification failed, dropping connection
2014-Sep-25 07:56:34.485763 [P2P5]Failed to invoke command 1002 return code -3
2014-Sep-25 07:56:34.485799 [P2P5][75.157.2.42:12237 INC]COMMAND_TIMED_SYNC invoke failed. (-3, LEVIN_ERROR_CONNECTION_DESTROYED)
member
Activity: 82
Merit: 10
It happened here too, I dont remember the block, I had to download the blockchain from OP...

That certainly shouldn't be necessary and definitely shouldn't be required but I'm glad you found a work-around. We will investigate this.

If anyone else has the problem please let us know before trying the blockchain download since having your node stuck might help debug it. Everything worked fine on our test systems.

I also have a node that appears to have a similar problem (but stuck at an earlier block before the last checkpoint).  I haven't tried downloading the blockchain from the OP.  I built from a new git clone.
legendary
Activity: 2968
Merit: 1198
The problem with syncing is due to not getting the latest update correctly.

From my recent update announcement:

Plain 'git pull' wont work. Unless you are doing your own modifications to the code it is probably easiest to make a new clone. If you are doing your own modifications you should know how to use git.

So you can either git clone into a new destination or you can do "git reset --hard HEAD~20 ; git pull"
full member
Activity: 201
Merit: 100
Heading to bed, but I can help debug tomorrow if you'd like.  I'm comfortable applying diff based patches and the like.
legendary
Activity: 2968
Merit: 1198
It happened here too, I dont remember the block, I had to download the blockchain from OP...

That certainly shouldn't be necessary and definitely shouldn't be required but I'm glad you found a work-around. We will investigate this.

If anyone else has the problem please let us know before trying the blockchain download since having your node stuck might help debug it. Everything worked fine on our test systems.
member
Activity: 99
Merit: 10
XMR is the future.
pa
hero member
Activity: 528
Merit: 501
So, I just recompiled bitmonerod, and now it seems to be stuck on block 232616. Here's some of the output:

2014-Sep-25 00:59:26.151813 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:32.237618 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:38.255829 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:44.404735 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started

Did I do something wrong?

I'm in the same boat (and the same block).  I'm wondering if it's due to everyone I'm connected to not being on the latest rev.  

Smooth, my diff says:
2014-Sep-25 01:04:34.991768 BH: 232616, DIFF: 1074246915, HR: 17904115 H/s




Mine is:
diff
2014-Sep-25 01:12:49.076636 BH: 232616, DIFF: 1074246915, HR: 17904115 H/s


I just re-downloaded the blockchain following the link on the OP. Now bitmonerod has synced. Latest diff:

diff
2014-Sep-25 01:28:18.357703 BH: 232726, DIFF: 1092360188, HR: 18206003 H/s
pa
hero member
Activity: 528
Merit: 501
So, I just recompiled bitmonerod, and now it seems to be stuck on block 232616. Here's some of the output:

2014-Sep-25 00:59:26.151813 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:32.237618 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:38.255829 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:44.404735 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started

Did I do something wrong?

I'm in the same boat (and the same block).  I'm wondering if it's due to everyone I'm connected to not being on the latest rev.  

Smooth, my diff says:
2014-Sep-25 01:04:34.991768 BH: 232616, DIFF: 1074246915, HR: 17904115 H/s




Mine is:
diff
2014-Sep-25 01:12:49.076636 BH: 232616, DIFF: 1074246915, HR: 17904115 H/s
2014-Sep-25 01:12:57.568924 [P2P9][143.239.71.93:18080 OUT]Sync data returned unknown top block: 232616 -> 232704 [88 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 01:12:58.730542 [P2P9][76.16.250.210:18080 OUT]Sync data returned unknown top block: 232616 -> 232704 [88 blocks (0 days) behind]
SYNCHRONIZATION started
full member
Activity: 201
Merit: 100
So, I just recompiled bitmonerod, and now it seems to be stuck on block 232616. Here's some of the output:

2014-Sep-25 00:59:26.151813 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:32.237618 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:38.255829 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:44.404735 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started

Did I do something wrong?

I'm in the same boat (and the same block).  I'm wondering if it's due to everyone I'm connected to not being on the latest rev.  

Smooth, my diff says:
2014-Sep-25 01:04:34.991768 BH: 232616, DIFF: 1074246915, HR: 17904115 H/s

legendary
Activity: 2968
Merit: 1198
So, I just recompiled bitmonerod, and now it seems to be stuck on block 232616. Here's some of the output:

2014-Sep-25 00:59:26.151813 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:32.237618 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:38.255829 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:44.404735 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started

Did I do something wrong?

What does diff say?
pa
hero member
Activity: 528
Merit: 501
So, I just recompiled bitmonerod, and now it seems to be stuck on block 232616. Here's some of the output:

2014-Sep-25 00:59:26.151813 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:32.237618 [P2P5][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:38.255829 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started
2014-Sep-25 00:59:44.404735 [P2P8][188.232.142.138:18080 OUT]Sync data returned unknown top block: 232616 -> 232692 [76 blocks (0 days) behind]
SYNCHRONIZATION started

Did I do something wrong?
full member
Activity: 201
Merit: 100
Out of curiosity, what's been added that requires unbound?  I'm familiar with it being a DNS resolving library, but what's in store?


Edit:
Also, of note, installing just the unbound dev libraries was not enough, "ldns" is also a requirement.

On Debian, this should satisfy the new dependencies: apt-get install libunbound-dev libunbound2 libldns-dev



thanks, I had to install this too

Aaaannnd tewinget just updated the repo to remove that dependency. Smiley

https://github.com/monero-project/bitmonero/commit/145dc19eebd2c9f289381debfa1fb7a4b8c71ef7

legendary
Activity: 1204
Merit: 1002
Gresham's Lawyer
Can I have have access to my fucking money yet??
Yes, if its on poloniex.
They're updated and open for withdrawals and deposits of all coins.
I've not checked all the others yet, but suspect they are also open or will be soon.
pa
hero member
Activity: 528
Merit: 501
Out of curiosity, what's been added that requires unbound?  I'm familiar with it being a DNS resolving library, but what's in store?


Edit:
Also, of note, installing just the unbound dev libraries was not enough, "ldns" is also a requirement.

On Debian, this should satisfy the new dependencies: apt-get install libunbound-dev libunbound2 libldns-dev



In OS X, this worked:

brew install unbound
brew install --HEAD bitmonero
full member
Activity: 201
Merit: 100
Out of curiosity, what's been added that requires unbound?  I'm familiar with it being a DNS resolving library, but what's in store?


Edit:
Also, of note, installing just the unbound dev libraries was not enough, "ldns" is also a requirement.

On Debian, this should satisfy the new dependencies: apt-get install libunbound-dev libunbound2 libldns-dev

legendary
Activity: 1762
Merit: 1011
...
we consider the threat credible and are acting accordingly.
...
Our recommendation for exchange is to remain frozen for external transactions.
...

phantom attack: success

Weird, I would have picked some other words to indicate success.
Such as:
"We will be distributing updated checkpoint files that will continue to protect the blockchain without the need for a full update of the daemon."

This has been done exactly never before on other coins.
It shows the innovation on demand this team can produce, with rapid on-point responsiveness to a real-time threat with no warning, whether it be real or not.

They could be writing anything, anywhere, and yet have chosen to work on this project.
I am humbled by their generosity to advancing the state of the art as we know it in this arena.

Thank you gentlemen, thank you kindly, you are a credit to your profession.

For people interested in a general discussion on checkpoints (as it applied to Bitcoin), see here: https://bitcointalksearch.org/topic/what-are-checkpoints-in-bitcoin-code-194078
legendary
Activity: 2968
Merit: 1198
Can I have have access to my fucking money yet??

It would do you fuck all good to have it stolen or destroyed.

legendary
Activity: 2968
Merit: 1198
...
we consider the threat credible and are acting accordingly.
...
Our recommendation for exchange is to remain frozen for external transactions.
...

phantom attack: success

I agree.

As with the previous attacks this will make us stronger.
Jump to: