Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Quickly change wallet addresses. Not to be confused with a mixing service. This is a self-client which allows "manual" transactions from custom derive paths, the "tumble" function obfuscates an origin address through wallet hops deriven from your master seed.

License

vulet/ARK-Wallet-Tumbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ARK Wallet Tumbler

ARKtumbler

Description

The ARK-Wallet-Tumbler utilizes BIP-32 CKD to tumble wallet addresses which are derived from your seed. The "Manual" function allows you to send transactions from these derived paths. The compliance standard for ARK derive paths can be found at AIP-20. The tumbler defaults to m/44'/111'/1'/0/0 and increments. The first tumble starts at your master seed and goes to CKD 0/0, the second tumble goes from CKD 0/0 to CKD 0/1, and so on. BIP-32 CKD

m / purpose' / coin_type' / account' / change / address_index

Installation

  1. git clone https://github.com/vulet/Ark-Wallet-Tumbler
  2. cd ARK-Wallet-Tumbler
  3. npm install
  4. npm start

You'll need to change the peer IP and port in renderer.js. This should only be used on Devnet. Network config can be found in ~/js/setters.js The ARK logo attribute was made by my good friend Lint.

License

This project is licensed under GNU General Public License v3. - see the LICENSE.md file for details


Example

Example1

Donation address: AVUL7M7Fu3JSHpnJYNUhpTFNcnLUJDYNT9

About

Quickly change wallet addresses. Not to be confused with a mixing service. This is a self-client which allows "manual" transactions from custom derive paths, the "tumble" function obfuscates an origin address through wallet hops deriven from your master seed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published