Pages:
Author

Topic: [ANN] Wisp [WISP] - Anonymous cryptocurrency project - Spectrecoin fork - page 2. (Read 977 times)

legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
If I have a Spectrecoin, can I get WISP?
And is there a protection against re-spending coins in different chains?
full member
Activity: 387
Merit: 106
So basically only the holders of Spectrecoin will get Wisp because of the fork.
And probably the size of the community of Wisp won't be larger of the Spectrecoin one.
Devs won't do much to develope the coin - they have declared.
newbie
Activity: 2
Merit: 0
Seriously, again?  Cheesy
hero member
Activity: 1330
Merit: 515
Coin Mage
What is premine Amount ? Is there any Airdrop / Bounty ? How to get WISP ?

1. There is no premine, Wisp is a fork of Spectrecoin which has existed since 2016.
2. There is no airdrop or bounty at the moment.
3. Currently only by buying it from individual members of our community. As soon as we are listed on Bisq or some other exchange, you will be able to buy coins there. If you are interested in buying coins please come to our Discord and ask about it. Maybe we will make a dedicated Discord channel or Bitcointalk thread for OTC trading if enough people are interested in that.
sr. member
Activity: 773
Merit: 255
What is premine Amount ? Is there any Airdrop / Bounty ? How to get WISP ?
hero member
Activity: 1330
Merit: 515
Coin Mage
@Gandalf86 you forget a very appreciated social network and by many people,

 Wink Reddit: https://www.reddit.com/r/wispofficial/

I will continue to contribute with more info very soon.

Thanks Leo, added it to the links. You contributions are highly appreciated at this point!  Smiley
full member
Activity: 263
Merit: 101
Leo Bitman
but when can we mine it Tongue

It is a Proof-of-Stake system instead of mining you can win a reward by keeping a quantity of WISP in Staking.


jr. member
Activity: 155
Merit: 1
CTO, Sys Admin, Cryptontrepreneur, CommunityLeader
but when can we mine it Tongue
full member
Activity: 263
Merit: 101
Leo Bitman

@Gandalf86 you forget a very appreciated social network and by many people,

 Wink Reddit: https://www.reddit.com/r/wispofficial/

I will continue to contribute with more info very soon.


member
Activity: 448
Merit: 11
hero member
Activity: 1330
Merit: 515
Coin Mage
bunch of error compiling  Embarrassed

Code:
eckey.cpp:83:5: error: ‘ECDSA_SIG_get0’ was not declared in this scope
     ECDSA_SIG_get0(ecsig, &pr, &ps);
     ^~~~~~~~~~~~~~
eckey.cpp:83:5: note: suggested alternative: ‘ECDSA_SIG_new’
     ECDSA_SIG_get0(ecsig, &pr, &ps);
     ^~~~~~~~~~~~~~
     ECDSA_SIG_new
eckey.cpp: In member function ‘bool CECKey::Sign(const uint256&, std::vector&)’:
eckey.cpp:202:5: error: ‘ECDSA_SIG_get0’ was not declared in this scope
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
eckey.cpp:202:5: note: suggested alternative: ‘ECDSA_SIG_new’
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
     ECDSA_SIG_new
eckey.cpp:208:9: error: ‘ECDSA_SIG_set0’ was not declared in this scope
         ECDSA_SIG_set0(sig, pr0, ps0);
         ^~~~~~~~~~~~~~
eckey.cpp:208:9: note: suggested alternative: ‘ECDSA_SIG_st’
         ECDSA_SIG_set0(sig, pr0, ps0);
         ^~~~~~~~~~~~~~
         ECDSA_SIG_st
eckey.cpp: In member function ‘bool CECKey::SignCompact(const uint256&, unsigned char*, int&)’:
eckey.cpp:236:5: error: ‘ECDSA_SIG_get0’ was not declared in this scope
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
eckey.cpp:236:5: note: suggested alternative: ‘ECDSA_SIG_new’
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
     ECDSA_SIG_new
eckey.cpp: In member function ‘bool CECKey::Recover(const uint256&, const unsigned char*, int)’:
eckey.cpp:275:5: error: ‘ECDSA_SIG_set0’ was not declared in this scope
     ECDSA_SIG_set0(sig, pr, ps);
     ^~~~~~~~~~~~~~
eckey.cpp:275:5: note: suggested alternative: ‘ECDSA_SIG_st’
     ECDSA_SIG_set0(sig, pr, ps);

Hmm, what system are you compiling on? Please give as many details as possible. Are you building against OpenSSL 1.1?
jr. member
Activity: 115
Merit: 2
bunch of error compiling  Embarrassed

Code:
eckey.cpp:83:5: error: ‘ECDSA_SIG_get0’ was not declared in this scope
     ECDSA_SIG_get0(ecsig, &pr, &ps);
     ^~~~~~~~~~~~~~
eckey.cpp:83:5: note: suggested alternative: ‘ECDSA_SIG_new’
     ECDSA_SIG_get0(ecsig, &pr, &ps);
     ^~~~~~~~~~~~~~
     ECDSA_SIG_new
eckey.cpp: In member function ‘bool CECKey::Sign(const uint256&, std::vector&)’:
eckey.cpp:202:5: error: ‘ECDSA_SIG_get0’ was not declared in this scope
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
eckey.cpp:202:5: note: suggested alternative: ‘ECDSA_SIG_new’
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
     ECDSA_SIG_new
eckey.cpp:208:9: error: ‘ECDSA_SIG_set0’ was not declared in this scope
         ECDSA_SIG_set0(sig, pr0, ps0);
         ^~~~~~~~~~~~~~
eckey.cpp:208:9: note: suggested alternative: ‘ECDSA_SIG_st’
         ECDSA_SIG_set0(sig, pr0, ps0);
         ^~~~~~~~~~~~~~
         ECDSA_SIG_st
eckey.cpp: In member function ‘bool CECKey::SignCompact(const uint256&, unsigned char*, int&)’:
eckey.cpp:236:5: error: ‘ECDSA_SIG_get0’ was not declared in this scope
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
eckey.cpp:236:5: note: suggested alternative: ‘ECDSA_SIG_new’
     ECDSA_SIG_get0(sig, &pr, &ps);
     ^~~~~~~~~~~~~~
     ECDSA_SIG_new
eckey.cpp: In member function ‘bool CECKey::Recover(const uint256&, const unsigned char*, int)’:
eckey.cpp:275:5: error: ‘ECDSA_SIG_set0’ was not declared in this scope
     ECDSA_SIG_set0(sig, pr, ps);
     ^~~~~~~~~~~~~~
eckey.cpp:275:5: note: suggested alternative: ‘ECDSA_SIG_st’
     ECDSA_SIG_set0(sig, pr, ps);
hero member
Activity: 1330
Merit: 515
Coin Mage
That will be something interesting. If I understood correctly, then the new team is going to. Do you need coders and people who can promote the project on social networks?

Definitely bud!  Smiley  The more people are involved in our project the better, because it makes our community stronger. Please join our Discord for getting involved, working out a marketing strategy etc.

As for translations, you guys don't need my or anybody's permission to start a thread in a different language. Just send me the link to your thread so I can add it to the links section.  Cool
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
sr. member
Activity: 854
Merit: 252
That will be something interesting. If I understood correctly, then the new team is going to. Do you need coders and people who can promote the project on social networks?
I can make a translation to russian and another  languages if necessary.
newbie
Activity: 34
Merit: 0
*reserved / reserviert*
jr. member
Activity: 43
Merit: 10
Reserved for other purposes to be determined  Huh Huh
newbie
Activity: 4
Merit: 0
Reserved for future "hating" when I can be bothered to get round to it.

Cheerio,
sr. member
Activity: 250
Merit: 250
Gain Real Value On Exchanges
Reserved for future stuff
hero member
Activity: 1330
Merit: 515
Coin Mage
Wisp Project [WISP]




Note: This project is dead, it never gained much momentum. This ANN is left here for purely historical reasons.

Resources


Social

Specifications

See https://github.com/wispproject/doc/wiki/Specifications


