Version 12.1 Release

Status
Not open for further replies.

AjM

Well-known Member
Foundation Member
Jun 23, 2014
1,341
575
283
Finland
Does this 'pull' over write sentinel.conf ?
'pull' does not work:

Code:
remote: Counting objects: 16, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 16 (delta 4), reused 4 (delta 3), pack-reused 2
Unpacking objects: 100% (16/16), done.
From https://github.com/dashpay/sentinel
 + 69383a6...d51e172 master     -> origin/master  (forced update)
 * [new tag]         v1.0.1     -> v1.0.1

*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <[email protected]>) not allowed
 

elbereth

Active Member
Dash Support Group
Mar 25, 2014
466
490
133
Costa Rica
dashninja.pl
Dash Address
XkfkHqMnhvQovo7kXQjvnNiFnQhRNZYCsz
'pull' does not work:
This is because sentinel.conf was modified and to pull you need to commit your changes, that is why git is asking you to configure who you are. Do it and you will be able to pull after autocommit.

For Sentinel repo :
having sentinel.conf.example in the repo and sentinel.conf in .gitignore would be much better...
 
  • Like
Reactions: UdjinM6 and AjM

AjM

Well-known Member
Foundation Member
Jun 23, 2014
1,341
575
283
Finland
This is because sentinel.conf was modified and to pull you need to commit your changes, that is why git is asking you to configure who you are. Do it and you will be able to pull after autocommit.

For Sentinel repo :
having sentinel.conf.example in the repo and sentinel.conf in .gitignore would be much better...
Aha, ok, thanks.
 

qwizzie

Grizzled Member
Aug 6, 2014
2,107
1,290
1,183
cd .dashcore/sentinel && git pull
also make sure sentinel runs every minute i.e. there are "5 stars" in cron, see https://github.com/dashpay/sentinel#3-set-up-cron
With regards to the cronjob that is referenced above, the following cronjob did not work on my side as my masternodes promptly lost connection to sentinel after a few minutes :
* * * * * cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1

So i put my old cronjob back in (with a little edit from 2 minutes to 1 minute) :

*/1 * * * * cd /home/YOURUSERNAME/.dashcore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log

No problem anymore
The only difference i noticed is the >/dev/null part in the code, should that even be in there ?
 
Last edited:

AjM

Well-known Member
Foundation Member
Jun 23, 2014
1,341
575
283
Finland
that explains it.. and as sentinel is installed there by default this should be corrected in here: https://github.com/dashpay/sentinel#3-set-up-cron
No, sentinel is installed to your home dir in default, if you follow that quide.
There is no command 'cd ./dashcore'.
I did that error first, but if you install sentinel to your .dashcore,
it wont work unless you modify sentinel.conf and database path.
And if you do that, then updating (pull) wont work.

Edit: is this correct @UdjinM6
 

qwizzie

Grizzled Member
Aug 6, 2014
2,107
1,290
1,183

qwizzie

Grizzled Member
Aug 6, 2014
2,107
1,290
1,183
I did the update though with command cd .dashcore/sentinel && git pull (which Udjinm6 himself provided to us) and the update went well.
So i think at this point the github guide needs to be corrected.
 

AjM

Well-known Member
Foundation Member
Jun 23, 2014
1,341
575
283
Finland
I did the update though with command cd .dashcore/sentinel && git pull (which Udjinm6 himself provided to us) and the update went well.
So i think at this point the github guide needs to be corrected.
Yes, pull works IF ALL sentinel files are original, unmodified.
 

UdjinM6

Official Dash Dev
Dash Core Group
May 20, 2014
3,639
3,537
1,183
sentinel can be cloned anywhere, it just needs correct path to dash.conf (default settings are ~/.dashcore/dash.conf)
Not sure why the guide has sentinel in .dasdhcore, I guess it's just for convenience (all Dash related things in one folder).
But I'll let @moocowmoo correct me :)
 

TroyDASH

Well-known Member
Jul 31, 2015
1,254
797
183

UdjinM6

Official Dash Dev
Dash Core Group
May 20, 2014
3,639
3,537
1,183

Dash4Ever

Active Member
Sep 24, 2015
105
105
93
Sweden
Dash Address
XybaxnhtFBih2g4M2F71rWKBt5USzo8R
Did run this command git pull origin master inside sentinel directory. Looks like it upgraded the files...and all looks ok running dash-cli mnsync status.
Any command to see which version of sentinel im running now ?
 

nmarley

Administrator
Dash Core Group
Jun 28, 2014
369
427
133

tungfa

Grizzled Member
Foundation Member
Masternode Owner/Operator
Apr 9, 2014
8,898
6,747
1,283

Attachments

  • Like
Reactions: daf

Dash4Ever

Active Member
Sep 24, 2015
105
105
93
Sweden
Dash Address
XybaxnhtFBih2g4M2F71rWKBt5USzo8R
0.12.1.3 Release
(Maintenance Release)

Mandatory update for all
- Users
- Pools
(no code changes in pool software needed, replace daemon - done)
- Masternodes
- Exchanges

https://github.com/dashpay/dash/releases/tag/v0.12.1.3
(Webpage will be updated soon)

Changelogs:
https://github.com/dashpay/dash/releases/tag/v0.12.1.3

Are your Sentinels updated as of 25th Febposted ?
(if not , please do so NOW !)
https://www.dash.org/forum/threads/please-update-to-12-1-2.13275/
Thanks for the info! Just found out about 0.12.1.3 @ dashninja, went to dash.org/wallets and it wasn't there :D
I did earlier run "git pull origin master" inside sentinel map, think I got the new version since it working without any issues after that...Any command to see if sentinel is upgraded ?
 

bhkien

Active Member
Mar 31, 2014
465
287
133
Canada
vietriches.com
0.12.1.3 Release
(Maintenance Release)

Mandatory update for all
- Users
- Pools
(no code changes in pool software needed, replace daemon - done)
- Masternodes
- Exchanges

https://github.com/dashpay/dash/releases/tag/v0.12.1.3
(Webpage will be updated soon)

Changelogs:
https://github.com/dashpay/dash/releases/tag/v0.12.1.3

Are your Sentinels updated as of 25th Febposted ?
(if not , please do so NOW !)
https://www.dash.org/forum/threads/please-update-to-12-1-2.13275/
Cannot use Dashman to update, maybe only when you update on the dash.org.
 

AjM

Well-known Member
Foundation Member
Jun 23, 2014
1,341
575
283
Finland
Yep, why we are waiting v0.12.1.3 to be published in the official site?
 

lynx

Active Member
Dec 11, 2015
364
250
133
Thanks for the info! Just found out about 0.12.1.3 @ dashninja, went to dash.org/wallets and it wasn't there :D
I did earlier run "git pull origin master" inside sentinel map, think I got the new version since it working without any issues after that...Any command to see if sentinel is upgraded ?
If you try git pull again it will tell you it's updated already. But yeah, maybe it would be nice to have a "show version" command on sentinel.
 
  • Like
Reactions: Dash4Ever
Status
Not open for further replies.