8000 GitHub - nakamotoist/master-litecoin-ord: πŸ‘β€πŸ—¨ Rare and exotic sats
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nakamotoist/master-litecoin-ord

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

//THIS CODE IS A FORK MEANT FOR LITECOIN CORE. AS OF RIGHT NOW GOING THROUGH CODE AND CNTRL + SHIFT + F replacing bitcoin to litecoin and sat to lit in all files. Please review to make sure all have been changed. Also need to verify code for sats to see if there is anything limitiation for litecoin having 4x as many total "sats" lits as bitcoin..

ord

ord is an index, block explorer, and command-line wallet. It is experimental software with no warranty. See LICENSE for more details.

Ordinal theory imbues litoshis with numismatic value, allowing them to collected and traded as curios.

Ordinal numbers are serial numbers for litoshis, assigned in the order in which they are mined, and preserved across transactions.

See the docs for documentation and guides.

See the BIP for a technical description of the assignment and transfer algorithm.

See the project board for currently prioritized issues.

See milestones to get a sense of where the project is and where it's going.

Join the Discord server to chat with fellow ordinal degenerates.

Wallet

ord relies on litecoin Core for private key management and transaction signing. This has a number of implications that you must understand in order to use ord wallet commands safely:

  • litecoin Core is not aware of inscriptions and does not perform sat control. Using litecoin-cli commands and RPC calls with ord wallets may lead to loss of inscriptions.

  • ord wallet commands automatically load the ord wallet given by the --wallet option, which defaults to 'ord'. Keep in mind that after running an ord wallet command, an ord wallet may be loaded.

  • Because ord has access to your litecoin Core wallets, ord should not be used with wallets that contain a material amount of funds. Keep ordinal and cardinal wallets segregated.

Pre-alpha wallet migration

Alpha ord wallets are not compatible with wallets created by previous versions of ord. To migrate, use ord wallet send from the old wallet to send sats and inscriptions to addresses generated by the new wallet with ord wallet receive.

Installation

ord is written in Rust and can be built from source. Pre-built binaries are available on the releases page.

You can install the latest pre-built binary from the command line with:

curl --proto '=https' --tlsv1.2 -fsLS https://ordinals.com/install.sh | bash -s

Once ord is installed, you should be able to run ord --version on the command line.

Building

On Debian and Ubuntu, ord requires libssl-dev when building from source:

sudo apt-get install libssl-dev

Syncing

ord requires a synced litecoind node with -txindex to build the index of litoshi locations. ord communicates with litecoind via RPC.

If litecoind is run locally by the same user, without additional configuration, ord should find it automatically by reading the .cookie file from litecoind's datadir, and connecting using the default RPC port.

If litecoind is not on mainnet, is not run by the same user, has a non-default datadir, or a non-default port, you'll need to pass additional flags to ord. See ord --help for details.

Logging

ord uses env_logger. Set the RUST_LOG environment variable in order to turn on logging. For example, run the server and show info-level log messages and above:

$ RUST_LOG=info cargo run server

New Releases

Release commit messages use the following template:

Release x.y.z

- Bump version: x.y.z β†’ x.y.z
- Update changelog
- Update dependencies
- Update database schema version

About

πŸ‘β€πŸ—¨ Rare and exotic sats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.5%
  • HTML 2.3%
  • Shell 1.9%
  • CSS 1.7%
  • JavaScript 0.3%
  • Python 0.2%
  • Nix 0.1%
0