Jumblr
The following RPC calls interact with the komodod software, and are made available through the komodo-cli software.
Basic Instructions
- Install Komodo following the installation guides and change into the
komododsubdirectory using:
cd ~/komodo/src
- Start the daemon:
./komodod &
- Designate a KMD address with at least 10.024 KMD funds:
./komodo-cli jumblr_deposit KMD_address
- Designate a destination address for your funds. This should be a transparent address that you are keeping secret:
komodo-cli jumblr_secret destination_KMD_address
- Leave your node running until the balance in your first address reaches below 10.024 KMD and the destination address receives the correct amount.
📌 Examples
Designate your deposit address.
./komodo-cli jumblr_deposit RT4mSUjG35QeuGcedsfpHtP5MhDeEGTAqb
Designate your secret destination address.
./komodo-cli jumblr_secret RS46GZ5iTkt2exdauQG3JJ8fdnZNJUvAc1
jumblr_deposit
jumblr_deposit “depositaddress”
The jubmlr_deposit method indicates the address from which Jumblr should withdraw funds. There should be at least 10.024 KMD in this address. Jumblr will withdraw funds in increments of 10, 100, or 7770 KMD.
Arguments
| Name | Type | Description |
|---|---|---|
| “depositaddress” | (string, required) | the address from which Jumblr will withdraw funds |
Response
| Name | Type | Description |
|---|---|---|
| (none) |
📌 Examples
Command:
./komodo-cli jumblr_deposit RT4mSUjG35QeuGcedsfpHtP5MhDeEGTAqb
Show Response
(none) jumblr_pause
jumblr_pause
The jumblr_pause method instructs Jumblr to temporarily pause the privacy-shielding process.
Arguments
| Name | Type | Description |
|---|---|---|
| (none) |
Response
| Name | Type | Description |
|---|---|---|
| (none) |
📌 Examples
Command:
./komodo-cli jumblr_pause
Show Response
(none) jumblr_resume
jumblr_resume
The jumblr_resume method instructs Jumblr to resume the privacy-shielding process.
Arguments
| Name | Type | Description |
|---|---|---|
| (none) |
Response
| Name | Type | Description |
|---|---|---|
| (none) |
📌 Examples
Command:
./komodo-cli jumblr_resume
Show Response
(none) jumblr_secret
jumblr_secret “secretaddress”
The jumblr_secret method indicates to Jumblr the final t destination address. This should be a separate t address that has no connection to the wallet.dat file of your jumblr_deposit address. Ideally, you should only access the final jumblr_secret address via a separate node, and with other layers of privacy (VPN, Tor, etc.).
Arguments
| Name | Type | Description |
|---|---|---|
| “secretaddress” | (string, required) | the destination transparent address |
Response
| Name | Type | Description |
|---|---|---|
| (none) |
📌 Examples
Command:
./komodo-cli jumbr_secret "RCpMUZwxc3pWsgip5aj3Sy1cKkh86P3Tns"
Show Response
(none)