Skip to content

LanaCoin/lanacoin

 
 

Repository files navigation

Lanacoin is a Pow/PoS personalized cryptocurrency

  • Ticker: LANA

  • Type: PoW/PoS hybrid

  • PoW algorithm: sha256d

  • PoS block hashing: sha256d

  • Max Coins: 7.506.000.000 (7.5+ bilion)

  • PoW reward: 10000 LANA (no halving)

  • Last PoW block: 750000 (approx 7 years)

  • PoS reward: fixed 1000 LANA + 7% (yearly)

  • PoS reward halving: 525600 (approx 5 years, halving only for fixed reward, 7% stays the same)

  • Minimum PoS age: 7 hours

  • Maximum PoS age: unlimited

  • Block time target: 5 minutes

  • Difficulty retarget: every block

  • Coinbase maturity: 100 blocks

  • Transaction recommended minimum confirmations: 5

  • Minimal TX fee: 100 Lanoshis (0.00000100 LANA)

P2P port: 7506

RPC port: 5706

Testnet P2P port: 17506

Testnet RPC port: 15706

Estimated coins in existence after end of pow 4.068.900.000 (very very rough estimate, depends on how many people will be staking...etc)

Bootstrap files / chain states

Developer contacts

Responsible disclosure and security contact: security@lanacoin.com

Exchanges and listing contact (digital currency exchange representatives should take note Lana is an open source network with no premine/instamine or any type of crowdfunding and no listing fee budget is awailable): listings@lanacoin.com

Developers contact: dev@lanacoin.com

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are regularly created to indicate new stable release versions of Lanacoin.

Feature branches are created when there are major new features being worked on by several people.

From time to time a pull request will become outdated. If this occurs, and the pull is no longer automatically mergeable; a comment on the pull will be used to issue a warning of closure. The pull will be closed 15 days after the warning if action is not taken by the author. Pull requests closed in this manner will have their corresponding issue labeled 'stagnant'.

Issues with no commits will be given a similar warning, and closed after 15 days from their last activity. Issues closed in this manner will be labeled 'stale'.

Get in touch or stay updated:

List of wallet commands

  • addmultisigaddress <'["key","key"]'> [account]
  • addnode <add|remove|onetry>
  • addredeemscript [account]
  • backupwallet
  • checkkernel [{"txid":txid,"vout":n},...] [createblocktemplate=false]
  • checkwallet
  • createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
  • decoderawtransaction
  • decodescript
  • dumpprivkey
  • dumpwallet
  • getaccount
  • getaccountaddress
  • getaddednodeinfo [node]
  • getaddressesbyaccount
  • getbalance [account] [minconf=1]
  • getbestblockhash
  • getblock [txinfo]
  • getblockbynumber [txinfo]
  • getblockcount
  • getblockhash
  • getblocktemplate [params]
  • getcheckpoint
  • getconnectioncount
  • getdifficulty
  • getinfo
  • getmininginfo
  • getnettotals
  • getnewaddress [account]
  • getnewpubkey [account]
  • getpeerinfo
  • getrawmempool
  • getrawtransaction [verbose=0]
  • getreceivedbyaccount [minconf=1]
  • getreceivedbyaddress [minconf=1]
  • getstakesubsidy
  • getstakinginfo
  • getsubsidy [nTarget]
  • gettransaction
  • getwork [data]
  • getworkex [data, coinbase]
  • help [command]
  • importprivkey [label] [rescan=true]
  • importwallet
  • keypoolrefill [new-size]
  • listaccounts [minconf=1]
  • listaddressgroupings
  • listreceivedbyaccount [minconf=1] [includeempty=false]
  • listreceivedbyaddress [minconf=1] [includeempty=false]
  • listsinceblock [blockhash] [target-confirmations]
  • listtransactions [account] [count=10] [from=0]
  • listunspent [minconf=1] [maxconf=9999999] ["address",...]
  • makekeypair [prefix]
  • move [minconf=1] [comment]
  • ping
  • repairwallet
  • resendtx
  • reservebalance [ [amount]]
  • sendalert [cancelupto]
  • sendfrom [minconf=1] [comment] [comment-to]
  • sendmany {address:amount,...} [minconf=1] [comment]
  • sendrawtransaction
  • sendtoaddress [comment] [comment-to]
  • setaccount
  • settxfee
  • signmessage
  • signrawtransaction [{"txid":txid,"vout":n,"scriptPubKey":hex,"redeemScript":hex},...] [,...] [sighashtype="ALL"]
  • stop
  • submitblock [optional-params-obj]
  • validateaddress
  • validatepubkey
  • verifymessage
  • walletlock
  • walletpassphrase [stakingonly]
  • walletpassphrasechange

About

LanaCoin personalized cryptocurrency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.7%
  • HTML 1.9%
  • C 1.3%
  • Python 0.6%
  • QMake 0.5%
  • Makefile 0.4%
  • Other 0.6%