Pages:
Author

Topic: 🔥🔥[ANN][MINTME]🌎MintMe.com Coin⚡️CPU mining⚡️DApps via Websites🚀No ICO/ASIC - page 88. (Read 85192 times)

full member
Activity: 167
Merit: 100
Is there going to be a website or an exchange listing so we can trade?
newbie
Activity: 3
Merit: 0
Hi Guys, reading the paper on https://webchain.network/Webchain_white_paper.pdf, I found something interesting the concept of ERA and WEB, so, WEB has a value only for this project? or could be exchanged in future?


Hello! WEB hasn't been added to any exchange listings, but it will be added soon (within Q2). Be attentive to our announcements.

Thanks Guys, Good luck! Keep going on this project  Wink
newbie
Activity: 196
Merit: 0
If I think this project is very good concept is very interesting that will be poured to succeed project WEB or can also with international charity rules


We believe it can be useful for many users and many other projects. Thanks for your comment.
newbie
Activity: 196
Merit: 0
Well, I will try to mine some Webchain tomorrow with my free laptop.
Reserved:
https://github.com/webchain-network/webchain-miner/releases
https://pool.webchain.network/#/


We will be waiting for you to share your feedback and/or help you out if needed.
newbie
Activity: 196
Merit: 0
CPU mining + ERC20 & ERC223 smart contract + Internet Of Things = Great idea.
Hope this will become another succeed project.
Good luck!

Thanks for your comment. We hope it doesn't depend that much on luck, but on the work of the devs and the support of the community.  Wink
newbie
Activity: 37
Merit: 0
As for the difficulty,
do I gain more depending on the difficulty?
Example:
web-ko1.gonspool.com:3333 (korea) diff 10000
web-ko1.gonspool.com:33331 (korea) diff 1000
web-ko1.gonspool.com:33332 (korea) diff 5000
web-ko1.gonspool.com:33333 (korea) diff 25000
web-ko1.gonspool.com:33334 (korea) diff 50000

diff 50000 gives you more coins?
jr. member
Activity: 364
Merit: 4
jr. member
Activity: 364
Merit: 4
CPU mining + ERC20 & ERC223 smart contract + Internet Of Things = Great idea.
Hope this will become another succeed project.
Good luck!
newbie
Activity: 9
Merit: 0

Thank you, i guess by "safely adjust" what you mean is that it won't get my pc slower or use resources beyond its capacity?

Correct, by setting that parameter as true, the miner will start mining when your pc has enough idle resources to do it or it will adjust the % of processing power your device uses to mine according to that amount of idle resources. 

thanks
newbie
Activity: 196
Merit: 0
Our team is pleased to announce webchain-miner V.2.6.2.0, get the update and check its release notes following this link

Changes
  • "worker-Id" support was added
  • Advance threads mode is now available: threads can now be individually configured.
  • Low power mode was extended to triple, quart and penta mode.
  • We fixed "duplicated job" issues.


Guys! We have new features on webchain-miner. Download the new version here
newbie
Activity: 196
Merit: 0

I've read the comments and I want to believe that difference won't be much. I'm gonna be mining here anyway.

We believe webchain won't let that difference between GPU and CPU mining grow to a level that affects the latter. We keep working hard and inviting the CPU mining community to join.

Isn't it also possible to develop an ASIC device that works on a CPU basis and therefore has an advantage over normal CPU miners?

it's not profitable to develop ASICs for webchain, our algorithm doesn't represent a good option to see a return on your ASIC investment
newbie
Activity: 196
Merit: 0
can me help the best config for intelcore i5-2500 @3,3ghz x64 AES-NI  CPU L2/L3  1mb/6mb my config is
 "algo": "cryptonight-webchain",
    "av": 0,                // algorithm variation, 0 auto select                                            
    "background": false,    // true to run the miner in the background                                        
    "colors": true,         // false to disable colored output                                                
    "cpu-affinity": null,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1              
    "cpu-priority": null,   // set process priority (0 idle, 2 normal to 5 highest)                          
    "donate-level": 5,      // donate level, mininum 1%                                                      
    "log-file": null,       // log all output to a file, example: "c:/some/path/webchain-miner.log"          
    "max-cpu-usage": 75,    // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option.                                                                                                  
    "print-time": 60,       // print hashrate report every N seconds                                          
    "retries": 5,           // number of times to retry before switch to backup server                        
    "retry-pause": 5,       // time to pause between retries                                                  
    "safe": false,          // true to safe adjust threads and av settings for current CPU                    
    "syslog": false,        // use system log for output messages                                            
    "threads": 2,        // number of miner threads                                                          
    "pools": [
        {
            "url": "pool2.webchain.network:2222", // URL of mining server
            "user": "0xb3c19b81ee487c517f5de79aa91540db",               // username for mining server
            "pass": "x",                         // password for mining server
            "worker-id": "0",                    // worker ID for mining server
       "keepalive": false,                  // send keepalived for prevent timeout (need pool support)
            "nicehash": false

Hello! That model has four cores, common recommendations say you could set the number of threads twice the number of cores. (it would be 8 in your case). Keep in mind that "max-cpu-usage" value limits the percent of cores you're using. In summary,

1) if your 4-core device is using 75% of the cores, it means you're using 3, the recommended value of threads would be 6.
2) If your device is to be devoted to mining (only mining) you might want to adjust the "cpu-priority" value until you find it possible.
3) Evaluate how your hashrate is affected by making some changes.

Good luck!

newbie
Activity: 196
Merit: 0

Thank you, i guess by "safely adjust" what you mean is that it won't get my pc slower or use resources beyond its capacity?

Correct, by setting that parameter as true, the miner will start mining when your pc has enough idle resources to do it or it will adjust the % of processing power your device uses to mine according to that amount of idle resources. 
sr. member
Activity: 840
Merit: 251

I've read the comments and I want to believe that difference won't be much. I'm gonna be mining here anyway.

We believe webchain won't let that difference between GPU and CPU mining grow to a level that affects the latter. We keep working hard and inviting the CPU mining community to join.

Isn't it also possible to develop an ASIC device that works on a CPU basis and therefore has an advantage over normal CPU miners?
copper member
Activity: 182
Merit: 5
Our team is pleased to announce webchain-miner V.2.6.2.0, get the update and check its release notes following this link

Changes
  • "worker-Id" support was added
  • Advance threads mode is now available: threads can now be individually configured.
  • Low power mode was extended to triple, quart and penta mode.
  • We fixed "duplicated job" issues.
newbie
Activity: 196
Merit: 0
Soon we'll be announcing a new feature for those who mine from different devices and use the same wallet. Just wait Wink
newbie
Activity: 196
Merit: 0
Hello for more pcs set worker or is this
webchain-miner -o pool.webchain.network:3333 -u 0x9d837c82bc326ea0c31e15509007f184df75245e -p x
for all pcs correct

Yes, if you are using multiple devices just add the same address number to the config files in all the computers and the coins you mine will be sent to your webchain wallet.
newbie
Activity: 9
Merit: 0
Hi,

I installed and created the account. but I want good settings for my CPU. If I set as "true" the parameter
> "safe": false, // true to safe adjust threads and av settings for current CPU

Will it find the best settings automatically?

It will safely adjust threads and av setting for your current CPU.

Thank you, i guess by "safely adjust" what you mean is that it won't get my pc slower or use resources beyond its capacity?
newbie
Activity: 88
Merit: 0
Hello Webchain miners! I have a new pool for you to join.

TypeMine
http://webchain.typemine.com

Code:
Address: webchain.typemine.com:3333
Fee: 1%   
Min Payout: 5WEB   
Payout Frequency: Hourly

Miner Syntax:
Code:
webchain-miner -o webchain.typemine.com:3333 -u -p x

For any help or questions jump onto Discord and join our channel;
https://discord.gg/ZwQwyUD

Thanks for letting us know. We appreciate your efforts to support our community  Smiley

Regards,
Pavel
newbie
Activity: 60
Merit: 0
Hello Webchain miners! I have a new pool for you to join.

TypeMine
http://webchain.typemine.com

Code:
Address: webchain.typemine.com:3333
Fee: 1%   
Min Payout: 5WEB   
Payout Frequency: Hourly

Miner Syntax:
Code:
webchain-miner -o webchain.typemine.com:3333 -u -p x

For any help or questions jump onto Discord and join our channel;
https://discord.gg/ZwQwyUD
Pages:
Jump to: