Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
duniter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
timothe
duniter
Commits
b9759f5b
Commit
b9759f5b
authored
Dec 08, 2014
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.9.5
parent
97e37f91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bin/ucoind
bin/ucoind
+1
-1
package.json
package.json
+1
-1
No files found.
bin/ucoind
View file @
b9759f5b
...
...
@@ -25,7 +25,7 @@ function keys (val) {
var
DO_NOT_LISTEN_HTTP
=
false
;
program
.
version
(
'
0.9.
4
'
)
.
version
(
'
0.9.
5
'
)
.
usage
(
'
<command> [options]
'
)
.
option
(
'
-p, --port <port>
'
,
'
Port to listen for requests
'
,
parseInt
)
.
option
(
'
-c, --currency <name>
'
,
'
Name of the currency managed by this node.
'
)
...
...
package.json
View file @
b9759f5b
{
"name"
:
"ucoin"
,
"version"
:
"0.9.
4
"
,
"version"
:
"0.9.
5
"
,
"private"
:
false
,
"description"
:
"Crypto-currency software allowing to build P2P free currencies"
,
"main"
:
"bin/ucoin"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment