Difference between revisions of "Cryptocurrency"
Plittlefield (talk | contribs) (→Mining) |
Plittlefield (talk | contribs) |
||
Line 212: | Line 212: | ||
* Type the command <code>update-grub</code> to save your changes. | * Type the command <code>update-grub</code> to save your changes. | ||
* Then, type <code>reboot</code> and watch the magic happen :) | * Then, type <code>reboot</code> and watch the magic happen :) | ||
+ | |||
+ | ==== Help ==== | ||
+ | |||
+ | [https://www.nicehash.com/blog/post/how-to-make-a-coinbase-withdrawal-from-nicehash-2022#! How to make a Coinbase withdrawal from NiceHash] | ||
=== Hiveon === | === Hiveon === |
Revision as of 13:02, 11 August 2023
Cryptocurrency is decentralized digital money designed to be used over the internet. Bitcoin, which launched in 2008, was the first cryptocurrency, and it remains by far the biggest, most influential, and best-known. In the years since, Bitcoin and other cryptocurrencies like Ethereum have grown as digital alternatives to money issued by governments. There are now over 20,000 different cryptocurrencies in circulation.
Buying
The easiest way to acquire cryptocurrency is to purchase on an online exchange like Coinbase, which is the world's most trusted and most secure platform to buy, sell and manage crypto.
Top Assets
- Bitcoin
- Ethereum
- Tether
- XRP
- Cardano
- Dogecoin
- Solana
- TRON
- Litecoin
- Polygon
https://www.coinbase.com/browse
Exchanges
Binance
Coinbase
API
Prices
curl -s https://api.coinbase.com/v2/prices/ETH-USD/spot | jq -r .data.amount
ByBit
AI
BotCrypto - Crypto Trading Bots
Trading
A Complete Guide to Cryptocurrency Trading for Beginners
Investocks - Investocks allows you to actively invest in most popular cryptocurrencies such as Bitcoin, Ethereum, Ripple, Litecoin and more, profit from market rallies and declines, or hedge your existing cryptocurrency holdings.
Staking
Staking is a process by which individuals lock their cryptocurrency (their "stake") to support the security and operation of a blockchain network. When someone stakes their coins, they are essentially helping to secure the chain and validate transactions on the blockchain.
Staking is only possible on blockchains such as Ethereum and Cardano based on a proof-of-stake (PoS) consensus mechanism. PoS differs from the proof-of-work (PoW) used in cryptocurrencies such as Bitcoin, where miners use computing power to validate transactions. Staking coins makes users' holdings less liquid because the coins are tied up in the staking process.
Individuals can usually still access their staked coins but may only be able to use them for other purposes once they are no longer staked. You can unstake your crypto at any time, and your crypto is always yours.
Example rates ...
- USD Coin = 4.60%
- Solana = 4.35%
- Ethereum = 3.29%
- Cardano = 2.00%
Coinbase Help - Earn Rewards with Staking
Binance Help - What is Staking?
Tax
UK Tax Law - Easily sync wallets and prepare HRMC forms
Mining
Cryptocurrency mining is the process of validating transactions and adding them to a blockchain by solving complex mathematical puzzles, typically done using powerful computers to earn rewards. (Thanks My ChapGPT:)
Mining is the process that Bitcoin and several other cryptocurrencies use to generate new coins and verify new transactions. It involves vast, decentralized networks of computers around the world that verify and secure blockchains - the virtual ledgers that document cryptocurrency transactions.
XMRig
XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.
Installation and Usage
System Tweaks
First, if you have 4GB or more RAM for your rig, then enable Huge Pages support in Linux, which will improve your mining performance ...
sudo bash -c "echo vm.nr_hugepages=1280 >> /etc/sysctl.conf" sudo sysctl -w vm.nr_hugepages=1280
Compile Software
Generate Configuration
Generate your config file using the XMRig Wizard, which will look something like this ...
{ "autosave": true, "cpu": true, "opencl": false, "cuda": false, "pools": [ { "coin": "monero", "algo": "rx/0", "url": "stratum+tcp://randomxmonero.auto.nicehash.com:9200", "user": "NHbLd5exQeCGGyWnopVoLHLbzexKN5z8iq7p.raspberrypizero2", "pass": "x", "tls": false, "keepalive": true, "nicehash": true } ] }
Start XMRig
Then, save it to a file and use that on the command line ...
./xmrig -c /Users/paullittlefield/xmrig_config.json
If successful you will see the following ...
* ABOUT XMRig/6.20.0 clang/13.0.0 * LIBS libuv/1.46.0 OpenSSL/3.1.2 hwloc/2.9.2 * HUGE PAGES supported * 1GB PAGES unavailable * CPU Intel(R) Core(TM) i5-4308U CPU @ 2.80GHz (1) 64-bit AES L2:0.5 MB L3:3.0 MB 2C/4T NUMA:1 * MEMORY 6.2/8.0 GB (77%) DIMM0: 4 GB DDR3 @ 1600 MHz 0x484D54343531533641465238412D50422020 DIMM0: 4 GB DDR3 @ 1600 MHz 0x484D54343531533641465238412D50422020 * MOTHERBOARD Apple Inc. - Mac-189A3D4F975D5FFC * DONATE 1% * ASSEMBLY auto:intel * POOL #1 stratum+tcp://randomxmonero.auto.nicehash.com:9200 coin Monero * COMMANDS hashrate, pause, resume, results, connection * OPENCL disabled * CUDA disabled [2023-08-10 21:47:09.349] net use pool randomxmonero.auto.nicehash.com:9200 34.149.22.228 [2023-08-10 21:47:09.350] net new job from randomxmonero.auto.nicehash.com:9200 diff 238106 algo rx/0 height 52433 [2023-08-10 21:47:09.350] cpu use argon2 implementation AVX2 [2023-08-10 21:47:09.350] randomx init dataset algo rx/0 (4 threads) seed c5596b1df4d0b3f5... [2023-08-10 21:47:09.942] randomx allocated 2336 MB (2080+256) huge pages 0% 0/1168 +JIT (592 ms) [2023-08-10 21:47:20.091] randomx dataset ready (10148 ms) [2023-08-10 21:47:20.091] cpu use profile rx (2 threads) scratchpad 2048 KB [2023-08-10 21:47:21.257] cpu READY threads 2/2 (2) huge pages 0% 0/2 memory 4096 KB (1167 ms) [2023-08-10 21:47:39.118] net new job from randomxmonero.auto.nicehash.com:9200 diff 238106 algo rx/0 height 52433
NiceHash
NiceHash is the world's leading hashpower marketplace, where you connect your computers as miners and earn Bitcoin for every share.
Links
CPU and GPU Mining with NiceHash QuickMiner
NiceHash Rig Manager User Guide
Connect HiveOS rig to NiceHash
Mining Hardware
Type | Name | Speed | Profitability |
---|---|---|---|
CPU | Intel(R) Core(TM) i3 CPU M 380 @ 2.53GHz | 0.28 kH/s | 0.00000035 |
CPU | Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz | 0.79 kH/s | 0.00000082 |
CPU | AMD FX(tm)-4350 Quad-Core Processor @ 4.20GHz | 0.95 kH/s | 0.00000104 |
GPU | Nvidia GeForce GTX 960 | Example | Example |
Example | Example | Example | Example |
Disable X on NiceHash OS
- Set your SSH password and/or SSH Key in the
configuration.json
file on the root of the USB drive. - Use the USB drive in your computer and boot as normal.
- Watch the NHM4 Information screen for registration and check your web Dashboard for the rig to appear correctly.
- Log in to your rig over SSH and type 'sudo -i' to become root.
- First, disable X with the command
systemctl disable lightdm.service
- Second, make the boot console only with the command
nano /etc/default/grub
and change the lines so that it they readGRUB_CMDLINE_LINUX_DEFAULT="text nomodeset quiet consoleblank=60"
andGRUB_TERMINAL=console
- Type the command
update-grub
to save your changes. - Then, type
reboot
and watch the magic happen :)
Help
How to make a Coinbase withdrawal from NiceHash
Hiveon
Hiveon is the ultimate mining platform which allows users to setup, mine and control processes more effectively and hassle-free across thousands of rigs all from a single place. Everything you and your team need to keep your farm at peak efficiency.
- Farm = a group of rigs which mine.
- Rig = a mining device equipped with a motherboard, CPU, RAM, SSD/HDD, and GPU.
- Worker = a piece of hardware which will mine.
Setup
I really needed these simple, step by step instructions because it is not clear and some of the links are dead (sigh).
STAGE 1
- create an account at Hiveon
- confirm the link in the email
- log in
- your first farm will be automatically created
- click add rig
- follow the wizard to download the Hiveon OS and burn it to your USB drive
- in the wizard, download the rig.conf file
- when the USB drive has finished being created, take it out, then back in and mount HIVE partition
- copy that rig.conf file to the HIVE partition and then unmount the drive partition
- pull out the drive and put it in your mining rig computer
- start the computer and watch your Hiveon Dashboard for the rig to appear in your farm
STAGE 2
How to create a wallet and a flight sheet, and to start mine in Hiveon OS
My God, this was hard work...
https://hiveon.com/forum/t/nicehash-read-error-end-of-file/81387/8
Help
Change the repo used in the HiveOS ubuntu distribution ...
Dashboard > Farm > Rig > Settings > Repo Select: http://download2.hiveos.farm/repo/binary
When you try to upgrade and it fails with the following error:-
selfupgrade && sreboot (failed, exitcode=100)
Open a web shell and type the following ...
sudo -i rm /var/lib/apt/lists/* -vf
Edit the file /etc/apt/sources.list.d/hiverepo.list and delete all of it then add this line ...
deb [trusted=yes] http://download2.hiveos.farm/repo/binary /
Then, continue with these commands ...
apt-get clean apt-get update apt-get check selfupgrade sreboot
Links
Connect HiveOS rig to NiceHash
The most profitable Ethereum Classic mining pool for GPU rigs
How to Install Hive OS to a M.2 SATA or mSATA drive
Bobcat Miner 300
The Bobcat Miner 300 is a wireless hotspot miner that allows users to mine Helium (HNT) cryptocurrency by providing wireless coverage and processing wireless transactions.
Setup
Current firmware version: 1.0.3.17 My firmware version: 1.0.2.1Z_11217
Plug in your Ethernet cable first, then turn it on. Find out the IP address by using a network scanner then connect to it with your web browser. This will load the 'Diagnoser Diagnostic Dashboard' Then, click Reset to reset it, which will force it to firmware update over the Internet (and not it's antenna). When prompted, type "I Agree" and then YES, and then type in the username and password:-
username: bobcat password: miner
Wait. Wait some more. During The LED light will turn white, yellow, red, yellow and then green. This can take days. Wait for the light to go GREEN.
Continue with the Quick Start Guide.
Help
https://zendesk.bobber.com/hc/en-us/articles/4412905659675-How-to-Get-OTA-Updates-
https://cryptoguzzler.com/bobcat-miners-everything-to-know/
https://www.reddit.com/r/HeliumNetwork/comments/12v5mbg/bobcat_miner_stuck_at_error_wait/
https://www.reddit.com/r/HeliumNetwork/comments/15b8h7d/setting_up_bobcat300_uk/
https://device.report/bobcat/MINER3001
Docker
Help
How do I move crypto between my Coinbase Wallet and Coinbase.com account? | Coinbase Help