Pages:
Author

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

legendary
Activity: 2198
Merit: 1000
Just posting. I just sent my first 2 test coins up to STEX  Grin

Pretty cool little CPU coin. The wallet is different but works! I did have to switch to a different Mainnet Node before I could send. That was odd as i was receiving pool payouts fine on the other Mainnet...

Is there a way to indicate in the pool, the different CPU miners like Rig5 etc. Maybe I missed it.

May try running my 6350 8350 in Admin mode?


Hi, we're glad that you like our project.
About your questions:
- workers should be displayed as intended. check e.g. this one https://pool.webchain.network/#/account/0xf1639d393450c80ff26df50d5f48cd9a7f0a9cf2 .
- yes, Admin mode may increase your hashrate. fellow miner just wrote about it in one of posts above (reference about huge pages in particular).

Regards,
Pavel
Hey yes I have got the miner ID working now. As usual i did this set up in a hurry and went old school for the .bat lol But it did work fine  Grin except worker ID....

webchain-miner.exe -o pool.webchain.network:3333 -u 0x95eef52a19b815c316f08b2d88efc996efb791fe -p x -t 4

But have now configured the config.json as it should be and all is great!  Wink

Thank you,

PS: I am running AMD 8350 in admin mode. Will see if it makes any difference... will let ya know.
newbie
Activity: 88
Merit: 0
Just posting. I just sent my first 2 test coins up to STEX  Grin

Pretty cool little CPU coin. The wallet is different but works! I did have to switch to a different Mainnet Node before I could send. That was odd as i was receiving pool payouts fine on the other Mainnet...

Is there a way to indicate in the pool, the different CPU miners like Rig5 etc. Maybe I missed it.

May try running my 6350 8350 in Admin mode?


Hi, we're glad that you like our project.
About your questions:
- workers should be displayed as intended. check e.g. this one https://pool.webchain.network/#/account/0xf1639d393450c80ff26df50d5f48cd9a7f0a9cf2 .
- yes, Admin mode may increase your hashrate. fellow miner just wrote about it in one of posts above (reference about huge pages in particular).

Regards,
Pavel
legendary
Activity: 2198
Merit: 1000
Just posting. I just sent my first 2 test coins up to STEX  Grin

Pretty cool little CPU coin. The wallet is different but works! I did have to switch to a different Mainnet Node before I could send. That was odd as i was receiving pool payouts fine on the other Mainnet...

Is there a way to indicate in the pool, the different CPU miners like Rig5 etc. Maybe I missed it.

May try running my 6350 8350 in Admin mode?
sr. member
Activity: 521
Merit: 256
Anyone willing to share their hash-rate?

I'm currently getting around 500 h/s on a 2950x. Can't seem to push it any higher than that using the cryptonight-webchain miner. Is that a good speed?


