Skip to content

himu007/POSTEST64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

POSTEST64

Download and install the marketmaker. This guide assumes you have jq installed already. (sudo apt-get install jq)

git clone https://github.com/jl777/SuperNET
cd SuperNET/iguana/exchanges
git checkout dev
./install
cd ../dexscripts
cp ../exchanges/passphrase passphrase
cp ../exchanges/userpass userpass

Edit the passphrase file with a strong passphrase, and start the marketmaker

./client

This will output the userpass value for your password, open a new terminal and edit the userpass file to reflect this userpass.

. userpass
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"gen64addrs\",\"passphrase\":\"STRONGPASSPHRASE\"}" | jq

Save both the output of the command and the marketmaker's output. The marketmaker's output will be used to import the private keys to the daemon once the chain is live. The second half of the command's output should be uploaded here. Either make a pull request to this repo or contact Alright on discord. If you choose to contact Alright, please confirm that your addresses were added before the test begins. Be sure not to upload or send the entire output as it contains the private keys for each address.

Please follow the same format. Add 1 file with your username containing your addresses. Please be sure to add 1 address and your username to the distribution file also.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published