Show Posts
|
Pages: [1]
|
The website has been updated for the addition of the setup guide for the Veil wallet on Ubuntu Linux GUI OS, which was incentivised by a bounty, and a matching blog post with mention of the currently active Twitter campaign. https://veil-project.com/get-started/ contains a link to the new guide, and has been cleaned up and reworded for anticipated developments. People will no longer be distracted by inactive link icons for Android and iOS (which can wait until a release is anticipated). The Paper Wallet generator repository is now linked, with promise of a a better link once feedback has been received. https://veil-project.com/blog/setup-guide-linux-GUI-wallet/
|
|
|
Please note that while the bounty programme as it was in 2019 is not continued, a partial restoration of bounties is now (May 2023) available as announced in Telegram https://t.me/VEILBounty/9440Discussions will be on Telegram, Github, and Discord. When the market for $Veil is sufficient we will reinstate specialists to marketing roles and resume the full scope of bounties that were envisaged in early 2019, but we think it is clear that many of the bounty applicants did not complete developments as hoped. Just try launching the wallet in multiple languages for one example. We are very eager to offer the Veil wallet to all people in all languages, and we are encouraging Veil enthusiasts to launch new Telegram channels in all possible languages that will hopefully yield the interest that will get the Veil wallet not only improved in function, but properly and fully translated in many different languages spoken by millions more people than an English-only operation can reach.
|
|
|
 A new mandatory Veil Core wallet v1.4.0 is now available. We strongly recommend updating as soon as possible before block 2,000,000 (expected 12 November 2022) or at least by January 2023 (block 2,100,000). Please make enquiries with your exchanges to ensure that their wallet is on v1.3.0 before November, and 1.4.0 before January. Read more and download ➡️ https://veil-project.com/news/2022-wallet-140/
|
|
|
 A new mandatory Veil Core wallet v1.3.0 is now available. We strongly recommend updating as soon as possible before block 2,000,000 expected in November 2022. Please withdraw Veil from exchanges that have not updated to v1.3.0. TradeOgre has notified us that they have already upgraded, but please make your own enquiries with your exchanges to ensure that their wallet is on v1.3.0. Read more and download ➡️ https://veil-project.com/news/2022-wallet-130/
|
|
|
#Proof of Authentication# Company Signature, Twitter, Facebook, BitcoinTalk Name: Keadyar BitcoinTalk Profile Link: https://bitcointalk.org/index.php?action=profile;u=2173629Veil wallet: sv1qqpu0y9cxs4tfl8xd8y4xge7tuf6h7ehg443hfjc9czrqqngz8f6jhspqtjf0l676vrw0vs65tus u9dlu0lgmcqykgdd7lqftukx9zgmhm8pxqqq2gtqv8 Applications are not yet open, but will be soon. Please wait for the announcement. This thread is for testing purposes only.
|
|
|
Table of ContentsBounty Program Wallet GuideMore information about Veil WalletCommon issues and solutions
Bounty Program Wallet Guide Updated 3/27/2019 Welcome, bounty hunters! This is a simple guide to help you get your Veil wallet set up and your Basecoin receiving address for the Veil Bounty Program. We also introduce using the wallet and provide easy solutions to the most common problems.Getting and setting up Veil wallet ▲- Download the latest wallet here.
- If updating from an older version, install as normal. There is no need to delete your Veil data directory or perform a full network resync.
- If installing for the first time, follow the first-run tutorials. Keep your 24-word seed phrase safe and private. Anyone with access to it will have access to your funds.
- Password-protect your wallet.dat file by going to Settings icon > Change Password. Optionally make redundant copies of the encrypted wallet.dat.
- Synchronize to the network. You can either sync from scratch (takes hours) or sync from a snapshot (much faster). The link also describes making your own snapshots.
- Please note: The wallet automatically mints Zerocoin veil from other types of veil. This has a nominal fee, anonymizes your coins, and lets you earn staking rewards. Learn more about autominting here.
Generating your Basecoin address for receiving Bounty Rewards ▲Bounty hunters will need to provide a basecoin address (starts with bv1, NOT sv1!) to participate in the bounty program. Do not provide an sv1 address for the bounty program.- Go to Settings icon > Advanced Options > Console tab and type in: getnewbasecoinaddress
- The console will give you your basecoin address (starts with bv1)
- Copy the basecoin address and paste it into your bounty program application
You're now ready to earn bounty rewards!
More information about Veil wallet Updated 3/27/2019 As Veil uses multiple privacy protocols, some aspects may be new. In this section, we will introduce key concepts and provide step-by-step instructions to send, stake, and mint veil.Veil balance types ▲- Basecoin: Transparent veil
- CT: Anonymized with stealth address
- RingCT: Anonymized with stealth address and hidden amounts
- Zerocoin: Anonymized with Zerocoin Protocol (best anonymity set sizes)
Veil address types ▲- Basecoin address: Transparent address (starts with bv1)
- Stealth address: Generates one-time use addresses to protect the privacy of recipients (starts with sv1)
Sending veil ▲As of wallet version 1.0.2.0, the Graphic User Interface only supports sending veil to stealth addresses. And change from spends are automatically converted to CT/RingCT balance.
To send veil by console command, go to Settings icon > Advanced Options > Console tab and use the relevant following command.
Replace <address> with the intended address (i.e. bv1, sv1) Replace <amount> with the intended amount of veil to be sent Replace <denomination> with a specific Zerocoin denomination (10, 100, 1000, or 10000).- To send Basecoin to Basecoin:
sendtoaddress <bv1 address> <amount> - To send CT:
sendstealthtobasecoin <bv1 address> <amount> sendstealthtostealth <sv1 address> <amount> - To send RingCT:
sendringcttobasecoin <bv1 address> <amount> sendringcttostealth <sv1 address> <amount> - To send Zerocoin:
spendzerocoin <amount> false true 42 <address> - To send Zerocoin using a specific Zerocoin denomination:
spendzerocoin <amount> false true 42 <address> <denomination> Note: If you send Zerocoin to a basecoin address, the receiver will receive Basecoin balance. If you send Zerocoin to a stealth address, the receiver will receive CT balance.Minting Zerocoin veil ▲Zerocoin veil provides the best anonymity and only Zerocoin veil can earn staking rewards. As of wallet version 1.0.2.0, only Basecoin is automatically minted to Zerocoin veil.
The available Zerocoin denominations are:- Go to Settings icon > Zerocoin Minting
- Input desired amount of CT/RingCT balance to mint into Zerocoin and click MINT
- Close and reopen the Zerocoin Minting window in between mints
- Input desired amount of Basecoin veil to mint, check Use Basecoin, and click MINT
Note: The right panel of the Zerocoin Minting screen is for manual minting and the left panel is for autominting. Learn more about autominting here.Staking veil ▲During the first few years, there will be significant staking rewards relative to the coin supply. Only Zerocoin veil can stake. Follow these steps to get started.- Go to Settings icon and click in the white space to the right of the Staking toggle.
- Input your password to start staking.
- Always keep the wallet running and unlocked for staking.
- (Optional) Confirm the wallet is staking with console command: getwalletinfo. It should say: "staking_active": true.
- (Optional) Make orphaned stakes visible by going to Settings icon > Preferences > And uncheck Hide orphans.
Orphaned stakes are normal and chance-based. If you notice unusually high orphan rate (above ~35% on average), it may just be an unlucky streak or there may be something wrong with your staking, in which case see issue High orphaned stake rate below.
Common issues and solutions Updated 3/27/2019 Having the latest wallet before troubleshooting is recommended.Network synchronization stuck at a block ▲- Enter console command: getbestblockhash
- Copy the resultant hash
- Enter: reconsiderblock <resultant hash>
The wallet keeps autominting! ▲Veils primary anonymization method is Zerocoin Protocol. The autominting attempts to mint your balances into Zerocoin veil automatically for better anonymity and to allow for staking.
As of wallet version v1.0.2.0, only Basecoin veil is autominted and 10 is the default denomination.
To adjust autominting, go to Settings icon > Zerocoin Minting > And on the left panel, you can either select a higher denomination to automint (if the selected denomination is higher than your balance there will be no autominting), or select Automint full balance to make the wallet mint as much of your Basecoin balance into Zerocoin as possible.Error/crash on startup ▲- Attempt to start up the wallet up to 3 times.
- If the wallet still fails to open, then the blockchain may be corrupted and you should perform a full resync. You can either sync from scratch (takes hours) or sync from a snapshot (much faster). The link also describes making your own snapshots.
Wallet is frozen after a Zerocoin spend ▲This is normal. The lower the Zerocoin denomination (i.e. 10), the older the denomination is (i.e. 100,000 blocks ago), and the more denominations spent, the longer it will take to compute the spend.
Until Precompute is implemented, spends can sometimes take many minutes to complete, causing the wallet to apparently freeze when it is actually computing Zerocoin spends. Please allow the wallet to complete the spend and do not forcefully terminate the wallet.
Note: The wallet will show a list of transactions when the spend is complete.Basecoin balance missing ▲- Enter console command: rescanblockchain
CT/RingCT balance missing ▲- Enter console command: rescanringctwallet
Zerocoin balance missing ▲Enter console commands:- getarchivedzerocoin
- rescanzerocoinwallet
- rescanblockchain
If still missing continue with additional steps:- Add reindex-zdb=1 to your veil.conf file and restart your wallet. Allow the reindex to finish, then remove reindex-zdb=1 from your veil.conf file.
- Enter console command: rescanzerocoinwallet
If your balance is still missing, continue with these additional steps:- Enter console command: searchdeterministiczerocoin 0 10000 2
In this command, 0 is the starting point of the search, 5000 is the range of the search, and 2 is the number of cores/threads to use for the search.
Note that this command can take many minutes to complete. The console screen will say done when it is done. - If your balance is still missing, you can continue searching by replacing the 0 above with 10000, then 20000, then 30000, etc., until found.
High orphaned stake rate ▲If you have high orphaned stake rate (i.e. 4 orphans to 6 successful stake ratio), it may simply be an unlucky streak/insufficient sample size, or it may be a staking issue.
The following steps are not guaranteed solutions. They may or may not reduce orphaned stake rates, and most are based on anecdotal evidence.- Until precompute, it may help to stake using a computer with a powerful CPU.
- Until precompute, it may help to remint older Zerocoin denominations every 2-3 weeks.
- Use an internet time sync tool. NetTime is one for Windows.
- Use console commands: clearbanned, rescanzerocoinwallet, rescanblockchain.
- If your veil.conf file has any DNS seeders such as from fuzzbawls.pw, remove them.
- Some have said this last tip doesnt affect staking, but it is included so people have the option. You can try adding reindex-zdb=1 to your veil.conf file. Restart the wallet, allow the reindex to finish, then remove reindex-zdb=1 from your veil.conf file.
Still need help? ▲If you are still experiencing issues, or if your issue isnt listed in the above, please check the Veil Support Knowledge Base.
Or contact the Veil Support team through:Thank you for your support and happy bounty hunting! - MaDOS and Dango
|
|
|
Help Veil reach a global audience by liking and retweeting official Veil tweets and making your own tweets on Twitter!Rewards allocation: 6,000 veil in month 1 and then 4,500 veil from month 2 onwards.Terms and Conditions- Your account must be at least 3 months old and must have at least 100 followers.
- Users must "Follow" the official Twitter account during their participation in the bounty.
- Any low-quality tweets will not be eligible for rewards. We are disqualifying any profiles with NSFW pictures included in their album or any tweets/posts tweeted/retweeted/shared related with NSFW content.
The goal is to achieve useful, high-quality advertising for Veil. If your account is of low quality or if you have a spammy looking account, you will be denied. - Your profile must not contain profile information that are spam indicators, such as bounty, bounty hunter, follow me back requests, etc.
- Your weekly tweets must contain information about the project, not generic comments copy-pasted from other bounties. If we find you doing this, you will be blacklisted.
Your tweets must contain the hashtags #blockchain #privacycoin #veil #veilproject and must contain a link to the Veil official website (https://veil-project.com/). Your retweets/shares should not include the hashtags. - (Re-)tweet only content from/about the official twitter.
- Participants must post their weekly reports in the bounty thread.
- Users are required to submit their own twitter audit link. The audit must be no more than 3 months old. Anyone with below 90% real followers score will be denied.
- Your Twitter account must be authentic. If we deem your account to be fake, dead, inactive or a bot account, you won't be accepted. You must also be an active and regular Twitter user.
- You must complete a minimum of 4 retweets and 3 tweets per week. A maximum of one tweet and 2 retweets per day will be counted.
- If your Twitter account is permanently suspended or deleted during your participation in the bounty, your stakes will be forfeited.
Reward Levels- 101-250 followers: 1 stake per week
- 251-1,000 followers: 3 stakes per week
- 1001-5,000 followers: 6 stakes per week
- 5,001-30,000 followers: 10 stakes per week
- 30,000+ followers: 15 stakes per week
Report TemplateOnly one report per week is allowed for each participant. Please submit your reports according to the weeks mentioned above. Do not edit previous weeks as we will not check these.Week Number: _________ Twitter Link: _________ Your Number on the Spreadsheet: ________ Bitcointalk Profile Link: ________
Retweets: 1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____ 4 (dd/mm): _____
Tweets:
1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____
Apply  Help Veil reach a global audience by sharing official Veil posts and creating your own posts promoting Veil on Facebook!Rewards allocation: 5,000 veil in month 1 and then 3,750 veil from month 2 onwards.Terms and Conditions- We will only be accepting a maximum of 200 accounts for the bounty. Personal accounts, with real friends, not just used for bounties, will be prioritized.
- Your account must be at least 3 months old and must have at least 100 friends.
- Ensure your posts are set to Public. We will not allocate stakes for posts we cannot see
- Any low-quality posts will not be eligible for rewards. We are disqualifying any profiles with NSFW pictures included in their album/posts.
The goal is to achieve useful, high-quality advertising for Veil. If your account is of low quality, you will be denied. - Your profile must not contain profile information that are spam indicators, such as bounty, bounty hunter, follow me back requests, etc.
- Your weekly posts must contain information about the project, not generic comments copy-pasted from other bounties. If we find you doing this, you will be blacklisted.
Your posts must contain the hashtags #blockchain #privacycoin #veil #veilproject and must contain a link to the Veil official website (https://veil-project.com/). Your shares should not include the hashtags. - Share only content from/about the official Facebook page.
- Participants must post their weekly reports in the bounty thread.
- Your Facebook account must be authentic. If we deem your account to be fake, dead, inactive or a bot account, you won't be accepted. You must also be an active and regular Facebook user.
- You must complete a minimum of 4 shares and 3 posts per week. A maximum of one post and 2 shares per day will be counted.
- If during participation of the bounty your Facebook account is permanently suspended or deleted, all stakes will be forfeited.
Reward Levels- 101-500 friends: 1 stake per week
- 501-1,000 friends: 3 stakes per week
- 1001-2,500 friends: 6 stakes per week
- 2501-5000 friends: 10 stakes per week
- 5000+ friends: 15 stakes per week
Report TemplateOnly one report per week is allowed for each participant. Please submit your reports according to the weeks mentioned above. Do not edit previous weeks as we will not check these.Week Number: _________ Facebook Link: _________ Your Number on the Spreadsheet: ________ Bitcointalk Profile Link: ________
Shares: 1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____ 4 (dd/mm): _____
Posts:
1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____
Apply  Help Veil reach a global audience by creating posts on Reddit!Rewards allocation: 12,500 veil in month 1 and then 9,375 veil from month 2 onwards.Terms and Conditions- We reserve the right to not consider your Reddit account eligible if your account is extremely low quality, a bot, etc.
- You must only produce high-quality posts that are specific to Veil. We will reject any users found to be spamming generic comments or posting copy-pasted material.
- Your account must be at least 1 month old and have at least 30 post or comment karma.
- External posts should link to either the official Veil website (https://veil-project.com/) and/or to the Veil BitcoinTalk Announcement thread (https://bitcointalk.org/index.php?topic=5065331).
- Posts with negative karma will not be accepted. Any kind of spam will not be rewarded either.
- Veil posts should not constitute more than 50% of your post activity on any given day.
- Your post must be made in one of the following subreddits or cryptocurrency-related subreddits: r/Veil, r/Cryptocurrencies, r/Blockchain, r/Libertarian, r/altcoin, r/CryptoTrader,
r/gpumining, r/Cryptocurrencynews and r/crypto_currency_news - Posts in the following subreddits will NOT be accepted: r/CryptoCurrency, r/CryptoMarkets, and r/CryptoTechnology.
- The subreddits you post in must contain at least 10,000 members to be considered valid.
- We will award tokens based on the quality of the post. This will be based on the quality of the content, the number of upvotes, karma and how many comments it generates etc.
We may take other criteria into account. - You must complete a total of at least 7 posts per week. A maximum of 2 posts per day. Further posts will not be rewarded.
- Low-quality content will be denied from rewards.
- Your upvotes must be genuine. If we find you abusing the upvotes system to earn more stakes, you will be blacklisted
Reward Levels- Low-quality post: 0 stakes
- Good-quality posts: 4 stakes
- Good-quality posts (with upvotes): 8+ stakes
- Accounts over 3 months old and 500 karma: 1.5x stakes
- We may award more than 8 stakes if you have produced outstanding quality posts with high upvotes.
Apply  Help Veil reach a global audience by posting about Veil on a variety of relevant Telegram communities!Rewards allocation: 7,500 veil in month 1 and then 3,750 veil from month 2 onwards.Ways to Participate- Join the VEIL-Project Telegram: https://t.me/VEILProject
- Comment. Users engaging themselves in discussions may receive bonus stakes - see below.
- Add "VEIL - PRIVACY WITHOUT COMPROMISE" to the end of your Telegram name.
- Posting messages about Veil on other Telegram groups.
Reward Levels- Adding "VEIL - PRIVACY WITHOUT COMPROMISE" to the end of your Telegram name (e.g. Parodium | VEIL - PRIVACY WITHOUT COMPROMISE) until the end of the bounty: 5 stakes per week
- Posting messages about Veil in other Telegram groups (minimum 1,000 members): 1 stake per post
- Posting messages about Veil in your Telegram group (minimum 1,000 members): 1 stake per post
- Potential Bonus allocation: 50 stakes
Report TemplateDo not quote your previous week report, it does not help and only slows us down. You should include the link to the post you shared. If your posts get deleted on a regular basis please take screenshots of your posts and link those instead. You can copy a link to your Telegram posts by right-clicking on it, then selecting "copy message link", paste this link in your reports.Week Number: ____ Your Number on the Spreadsheet: ________ Bitcointalk Profile Link: ________
Posts: 1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____ 4 (dd/mm): _____ 5 (dd/mm): _____ 6 (dd/mm): _____ 7 (dd/mm): _____ 8 (dd/mm): _____ 9 (dd/mm): _____ 10 (dd/mm): _____
Terms and Conditions- We reserve the right to deny your stakes if we suspect that your account is a bot.
- Do not spam other communities without their permission, we are only looking for posts that will be seen, not instantly deleted due to being spam.
- The potential bonus allocation will only go to users going above and beyond the requirements, producing high-quality advertising on Telegram. If you have a huge Telegram community of your own, we may consider you for this reward level
Apply  Help Veil reach a global audience by wearing our signature code and our avatar (if applicable), and promoting us on the BitcoinTalk forum!Rewards allocation: 17,500 veil in month 1 and then 13,125 veil from month 2 onwards.Terms and Conditions- You must keep the signature for at least 1 month to qualify for rewards. Anybody removing their signature before the monthly payment round is calculated will not receive rewards.
- Posts in the Veil BitcoinTalk Announcement thread (https://bitcointalk.org/index.php?topic=5065331) are appreciated, but not required.
- You must make at least 15 posts per week, with at least 3 of these in the Altcoin Mining Section. Posts in the following sections do not count towards your total: Off-topic and Archival. In addition to any other threads/sections where signatures are not displayed.
Only a maximum of 3 posts per week will be allowed in local boards and politics and society. - Posts must be at least 75 characters long and must contribute to the topic. Spam, trolling, and copy-pasted posts will not be counted and may lead to disqualification if excessive.
- Newbies and accounts with red (negative) trust are not allowed to apply. Only Jr. Members and above are eligible.
- Full members and above are required to wear the avatar in addition to the signature.
Reward Levels- Jr. Member: 1 stake per week
- Member: 2 stakes per week
- Full Member: 3 stakes per week
- Sr. Member: 5 stakes per week
- Hero/Legendary Member: 8 stakes per week
SignaturesHero/Legendary Member[center][table][tr] [td][size=11pt][url=https://veil-project.com/][font=monospace][size=2px][color=#007acc]
▄▄ ▄▄ ███▄ ▄███ ███[color=#4ddbff]███[/color] [color=#4ddbff]███[/color]███ ██[color=#4ddbff]█████[/color] [color=#4ddbff]█████[/color]██ ██[color=#4ddbff]█████[/color] [color=#4ddbff]█████[/color]██ ███[color=#4ddbff]████[/color] [color=#4ddbff]████[/color]███ ████[color=#4ddbff]███[/color] [color=#4ddbff]███[/color]████ ███████▄▄ ▄▄███████ ██████[color=#005c99]██████████[/color]██████ ██████[color=#005c99]████████[/color]██████ ██████[color=#005c99]██████[/color]██████ ██████[color=#005c99]████[/color]██████ ██████[color=#005c99]██[/color]██████ ██████[color=#005c99]█[/color]█████ █████[color=#005c99]█[/color]████ ████[color=#005c99]█[/color]███ ███[color=#005c99]█[/color]██ ██[color=#005c99]█[/color]█ █[color=#005c99]█ [/url][/size][/td] [td][size=11pt][url=https://veil-project.com/][font=arial black][size=22pt][color=#000]veil[/size][/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://veil-project.com/][font=monospace][size=17px][glow=#003d66,1][color=#fff][b] PRIVACY [font=calibri][size=12px] WITHOUT COMPROMISE. [size=2px]▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂[/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://veil-project.com/][font=monospace][size=17px][glow=#002e4d,1][color=white][b] NO[/glow][glow=#003d66,1][color=white][b] ICO.[/b][/color][/glow][glow=#004d80,1][color=white][b] NO [/b][/color][/glow][glow=#005c99,1][color=white][b]PREMI[/b][/color][/glow][glow=#006bb3,1][color=white][b]NE. [/b][/color][/glow][/size][/font] [font=calibri][size=14px][glow=#000,1][color=#fff] X16RT GPU Mining. Fair distribution. [/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://veil-project.com/][font=calibri][size=14px][glow=#000,1][color=#fff] The first Zerocoin-based Cryptocurrency [/size] [font=monospace][size=17px][glow=#006bb3,1][color=white][b] WITH[/b][/color][/glow][glow=#005c99,1][color=white][b] ALWA[/b][/color][/glow][glow=#004d80,1][color=white][b]YS-ON[/b][/color][/glow][glow=#003d66,1][color=white][b] PRIV[/b][/color][/glow][glow=#002e4d,1][color=white][b]ACY. [/b][/color][/glow][/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://t.me/VEILProject][font=Monospace][size=2px][color=#0088cc]
▄▄████ ▄▄████████▌ ▄▄█████████▀███ ▄▄██████████▀▀ ▄███▌ ▄████████████▀▀ ▄█████ ▀▀▀███████▀ ▄███████▌ ██ ▄█████████ █ ▄██████████▌ █ ███████████ █ ██▀ ▀██████▌ ██▀ ▀████ ▀█▌ [/size][/td] [td][size=11pt][url=https://www.facebook.com/projectveil/][font=Monospace][size=2px][color=#0066cc]
▄███████ ████████ ███▀ ███ ██████████ ██████████ ███ ███ ███ ███ ███ ███[/size][/td] [td][size=11pt][url=https://twitter.com/projectveil][font=Monospace][size=2px][color=#1da1f2]
▄████▄▄ █▄ ██████████▀ ███ ███████████▀ ▐████▄ ██████████▌ ▄▄██████▄▄▄▄█████████▌ ▀████████████████████ ▀█████████████████ ▄▄███████████████ ▀█████████████▀ ▄▄█████████▀ ▀▀██████████▀ ▀▀▀▀▀ [/size][/td] [td][size=11pt][url=https://discord.gg/Ywyb9hs][font=monospace][size=2px][color=#5e77d4]
▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄ ▐██▄▄██████████████▄▄██▌ ████████████████████████ ▐████████████████████████▌ ███████▀▀▀██████▀▀▀███████ ▐██████ ████ ██████▌ ███████ ████ ███████ ▐████████▄▄▄██████▄▄▄████████▌ ▐████████████████████████████▌ █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████ ▀▀██████ ██████▀▀ ▀▀▀ ▀▀▀ [/size][/td] [/tr] [/table][/center]
Sr. Member[center][table] [tr] [td][size=11pt][url=https://veil-project.com/][font=monospace][size=2px][color=#007acc]
▄▄ ▄▄ ███▄ ▄███ ███[color=#4ddbff]███[/color] [color=#4ddbff]███[/color]███ ██[color=#4ddbff]█████[/color] [color=#4ddbff]█████[/color]██ ██[color=#4ddbff]█████[/color] [color=#4ddbff]█████[/color]██ ███[color=#4ddbff]████[/color] [color=#4ddbff]████[/color]███ ████[color=#4ddbff]███[/color] [color=#4ddbff]███[/color]████ ███████▄▄ ▄▄███████ ██████[color=#005c99]██████████[/color]██████ ██████[color=#005c99]████████[/color]██████ ██████[color=#005c99]██████[/color]██████ ██████[color=#005c99]████[/color]██████ ██████[color=#005c99]██[/color]██████ ██████[color=#005c99]█[/color]█████ █████[color=#005c99]█[/color]████ ████[color=#005c99]█[/color]███ ███[color=#005c99]█[/color]██ ██[color=#005c99]█[/color]█ █[color=#005c99]█ [/url][/size][/td] [td][size=11pt][url=https://veil-project.com/][font=arial black][size=22pt][color=#000]veil[/size][/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://veil-project.com/][font=monospace][size=17px][color=#003d66][b] PRIVACY [font=calibri][size=12px] WITHOUT COMPROMISE. [size=2px]▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂[/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://veil-project.com/][font=monospace][size=17px][color=#002e4d][b] NO[color=#003d66][b] ICO.[/b][/color][color=#004d80][b] NO [/b][/color][color=#005c99][b]PREMI[/b][/color][color=#006bb3][b]NE. [/b][/color][/size][/font] [font=calibri][size=14px][color=#000] X16RT GPU Mining. Fair distribution. [/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://veil-project.com/][font=calibri][size=14px][color=#000] The first Zerocoin-based Cryptocurrency [/size] [font=monospace][size=17px][color=#006bb3][b] WITH[/b][/color][color=#005c99][b] ALWA[/b][/color][color=#004d80][b]YS-ON[/b][/color][color=#003d66][b] PRIV[/b][/color][color=#002e4d][b]ACY. [/b][/color][/url][/size][/td] [td][size=11pt][size=23pt][color=#d1e0e0]|[/size][/td] [td][size=11pt][url=https://t.me/VEILProject][font=Monospace][size=2px][color=#0088cc]
▄▄████ ▄▄████████▌ ▄▄█████████▀███ ▄▄██████████▀▀ ▄███▌ ▄████████████▀▀ ▄█████ ▀▀▀███████▀ ▄███████▌ ██ ▄█████████ █ ▄██████████▌ █ ███████████ █ ██▀ ▀██████▌ ██▀ ▀████ ▀█▌ [/size][/td] [td][size=11pt][url=https://www.facebook.com/projectveil/][font=Monospace][size=2px][color=#0066cc]
▄███████ ████████ ███▀ ███ ██████████ ██████████ ███ ███ ███ ███ ███ ███[/size][/td] [td][size=11pt][url=https://twitter.com/projectveil][font=Monospace][size=2px][color=#1da1f2]
▄████▄▄ █▄ ██████████▀ ███ ███████████▀ ▐████▄ ██████████▌ ▄▄██████▄▄▄▄█████████▌ ▀████████████████████ ▀█████████████████ ▄▄███████████████ ▀█████████████▀ ▄▄█████████▀ ▀▀██████████▀ ▀▀▀▀▀ [/size][/td] [td][size=11pt][url=https://discord.gg/Ywyb9hs][font=monospace][size=2px][color=#5e77d4]
▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄ ▐██▄▄██████████████▄▄██▌ ████████████████████████ ▐████████████████████████▌ ███████▀▀▀██████▀▀▀███████ ▐██████ ████ ██████▌ ███████ ████ ███████ ▐████████▄▄▄██████▄▄▄████████▌ ▐████████████████████████████▌ █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████ ▀▀██████ ██████▀▀ ▀▀▀ ▀▀▀ [/size][/td] [/tr] [/table][/center]
Full Member[center][url=https://veil-project.com/][color=#3333ff][b][u] [color=#00004d]veil[/color] [/u][/b] ///// [font=calibri][color=#00264d][b]PRIVACY WITHOUT COMPROMISE.[/b][/color][/font] /////[/url] [url=https://veil-project.com/][font=monospace][color=#000][b]THE FIRST [color=#3333ff]ZEROCOIN-BASED CRYPTOCURRENCY[/color] WITH ALWAYS ON PRIVACY.[/b][/color][/font][/url] [color=#3333ff][u] [/u][/color] [font=calibri][url=https://t.me/VEILProject][color=#00004d][b]Telegram[/b][/color][/url] | [url=https://www.facebook.com/projectveil/][color=#00004d][b]Facebook[/b][/color][/url] | [url=https://twitter.com/projectveil][color=#00004d][b]Twitter[/b][/color][/url] | [url=https://discord.gg/Ywyb9hs][color=#00004d][b]Discord[/b][/color][/url][/font] [color=#3333ff][u] [/u][/color][/center]
Member[center][url=https://veil-project.com/][u] veil [/u] ///// PRIVACY WITHOUT COMPROMISE. /////[/url] [url=https://veil-project.com/]THE FIRST ZEROCOIN-BASED CRYPTOCURRENCY WITH ALWAYS ON PRIVACY.[/url] [u] [/u] [url=https://t.me/VEILProject]Telegram[/url] | [url=https://www.facebook.com/projectveil/]Facebook[/url] | [url=https://twitter.com/projectveil]Twitter[/url] | [url=https://discord.gg/Ywyb9hs]Discord[/url] [u] [/u][/center]
Jr. Member[center][u] veil [/u] ///// PRIVACY WITHOUT COMPROMISE. ///// https://veil-project.com/[/center]
Apply  Help Veil reach a global audience by creating your own unique posts on LinkedIn!Rewards allocation: 5,000 veil in month 1 and then 3,750 veil from month 2 onwards.Terms and Conditions- Your account must have at least 100 connections.
- Your LinkedIn account must be authentic. If we deem your account to be fake, dead, inactive or a bot account you won't be accepted. You also must be an active and regular user.
- All of your posts must include the hashtags #blockchain #privacycoin #veil #veilproject.
- Your weekly posts must be at least 100 characters long, and not generic. If you are found to be copy-pasting other users' posts, you will not be awarded any stakes. Be original.
- You must complete a minimum of 1 post per week with a maximum of one post per day. We will award stakes for up to a total of 3 posts per week.
- Participants must submit their weekly reports on the bounty topic. Do not quote your previous reports.
- Any low-quality comments/posts won't be eligible for rewards. We will reject any profiles with NSFW pictures included in their album or any posts/shared related with NSFW content.
The goal is to achieve useful, high-quality advertising for Veil. If your account is of low quality or if you have a spammy looking account, you will be denied. Reward Levels- 100-500 connections 1 stake per post
- 501-1000 connections: 2 stakes per post
- 1001+ connections: 3 stakes per post
Report TemplateOnly one report per week is allowed for each participant. Please submit your reports according to the weeks mentioned above. Do not quote your previous week report, it does not help and only slows us down.Week Number: ___ LinkedIn Link: _________ Your Number on the Spreadsheet: ________ Bitcointalk Profile Link: ________
Posts: 1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____ 4 (dd/mm): _____ 5 (dd/mm): _____
Apply  Help Veil reach a global audience by posting about us on a wide variety of cryptocurrency related forums, article, or videos!Rewards allocation: 17,000 veil in month 1 and then 12,750 veil from month 2 onwards.Terms and Conditions- We will not reward low-quality posts that appear to be spamming. Posts must be genuinely insightful, constructive, and of high-quality.
- Posts made on forums or commenting on related articles and videos will be considered for entry. If commenting on an article or video, the comment must be made on relevant articles
or videos with high viewership to help spread the word about Veil. We will not accept posts made on irrelevant videos/articles that are completely unrelated to Veil or cryptocurrency.
- Posts must be made on any large cryptocurrency forum. A brief list is available on the spreadsheet.
- Posts must be related to Veil.
- We reserve the right to allocate additional stakes to users produce outstanding-quality content. This includes producing posts with high viewership, engagement, creativity,
or posted by a high profile user on the respective forum/video/article. - Posting the same post on several different forums is allowed. However, simply repeating the same post on a single forum is not. We are looking to achieve high-quality advertising for the project.
Any post or user thought to be violating this purpose will be rejected. - A minimum of 4 and a maximum of 10 posts per week will be accepted per user.
- Low-quality posts will be denied from rewards. We do not promote spamming.
Reward Levels- Low-quality posts: 0 stakes
- Medium-quality posts: 2 stakes
- High-quality posts: 4 stakes
- Extraordinary-quality posts: 5+ stakes (discretional)
Report TemplateDo not quote your previous week report, it does not help and only slows us down. You should include the link to the post you shared. Also, please ensure your posts are publicly visible, otherwise, please include a screenshot of the post rather than the direct post link.Week Number: ____ Your Number on the Spreadsheet: ________ Bitcointalk Profile Link: ________
Posts: 1 (dd/mm): _____ 2 (dd/mm): _____ 3 (dd/mm): _____ 4 (dd/mm): _____ 5 (dd/mm): _____ 6 (dd/mm): _____ 7 (dd/mm): _____ 8 (dd/mm): _____ 9 (dd/mm): _____ 10 (dd/mm): _____
Apply  Help Veil reach a global audience by adding a Veil banner to your website!Rewards allocation: 4,000 veil in month 1 and then 3,000 veil from month 2 onwards.Terms and Conditions:- Banners are available in 120x600, 250x250, 300x250 and 728x90 formats. These are animated gifs, and must be linked to https://veil-project.com/
- Your website must have an Alexa rank under 1,000,000.
- Your website must be relevant to cryptocurrency or a related field such as technology or other trending topics.
- Your website must not contain NSFW material.
- Accepted users must maintain the banners for at least 1 full week, otherwise no tokens will be allocated.
- We reserve the right to unlock and add additional tokens to the Banner Advertising Bounty should we receive any stellar applicants.
Reward LevelsBanner stakes will be distributed based on the Alexa rank of your website.- 10,000-50,000: 50 stakes
- 50,001-100,000: 30 stakes
- 100,001-250,000: 20 stakes
- 250,001-500,000: 15 stakes
- 500,000-1,000,000: 10 stakes
BannersBanners can be downloaded here: https://drive.google.com/open?id=1TroZBXZgM1bovNw0lSc6nTtulW-6wW8yApply  Help Veil reach a global audience by creating content including blogs and articles!Constructive and excellent-quality blogs and media will be further rewarded with a bonus.Rewards allocation: 20,000 veil in month 1 and then 15,000 veil from month 2 onwards.Terms and Conditions- All articles must be at least 500 words long, and must contain links to the official Veil website and the Veil Discord server. A maximum of four unique articles per person is allowed. Reposts on high-quality websites will be awarded 25% stakes (up to a maximum of two reposts per article).
- All content must be original and hence free of plagiarism. If your articles fail plagiarism checks you will be denied from stakes. Do not simply copy and paste somebody elses work.
- Articles with no to very little viewership will not be eligible for rewards. Fake or boosted view counts will be disqualified.
- Content in the following languages are accepted: English, Chinese, Korean, German, Spanish, French, Italian and Japanese. Other languages may be accepted for stakes based on quality, viewership, and originality.
- Low-quality entries will not receive any stakes. Articles will be judged at the bounty manager's discretion in terms of writing quality, viewership, engagement, and creativity. Produce high-quality content with a great audience, and you will be rewarded!
- All videos must be at least 2 minutes long, featuring high-quality content relevant to Veil. A maximum of 3 videos per person is allowed. The videos must feature unique content.
- Synthetic voices, automatically generated content, slideshows, and multi-part videos will be denied.
- Simply narrating the website or other materials will not count for stakes. Your video must be high-quality and informative.
- Your videos must have a viewership. If you have 0 views or no engagement, you will be rejected. Similarly, botted and fake views will not be counted.
- Make sure to include your Veil address at the bottom of your post or article so we can ensure your work is not plagiarized.
- Stakes will be allocated at the end of each month to ensure that applicants are fairly rewarded for both views, engagement and quality.
Reward Levels- Excellent: 10 stakes
- Good: 4 stakes
- Average: 1 stake
- Poor: 0 stakes
- Possible Bonus: Up to 50 stakes
Note: We will select ~1 article per week to receive up to 50 bonus stakes. This article will also be shared on Veil social media. If there are no high enough quality posts, this will be skipped. We will ONLY be rewarding engaging, quality content.Apply 
|
|
|
There are a few questions about coins. I sent 1 zerocoin and then I was sent 1 zerocoin. Now I have 10 ringST, how to mint them in zerocoins? Can I mint back a zerocoin to basecoin?
You can manually mint Zerocoin by going to Settings> Zerocoin Minting. In case that doesn't work you can convert RingCT to Basecoin through the console, which can then be minted in Zerocoin Minting (check the checkbox for Use Basecoin): sendringcttobasecoin BASECOINADDRESS AMOUNT
|
|
|
Just like traditional currencies and payment methods, cryptocurrencies can vary greatly in their fundamental economic design, such as in inflation rates, network fees, network incentives, and incentives for owning the coin (airdrops, % return from trading fees, etc).
What altcoin (or Bitcoin) do you think has the best cryptoeconomics and why?
|
|
|
I think the greatest contributor to price decrease in 2018 have been government bans and regulations on trading. Up until January this year, China was the largest Bitcoin market. Don't think we'll see any more major price drops unless more countries start banning.
|
|
|
Cryptocurrencies can be designed to be suitable stores of value, with superior security, cost, speed, inflation rates, etc., but for them to actually become stores of value they need high enough adoption to stabilize in value.
Gold and any other global monetary systems in the past didn't pop up overnight. They had to be adopted slowly over decades and sometimes centuries. Given the benefits I think it is only a matter of time before public blockchain cryptocurrencies supplants existing currencies.
|
|
|
What has been said in this thread, if anything, about coins who have no fixed cap, and thus unending mining designed?
What has been said in this thread, if anything, about coins who have no fixed cap, and thus unending mining designed?
The reason why there are different coin emission schemes, is that there are different ways to approach the problems of incentivizing the network and network spam. You need to somehow financially incentivize people to support the network, or the network will be weak. You need some kind of transaction fees to discourage network spam, otherwise the network will be taken down with spam. Different coins handle coin emission in different ways: Some coins have hard caps and intend to rely only on trading fees to incentivize the network. Some have very modest tail emission indefinitely to incentivize the network. Some have more sizable emission indefinitely to incentivize the network and for other purposes, i.e. funding budget system so that the project can be continually funded many years from now. But whether or not a currency has a fixed hard cap is not the most important consideration when judging whether its economics are sound. I would consider these questions more important, and they can all be achieved (or not achieved) with the 3 models above: 1. Will the network be adequately incentivized while at the same time not cost users too much in fees? The guarantee of a hard cap and the network being entirely incentivized by transaction fees may sound nice at first, but it can make it harder to balance incentivizing a robust and decentralized network, and having low enough fees that people will use it as a currency. By having tail emission, you can more easily incentivize miners or stakers regardless of how much use the currency has, and allow for lower fees by subsidizing it with constant coin supply inflation - a good thing for encouraging everyday use, but possibly a bad thing for encouraging long term depending on the answer to the next question. 2. Where do the block rewards and fees go? Some coins give block rewards and fees to miners (or split between miners and stakers), and paying miners block rewards is basically an inflation-subsidy burdened by holders who have their coin value reduced by inflation. This is when long term holding is discouraged, as long term holders can suffer multi-digit % loss in value attributable to inflation over years or decades (depending on coin). Some coins give block rewards and fees to holders who stake (or burn fees for deflation and to prevent transaction churning for increasing fees). This is inflation-subsidy as well, but it is burdened by non-stakers, whether because they choose not to or they have insufficient balance to stake. Coins that allow anyone to stake fairly, allow all holders to counteract inflation by contributing to the network. Paying network incentive to holders themselves makes it easier to achieve a good balance between incentivizing the network and low inflation/fees. 3. If there are additional sources of coin emission, do they make sense? Some coins are funded by donations, some by ICO, and some with built-in budget systems. Coins with built-in budget systems continually mint new coins to make sure R&D, marketing, support, etc can be funded. Is the budget being used transparently? Cost-effectively? If not, it is possible that the budget is controlled by incompetent rent-seekers, in which case the budget is a cost that is effectively inflation-subsidized by all of the coin holders.
|
|
|
Thanks for the help! I will make a test thread in Off-Topic and just use preview to test out formatting.
|
|
|
Where might be the appropriate forum for making a post for testing purposes? If there is a masterthread for this, can someone direct me to it? I would like to test out some formatting options that are available in the forum. Thank you.
|
|
|
|