This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Mixin testnet launch | |
$ ./mixin setuptestnet | |
$ mixin kernel -dir /tmp/mixin-7001 -port 7001 | |
$ mixin kernel -dir /tmp/mixin-7002 -port 7002 | |
$ mixin kernel -dir /tmp/mixin-7003 -port 7003 | |
$ mixin kernel -dir /tmp/mixin-7004 -port 7004 | |
$ mixin kernel -dir /tmp/mixin-7005 -port 7005 | |
$ mixin kernel -dir /tmp/mixin-7006 -port 7006 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"crypto/ed25519" | |
"crypto/rand" | |
"crypto/sha512" | |
"encoding/hex" | |
"fmt" | |
"math/big" |
OlderNewer