Although the on-chain indicators point towards the worst-ever BTC bearish market, they also underscore the increasing resilence of hodlers.
The number of hodlers not selling ever under extreme market conditions has become higher than in previous bearish markets.
|
|
|
With the regard to the adoption of blockchain technology, the U.S. is not behind any other country, but besides that, when it comes to crypto mining it holds more than a third on a global scale. The share of the American hashrate has been increasing since 2019 when it represented only 5.3% of the global hashrate. The demand for cryptographic mining in the United States began to increase rapidly when the Government of China banned crypto mining in 2021. When it comes to mining, Kazakhstan comes in second place, accounting for 19% of the global hashrate. Canada comes third at 11%, followed by Malaysia (6%) and Germany (5%). All other countries where crypto mining is permitted account for less than 22% of the global share. 
|
|
|
What would you have today if you had invested $1,000 in these cryptocurrencies three years ago? 
|
|
|
If somebody had asked you a decade ago if you wanted to invest in stocks of the world's largest corporations or in Bitcoin, what would you choose? How would you respond if someone asked you the question today? Here's the overview of historical prices 2012-2022: https://www.youtube.com/watch?v=jjFdHNCEgQ4
|
|
|
Crypto is no longer a men-only business. Every year, more and more women get jobs in this industry. And even more, women are showing interest in investing in bitcoin. All this has happened in only 13 years, making crypto the industry where women's share has grown most rapidly. With crypto to equality: https://www.youtube.com/watch?v=_W6ZzaY6sAM
|
|
|
As we have seen BTC skyrocketing past $41k per token as trading volumes between the Russian ruble and BTC jump to a nine-month high, what do you expect to happen as soon as currency markets stabilize after the initial shock?
|
|
|
We have seen today the disclosure of reports showing that the NFL lobbied the SEC on “issues related to blockchain technology” from July through December last year.
That was followed by the information that crypto is set to be heavily advertised during Sunday’s Super Bowl, as various cryptocurrency businesses are said to have spent millions to promote their products.
What kind of outcome do you expect after this lobbying? Do you think the SEC will change the way it treats crypto?
|
|
|
It is true that there have been many worrying moves by the monetary authorities before, but never before since the existence of cryptocurrencies has inflation been so high. Our question is precise whether you expect investors with mixed portfolios to decide to move their assets to crypto as a safe harbor sooner than to the dollar, yen, or gold, for example.
|
|
|
The impact of the Fed’s decision to tighten policy to halt inflation will help determine whether bitcoin will see another banner year.
What would be the result of the hasty moves in Fed policy to affect the price of bitcoin during 2022? Kindly, choose one of the following answers and please share your opinion.
1. Frequent price rises and falls;
2. It will boost the price;
3. It will lower the price;
4. No significant impact expected.
|
|
|
Hello everyone, TeslaWatt has an open position in Nevada.
Position: DC Lead - Manager of data center Location: Gardnerville, Nevada, USA. Accommodation: Excellent provided by the employer in Gardnerville, Nevada. Monday to Friday 8 am - 4.30 pm, 100% on-site working requirements.
Job description: DC Tech Lead-Manager in a professional data center specially designed for mining cryptocurrency. Supervising daily operations in the facility and active daily communication with the support team and management.
Qualification: U.S. Citizenship or valid green card.
Skills & Abilities: Ability to interact with others in a professional and efficient manner, with good communicational skills. Organized and problem-solving personality, paying attention to details.
Phone: 775 339 9255 E-mail:gmiljkovic@teslawatt.com
|
|
|
And the reasons anyone would be interested in loading unknown firmware from an unknown source and running it would be...? Telling us what it does that OEM firmware does not do would be a start...
You can see review (features) here from S9 device hosted in our data center: https://youtu.be/unuZLMkLlRA
|
|
|
We made firmware for S9 ONLY. You can test it. File description: MD5: 6e68e11127e8aaa0546cce0828486ac1 File Size: 81MB S9 image ONLY Is intended to run on SDcard ONLY Installation guide for S9 firmware: 1.Download firmware: http://teslawatt.com/files/firmware/v1/tswos1.0-s9-20210402.img 2. Verify MD5 3. Burn image to microSD Card 4. Boot from microSD card; - Remove jumper from JP4 from left to right; - Put microSD into slot; You can find more details on this step here: https://youtu.be/i46YWGBEvC4 5. Power On miner and wait for 15sec to obtain miner IP address automatically 6. Access your miner via web 7.Credentials: user:admin password:teslawatt
|
|
|
Error is miner status "dead". No accepted works and no accepted hashing. I don't get any specific err-msg. I am unable to paste php code here in forum but you can see it on the following link: https://github.com/btccom/btcpool-ABANDONED/issues/16. This is the original post that we found as solution to user list problem and used the exact code SwimmingTiger posted. But I can see here for the first time "ABANDONED" inserted in link on github (it was not there before 7 days). Please be free to add some php code to existing one in case that you think that you might solve the issue we have.
|
|
|
Thanks for the responding! I created file name " userlist.php" please check my screenshots. https://imgur.com/v7hu2lmhttps://imgur.com/xqdutVfroot@ubnt:/work/btcpool/build/run_sserver# cat sserver.cfg # # stratum server cfg # # @since 2016-06 # @copyright btc.com #
# is using testnet3 testnet = true;
kafka = { brokers = "127.0.0.1:9092" };
sserver = { ip = "0.0.0.0"; port = 3333; ##added type = "BTC"; default_difficulty = "4000"; max_difficulty = "4000000000000000"; min_difficulty = "40"; # topics job_topic = "BtcJob"; share_topic = "BtcShare"; solved_share_topic = "BtcSolvedShare"; auxpow_solved_share_topic = "AuxSolvedShare"; # auxpow (eg. Namecoin) solved share topic rsk_solved_share_topic = "RskSolvedShare"; common_events_topic = "BtcCommonEvents";
# should be global unique, range: [1, 255] id = 1;
# write last mining notify job send time to file, for monitor file_last_notify_time = "/work/btcpool/build/run_sserver/sserver_lastnotifytime.txt";
# how many seconds between two share submit share_avg_seconds = 10;
########################## dev options #########################
# if enable simulator, all share will be accepted. for testing enable_simulator = true;
# if enable it, all share will make block and submit. for testing enable_submit_invalid_block = false;
# if enable, difficulty sent to miners is always miner_difficulty. for development enable_dev_mode = false;
# difficulty to send to miners. for development miner_difficulty = 0.005;
###################### end of dev options ###################### };
users = { # # https://example.com/get_user_id_list?last_id=0 # {"err_no":0,"err_msg":null,"data":{"jack":1,"terry":2}} # # There is a demo: https://github.com/btccom/btcpool/issues/16#issuecomment-278245381 # list_id_api_url = "http://localhost:8000/userlist.php"; };
##added management = { enabled = true; # default: true
kafka_brokers = "127.0.0.1:9092"; # "10.0.0.1:9092,10.0.0.2:9092,..." controller_topic = "BtcManController"; processor_topic = "BtcManProcessor";
auto_switch_chain = false; }; root@ubnt:/work/btcpool/build/run_sserver#
Also you can see we have PHP started on the server. Also I added the same file in the stratum. Please check output. sserver.cfg has only 77 line of code. (I am using Linux OS for the server). Yes we made. This assumes you saved the get-user-list.php file directly in htdocs (I don't have htdocs on the Linux server). I started PHP with -s lightweight server.
|
|
|
Can you please tell me how to add user in the db? I found this issue how to insert user in db for testing backend, you can check here: https://github.com/btccom/btcpool/issues/16. And still doesn't work. I don't know how to insert username in db on the another way?
|
|
|
Was your other post deleted? I answered your question on that topic, not sure what happened!!
You need to use a username and not a wallet address, that user name needs to be in your db, I looked into the table name and I forgot it, but there will be user/worker database table, the worker name needs to match with one of the rows in there, only then it will show alive.
As far as connecting that to your wallet, you have to know that you are now running your own pool, so you need to find a block to get any rewards, search the code and you will find "genesis transaction" that's where your wallet address goes to.
May I ask what are you trying to achieve by running your own copy of btc.com?
Yes the post was deleted. I don't know why. I am testing different open source softwares. Thanks for your answer I will check db record and will get back to you.
|
|
|
TeslaWatt has an exclusive offer for 100 x S19 (95T) units that can be deployed in 48 hours after the payment is received. Miners are already located in our U.S. facility. These miners are within warranty period for 290-300 days more. S19 (95T) - $3,100ALL IN price, no additional costs. This offer is available for Teslawatt customers ONLY and the units will be hosted at TeslaWatt facility on 18 months hosting agreement. Please note, there is no available hardware from Bitmain directly with delivery before May/June 2021. For more info please reach us at sales@teslawatt.com
|
|
|
|