Tuesday, May 23, 2023

Earn Extra Pocket Money with VISA Prepaid Card



I have been using VISA Prepaid Card a lot recently, especially to carry out online purchases as an additional firewall for my online payment. At the same time,  the same wallet are supporting multiple VISA prepaid cards, I am actually issuing additional cards for my kids as well to facilitate them for any payment at anywhere supporting VISA payment, for example, convenience stores, 7-11, etc. 

Best of all, currently, it's paying you for referring your friend. And not only that, but they will also pay you if your friend is referring their friends. Treat it as extra pocket money, brothers and sisters. 

Interested, check it out here: Checkout KASHplus VISA Prepaid Card


Wednesday, August 04, 2021

Mining ARWeave in your Windows

Following are the wasy to Mine ARweave in your Windows 10 PC. 

1. First you have to install WSL (Windows Subsystemf ro Linux) in your windows. For my case, i installed it using Windows Store. Search for "Ubuntu" in Microsfot Store, and pick 1 to install as following :


2. Next you can directly run it in Search Bar : 


3. You may access the home folder in Linux in the following location : 
  • C:\Users\[your window username]\AppData\Local\Packages\[The Linux Version you just install]]\LocalState\rootfs\home
4. Download the AR Weave Miner : https://github.com/ArweaveTeam/arweave/releases

5. Extract the miner in your Home, creating a new folder for the miner, for example : AR

6. Setup support for large files in your linux environment :
  • Add the following in /etc/security/limits.conf
    • *    soft    nproc    1000000
    • *    hard    nproc    1000000
    • *    soft    nofile    1000000
    • *    hard    nofile    1000000
    • root    soft    nproc    1000000
    • root    hard    nproc    1000000
    • root    soft    nofile    1000000
    • root    hard    nofile    1000000
  • Add the following in /etc/pam.d/common-session
    • session required    pam_limits.so
  • execute "sudo su"
  • execute "ulimit -n" to see it it return 1000000
7. Goto the AR folder in your home folder and you can execute the miner using following command :
  • ./bin/start mine disk_space [disk space] mining_addr [your ar wallet to keep the mined coins] data_dir [location of your data folder, example : /mnt/f/AR] peer 188.166.200.45 peer 188.166.192.169 peer 163.47.11.64 peer 139.59.51.59 peer 138.197.232.192
* use the following command if you need to mount your drive from Windows to Linux :
df
sudo mount -t drvfs D: /mnt/d

* Some useful link for AR Weave miner :

Thursday, February 13, 2020

Invest in Stock CFD


I have been discussing with friends on several US and Hong Kong stock counter, and just found that by using the PLUS500 Account that i registered before, i am able to trade CFD for US and Hong Kong stock in this case. Plus500 is one of the leading CFD platforms. In fact, Plus500 offers CFD trading in Crypto Currency, Forex, Indices, Commodities and ETFs as well. Further more, You can learn to trade using a free demo account on the Plus500 platform.

*Disclaimer
- 76.4% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you can afford to take the high risk of losing your money
-  Plus500UK Ltd authorised & regulated by the FCA (#509909).
- Plus500CY Ltd authorized & regulated by CySEC (#250/14).
- Plus500SG Pte Ltd, licensed by the MAS (#CMS100648-1) and IE Singapore (#PLUS/CBL/2018).
- Plus500AU Pty Ltd (ACN 153301681), licensed by: ASIC in Australia, AFSL #417727, FMA in New Zealand, FSP #486026; Authorised Financial Services Provider in South Africa, FSP #47546. You do not own or have any rights to the underlying assets. Please refer to the Disclosure documents available on the website.

Sunday, May 12, 2019

Seedr.cc - Torrent leeching website

Image result for seedr image
I had came across Seedr.cc when seeking online for solution for torrent leeching website. My needs are simple, it's FREE and it provide me FREE usage up to 2GB. Which so far, Seedr.cc is able to fulfill my needs in this case. It provide free 2GB cloud storage for downloading your torrents online. For additional free space, you can carry out some additional tasks as mentioned after you login to your Seeder.cc account. However, i am new user for Seedr.cc, if you are finding some similar solution, maybe you can give it a try as well using the following link :

Seeder.cc - Torrent leeching website

Monday, January 07, 2019

Useful Docker Command

Image result for docker
Here are some useful docker command :
1. to list container
$ docker ps
2. to stop container
$ docker stop myRedmine
3. to remove a container
$ docker rm myRedmine
4. to list downloaded images
$ docker image ls -a
5. to remove downloaded images
$ docker image rm hello-world
6. Running into linux container'shell
$ docker exec -i -t [container's name] /bin/bash
7. Copy file to the container
$ docker cp file.tx [contqainer_id]:/[target_folder_and_filename]

Thursday, November 29, 2018

Checking your site SSL


I have been working on trouble shooting web site's SSL recently and came across some very useful free tools for checking the site's SSL in this case. I think it's worth for me to keep a record here and hopefully it's useful for you too :

Easy to use - SSL Checker from SSLShopper
More Complete Info - SSL Report from Qualys

Tuesday, October 09, 2018

FREE Cryptocurrency API

I have been working on some Cryptocurrency project and looking for some free API to use in my project. This post shall serve as my own record in the path of constructing my project and hopefully someone might find it usefull as well. Following are some of the free API that i found and i only focusing those that are able to support realtime(or almost realtime) date feeding.I will be keep updating the list below as i am constructing my project.

CoinAPI API

Image result for coinapi

  • FREE
  • Support websocket, which seem to be realtime updating. 
  • For the api document, it seem to be able to support retrieval of orderbook. 
  • FREE account have the following limitation :
    • only support retrieval of trade details using websocket.
    • websocket only limited to 15min daily connection time. 

CryptoCompare API

Image result for cryptocompare api

  • FREE
  • Support websocket, which seem to be realtime updating, sample : Trade Info
  • unable to locate info to retrieve orderbook details.

Nomic API

Image result for nomics api

  • FREE and no rate limits. (yet to find out)
  • Mentioned to support websocket, but unable to find details info from the API doc.
...updating.

CryptoWatch
Image result for cryptowatch
...updating