Saturday, December 22, 2018

I've started working on modifying the Vive wireless adapter for better passive cooling.

First and foremost: I voided my warranty, this is not a how to, this is an attempt to see if anyone else is working on a similar solution and to get as much input from as many people as possible. Please chime in if you have any thoughts on the subject. I have the Pro version, which means the adapter is under more strain, it's constantly at the bandwidth limit in most games.

I have no background in engineering nor am I in any way qualified to do this, but I did mine bitcoin back in the day and learned a lot about heat accumulation and dissipation. My proudest achievement was running a 6 GPU rig on my balcony for a year consecutively in Finland with the ambient temperature of -30c to +40c. Almost nothing ever caught fire :) This experience leads me to think that it's a bad idea to draw more power trough the headset, from the same battery for a fan. Also I have long hair and am downright afraid of adding a fan to my head.

I have begun to cut off some, not all of the, "plastic strips" covering the openings in the adapter. I intend to remove about half of them, every other to be exact, removing all seems like it could weaken the "chassis" too much. If that is not sufficient then I'll open the entire thing out and try to figure out if there are spots where small aluminum heat sinks could be added without interfering with the reception. What material would be the least interfering with the reception whilst having the greatest possible thermal conductivity? The answer is probably not metal at all?

Here's where I began, I intend to go back and smooth the edges, possibly with a soldering iron: https://imgur.com/a/smMdT7n

I'll try to post updates in comments as the chopping progresses, hopefylly we see some input before entirely "gut the sucker" :)

Anyone considering adding a fan might want to cut off the "plastic strips" covering the openings in the adapter from beneath the spot you intend to add the fan to, especially if you intend to glue the fan on to the adapter. Actually I can guarantee this will improve the (unknown to me) efficiency of your fan mod by a double digit %.

[edit1]

I have removed roughly half of the strips and done some testing, not enough to say anything conclusive, but the adapter seems slightly cooler after and during intense use. I did play a full battery's worth of Skyrim without seeing a grey screen, this has happened before, but not that often. I discovered the back "plastic strip" has a clip that's holding the enclosure together. Had I known this I would of not cut it, looks like it missing wont be a problem tough. I have clearly created openings that will gather dust, so from here on I'll make a routine of blasting the adapter with air duster from time to time. It's obviously also more vulnerable to liquids now, but I don't see any sweat getting in from the top and sides where the modifications are.

Has anyone opened the adapter up, does a teardown guide exist?



/r/Monero Weekly Discussion – December 22, 2018 - Use this thread for general chatter, basic questions, and if you're new to Monero

Index

  1. General questions
  2. Wallet: CLI & GUI
  3. Wallet: Ledger
  4. Nodes

1. General questions

Where can I download the Monero wallet?

There are multiple Monero wallets for a wide range of devices at your disposal. Check the table below for details and download links. All wallets listed below are open source. Attention: for extra security make sure to calculate and compare the checksum of your downloaded files.


Desktop wallets

Wallet Device Description Download link
"Official" GUI / CLI Windows, Mac OS X, Linux The default implementation that is maintained by the core team. Use this one to run a full node and obtain maximum privacy.Has Ledger (hardware wallet) integration. Current version: 0.13.0.4 / 0.13.0.4. GetMonero.org
MyMonero Windows, Mac OS X, Linux MyMonero is a lightweight wallet, which means you don't need to download the blockchain and run a node. MyMonero was developed with the assistance of the core team. They also have web-based and iOS versions. GitHub

Mobile wallets

Wallet Device Description Download link
Monerujo Android Popular Android lightweight wallet that has very cool features, like integration with xmr.to which lets you send payments in BTC using your XMR. It also has Ledger (hardware wallet) integration. Website: https://www.monerujo.io/. Google Play / F-Droid / GitHub
MyMonero iOS iOS version of the MyMonero wallet. All versions have interoperability. App Store
Cake Wallet iOS Popular iOS lightweight wallet that has integration with MorphToken, which means you can instantly exchange your XMR to other coins and tokens. Website: https://cakewallet.io/ App Store
X Wallet iOS Another iOS lightweight wallet. Website: https://xwallet.tech/ App Store
Edge Wallet Android / iOS This is a multi-assets wallet, meaning you can store Monero, Bitcoin, Ethereum and other tokens in one single app. https://edge.app/ ⚠️ Relatively new - use with caution! ⚠️ Google Play / App Store

Web-based wallets

Wallet Description Link
MyMonero Web version of the MyMonero wallet. All versions have interoperability. Web
XMRWallet Web wallet with TOR support. ⚠️ Relatively new - use with caution! ⚠️ Web / Onion URL

How long does it take for my balance to unlock?

Your balance is unlocked after 10 confirmations (which means 10 mined blocks). A block is mined approximately every two minutes on the Monero network, so that would be around 20 minutes.

How can I prove that I sent a payment?

The fastest and most direct way is by using the ExploreMonero blockchain explorer. You will need to recover the transaction key from your wallet (complete guide for GUI / CLI).

How do I buy Monero (XMR) with Bitcoin (BTC)?

There are dozens of exchanges that trade Monero against Bitcoin and other cryptocurrencies. Check out the list on CoinMarketCap and choose the option that suits you best.

How do I buy Monero (XMR) with fiat?

  • Kraken (USD and EUR): old-school, decent exchange. They might require your documents for verification and approval of your account.
  • LocalMonero: peer-to-peer exchange. They have pretty much everything as a payment method and they support hundreds of fiat options.

How do I mine Monero? And other mining questions.

The correct place to ask questions and discuss the Monero mining scene is in the dedicated subreddit r/MoneroMining. That being said, you can find a list of pools and available mining software in the GetMonero.org website.


2. Wallet: CLI & GUI

Why I can't see my balance? Where is my XMR?

Before any action there are two things to check:

  1. Are you using the latest available version of the wallet? A new version is released roughly every 6 months, so make sure you're using the current release (compare the release on GetMonero.org with your wallet's version on Settings, under Debug info).
  2. Is your wallet fully synchronized? If it isn't, wait the sync to complete.

Because Monero is different from Bitcoin, wallet synchronization is not instant. The software needs to synchronize the blockchain and use your private keys to identify your transactions. Check in the lower left corner (GUI) if the wallet is synchronized.

You can't send transactions and your balance might be wrong or unavailable if the wallet is not synced with the network. So please wait.

If this is not a sufficient answer for your case and you're looking for more information, please see this answer on StackExchange.

How do I upgrade my wallet to the newest version?

This question is beautifully answered on StackExchange.

Why does it take so long to sync the wallet [for the first time]?

You have decided to use Monero's wallet and run a local node. Congratulations! You have chosen the safest and most secure option for your privacy, but unfortunately this has an initial cost. The first reason for the slowness is that you will need to download the entire blockchain, which is considerably heavy (+70 GB) and constantly growing. There are technologies being implemented in Monero to slow this growth, however it is inevitable to make this initial download to run a full node. Consider syncing to a device that has an SSD instead of an HDD, as this greatly impacts the speed of synchronization.

Now that the blockchain is on your computer, the next time you run the wallet you only need to download new blocks, which should take seconds or minutes (depending on how often you use the wallet).

I don't want to download the blockchain, how can I skip that?

The way to skip downloading the blockchain is connecting your wallet to a public remote node. You can follow this guide on how to set it up. You can find a list of public remote nodes on MoneroWorld.

Be advised that when using a public remote node you lose some of your privacy. A public remote node is able to identify your IP and opens up a range for certain attacks that further diminish your privacy. A remote node can't see your balance and it can't spend your XMR.

How do I restore my wallet from the mnemonic seed or from the keys?

To restore your wallet with the 25 word mnemonic seed, please see this guide.

To restore your wallet with your keys, please see this guide.


3. Wallet: Ledger

How do I generate a Ledger Monero Wallet with the GUI or CLI?

This question is beautifully answered on StackExchange. Check this page for the GUI instructions, and this page for the CLI instructions.


4. Nodes

How can my local node become a public remote node?

If you want to support other Monero users by making your node public, you can follow the instructions on MoneroWorld, under the section "How To Include Your Node On Moneroworld".

How can I connect my node via Tor?

This question is beautifully answered on StackExchange.



[Daily Discussion] Saturday, December 22, 2018

Thread topics include, but are not limited to:

  • General discussion related to the day's events
  • Technical analysis, trading ideas & strategies
  • Quick questions that do not warrant a separate post

Thread guidelines:

  • Be excellent to each other.
  • Do not make posts outside of the daily thread for the topics mentioned above.

Other ways to interact:


Friday, December 21, 2018

[Daily Discussion] Saturday, December 22, 2018

Thread topics include, but are not limited to:

  • General discussion related to the day's events
  • Technical analysis, trading ideas & strategies
  • Quick questions that do not warrant a separate post

Thread guidelines:

  • Be excellent to each other.
  • Do not make posts outside of the daily thread for the topics mentioned above.

Other ways to interact:


VIAZ- BLOCKCHAIN BASED PEER TO PEER FUNDING PLATFORM

https://i.redd.it/4lsnrd1v0s521.jpg

What Is VIAZ?

VIAZ is a decentralized application ("DAPP")running on the Tezos blockchain. It looks to take out the hole between the loan specialists and borrowers of cryptographic forms of money and fiat and in doing as such, make the cryptocurrency showcase favorable for both cryptocurrency and fiat devotees.

Also, Viaz goes for helping billions of individuals overall who don't approach banks by furnishing them with a way to exploit the worldwide system of loan specialists and borrowers accessible on the Viaz organize from the accommodation of their portable or work area gadgets.

At present, the limits that exist in the customary saving money space have made it hard to make a center ground between digital forms of money, fiat, and value. In any case, Viaz will separate these boundaries and interface advanced resources, value, and fiat in manners that were recently esteemed unthinkable. This will result in the formation of increasingly worldwide associations and strengthening of people to take control of their budgetary fates.

How VIAZ Tezos Peer To Peer Blockchain Funding Platform Works

Viaz looks to urge its record holders to get fiat or crypto through utilizing their tokens as guarantee. At first, Viaz tokens and Tezzies ("XTZ"), the local token of Tezos, will be the main acknowledged security. Later on, Bitcoin and different altcoins will be added to the platform.

When a borrower posts an advance, a smart contract is made by the platform and the advance is recorded on the Tezos blockchain record. Banks will at that point get the opportunity to offer on the distinctive financing openings relying upon the loan costs. In situations where the bank needs to finance the credit at higher loan costs, they can do as such and acquire higher loan costs. The advance reimbursement by the borrower will be through the Tokens of the Viaz platform.

Viaz naturally issues clients with a fiat and crypto wallet once they join on the platform. Through the wallet, clients could deal with their portfolio and exchange assets on or off the Viaz decentralized platform.

VIAZ Benefits

Availability

The day by day tasks of the Viaz platform are increasingly available contrasted with the conventional loaning frameworks, as its highlights are perfect with IOS and Android working frameworks. In this manner, clients can utilize the Viaz versatile application from their gadgets for nothing out of pocket.

Secure

The Viaz platform works on the Tezos blockchain organize that is monetarily secure, as it records every one of the exchanges on its record that isn't alterable or open by outsiders. Also, Viaz gives clients a cryptocurrency and fiat wallet that makes it workable for them to safely store their assets, deal with their portfolios, and exchange reserves.

No Taxes

Contrasted with the present loaning frameworks and organizations, Viaz will be less expensive as borrowers won't need to make good on government obligations on the obtained cash.

Hazard Free

For borrowers to post advance demand on Viaz, they should vow a specific measure of guarantee. This shields the loan specialists from the danger of losing their cash in the event that they default.

No Fees

Clients are not required to pay any join, month to month or upkeep charges to Viaz. The platform will produce pay for itself by deducting a little rate from the enthusiasm on all advance reimbursements.

For more information
Website-https://viaz.io/

Whitepaper- https://viaz.io/documents/Viaz-Whitepaper_EN.pdf

Bounty0x ID: ecamli


[Daily Discussion] Saturday, December 22, 2018

Thread topics include, but are not limited to:

  • General discussion related to the day's events
  • Technical analysis, trading ideas & strategies
  • Quick questions that do not warrant a separate post

Thread guidelines:

  • Be excellent to each other.
  • Do not make posts outside of the daily thread for the topics mentioned above.

Other ways to interact:


Why This Billionaire Investor is Betting on a Project Bringing Bitcoin Payments to Starbucks (current BTC/USD price is $3882.00911904)

Latest Bitcoin News:

Why This Billionaire Investor is Betting on a Project Bringing Bitcoin Payments to Starbucks

Other Related Bitcoin Topics:

Bitcoin Price | Blockchain | ICOs


The latest Bitcoin news has been sourced from the CoinSalad.com Bitcoin Price and News Events page. CoinSalad is a web service that provides real-time Bitcoin market info, charts, data and tools. Follow us on Twitter @CoinSalad.