Bitcoin Forum
April 25, 2024, 12:00:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How often you want to be paid?
Every 1-2 days (300 satoshis 1M shares)
Every Friday with revenue share (more than 300 satoshis / 1M shares)
I don't care, just pay Smiley

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 »
  Print  
Author Topic: TomosMining - HIGHEST PAID MINING (BTC->FaucetHub) 5% REF!  (Read 35523 times)
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 03, 2018, 07:11:09 AM
 #901

Hi tomos, can i change the difficult set or use algo : cryptonight-lite for this port ?

hi, no
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714046407
Hero Member
*
Offline Offline

Posts: 1714046407

View Profile Personal Message (Offline)

Ignore
1714046407
Reply with quote  #2

1714046407
Report to moderator
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 03, 2018, 07:11:44 AM
 #902

Dear sir, I haven't receive the payment. Here's my wallet address, you can check here: https://faucethub.io/balance/1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3

Quote
Stats for address: 1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3
Unpaid balance: 13712 SATOSHIS (1.56 $)
Total paid so far: 0 SATOSHIS (0 $)
Submitted shares this payment period: 45 709 200
Database is updated every 15 minutes, feel free to hit once per 15 minutes F5 and refresh the page
Payouts are processed manually by admin, every friday

check your fraud report on faucethub, your payment was declined
ardifirmansyah
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 03, 2018, 04:46:45 PM
 #903

Dear sir, I haven't receive the payment. Here's my wallet address, you can check here: https://faucethub.io/balance/1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3

Quote
Stats for address: 1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3
Unpaid balance: 13712 SATOSHIS (1.56 $)
Total paid so far: 0 SATOSHIS (0 $)
Submitted shares this payment period: 45 709 200
Database is updated every 15 minutes, feel free to hit once per 15 minutes F5 and refresh the page
Payouts are processed manually by admin, every friday

check your fraud report on faucethub, your payment was declined

How do I check it sir? Nothing happened in my faucethub account
BIG.MOE
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 03, 2018, 04:54:09 PM
 #904

Hi graphic card owners! This post is for you, and explains how to use graphic card +  CPU at once:

1) download https://github.com/fireice-uk/xmr-stak/releases/download/v2.2.0/xmr-stak-win64.zip
2) unzip to folder and exclude from antivirus!
3) download and install vcredist (if you dont have): https://www.microsoft.com/en-us/download/details.aspx?id=52685
4) in the directory where you have xmr-stak unzipped (from step 1) , create config.txt file and copy paste this, change only red text to your BTC address linked with faucethub - there you will get payments.. DO NOT use spaces in your BTC address, before or after address also! Otherwise your payment will not be processed
Quote

/*
 * pool_address    - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported.
 * wallet_address  - Your wallet, or pool login.
 * pool_password   - Can be empty in most cases or "x".
 * use_nicehash    - Limit the nonce to 3 bytes as required by nicehash.
 * use_tls         - This option will make us connect using Transport Layer Security.
 * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
 * pool_weight     - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
 *                   with the highest weight, unless the pool fails. Weight must be an integer larger than 0.
 *
 * We feature pools up to 1MH/s. For a more complete list see M5M400's pool list at www.moneropools.com
 */
