forked from sashaastiadi/www_mycelium_net
replace all
This commit is contained in:
@@ -3,53 +3,48 @@ import { Container } from '@/components/Container'
|
||||
const faqs = [
|
||||
[
|
||||
{
|
||||
question: 'How do I know the tips are good?',
|
||||
question: 'What is Mycelium?',
|
||||
answer:
|
||||
'Our whole business depends on our tips being good, so it’s in our best interest that they are. The results of our customers speak for themselves, just trust us.',
|
||||
'Mycelium is an end-to-end encrypted IPv6 overlay network written in Rust. Each node joining the network receives an IP in the 400::/7 range, facilitating secure and private communications.',
|
||||
},
|
||||
{
|
||||
question: 'Isn’t this insider trading?',
|
||||
question: 'Is mycelium ready to scale to the world?',
|
||||
answer:
|
||||
'Yes exactly. But at scale! Historically you could only make insider trades with knowledge from your direct network. Pocket brings you insider trading tips from people you don’t even know.',
|
||||
'No, Mycelium is not yet fully scalable to a global level. Currently, each network can support around 100,000 users, but multiple networks can be deployed to expand capacity. We anticipate resolving these scalability challenges by 2025.',
|
||||
},
|
||||
{
|
||||
question: 'But isn’t insider trading illegal?',
|
||||
question: 'How do I install Mycelium?',
|
||||
answer:
|
||||
'Here’s the thing: you’re the one doing the insider trading, not us. We’re just giving you the tips and some tools to make trades. We’re not doing anything wrong here.',
|
||||
'The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable.',
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
question: 'Do the people giving you tips realize what they are doing?',
|
||||
question: 'How can I find and use my Mycelium address?',
|
||||
answer:
|
||||
'Again I would argue this isn’t really our responsibility. People make their own choices. If they don’t research the consequences that’s on them, not on us.',
|
||||
'Upon using the Mycelium app, you\'re assigned a unique Mycelium address. To copy this address, click the button located to the right of the displayed address in the app interface.',
|
||||
},
|
||||
{
|
||||
question: 'Where is Pocket based?',
|
||||
question: 'Can I deploy workloads on the TFGrid using Mycelium?',
|
||||
answer:
|
||||
'Let’s just say it’s not somewhere where the SEC is going to find us.',
|
||||
'Yes, after installing Mycelium, you can deploy workloads on the TFGrid and connect to them using the Mycelium network. Detailed deployment guides are available in the documentation.',
|
||||
},
|
||||
{
|
||||
question: 'Is there any age limit to trading on Pocket?',
|
||||
question: 'Is there an API available for Mycelium?',
|
||||
answer:
|
||||
'For our free plan, the age limit is based on the minimum age to trade in your country of residence. Our VIP plan uses advanced transaction anonymization though, so you can use that plan even if you’re 9 years old. Or a dog.',
|
||||
'Yes, Mycelium offers an API for administrative operations, peer management, and message subsystem operations. Comprehensive API documentation can be found in the official Mycelium GitHub repository.',
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
question: 'How did you get this on the App Store?',
|
||||
question: 'What should I do if I encounter issues during installation or usage?',
|
||||
answer:
|
||||
'Honestly we were surprised too, but eventually we found out that the app reviewer found the app so compelling they approved it just so they could use it themselves.',
|
||||
'If you face any challenges, refer to the troubleshooting section in the Mycelium documentation. Additionally, ensure that all prerequisites are met, such as having wintun.dll in the correct directory for Windows installations.',
|
||||
},
|
||||
{
|
||||
question: 'How do I explain the money I withdraw from Pocket to the IRS?',
|
||||
question: 'How does Mycelium handle routing within its network?',
|
||||
answer:
|
||||
'This feels like one-hundred percent a you problem. Pocket is not responsible in any way for your tax returns.',
|
||||
},
|
||||
{
|
||||
question: 'How do I become an insider?',
|
||||
answer:
|
||||
'Contact us with some details about your industry and the type of access you have to apply for an insider account. Once approved, we’ll send you a guide on collecting insider information without being detected at work.',
|
||||
'Mycelium incorporates core principles of the Babel routing protocol, enabling efficient and dynamic routing within its encrypted IPv6 overlay network.',
|
||||
},
|
||||
],
|
||||
]
|
||||
|
Reference in New Issue
Block a user