Bitcoin Forum
April 19, 2024, 09:43:28 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / What happened with coinmarketcap on: August 03, 2018, 03:22:08 PM
lol  Grin Grin
maybe it has been hacked.  Shocked


2  Other / Off-topic / [Did You Know] - Identifying Duplicate Values in a Spreadsheet on: April 13, 2018, 07:26:09 AM
Hello, Cheesy

This is reason why i create topic!!!


for example, i have some Duplicate Values in a spreadsheet like this:



So, how to find Duplicate Values?

1. Select your data => Click Format > Conditional formatting



2. From the:

- "Format cells if..." dropdown menu select "Custom formula is:", and write:


Code:
=countif(A:A,A1)>1

- "Formatting style": choose the color you want. ( i choose red background)

=>> "Done"


Now you have a result (red is the Duplicate Values) :



"aralzain17" vs "aralzajn17"

---------------------------------------

If you have a big data in spreadsheet:

install add-on "Sort by color" :




type : "Sort by color" => press Enter => "+Free"



after finish, Choose column which you want to find Duplicate Values ( i choose column B to check profile link) ). Click to Add-ons => sort by color => sort by cell color.

you got the Duplicate Values on Top or Bottom:





Cheers, Grin Grin Grin

3  Alternate cryptocurrencies / Mining (Altcoins) / Can't mine XMR on Linux VPS on: July 29, 2017, 11:29:57 AM
Hi,  Grin
i have a problem with my VPS.

Stratum connection failed: connection time out after 3000 miliseconds
....retry after 10 seconds




This is my code:

Code:
sudo apt-get install git libcurl4-openssl-dev build-essential libjansson-dev autotools-dev automake
&&
sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 200))
&&
git clone https://github.com/hyc/cpuminer-multi
&&
cd cpuminer-multi
&&
./autogen.sh
&&
CFLAGS="-march=native" ./configure
&&
make
&&
sudo ./minerd -a cryptonight -o stratum+tcp://xmr.prohash.net:1111 -u 48BttCGZ4VVFiLv2ieFd1o1R3ghystBU7Uu86g6eTfaUByHueZCWFteQwPo4zC3dRkKK6DaHSmAuCaUCG7HQ81Dt49Jd9EX -p x -t 2

I don't know how to fix it  Huh Please help me  Cheesy Cheesy thank you so much  Kiss Kiss
4  Bitcoin / Bitcoin Technical Support / i can't copy my address wallet bitcoin!! on: July 06, 2017, 12:52:41 AM
when i copy any address, the result always is: 1K2k7q3bHvFntdmPECWgAK3mVeb4tfNAwf
but this wallet is not mine.  Huh
can you help me to fix this issue?  Roll Eyes
thank you so much.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!