Bitcoin Forum
April 25, 2024, 08:10:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 ... 222 »
  Print  
Author Topic: [ANN] DERO: DAG + Cryptonote + Bulletproofs + SSL + POW + Smart Contracts  (Read 122941 times)
acru
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 07, 2018, 07:29:39 PM
 #3281

Hi, DEV team, i have an issue in testnet.

Eventhought I alredy sync, and also sync time of windows correctly, this message appear in tesnet while mining

Your system time deviation is more than 2 secs (1.261497317s).
You may experience chain sync issues and/or other side-effects.
If you are mining, your blocks may get rejected.
Please sync your system using NTP software (default availble in all OS).
 eg. ntpdate pool.ntp.org  (for linux/unix)
INFO[3565] Block 808b511c7245daa938e127b825b1fef72f0cfb7b6f55ad941e27b37338c2b288 successfully accepted


Is it normal?

1714032612
Hero Member
*
Offline Offline

Posts: 1714032612

View Profile Personal Message (Offline)

Ignore
1714032612
Reply with quote  #2

1714032612
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714032612
Hero Member
*
Offline Offline

Posts: 1714032612

View Profile Personal Message (Offline)

Ignore
1714032612
Reply with quote  #2

1714032612
Report to moderator
b9ron
Jr. Member
*
Offline Offline

Activity: 111
Merit: 1


View Profile
June 07, 2018, 08:32:42 PM
 #3282

Hi, DEV team, i have an issue in testnet.

Eventhought I alredy sync, and also sync time of windows correctly, this message appear in tesnet while mining

Your system time deviation is more than 2 secs (1.261497317s).
You may experience chain sync issues and/or other side-effects.
If you are mining, your blocks may get rejected.
Please sync your system using NTP software (default availble in all OS).
 eg. ntpdate pool.ntp.org  (for linux/unix)
INFO[3565] Block 808b511c7245daa938e127b825b1fef72f0cfb7b6f55ad941e27b37338c2b288 successfully accepted


Is it normal?



1. Create a batch file (eg: time.bat), and put :
Code:
net stop w32time
net start w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"pool.ntp.org"
w32tm /resync


2. Right-click on the file > Run as Administrator.
pegos
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile WWW
June 07, 2018, 09:04:43 PM
 #3283


2.Download the database.db snapshot from http://seeds.dero.io/testnet/blockchain/derod_database.db.zip - and leave it for a few steps


Not Found

The requested URL /testnet/blockchain/derod_database.db.zip was not found on this server.

acru
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 07, 2018, 09:17:11 PM
 #3284


[/quote]

1. Create a batch file (eg: time.bat), and put :
Code:
net stop w32time
net start w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"pool.ntp.org"
w32tm /resync


2. Right-click on the file > Run as Administrator.
[/quote]

Thanks for help, but still do not work, I am using windows 10
Do i have to cancel this command in somehow or not?
--Serena--
Member
**
Offline Offline

Activity: 224
Merit: 11


View Profile
June 07, 2018, 09:32:26 PM
 #3285


2.Download the database.db snapshot from http://seeds.dero.io/testnet/blockchain/derod_database.db.zip - and leave it for a few steps


Not Found

The requested URL /testnet/blockchain/derod_database.db.zip was not found on this server.



database file no longer needed as the new test chain is very small/compact - editing post
acru
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 07, 2018, 10:02:07 PM
 #3286

Hello devs, I am having problems with this mesage in daemon

Your system time deviation is more than 2 secs (1.956488151s)

I had try evething, even contact with microsoft help, and they tell me to put this lines in cmd

net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync

and then restar the PC, but still apear the mesagge, what do you think windows users should do to sync time using NTP
MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 182



View Profile
June 07, 2018, 10:33:49 PM
 #3287

Hello devs, I am having problems with this mesage in daemon
...

You posted more or less the same message twice; don't do that. Also, make sure you read the last couple pages of a thread to see if your issue has been discussed already (hint: it has).

The above sequence of commands are a bunch of crap and won't work.

Almost nothing really works for this issue, actually, and the one "solution" - temporary at best - is a pain:

Right click on the clock.
Select "adjust date/time".
Click on the radio button for "set time automatically" to turn it off.
Click on the "change" button to change the date/time
Now adjust the time up or down by 1 minute - it doesn't matter - and save changes
Click on the radio button for "set time automatically" again to turn it back on.

This is undoubtedly way less efficient than a theoretically ideal solution but it worked for me.

acru
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 07, 2018, 11:52:17 PM
 #3288

Hello devs, I am having problems with this mesage in daemon
...

You posted more or less the same message twice; don't do that. Also, make sure you read the last couple pages of a thread to see if your issue has been discussed already (hint: it has).

The above sequence of commands are a bunch of crap and won't work.

Almost nothing really works for this issue, actually, and the one "solution" - temporary at best - is a pain:

Right click on the clock.
Select "adjust date/time".
Click on the radio button for "set time automatically" to turn it off.
Click on the "change" button to change the date/time
Now adjust the time up or down by 1 minute - it doesn't matter - and save changes
Click on the radio button for "set time automatically" again to turn it back on.

This is undoubtedly way less efficient than a theoretically ideal solution but it worked for me.



Thanks a lot
pegos
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile WWW
June 08, 2018, 12:51:34 AM
 #3289

please update your testnet daemons to the latest version from here: http://seeds.dero.io/testnet/ this update just came out

bothers me, that versions are not numbered, there is a terrible mess ...
synchronization is really much faster than yesterday!

CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
June 08, 2018, 06:02:45 AM
 #3290

please update your testnet daemons to the latest version from here: http://seeds.dero.io/testnet/ this update just came out

bothers me, that versions are not numbered, there is a terrible mess ...
synchronization is really much faster than yesterday!



Everything is version-ed internally. Use version cmd/syncinfo cmd in testnet daemon to see versions.
Dr_Voidberg
Member
**
Offline Offline

Activity: 92
Merit: 12


View Profile
June 08, 2018, 09:01:51 AM
 #3291

Hello devs, I am having problems with this mesage in daemon
...

You posted more or less the same message twice; don't do that. Also, make sure you read the last couple pages of a thread to see if your issue has been discussed already (hint: it has).

The above sequence of commands are a bunch of crap and won't work.

Almost nothing really works for this issue, actually, and the one "solution" - temporary at best - is a pain:

Right click on the clock.
Select "adjust date/time".
Click on the radio button for "set time automatically" to turn it off.
Click on the "change" button to change the date/time
Now adjust the time up or down by 1 minute - it doesn't matter - and save changes
Click on the radio button for "set time automatically" again to turn it back on.

This is undoubtedly way less efficient than a theoretically ideal solution but it worked for me.



I installed an external NTP service to fix this (NTP for Windows)
pegos
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile WWW
June 08, 2018, 09:36:45 AM
 #3292

please update your testnet daemons to the latest version from here: http://seeds.dero.io/testnet/ this update just came out

bothers me, that versions are not numbered, there is a terrible mess ...
synchronization is really much faster than yesterday!



Everything is version-ed internally. Use version cmd/syncinfo cmd in testnet daemon to see versions.

in programming has always been a good habit of numbering a version, whether it be a test or a sharp script.
 Huh

In any case, the test-net runs without any problems, occasionally disrupts system time ...
I miss the time stamps for more accurate analyzes!

fellestreum
Jr. Member
*
Offline Offline

Activity: 111
Merit: 5

--nemo me impune lacessit--


View Profile
June 08, 2018, 10:11:13 AM
 #3293

please update your testnet daemons to the latest version from here: http://seeds.dero.io/testnet/ this update just came out

bothers me, that versions are not numbered, there is a terrible mess ...
synchronization is really much faster than yesterday!


Everything is version-ed internally. Use version cmd/syncinfo cmd in testnet daemon to see versions.

in programming has always been a good habit of numbering a version, whether it be a test or a sharp script.
 Huh

In any case, the test-net runs without any problems, occasionally disrupts system time ...
I miss the time stamps for more accurate analyzes!


I think when you are in alpha version and almost constantly producing new builds, it just slows you down keeping track of file naming versioning  Smiley
pegos
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile WWW
June 08, 2018, 11:17:17 AM
 #3294

I think when you are in alpha version and almost constantly producing new builds, it just slows you down keeping track of file naming versioning  Smiley

I have nothing to add, I know exactly what I'm writing, 20 years a day I'm producing a code.
I do not know exactly what you are advocating.
xxx_001, xxx_002, xxx_003 ....?
it is enough to note the working name in the description in download page
I will not participate in the wacky wars!
I write these remarks because I am interested in the project being developed in the right direction, based on personal experience.
 Smiley

fellestreum
Jr. Member
*
Offline Offline

Activity: 111
Merit: 5

--nemo me impune lacessit--


View Profile
June 08, 2018, 12:23:51 PM
 #3295

I think when you are in alpha version and almost constantly producing new builds, it just slows you down keeping track of file naming versioning  Smiley

I have nothing to add, I know exactly what I'm writing, 20 years a day I'm producing a code.
I do not know exactly what you are advocating.
xxx_001, xxx_002, xxx_003 ....?
it is enough to note the working name in the description in download page
I will not participate in the wacky wars!
I write these remarks because I am interested in the project being developed in the right direction, based on personal experience.
 Smiley


Ok, fine, no problem, not trying to pick a fight.  Just trying to offer a rational explanation for observed behaviour.  I imagine the dev team are working under extreme time pressure right now and are just not doing stuff they consider non-essential.  However if you have different explanation for observed behaviour feel free to offer it.  Smiley Smiley
fellestreum
Jr. Member
*
Offline Offline

Activity: 111
Merit: 5

--nemo me impune lacessit--


View Profile
June 08, 2018, 02:56:02 PM
 #3296

I think when you are in alpha version and almost constantly producing new builds, it just slows you down keeping track of file naming versioning  Smiley

I have nothing to add, I know exactly what I'm writing, 20 years a day I'm producing a code.
I do not know exactly what you are advocating.
xxx_001, xxx_002, xxx_003 ....?
it is enough to note the working name in the description in download page
I will not participate in the wacky wars!
I write these remarks because I am interested in the project being developed in the right direction, based on personal experience.
 Smiley


Besides which... the whole point of the testnet is that members of the community are invited to help test the network.  If you don't like the way this is being done you are free to stay away.  No-one is forcing  you to contribute.

The dev team are dealing with some pretty major issues.  To complain that they are not naming the files correctly according to some convention you like, especially when you can easily see how old the files are - they are all datestamped so verifying whether you have the latest version is as easy as checking whether a new version has been uploaded since you last checked - and especially given that the team alerts everyone when a new version is ready to be downloaded (if you are alpha testing you should be on the slack or discord testnet channels) - is maybe getting the priorities a wee bit in the wrong order...
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
June 08, 2018, 02:56:24 PM
 #3297

I think when you are in alpha version and almost constantly producing new builds, it just slows you down keeping track of file naming versioning  Smiley

I have nothing to add, I know exactly what I'm writing, 20 years a day I'm producing a code.
I do not know exactly what you are advocating.
xxx_001, xxx_002, xxx_003 ....?
it is enough to note the working name in the description in download page
I will not participate in the wacky wars!
I write these remarks because I am interested in the project being developed in the right direction, based on personal experience.
 Smiley


Ok, fine, no problem, not trying to pick a fight.  Just trying to offer a rational explanation for observed behaviour.  I imagine the dev team are working under extreme time pressure right now and are just not doing stuff they consider non-essential.  However if you have different explanation for observed behaviour feel free to offer it.  Smiley Smiley

@pegos, you are absolutely right. As @fellestreum said is right but will definitely add in coming releases.
fellestreum
Jr. Member
*
Offline Offline

Activity: 111
Merit: 5

--nemo me impune lacessit--


View Profile
June 08, 2018, 03:00:09 PM
 #3298

Well kudos to Capt - a nicer chap than me  Cheesy
pegos
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile WWW
June 08, 2018, 03:20:04 PM
 #3299


@pegos, you are absolutely right. As @fellestreum said is right but will definitely add in coming releases.


thank you for your response.

(I do not know why the remarks of a technical nature,  make a passionate reaction on this forum.
I have no personal interest in it!)

Melody Jelly
Member
**
Offline Offline

Activity: 238
Merit: 10


View Profile
June 08, 2018, 03:24:11 PM
 #3300

Hey guys! Very interesting project based on cryptonote. Smart contracts and fast transactions speed are definitely a must ! Can't wait to see more.
Pages: « 1 ... 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 [165] 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 ... 222 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!