{
    "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%
    "huge-pages": true,
    "hw-aes": null,
    "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
    "threads": 16,        // number of miner threads
    "user-agent": null,
    "watch": false,


I think you should be getting double that.

Here are some tips:

1. If you're using Windows, make sure you're running the miner as admin, otherwise it will not allow for huge pages.
2. Setting cpu affinity helps. Instead of "threads": 16, use this to affine the threads each to a physical core:

"threads": [
        {"low_power_mode": false, "affine_to_cpu": 0 },
        {"low_power_mode": false, "affine_to_cpu": 2 },
        {"low_power_mode": false, "affine_to_cpu": 4 },
        etc. until 16 threads...
        {"low_power_mode": false, "affine_to_cpu": 30 }
],
legendary
Activity: 2198
Merit: 1000
Man thats a bad ass CPU!!!

I have some GPU mining rigs with a couple of AMD 8 cores and a couple with the last of the Phenoms 1100t  x 6 cores. So figure hey Ill try putting them to work again lol

See how much i can squeeze out of them hashing. I am sure all combined will not touch that thread ripper  Grin
sr. member
Activity: 406
Merit: 250
Anyone willing to share their hash-rate?

I'm currently getting around 500 h/s on a 2950x. Can't seem to push it any higher than that using the cryptonight-webchain miner. Is that a good speed?


{
    "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%
    "huge-pages": true,
    "hw-aes": null,
    "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
    "threads": 16,        // number of miner threads
    "user-agent": null,
    "watch": false,
newbie
Activity: 88
Merit: 0
Hi,
is there any trick to sync the wallet?
I have fresh installed 1.0.0-2 and get always

ERROR: An unexpected error has occured. Please restart & update Webchain wallet.

The error was: Failed to fetch


any help is welcome. Smiley

EDIT: i'm stuck at block 425 376
 I also have this message...

You are connected to not synced node, your balances can show wrong value.
About 1456857 blocks left.
ACCOUNTS


regards,
freeapp

Hi, freeapp. We are currently working on update of the wallet app. It's going to be released very soon.

Regards,
Pavel
member
Activity: 137
Merit: 10
Hi,
is there any trick to sync the wallet?
I have fresh installed 1.0.0-2 and get always

ERROR: An unexpected error has occured. Please restart & update Webchain wallet.

The error was: Failed to fetch


any help is welcome. Smiley

EDIT: i'm stuck at block 425 376
 I also have this message...

You are connected to not synced node, your balances can show wrong value.
About 1456857 blocks left.
ACCOUNTS


regards,
freeapp
newbie
Activity: 88
Merit: 0
We welcome another Webchain pool in family. Check https://webcn.cc-poolz.com. Server is located in USA.
Check other pools in our first post also.

http://webcn.loudmining.com [USA]
http://web.gonspool.com [Singapore]
http://web.minerbuild.cf [Russia]
https://webchain.live [Netherlands]
https://webchainpool.com [Germany]
http://webchain.pool.krunzy.com [USA] [Germany] [Singapore]
http://web.minerlagoon.com [UK]
https://webchainpool.ga [Belgium]
https://pool.webchain.pwrnetwork.eu [USA]
http://webchain.penguinpool.net [Netherlands]


Regards,
Pavel
newbie
Activity: 88
Merit: 0
plan you change algo?
Hi, current algorithm of Webchain is still relevant. Why would you suggest to change it?

Regards,
Pavel
newbie
Activity: 210
Merit: 0
jr. member
Activity: 96
Merit: 1
just a reminder, since people keep asking - we work on this https://mintme.com
newbie
Activity: 28
Merit: 0
I got it !!!!!   Grin
I had to use the second node (Mainnet node 1) not the first one (Mainnet full node), it took a little while to sync but now my transactions are all there (like I was used to)...   Grin
I think you have to use the same node you did the backup wirh to fully sync...
newbie
Activity: 28
Merit: 0
Hello, and thank you.
The thing is, I ve been mining WEB with 3 PCs and wasnt shure if the restore of the whole wallet works, so I tried and it worked.
I installed the webchain wallet including all transactions on 2 PCs!!! (1 original and 1 with backup).  But I cant remember how I did it...!?    Sad
I remember it was easy, something like told on the webside (Restore of the wallet, putting the json file into the keystore folder, what I did).

And I know how important a backup is. I made bad experience with a wrong backup of another wallet (different coin). One thing was fascinating because I became a millionare in seconds with that wrong backup.
Really amazing but its not working, I am not able to spent any money.
But I was lucky because of installation on another PC.
...
I dont want to install and sync the (Webchain) wallet again and again, because it takes a very long time.
Or is it possible its because I am running a full node now but not on the other PCs and so information is different???
My notebooks heatsink was damaged and it took a long time to get a new one.
Because of costs I want to run my wallets on my notebook now but using full nodes (WEBchain and another one) to support my coins.
Maybe someone remembers how he did a complete backup...!?
Greetings from Germany
sud
sr. member
Activity: 826
Merit: 301
@ThaGroove

I'm not sure if you can import the list to your wallet, but you can always check all transactions on the explorer - https://explorer.webchain.network/home . Just search for your address and you will have complete list of all transactions.
newbie
Activity: 28
Merit: 0
Hello,
I installed Webchain Wallet new on my notebook, now running with a full node.
Before, I backed up my wallet on the other PC and imported this file to the keystore folder as told.
After syncing the adress and balance is okay but all transactions are missing.
What can I do, can I import a folder and exchange it to get them back???
Or is there a possibility for a complete backup???
Transactions are very important because of taxes...
newbie
Activity: 8
Merit: 0
projects are good, but what about this coin is dead?
newbie
Activity: 88
Merit: 0
Hi guys. I saw references about your biggest idea - MintMe. So when is it going to be released?
Hi, it's preliminary planned to go live in late Q1 or somewhere in Q2. Stay tuned for updates.

Regards,
Pavel
newbie
Activity: 88
Merit: 0
Great project, thanks for hard work. HODLing some coins for a while already.

We're glad that you like it Smiley . Enjoy!

Regards,
Pavel
Pages:
Jump to: