Skip to content

ditcoin/ditcoin-wallet-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ditcoin-wallet-nodejs

A Node.js wallet manager for interacting with ditcoin-wallet-rpc over JSON-RPC.

For more information about Ditcoin, visit: https://ditcoin.io

Donations:

DIT: 9RUGwFu3WGh3wAkeWWzMNiQXiW9ChYRpH974mDdrGcjpEcpPrz143oc9sV1W8YyAUwCztbfxt9usZSMVnSBwPxCaDXzhYWz

Install the package

via NPM

npm install ditcoin-wallet

Or clone the Github repository

git clone https://github.com/ditcoin/ditcoin-wallet-nodejs.git

Initializing a wallet

Require the module:

const DitcoinWallet = require('ditcoin-wallet');

Create a new instance of the wallet:

let wallet = new DitcoinWallet();

This creates a wallet using the following ditcoin-wallet-rpc default RPC settings:

  • hostname - '127.0.0.1'
  • port - 19092

To connect to a wallet with different settings, pass in the values:

let wallet = new DitcoinWallet($HOSTNAME, $PORT);

// or with rpc authentification needed
let wallet = new DitcoinWallet(HOSTNAME, $PORT, $USERNAME, $PASSWORD);

Note: versions of ditcoin-wallet-nodejs prior to 3.0 require hostname with the 'http://' prefix, 3.0 and greater only require the IP address.

Testing

Some basic tests can now be run locally to verify the library and your ditcoin-wallet-rpc instance are communicating. The tests assume RPC wallet will be listening at the default config settings. Tests are run via mocha. To run the tests, clone the repository and then:

npm install
npm test

Example Usage

wallet.getBalance().then(function(balance) {
    console.log(balance);
});

Run an Instance of the RPC Wallet

For internal communication through library and RPC wallet, following options are optional:

--rpc-bind-port
--rpc-bind-ip
--daemon-host
--confirm-external-bind

Note: more informations can be found using --help option.

Without authentification

ditcoin-wallet-rpc --password "$wallet_password" --wallet-file $wallet_filepath --rpc-bind-port 17092 --rpc-bind-ip $external_ip --daemon-host $external_ip --confirm-external-bind --disable-rpc-login

With authentification

ditcoin-wallet-rpc --password "$wallet_password" --wallet-file $wallet_filepath --rpc-bind-port 17092 --rpc-bind-ip $external_ip --daemon-host $external_ip --confirm-external-bind --rpc-login 'upxrpc_user:rpc_password'

Multi-wallets usage

ditcoin-wallet-rpc --password "$wallet_password" --wallet-file $wallet_filepath --rpc-bind-port 17092 --rpc-bind-ip $external_ip --daemon-host $external_ip --confirm-external-bind --rpc-login 'ditrpc_user:rpc_password' --wallet-dir $wallet_dirpath

Wallet Methods

createWallet

Usage:

// used when rpc wallet is started with `--wallet-dir` option

wallet.createWallet('dit_wallet', 'ditcoin', 'English');

Creates a new wallet.

Parameters:

  • filename - filename of wallet to create (string)
  • password - wallet password (string)
  • language - language to use for mnemonic phrase (string)

Example response:

{}

Returns an object with error field if unsuccessful.

openWalllet

Usage:

// used when rpc wallet is started with `--wallet-dir` option

wallet.openWallet('dit_wallet', 'ditcoin');

Opens a wallet.

Parameters:

  • filename - filename of wallet to open (string)
  • password -wallet password (string)

Example response:

{}

Returns an object with error field if unsuccessful.

getBalance

Usage:

wallet.getBalance();

Responds with the current balance and unlocked (spendable) balance of the wallet in atomic units. Divide by 1e8 to convert.

Example response:

{ balance: 361198014257, unlocked_balance: 361198014257 }

getAddress

Usage:

wallet.address();

Responds with the Ditcoin address of the wallet.

Example response:

{ address: '9RUGwFu3WGh3wAkeWWzMNiQXiW9ChYRpH974mDdrGcjpEcpPrz143oc9sV1W8YyAUwCztbfxt9usZSMVnSBwPxCaDXzhYWz' }

transfer

Usage:

wallet.transfer(options);

Transfers Ditcoin to a single recipient OR a group of recipients in a single transaction. Responds with the transaction hash of the payment.

Parameters:

  • options - an object with the following properties (optional):
{
    'destinations': (object OR array of objects)
    'mixin': (*int*), // amount of existing transaction outputs to mix yours with (default is 4)
    'unlockTime': (*int*), // number of blocks before tx is spendable (default is 0)
    'pid': (*string*) // optional payment ID (a 64 character hexadecimal string used for identifying the sender of a payment)
    'payment_id': (*string*) // optional payment ID (a 64 character hexadecimal string used for identifying the sender of a payment)
    'do_not_relay': (*boolean*) // optional boolean used to indicate whether a transaction should be relayed or not
    'priority': (*int*) // optional transaction priority
    'get_tx_hex': (*boolean*) // optional boolean used to indicate that the transaction should be returned as hex string after sending
    'get_tx_key': (*boolean*) // optional boolean used to indicate that the transaction key should be returned after sending
}

Example:

$options = {
    'destinations': (object) {
        'amount': '1',
        'address': '7Ey8jHDkWqYDSpoSssv5EmAcsXCct4hum4mhHxT6ruaof9C7JM1ekjsYFa8dQEUL4QMai15akL2az2Me48ShgNMWV3yBkSV'
    }
};

Example response:

{ tx_hash: '<b9272a68b0f242769baa1ac2f723b826a7efdc5ba0c71a2feff4f292967936d8>', tx_key: '' }

transferSplit

Usage:

wallet.transferSplit(options);

Same as transfer, but can split into more than one transaction if necessary. Responds with a list of transaction hashes.

Additional property available for the options parameter:

  • new_algorithm - true to use the new transaction construction algorithm. defaults to false. (boolean)

Example response:

{ tx_hash_list: [ '<f17fb226ebfdf784a0f5814e1c5bb78c19ea26930a0d706c9dc1085a250ceb37>' ] }

sweepDust

Usage:

wallet.sweepDust();

Sends all dust outputs back to the wallet, to make funds easier to spend and mix. Responds with a list of the corresponding transaction hashes.

Example response:

{ tx_hash_list: [ '<75c666fc96120a643321a5e76c0376b40761582ee40cc4917e8d1379a2c8ad9f>' ] }

sweepAll

Usage:

wallet.sweepAll('9Dty8AeoNi3CgvYRH7rpEoQVRrkCETSdrKAdPE3kVTyYjmh21iiw48z5HEj5nGub1y9pVLLx8gZmwGNKRuLLtaMSLe9QdWx');

Sends all spendable outputs to the specified address. Responds with a list of the corresponding transaction hashes.

Example response:

{ tx_hash_list: [ '<75c666fc96120a643321a5e76c0376b40761582ee40cc4917e8d1379a2c8ad9f>' ] }

getPayments

Usage:

wallet.getPayments(paymentID);

Returns a list of incoming payments using a given payment ID.

Parameters:

  • paymentID - the payment ID to scan wallet for included transactions (string)

getBulkPayments

Usage:

wallet.getBulkPayments(paymentIDs, minHeight);

Returns a list of incoming payments using a single payment ID or a list of payment IDs from a given height.

Parameters:

  • paymentIDs - the payment ID or list of IDs to scan wallet for (array)
  • minHeight - the minimum block height to begin scanning from (example: 800000) (number)

incomingTransfers

Usage:

wallet.incomingTransfers(type);

Returns a list of incoming transfers to the wallet.

Parameters:

  • type - accepts "all": all the transfers, "available": only transfers that are not yet spent, or "unavailable": only transfers which have been spent (string)

queryKey

Usage:

wallet.queryKey(type);

Returns the wallet's spend key (mnemonic seed) or view private key.

Parameters:

  • type - accepts "mnemonic": the mnemonic seed for restoring the wallet, or "view_key": the wallet's view key (string)

makeIntegratedAddress

Usage:

wallet.makeIntegratedAddress(paymentID);

OR:

wallet.makeIntegratedAddress();

Make and return a new integrated address from your wallet address and a payment ID.

Parameters:

  • paymentID - a 64 character hex string. if not provided, a random payment ID is generated. (string, optional)

Example response:

{ integrated_address: '9HCSju123guax69cVdqVP5APVLkcxxjjXdcP9fJWZdNc5mEpn3fXQY1CFmJDvyUXzj2Fy9XafvUgMbW91ZoqwqmQ96NYBVqEd6JAu9j3gk' }

splitIntegratedAddress

Usage:

wallet.splitIntegratedAddress(address);

Returns the standard address and payment ID corresponding to a given integrated address.

Parameters:

  • address - an integrated Ditcoin address (string)

Example response:

{ payment_id: '<61eec5ffd3b9cb57>',
  standard_address: '9RUGwFu3WGh3wAkeWWzMNiQXiW9ChYRpH974mDdrGcjpEcpPrz143oc9sV1W8YyAUwCztbfxt9usZSMVnSBwPxCaDXzhYWz' }

getHeight

Usage:

wallet.getHeight();

Returns the current block height of the daemon.

Parameters:

  • callback - a callback function that responds with an error or the response data in the following order: (error, data)

Example response:

{ height: 874458 }

store

Usage:

wallet.store();

stopWallet

Usage:

wallet.stopWallet();

Cleanly shuts down the current ditcoin-wallet-rpc process.

About

Ditcoin nodejs module for wallet management via JSON-RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published