Skip to content

Specifications

Gandalf86 edited this page Sep 26, 2018 · 6 revisions

Here is some technical info about Wisp:

Spec Value
Consensus method Blackcoin POS v3
Hashing algorithm Scrypt
Block time 1 minute
Staking reward 5% p.a.
Wallet port 24106 (testnet 24107)
RPC port 24108 (testnet 24109)
Tor port 9088
Windows data directory C:\Users\Username\AppData\Roaming\Wisp
Linux data directory ~/.wisp
macOS data directory ~/Library/Application Support/Wisp
Min age to stake 288 blocks
Min age to spend 283 blocks
Fork block number 805674 (last common block between Spectrecoin and Wisp)

Spectrecoin whitepaper: https://spectreproject.io/docs/White-Paper-v1.pdf

Trivia

The Wisp wallet port number 24106 was found by adding the alphanumerical value of the letters WISP in the following way:

23 = W
 09 = I
  19 = S
   16 = P
----------
 11
24106

The remaining port numbers are one-step increments of this number.

Clone this wiki locally