Outils pour utilisateurs

Outils du site


silkaj

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
silkaj [2017/11/21 21:05] – créée simonsilkaj [2020/08/09 13:03] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== Silkaj ====== ====== Silkaj ======
 +===== Installation =====
 +
 +===== Utilisation =====
 +Pour afficher l'aide, il faut appeler [[Silkaj]] sans argument :
 +<code  bash>
 +$ ./silkaj
 +</code>
 +<hidden>
 +<code bash>
 +Silkaj: command line Duniter client     
 +
 +help: -h, --help, --usage     
 +version: -v, --version     
 +     
 +Custom endpoint with option `-p` and <domain>:<port>    
 +     
 +Commands:     
 + - info: Display information about currency     
 +     
 + - amount: Get amount of one account     
 +      --pubkey=<pubkey[:checksum]>    
 +      --auth-scrypt [script parameters -n <N> -r <r> -p <p>] (default: 4096,16,1)    
 +      --auth-seed | --auth-file [--file=<path file>] | --auth-wif    
 +     
 + - transaction: Send transaction    
 +     - authentication:    
 +         --auth-scrypt [script parameters -n <N> -r <r> -p <p>] (default: 4096,16,1)    
 +         --auth-seed | --auth-file [--file=<path file>] | --auth-wif    
 +     - amount:    
 +         --amountDU=<relative value> | --amount=<quantitative value>    
 +         [--allSources]     
 +     --output=<public key>[:checksum]     
 +     [--comment=<comment>    
 +     [--outputBackChange=<public key[:checksum]>    
 +     [-y | --yes], don't ask for prompt confirmation     
 +     
 + - network: Display current network with many information     
 +      [--discover]     Discover all network (could take a while), optional     
 +      [-s | --sort]     Sort column names comma-separated (for example "-s block,diffi"), optional     
 +                       Default sort is block,member,diffi,uid     
 +     
 + - diffi: list proof-of-work difficulty to generate next block     
 +     
 + - issuers n: display last n issuers (`0` for all blockchain)     
 +      last issuers are displayed under n <= 30.    
 +      To force display last ones, use `--last` option    
 +     
 + - argos: display currency information formated for Argos or BitBar    
 +     
 + - generate_auth_file: Generate file to store the seed of the account    
 +      --auth-scrypt [script parameters -n <N> -r <r> -p <p>] (default: 4096,16,1)    
 +      --auth-seed | --auth-file [--file=<path file>] | --auth-wif    
 +     
 + - id <pubkey> or <identity>: get corresponding identity or pubkey from pubkey or identity.    
 +      it could autocomplete the pubkey corresponding to an identity with three or four following characters.
 +</code>
 +</hidden>
 +
 +<code bash>
 +$ ./silkaj info
 +Requested default node: <duniter.org:10901>
 +
 +Connected to node: duniter.org 10901 
 +Current block number: 71346 
 +Currency name: g1 
 +Number of members: 451 
 +Minimal Proof-of-Work: 87 
 +Current time: 2017-11-21 22:00:39 
 +Median time: 2017-11-21 21:10:37 
 +Difference time: 50:02 
 +Number of blocks containing:      
 +- new comers: 350 
 +- Certifications: 1145 
 +- Actives (members updating their membership): 15 
 +- Leavers: 0 
 +- Excluded: 2 
 +- UD created: 260 
 +- transactions: 2384
 +</code>
  
 ===== Sources ===== ===== Sources =====
   * [[https://silkaj.duniter.org/|silkaj.duniter.org]] (site officiel)   * [[https://silkaj.duniter.org/|silkaj.duniter.org]] (site officiel)
   * [[https://github.com/duniter/silkaj|github.com (silkaj)]]   * [[https://github.com/duniter/silkaj|github.com (silkaj)]]
silkaj.1511298335.txt.gz · Dernière modification : 2020/08/09 12:59 (modification externe)