"pool_list" :
[
   {"pool_address" : "80.211.205.216:3333", "wallet_address" : "YOUR_BTC_ADDRESS_WITHOUT_SPACES", "pool_password" : "x", "use_nicehash" : true, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
],

/*
 * currency to mine
 * allowed values: 'monero' or 'aeon'
 */
"currency" : "monero",

/*
 * Network timeouts.
 * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make
 * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for
 * nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable -
 * long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the
 * server usually takes to process our calls.
 *
 * call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection.
 * retry_time   - How long should we wait before another connection attempt.
 *                Both values are in seconds.
 * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners
 *                don't mine while the connection is lost, so your computer's power usage goes down to idle.
 */
"call_timeout" : 10,
"retry_time" : 30,
"giveup_limit" : 0,

/*
 * Output control.
 * Since most people are used to miners printing all the time, that's what we do by default too. This is suboptimal
 * really, since you cannot see errors under pages and pages of text and performance stats. Given that we have internal
 * performance monitors, there is very little reason to spew out pages of text instead of concise reports.
 * Press 'h' (hashrate), 'r' (results) or 'c' (connection) to print reports.
 *
 * verbose_level - 0 - Don't print anything.
 *                 1 - Print intro, connection event, disconnect event
 *                 2 - All of level 1, and new job (block) event if the difficulty is different from the last job
 *                 3 - All of level 1, and new job (block) event in all cases, result submission event.
 *                 4 - All of level 3, and automatic hashrate report printing
 *
 * print_motd    - Display messages from your pool operator in the hashrate result.
 */
"verbose_level" : 3,
"print_motd" : true,

/*
 * Automatic hashrate report
 *
 * h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4.
 *                This option has no effect if verbose_level is not 4.
 */
"h_print_time" : 60,

/*
 * Manual hardware AES override
 *
 * Some VMs don't report AES capability correctly. You can set this value to true to enforce hardware AES or
 * to false to force disable AES or null to let the miner decide if AES is used.
 *
 * WARNING: setting this to true on a CPU that doesn't support hardware AES will crash the miner.
 */
"aes_override" : null,

/*
 * LARGE PAGE SUPPORT
 * Large pages need a properly set up OS. It can be difficult if you are not used to systems administration,
 * but the performance results are worth the trouble - you will get around 20% boost. Slow memory mode is
 * meant as a backup, you won't get stellar results there. If you are running into trouble, especially
 * on Windows, please read the common issues in the README.
 *
 * By default we will try to allocate large pages. This means you need to "Run As Administrator" on Windows.
 * You need to edit your system's group policies to enable locking large pages. Here are the steps from MSDN
 *
 * 1. On the Start menu, click Run. In the Open box, type gpedit.msc.
 * 2. On the Local Group Policy Editor console, expand Computer Configuration, and then expand Windows Settings.
 * 3. Expand Security Settings, and then expand Local Policies.
 * 4. Select the User Rights Assignment folder.
 * 5. The policies will be displayed in the details pane.
 * 6. In the pane, double-click Lock pages in memory.
 * 7. In the Local Security Setting – Lock pages in memory dialog box, click Add User or Group.
 * 8. In the Select Users, Service Accounts, or Groups dialog box, add an account that you will run the miner on
 * 9. Reboot for change to take effect.
 *
 * Windows also tends to fragment memory a lot. If you are running on a system with 4-8GB of RAM you might need
 * to switch off all the auto-start applications and reboot to have a large enough chunk of contiguous memory.
 *
 * On Linux you will need to configure large page support "sudo sysctl -w vm.nr_hugepages=128" and increase your
 * ulimit -l. To do do this you need to add following lines to /etc/security/limits.conf - "* soft memlock 262144"
 * and "* hard memlock 262144". You can also do it Windows-style and simply run-as-root, but this is NOT
 * recommended for security reasons.
 *
 * Memory locking means that the kernel can't swap out the page to disk - something that is unlikely to happen on a
 * command line system that isn't starved of memory. I haven't observed any difference on a CLI Linux system between
 * locked and unlocked memory. If that is your setup see option "no_mlck".
 */

/*
 * use_slow_memory defines our behaviour with regards to large pages. There are three possible options here:
 * always  - Don't even try to use large pages. Always use slow memory.
 * warn    - We will try to use large pages, but fall back to slow memory if that fails.
 * no_mlck - This option is only relevant on Linux, where we can use large pages without locking memory.
 *           It will never use slow memory, but it won't attempt to mlock
 * never   - If we fail to allocate large pages we will print an error and exit.
 */
"use_slow_memory" : "warn",

/*
 * TLS Settings
 * If you need real security, make sure tls_secure_algo is enabled (otherwise MITM attack can downgrade encryption
 * to trivially breakable stuff like DES and MD5), and verify the server's fingerprint through a trusted channel.
 *
 * tls_secure_algo - Use only secure algorithms. This will make us quit with an error if we can't negotiate a secure algo.
 */
"tls_secure_algo" : true,

/*
 * Daemon mode
 *
 * If you are running the process in the background and you don't need the keyboard reports, set this to true.
 * This should solve the hashrate problems on some emulated terminals.
 */
"daemon_mode" : false,

/*
 * Buffered output control.
 * When running the miner through a pipe, standard output is buffered. This means that the pipe won't read
 * each output line immediately. This can cause delays when running in background.
 * Set this option to true to flush stdout after each line, so it can be read immediately.
 */
"flush_stdout" : false,

/*
 * Output file
 *
 * output_file  - This option will log all output to a file.
 *
 */
"output_file" : "",

/*
 * Built-in web server
 * I like checking my hashrate on my phone. Don't you?
 * Keep in mind that you will need to set up port forwarding on your router if you want to access it from
 * outside of your home network. Ports lower than 1024 on Linux systems will require root.
 *
 * httpd_port - Port we should listen on. Default, 0, will switch off the server.
 */
"httpd_port" : 0,

/*
 * HTTP Authentication
 *
 * This allows you to set a password to keep people on the Internet from snooping on your hashrate.
 * Keep in mind that this is based on HTTP Digest, which is based on MD5. To a determined attacker
 * who is able to read your traffic it is as easy to break a bog door latch.
 *
 * http_login - Login. Empty login disables authentication.
 * http_pass  - Password.
 */
"http_login" : "",
"http_pass" : "",
 
/*
 * prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose?
 *               This setting will only be needed in 2020's. No need to worry about it now.
 */
"prefer_ipv4" : true,



here is an example how it looks like:

https://i.imgur.com/JJE4nr9.png
Can you try with ccminer? I tried xmr stak, but it doesn't yield good hash rates on my laptop with Core i7 4710HQ and Geforce GTX 860M. Combined it reaches 110 only. Not sure if it's missing something. This laptop is only for mining purpose, so nothing else running and not even in active use.

How come you are getting so high hash rate?

Hello i'm a newbie here i need to ask u tomos when i have this choice ( do you want use nicehash y/n ) what i should type yes or no ? 
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 03, 2018, 05:14:32 PM
 #905

Hi graphic card owners! This post is for you, and explains how to use graphic card +  CPU at once:

1) download https://github.com/fireice-uk/xmr-stak/releases/download/v2.2.0/xmr-stak-win64.zip
2) unzip to folder and exclude from antivirus!
3) download and install vcredist (if you dont have): https://www.microsoft.com/en-us/download/details.aspx?id=52685
4) in the directory where you have xmr-stak unzipped (from step 1) , create config.txt file and copy paste this, change only red text to your BTC address linked with faucethub - there you will get payments.. DO NOT use spaces in your BTC address, before or after address also! Otherwise your payment will not be processed
Quote

/*
 * pool_address    - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported.
 * wallet_address  - Your wallet, or pool login.
 * pool_password   - Can be empty in most cases or "x".
 * use_nicehash    - Limit the nonce to 3 bytes as required by nicehash.
 * use_tls         - This option will make us connect using Transport Layer Security.
 * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
 * pool_weight     - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
 *                   with the highest weight, unless the pool fails. Weight must be an integer larger than 0.
 *
 * We feature pools up to 1MH/s. For a more complete list see M5M400's pool list at www.moneropools.com
 */
"pool_list" :
[
   {"pool_address" : "80.211.205.216:3333", "wallet_address" : "YOUR_BTC_ADDRESS_WITHOUT_SPACES", "pool_password" : "x", "use_nicehash" : true, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
],

/*
 * currency to mine
 * allowed values: 'monero' or 'aeon'
 */
"currency" : "monero",

/*
 * Network timeouts.
 * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make
 * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for
 * nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable -
 * long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the
 * server usually takes to process our calls.
 *
 * call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection.
 * retry_time   - How long should we wait before another connection attempt.
 *                Both values are in seconds.
 * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners
 *                don't mine while the connection is lost, so your computer's power usage goes down to idle.
 */
"call_timeout" : 10,
"retry_time" : 30,
"giveup_limit" : 0,

/*
 * Output control.
 * Since most people are used to miners printing all the time, that's what we do by default too. This is suboptimal
 * really, since you cannot see errors under pages and pages of text and performance stats. Given that we have internal
 * performance monitors, there is very little reason to spew out pages of text instead of concise reports.
 * Press 'h' (hashrate), 'r' (results) or 'c' (connection) to print reports.
 *
 * verbose_level - 0 - Don't print anything.
 *                 1 - Print intro, connection event, disconnect event
 *                 2 - All of level 1, and new job (block) event if the difficulty is different from the last job
 *                 3 - All of level 1, and new job (block) event in all cases, result submission event.
 *                 4 - All of level 3, and automatic hashrate report printing
 *
 * print_motd    - Display messages from your pool operator in the hashrate result.
 */
"verbose_level" : 3,
"print_motd" : true,

/*
 * Automatic hashrate report
 *
 * h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4.
 *                This option has no effect if verbose_level is not 4.
 */
"h_print_time" : 60,

/*
 * Manual hardware AES override
 *
 * Some VMs don't report AES capability correctly. You can set this value to true to enforce hardware AES or
 * to false to force disable AES or null to let the miner decide if AES is used.
 *
 * WARNING: setting this to true on a CPU that doesn't support hardware AES will crash the miner.
 */
"aes_override" : null,

/*
 * LARGE PAGE SUPPORT
 * Large pages need a properly set up OS. It can be difficult if you are not used to systems administration,
 * but the performance results are worth the trouble - you will get around 20% boost. Slow memory mode is
 * meant as a backup, you won't get stellar results there. If you are running into trouble, especially
 * on Windows, please read the common issues in the README.
 *
 * By default we will try to allocate large pages. This means you need to "Run As Administrator" on Windows.
 * You need to edit your system's group policies to enable locking large pages. Here are the steps from MSDN
 *
 * 1. On the Start menu, click Run. In the Open box, type gpedit.msc.
 * 2. On the Local Group Policy Editor console, expand Computer Configuration, and then expand Windows Settings.
 * 3. Expand Security Settings, and then expand Local Policies.
 * 4. Select the User Rights Assignment folder.
 * 5. The policies will be displayed in the details pane.
 * 6. In the pane, double-click Lock pages in memory.
 * 7. In the Local Security Setting – Lock pages in memory dialog box, click Add User or Group.
 * 8. In the Select Users, Service Accounts, or Groups dialog box, add an account that you will run the miner on
 * 9. Reboot for change to take effect.
 *
 * Windows also tends to fragment memory a lot. If you are running on a system with 4-8GB of RAM you might need
 * to switch off all the auto-start applications and reboot to have a large enough chunk of contiguous memory.
 *
 * On Linux you will need to configure large page support "sudo sysctl -w vm.nr_hugepages=128" and increase your
 * ulimit -l. To do do this you need to add following lines to /etc/security/limits.conf - "* soft memlock 262144"
 * and "* hard memlock 262144". You can also do it Windows-style and simply run-as-root, but this is NOT
 * recommended for security reasons.
 *
 * Memory locking means that the kernel can't swap out the page to disk - something that is unlikely to happen on a
 * command line system that isn't starved of memory. I haven't observed any difference on a CLI Linux system between
 * locked and unlocked memory. If that is your setup see option "no_mlck".
 */

/*
 * use_slow_memory defines our behaviour with regards to large pages. There are three possible options here:
 * always  - Don't even try to use large pages. Always use slow memory.
 * warn    - We will try to use large pages, but fall back to slow memory if that fails.
 * no_mlck - This option is only relevant on Linux, where we can use large pages without locking memory.
 *           It will never use slow memory, but it won't attempt to mlock
 * never   - If we fail to allocate large pages we will print an error and exit.
 */
"use_slow_memory" : "warn",

/*
 * TLS Settings
 * If you need real security, make sure tls_secure_algo is enabled (otherwise MITM attack can downgrade encryption
 * to trivially breakable stuff like DES and MD5), and verify the server's fingerprint through a trusted channel.
 *
 * tls_secure_algo - Use only secure algorithms. This will make us quit with an error if we can't negotiate a secure algo.
 */
"tls_secure_algo" : true,

/*
 * Daemon mode
 *
 * If you are running the process in the background and you don't need the keyboard reports, set this to true.
 * This should solve the hashrate problems on some emulated terminals.
 */
"daemon_mode" : false,

/*
 * Buffered output control.
 * When running the miner through a pipe, standard output is buffered. This means that the pipe won't read
 * each output line immediately. This can cause delays when running in background.
 * Set this option to true to flush stdout after each line, so it can be read immediately.
 */
"flush_stdout" : false,

/*
 * Output file
 *
 * output_file  - This option will log all output to a file.
 *
 */
"output_file" : "",

/*
 * Built-in web server
 * I like checking my hashrate on my phone. Don't you?
 * Keep in mind that you will need to set up port forwarding on your router if you want to access it from
 * outside of your home network. Ports lower than 1024 on Linux systems will require root.
 *
 * httpd_port - Port we should listen on. Default, 0, will switch off the server.
 */
"httpd_port" : 0,

/*
 * HTTP Authentication
 *
 * This allows you to set a password to keep people on the Internet from snooping on your hashrate.
 * Keep in mind that this is based on HTTP Digest, which is based on MD5. To a determined attacker
 * who is able to read your traffic it is as easy to break a bog door latch.
 *
 * http_login - Login. Empty login disables authentication.
 * http_pass  - Password.
 */
"http_login" : "",
"http_pass" : "",
 
/*
 * prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose?
 *               This setting will only be needed in 2020's. No need to worry about it now.
 */
"prefer_ipv4" : true,



here is an example how it looks like:


Can you try with ccminer? I tried xmr stak, but it doesn't yield good hash rates on my laptop with Core i7 4710HQ and Geforce GTX 860M. Combined it reaches 110 only. Not sure if it's missing something. This laptop is only for mining purpose, so nothing else running and not even in active use.

How come you are getting so high hash rate?

Hello i'm a newbie here i need to ask u tomos when i have this choice ( do you want use nicehash y/n ) what i should type yes or no ? 

Just download xmr-stak and run, it will ask questions and create config
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 03, 2018, 05:15:39 PM
 #906

Dear sir, I haven't receive the payment. Here's my wallet address, you can check here: https://faucethub.io/balance/1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3

Quote
Stats for address: 1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3
Unpaid balance: 13712 SATOSHIS (1.56 $)
Total paid so far: 0 SATOSHIS (0 $)
Submitted shares this payment period: 45 709 200
Database is updated every 15 minutes, feel free to hit once per 15 minutes F5 and refresh the page
Payouts are processed manually by admin, every friday

check your fraud report on faucethub, your payment was declined

How do I check it sir? Nothing happened in my faucethub account
i see from my side everything is ok.. for some reason the payment was declined, you must wait to next friday, i am not making more exceptions and send the cash manually - be sure you are not banne din faucethub and your btc address is correct in faucethub + my site
ardifirmansyah
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 03, 2018, 05:18:57 PM
 #907

Dear sir, I haven't receive the payment. Here's my wallet address, you can check here: https://faucethub.io/balance/1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3

Quote
Stats for address: 1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3
Unpaid balance: 13712 SATOSHIS (1.56 $)
Total paid so far: 0 SATOSHIS (0 $)
Submitted shares this payment period: 45 709 200
Database is updated every 15 minutes, feel free to hit once per 15 minutes F5 and refresh the page
Payouts are processed manually by admin, every friday

check your fraud report on faucethub, your payment was declined

How do I check it sir? Nothing happened in my faucethub account
i see from my side everything is ok.. for some reason the payment was declined, you must wait to next friday, i am not making more exceptions and send the cash manually - be sure you are not banne din faucethub and your btc address is correct in faucethub + my site

Thank you sir. But I have one more question. Is it okay if I using 2 computers to mining in your faucet?
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 03, 2018, 05:36:03 PM
 #908

Dear sir, I haven't receive the payment. Here's my wallet address, you can check here: https://faucethub.io/balance/1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3

Quote
Stats for address: 1Gqp6gmNqJ4qqnFysGgvAZVsvwPNFLGuS3
Unpaid balance: 13712 SATOSHIS (1.56 $)
Total paid so far: 0 SATOSHIS (0 $)
Submitted shares this payment period: 45 709 200
Database is updated every 15 minutes, feel free to hit once per 15 minutes F5 and refresh the page
Payouts are processed manually by admin, every friday

check your fraud report on faucethub, your payment was declined

How do I check it sir? Nothing happened in my faucethub account
i see from my side everything is ok.. for some reason the payment was declined, you must wait to next friday, i am not making more exceptions and send the cash manually - be sure you are not banne din faucethub and your btc address is correct in faucethub + my site

Thank you sir. But I have one more question. Is it okay if I using 2 computers to mining in your faucet?

it's not a faucet, but yes, you can use as much computers as you want.. every hash counts
iiiduncaniii
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 06, 2018, 02:05:54 PM
 #909

Wow difficulty went up a bunch!!!
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 06, 2018, 02:20:17 PM
 #910

Wow difficulty went up a bunch!!!

10000 is not so high.. also it does not affecting the income and submitted shares in longer period of time (few hours)
bblagent
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 06, 2018, 05:09:51 PM
 #911

hello bro
i have some thing,what is this.

https://www.img.in.th/images/313a8c4b8dc7576bbe7c0208b6903244.jpg
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 06, 2018, 06:05:24 PM
 #912

hello bro
i have some thing,what is this.



it's exactly what it says and it's not an error.. just blocks are being found less frequent this time due to high diff
bchku
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
March 07, 2018, 02:09:50 AM
 #913

Hi,  i created website , where you can mine (not javascript mining, but cpu mining via cpuminer app)
instructions are here: http://tomostasks.website/check.php

my mining app is compatible only with miner that is on my page, lots of antivirus softwares detect false-positive virus for miner (but this is 3rd party - claymore cpu miner), just exclude directory where you downloaded and unzipped miner

Payouts are sent to FaucetHub , every friday
.
5% referral earnings, you can find your reflink in check balance page!

why highest paying?

compare:

my page:  300 Satoshis / 1M shares   (+revenue share)
Coinhive: 110-200 Satoshis / 1M shares (or less, depends of fees that web owners calculating)


my page: no javascript mining, cmd line mining:  150-170% of javascript mining, also CPU is less overheating, and less loud
Coinhive: javascript mining, 60-70% speed of my method, also eats your CPU and all programs are stuck..

that's all,

enjoy!

hy

i have some error to config, can u tell me

this log. file
Code:
 09:02:36:8791c04
09:02:36:9011c04ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
09:02:36:9021c04Ί              Claymore CryptoNote CPU Miner v3.8                Ί
09:02:36:9031c04ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
 

file.bat
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t4
bblagent
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 07, 2018, 02:37:12 AM
 #914


it's exactly what it says and it's not an error.. just blocks are being found less frequent this time due to high diff
ok understand.and thank you bro
bblagent
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 07, 2018, 02:50:24 AM
 #915

Hi,  i created website , where you can mine (not javascript mining, but cpu mining via cpuminer app)
instructions are here: http://tomostasks.website/check.php

my mining app is compatible only with miner that is on my page, lots of antivirus softwares detect false-positive virus for miner (but this is 3rd party - claymore cpu miner), just exclude directory where you downloaded and unzipped miner

Payouts are sent to FaucetHub , every friday
.
5% referral earnings, you can find your reflink in check balance page!

why highest paying?

compare:

my page:  300 Satoshis / 1M shares   (+revenue share)
Coinhive: 110-200 Satoshis / 1M shares (or less, depends of fees that web owners calculating)


my page: no javascript mining, cmd line mining:  150-170% of javascript mining, also CPU is less overheating, and less loud
Coinhive: javascript mining, 60-70% speed of my method, also eats your CPU and all programs are stuck..

that's all,

enjoy!

hy

i have some error to config, can u tell me

this log. file
Code:
 09:02:36:8791c04
09:02:36:9011c04ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
09:02:36:9021c04Ί              Claymore CryptoNote CPU Miner v3.8                Ί
09:02:36:9031c04ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
 

file.bat
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t4

Quote
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
look in file epools.txt
and your bat file
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t 4
bchku
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
March 07, 2018, 03:00:17 AM
 #916

Hi,  i created website , where you can mine (not javascript mining, but cpu mining via cpuminer app)
instructions are here: http://tomostasks.website/check.php

my mining app is compatible only with miner that is on my page, lots of antivirus softwares detect false-positive virus for miner (but this is 3rd party - claymore cpu miner), just exclude directory where you downloaded and unzipped miner

Payouts are sent to FaucetHub , every friday
.
5% referral earnings, you can find your reflink in check balance page!

why highest paying?

compare:

my page:  300 Satoshis / 1M shares   (+revenue share)
Coinhive: 110-200 Satoshis / 1M shares (or less, depends of fees that web owners calculating)


my page: no javascript mining, cmd line mining:  150-170% of javascript mining, also CPU is less overheating, and less loud
Coinhive: javascript mining, 60-70% speed of my method, also eats your CPU and all programs are stuck..

that's all,

enjoy!

hy

i have some error to config, can u tell me

this log. file
Code:
 09:02:36:8791c04
09:02:36:9011c04ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
09:02:36:9021c04Ί              Claymore CryptoNote CPU Miner v3.8                Ί
09:02:36:9031c04ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
 

file.bat
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t4

Quote
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
look in file epools.txt
and your bat file
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t 4

i can't find epools.txt
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 07, 2018, 05:49:17 AM
 #917

Hi,  i created website , where you can mine (not javascript mining, but cpu mining via cpuminer app)
instructions are here: http://tomostasks.website/check.php

my mining app is compatible only with miner that is on my page, lots of antivirus softwares detect false-positive virus for miner (but this is 3rd party - claymore cpu miner), just exclude directory where you downloaded and unzipped miner

Payouts are sent to FaucetHub , every friday
.
5% referral earnings, you can find your reflink in check balance page!

why highest paying?

compare:

my page:  300 Satoshis / 1M shares   (+revenue share)
Coinhive: 110-200 Satoshis / 1M shares (or less, depends of fees that web owners calculating)


my page: no javascript mining, cmd line mining:  150-170% of javascript mining, also CPU is less overheating, and less loud
Coinhive: javascript mining, 60-70% speed of my method, also eats your CPU and all programs are stuck..

that's all,

enjoy!

hy

i have some error to config, can u tell me

this log. file
Code:
 09:02:36:8791c04
09:02:36:9011c04ΙΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ»
09:02:36:9021c04Ί              Claymore CryptoNote CPU Miner v3.8                Ί
09:02:36:9031c04ΘΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΌ
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
 

file.bat
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t4

Quote
09:02:37:1301c04No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.
look in file epools.txt
and your bat file
Code:
NsCpuCNMiner64 -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u 1K9Y64Hgz2r61woLm7x2E1vrQoHMGAxTQ9 -t 4

i can't find epools.txt


epools is not needed, it's just a backup thing , it should work, your config worked for me
tomos81 (OP)
Hero Member
*****
Offline Offline

Activity: 896
Merit: 504


View Profile
March 09, 2018, 07:36:08 AM
 #918

hello,

today is a payday, but i must inform you, thanks to cryptopia exchange and their problems with electroneum wallet (from 4.3.2018) i will have delay with payments, the problem is not on my side, but exchange. I am discussing with them and pushing support to solve this shit asap. it's 5 days long problem and they still not found a solution.
Proof:




thanks for understanding, i will send payments right after they solve this shit and will transfer cash to faucethub..

tomos81
neo_iamtheone
Newbie
*
Offline Offline

Activity: 427
Merit: 0


View Profile
March 09, 2018, 09:36:51 AM
 #919

hello,

today is a payday, but i must inform you, thanks to cryptopia exchange and their problems with electroneum wallet (from 4.3.2018) i will have delay with payments, the problem is not on my side, but exchange. I am discussing with them and pushing support to solve this shit asap. it's 5 days long problem and they still not found a solution.
Proof:

https://i.imgur.com/u6gRPRS.png


thanks for understanding, i will send payments right after they solve this shit and will transfer cash to faucethub..

tomos81

Thank you for the update tomos81!
ardifirmansyah
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 09, 2018, 09:49:10 AM
 #920

hello,

today is a payday, but i must inform you, thanks to cryptopia exchange and their problems with electroneum wallet (from 4.3.2018) i will have delay with payments, the problem is not on my side, but exchange. I am discussing with them and pushing support to solve this shit asap. it's 5 days long problem and they still not found a solution.
Proof:

https://i.imgur.com/u6gRPRS.png


thanks for understanding, i will send payments right after they solve this shit and will transfer cash to faucethub..

tomos81

Thanks for the update. I'll still waiting to get paid because last week I didn't get my payment.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!