About Wisp

Wisp is a fork of SpectreCoin that runs without development fees. At Spectrecoin, every 6th block reward goes to the project founder. This system was introduced in a hardfork on 2018-08-21 @ 22:00 GMT (Source). The Wisp project is a group of independent developers and community members who believe that users of a cryptocurrency should NOT be forced to give money to a single person (and neither to a small group of people for that matter). Instead, we strongly believe in freedom and decentralization, as these are the main points of cryptocurrencies.

The goal of Wisp is the original vision of Spectrecoin to build a solid privacy-focused cryptocurrency based on Proof-of-Stake, but with an even stronger focus on freedom, fairness and radical decentralization. As such we don't support centralized exchanges but encourage our users to use decentralized exchanges (DEX) instead. Our developers and active community members are volunteers or work based on unsolicited donations by other members. There is no central "team", instead everybody is encouraged to contribute what he or she can. You don't need permission to start working in the Wisp project, and if you can code and your contributions are good, you will get repository access.

The Wisp project in a wider sense is characterized by the association of individuals with a focus on decentralization, liberty and privacy. As such we see ourselves in the philosophic heritage of communities like the Tor community, /r/Rad_Decentralization on Reddit and the original Bitcoin community.


Anonymity

Wisp uses several mechanisms to protect the privacy of its users. Connections to other clients are exclusively made through the Tor network. Received payments can be made unlinkable using dual-key stealth addresses (DKSA). Sent payments can be anonymized using a ring signature token system originally invented for ShadowCash (SDC).

For more info, please refer to the Spectrecoin whitepaper: https://spectreproject.io/White_Paper.pdf


Wallet

The current wallet is based on Spectrecoin v1.4 and can be accessed from this repository: https://github.com/wispproject/wallet

We currently do NOT offer binaries, since the binary release process is inherently centralized and relies on trusting a single person, which is not compatible with the philosophy of Wisp! We encourage our users to compile the wallet on their own system if they have the ability to do so, or let a trusted person build a binary for them. You should generally not run executables from people on the Internet that you don't know.

One goal on our roadmap is setting up Gitian, which should (partially) solve the trust problem. If you are a developer experienced with using Gitian, you could help us to set this up if you like!  Smiley  We're also aiming to create comprehensive compilation instructions for Windows users so that it is easier for them to compile the wallet.



Exchanges

Wisp is currently not listed on any exchange. Generally we consider exchange listings to be the task of the community. So if you are interested in getting Wisp listed on your favourite exchange, please come to our Discord, propose your idea and join forces with other people who also want Wisp to be listed on that exchange.

We are planning to get Wisp listed on the Bisq exchange as soon as possible, because it aligns perfectly with the radical decentralization approach of Wisp.

If you are lucky you will find someone here or in the Wisp Discord who is willing to sell you some coins OTC (over the counter).


Roadmap

The plan is basically to follow the changes released by the Spectrecoin team, and making our own adjustments in cases we don't agree with what they did. The main reason we have our own blockchain is simply because they decided to implement development fees into their core protocol and we did not. Except from that, the two will be pretty much the same.

Any other developments really depend on our community members; since we're an open community anybody who has a cool idea will get the chance to include it into Wisp if the rest of the community agrees.


Contributing

Wisp is a community project, so contributors and developers have a very high reputation in our community. There is a special membership status in our Discord for contributors, and we have an exclusive channel that only contributors can write on. If you are interested in getting involved, you can basically contribute whatever you like! The most important positions to fill right now are:

  • Developers / code maintainers
  • Social media experts
  • Node operators running static IP nodes or DNS seeds

Acknowledgements go to:

  • The Spectrecoin developers for their past and ongoing work on the Spectrecoin wallet that Wisp is based on
  • jbg for building the foundation of our current wallet and build system
  • HippiePyro and vvc for initiating the Wisp project
  • Tom14 for building an awesome website
  • Huber Humphre for creating our current logo

Please ask if there are any further questions, and welcome to the Wisp community!  Smiley  You can find the Discord invite link in the "Links" section above.
Pages:
Jump to: