Cryptocurrency wallet

From Hidden Wiki
Jump to navigation Jump to search
Unix Assembly language Mathematics Web development I2P
GhostBSD Assembly Programming Tutorial Statistics Django for Beginners MuWire
GUI Artificial intelligence Artificial neural network Machine learning Messenger
Tkinter Artificial intelligence Artificial neural network Machine Learning Mastery with Python Session
File:A paper printable Bitcoin wallet consisting of one bitcoin address for receiving and the corresponding private key for spending.png
An example paper printable bitcoin wallet consisting of one bitcoin address for receiving and the corresponding private key for spending.

A cryptocurrency wallet is a device,[1] physical medium,[2] program or a service which stores the public and/or private keys and can be used to track ownership, receive or spend cryptocurrencies.[3] The cryptocurrency itself is not in the wallet. In the case of Bitcoin and cryptocurrencies derived from it, the cryptocurrency is decentrally stored and maintained in a publicly available ledger called the blockchain.[3]

Cryptocurrency wallets

Some Ethereum wallets such as Exodus and Atomic have a built-in cryptocurrency exchange function. Bitcoin, Litecoin, Ethereum, Zcash, Monero, etc. can be exchanged.


Exodus Wallet and Atomic Wallet support Windows, macOS, Linux, Android, and iOS.


The cryptocurrency exchange function of Exodus wallet ( https://www.exodus.com/ ) uses ShapeShift ( https://shapeshift.com/ ), and Atomic wallet ( https://atomicwallet.io/ ) has its own built-in function.


Download the Exodus Wallet's deb file, and install it with

sudo dpkg -i exodus-linux-x64-21.6.5.deb

in the Linux terminal, and run it by typing

exodus

in the terminal.


For Atomic Wallet, download its AppImage file, and type

chmod a+x atomicwallet.AppImage

in the terminal to give it execution permission, and then type

./atomicwallet.AppImage

to run it.


You can send and receive cryptocurrencies other than Ethereum with the Exodus wallet or Atomic wallet.

chmod

"chmod" is short for "change mode". "chmod [references][operator][modes] file a+x" meaning is a -> all (owner, group and others).

"chmod a+x" will add the exec bits to the file but will not touch other bits. For example file might be still unreadable to "others" and "group".


"chmod 755" will always make the file with perms "755" no matter what initial permissions were.


"chmod a+x" is relative to the current state and just sets the "x" flag. So a 640 file becomes 751, a 644 file becomes 755.

"chmod 755", however, sets the mask as written: "rwxr-xr-x", no matter how it was before. It is equivalent to "chmod u=rwx,go=rx".

Functionality

A cryptocurrency wallet, comparable to a bank account, contains a pair of public and private cryptographic keys. A public key allows for other wallets to make payments to the wallet's address, whereas a private key enables the spending of cryptocurrency from that address.[4]

Wallet types

Wallets can either be digital apps or be hardware based.[5] They either store the private key with the user, or the private key is stored remotely and transactions are authorized by a third party.

File:An actual Bitcoin transaction from the Kraken cryptocurrency exchange to a hardware LedgerWallet.jpg
An actual bitcoin transaction from a web based cryptocurrency exchange to a hardware wallet (a Ledger Nano S).

Multisignature wallet

Template:Main Multisignature wallets require multiple parties to sign a transaction for any digital money can be spent.[6] Multisignature wallets are designed to have increased security.[7]

Key derivation

Deterministic wallet

With a deterministic wallet a single key can be used to generate an entire tree of key pairs.[8] This single key serves as the root of the tree. The generated mnemonic sentence or word seed is simply a more human-readable way of expressing the key used as the root, as it can be algorithmically converted into the root private key. Those words, in that order, will always generate exactly the same root key. A word phrase could consist of 24 words like: begin friend black earth beauty praise pride refuse horror believe relief gospel end destroy champion build better awesome. That single root key is not replacing all other private keys, but rather is being used to generate them. All the addresses still have different private keys, but they can all be restored by that single root key. The private keys to every address it has and will ever give out can be recalculated given the root key. That root key, in turn, can be recalculated by feeding in the word seed. The mnemonic sentence is the backup of the wallet. If a wallet supports the same (mnemonic sentence) technique, then the backup can also be restored on another software or hardware wallet.

A mnemonic sentence is considered secure. The BIP-39 standard creates a 512-bit seed from any given mnemonic. The set of possible wallets is 2512. Every passphrase leads to a valid wallet. If the wallet was not previously used it will be empty.[3]Template:Rp

Non-deterministic wallet

In a non-deterministic wallet, each key is randomly generated on its own accord, and they are not seeded from a common key. Therefore, any backups of the wallet must store each and every single private key used as an address, as well as a buffer of 100 or so future keys that may have already been given out as addresses but not received payments yet.[3]Template:Rp

See also


References

1 }}
     | references-column-width 
     | references-column-count references-column-count-{{#if:1|{{{1}}}}} }}
   | {{#if: 
     | references-column-width }} }}" style="{{#if: 
   | {{#iferror: {{#ifexpr: 1 > 1 }}
     | Template:Column-width
     | Template:Column-count }}
   | {{#if: 
     | Template:Column-width }} }} list-style-type: {{#switch: 
   | upper-alpha
   | upper-roman
   | lower-alpha
   | lower-greek
   | lower-roman = {{{group}}}
   | #default = decimal}};">

Template:Cryptocurrencies