Pages:
Author

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

newbie
Activity: 21
Merit: 0
Wondering if there's an active Discord channel. I've found several links, but invites are all invalid.
newbie
Activity: 1
Merit: 0
Hey, I have a problem: The wallet put the blockchain in the AppData folder. However, I would prefer to keep it on my hdd (not enough long-term space in my ssd). How do I move it?
newbie
Activity: 64
Merit: 0
Problem building a pool, can someone help me?
I follow github tutorial and i run the pool i see the ./webchain-pool using config.json connected to ./webchaind and reciving blocks, but when i open the website i see this:

Stats API Temporarily Down
Usually it's just a temporal issue and mining is not affected.
I tried all ways to fix this i was not possible, i have already a config in nginx.conf about upstream but nothing.
Also i would like to ask why when i ./build.sh the dist i get this:

Code:
./build.sh
DEPRECATION: Overriding init without calling this._super is deprecated. Please c                                                                                                                                                              all `this._super.init && this._super.init.apply(this, arguments);` addon: `relea                                                                                                                                                              se`
    at addons.forEach.addon (/root/webchain-pool/www/node_modules/ember-cli/lib/                                                                                                                                                              models/project.js:502:40)
Could not start watchman
Visit https://ember-cli.com/user-guide/#watchman for more info.
DEPRECATION: Addon files were detected in `/root/webchain-pool/www/node_modules/                                                                                                                                                              ember-load-initializers/addon`, but no JavaScript preprocessors were found for `                                                                                                                                                              ember-load-initializers`. Please make sure to add a preprocessor (most likely `e                                                                                                                                                              mber-cli-babel`) to in `dependencies` (NOT `devDependencies`) in `ember-load-ini                                                                                                                                                              tializers`'s `package.json`.
WARNING: Invalid Broccoli2 node detected, falling back to broccoli-builder. Broc                                                                                                                                                              coli error:
---------------
Object: The .read/.rebuild API is no longer supported as of Broccoli 1.0. Plugin                                                                                                                                                              s must now derive from broccoli-plugin. https://github.com/broccolijs/broccoli/b                                                                                                                                                              lob/master/docs/broccoli-1-0-plugin-api.md
used as input node to BroccoliMergeTrees (TreeMerger (vendor))
-~- created here: -~-
    at BroccoliMergeTrees.Plugin (/root/webchain-pool/www/node_modules/broccoli-                                                                                                                                                              plugin/index.js:7:31)
    at new BroccoliMergeTrees (/root/webchain-pool/www/node_modules/ember-cli/no                                                                                                                                                              de_modules/broccoli-merge-trees/index.js:16:10)
    at Function.BroccoliMergeTrees [as _upstreamMergeTrees] (/root/webchain-pool                                                                                                                                                              /www/node_modules/ember-cli/node_modules/broccoli-merge-trees/index.js:10:53)
    at mergeTrees (/root/webchain-pool/www/node_modules/ember-cli/lib/broccoli/m                                                                                                                                                              erge-trees.js:85:33)
    at EmberApp.getExternalTree (/root/webchain-pool/www/node_modules/ember-cli/                                                                                                                                                              lib/broccoli/ember-app.js:1260:56)
    at EmberApp.toArray (/root/webchain-pool/www/node_modules/ember-cli/lib/broc                                                                                                                                                              coli/ember-app.js:1620:12)
    at EmberApp.toTree (/root/webchain-pool/www/node_modules/ember-cli/lib/brocc                                                                                                                                                              oli/ember-app.js:1750:36)
    at module.exports (/root/webchain-pool/www/ember-cli-build.js:35:14)
    at Builder.readBuildFile (/root/webchain-pool/www/node_modules/ember-cli/lib                                                                                                                                                              /models/builder.js:52:14)
    at Builder.setupBroccoliBuilder (/root/webchain-pool/www/node_modules/ember-                                                                                                                                                              cli/lib/models/builder.js:66:22)
-~- (end) -~----------------

Environment: production
[API] Warning: The .read and .rebuild APIs will stop working in the next Broccol                                                                                                                                                              i version
[API] Warning: Use broccoli-plugin instead: https://github.com/broccolijs/brocco                                                                                                                                                              li-plugin
[API] Warning: Plugin uses .read/.rebuild API: [object Object]
[API] Warning: Plugin uses .read/.rebuild API: [object Object]
WARN: Output exceeds 32000 characters
cleaning up...
Built project successfully. Stored in "dist/".
File sizes:
 - dist//assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js: 0 B
 - dist//assets/intl/intl-96aafc0a691d5c865ba1bdd814a927c6.js: 40.33 KB (13.51 KB gzipped)
 - dist//assets/intl/intl.complete-19a71cdd590a2cc9a64729029951b2fe.js: 913.18 KB (187.47 KB gzipped)
 - dist//assets/intl/intl.min-a638f49c244882a17fe483d105d5ff57.js: 40.34 KB (13.52 KB gzipped)
 - dist//assets/intl/locales/en-us-f0c5d465ba90e2edd44f76df823a4f02.js: 25.34 KB (3.96 KB gzipped)
 - dist//assets/pool-4087f914df2f048b8e379b91fb118b06.js: 129.47 KB (13.85 KB gzipped)
 - dist//assets/pool-a1c90bfa261a9b88260d3936a503a771.css: 2.53 KB (772 B gzipped)
 - dist//assets/vendor-32d26b8a8f088dab36e418303a207fd4.js: 650.34 KB (173.11 KB gzipped)
 - dist//assets/vendor-d9ddca88ebb00e8e29c83cd8e16d3530.css: 140.78 KB (25.23 KB gzipped)


After compile, and runing it ember server --port 8082 --environment development

Code:
root@wechain:~/webchain-pool/www# ember server --port 8082 --environment development
DEPRECATION: Overriding init without calling this._super is deprecated. Please call `this._super.init && this._super.init.apply(this, arguments);` addon: `release`
    at addons.forEach.addon (/root/webchain-pool/www/node_modules/ember-cli/lib/models/project.js:502:40)
Could not start watchman
Visit https://ember-cli.com/user-guide/#watchman for more info.
DEPRECATION: Addon files were detected in `/root/webchain-pool/www/node_modules/ember-load-initializers/addon`, but no JavaScript preprocessors were found for `ember-load-initializers`. Please make sure to add a preprocessor (most likely `ember-cli-babel`) to in `dependencies` (NOT `devDependencies`) in `ember-load-initializers`'s `package.json`.
WARNING: Invalid Broccoli2 node detected, falling back to broccoli-builder. Broccoli error:
---------------
Object: The .read/.rebuild API is no longer supported as of Broccoli 1.0. Plugins must now derive from broccoli-plugin. https://github.com/broccolijs/broccoli/blob/master/docs/broccoli-1-0-plugin-api.md
used as input node to BroccoliMergeTrees (TreeMerger (vendor))
-~- created here: -~-
    at BroccoliMergeTrees.Plugin (/root/webchain-pool/www/node_modules/broccoli-plugin/index.js:7:31)
    at new BroccoliMergeTrees (/root/webchain-pool/www/node_modules/ember-cli/node_modules/broccoli-merge-trees/index.js:16:10)
    at Function.BroccoliMergeTrees [as _upstreamMergeTrees] (/root/webchain-pool/www/node_modules/ember-cli/node_modules/broccoli-merge-trees/index.js:10:53)
    at mergeTrees (/root/webchain-pool/www/node_modules/ember-cli/lib/broccoli/merge-trees.js:85:33)
    at EmberApp.getExternalTree (/root/webchain-pool/www/node_modules/ember-cli/lib/broccoli/ember-app.js:1260:56)
    at EmberApp.toArray (/root/webchain-pool/www/node_modules/ember-cli/lib/broccoli/ember-app.js:1620:12)
    at EmberApp.toTree (/root/webchain-pool/www/node_modules/ember-cli/lib/broccoli/ember-app.js:1750:36)
    at module.exports (/root/webchain-pool/www/ember-cli-build.js:35:14)
    at Builder.readBuildFile (/root/webchain-pool/www/node_modules/ember-cli/lib/models/builder.js:52:14)
    at Builder.setupBroccoliBuilder (/root/webchain-pool/www/node_modules/ember-cli/lib/models/builder.js:66:22)
-~- (end) -~----------------

[API] Warning: The .read and .rebuild APIs will stop working in the next Broccoli version
[API] Warning: Use broccoli-plugin instead: https://github.com/broccolijs/broccoli-plugin
[API] Warning: Plugin uses .read/.rebuild API: [object Object]
[API] Warning: Plugin uses .read/.rebuild API: [object Object]

Build successful (2154ms) – Serving on http://localhost:8082/



Slowest Nodes (totalTime => 5% )              | Total (avg)
----------------------------------------------+---------------------
Babel: pool (2)                               | 644ms (322 ms)
Bundler (1)                                   | 442ms
ember-auto-import-analyzer (3)                | 318ms (106 ms)
Babel: ember-intl (2)                         | 166ms (83 ms)
Package /assets/vendor.js (1)                 | 119ms


newbie
Activity: 33
Merit: 0
NEW pool EU
pool.anyg.rs
ports:
1111 - 2500 static diff
2222 - 5000 static diff
4444 - 10000 static diff
5555 - 75000 static diff
6666 - 120000 static diff
7777 - 150000 static diff

happy mining
newbie
Activity: 3
Merit: 0
Either the explorer has a few bugs or someone is hacking the Redis database on

https://explorer.webchain.network/richlist

You'll note that the first page has wallet addresses which contain more WEB than is currently in existence... (300 Million...there's only 66 Million in circulation)

When you view the actual wallet

https://explorer.webchain.network/addr/0x8cc415d55815d092d59d1ff66bd751bae519c9ec

it should only contain 0.73456789 Web

MANY wallets are like that.


.... and the website says awaiting contracts... I've already deployed 2 contracts on the network..1 is a custom token for a mobile game under development :-)



Address https://explorer.webchain.network/addr/0x8cc415d55815d092d59d1ff66bd751bae519c9ec it's maybe address, where are locked (premine) coins (350 000 000)

As a developer of go-ethereum, the pre-mine should be reflected in the transaction list at block 1 (0 is the genesis block). The first mined block which should contain the premine, was mined by 0x9bb1faef5dbb862af015d83c2c473182fb8fb5da, and the transaction list for this wallet at https://explorer.webchain.network/addr/0x9bb1faef5dbb862af015d83c2c473182fb8fb5da does not reflect receiving nor sending the premine amount of 350000000. If wallet address 0x8cc415d55815d092d59d1ff66bd751bae519c9ec is indeed the premine wallet, its transaction list should contain the premine at block 1 ... nor shows receiving 350Million web at any given time (only 0.7 Web combined in 2 transactions)... ALL amounts of Web should be accounted for in ALL wallets at ALL times. I have also done testing using the webchaind creating a local private chain to confirm, and indeed any premine I allocate in the config.json to initialize the private node reflects in the private node wallet address(es). Something is not adding up. Obviously the premine is reflected within a wallet, but the transactions to show how it got there do not exist. I'm writing a script to comb through every wallet address on the Webchain network and compile an actual composite of discrepancies to see how far/deep they go and which wallets have "offending" balances to actual transactions confirmed....it may take a day or two to run, but we'll know soon enough...
newbie
Activity: 110
Merit: 0
newbie
Activity: 16
Merit: 0
Either the explorer has a few bugs or someone is hacking the Redis database on

https://explorer.webchain.network/richlist

You'll note that the first page has wallet addresses which contain more WEB than is currently in existence... (300 Million...there's only 66 Million in circulation)

When you view the actual wallet

https://explorer.webchain.network/addr/0x8cc415d55815d092d59d1ff66bd751bae519c9ec

it should only contain 0.73456789 Web

MANY wallets are like that.


.... and the website says awaiting contracts... I've already deployed 2 contracts on the network..1 is a custom token for a mobile game under development :-)



Address https://explorer.webchain.network/addr/0x8cc415d55815d092d59d1ff66bd751bae519c9ec it's maybe address, where are locked (premine) coins (350 000 000)
newbie
Activity: 3
Merit: 0
Either the explorer has a few bugs or someone is hacking the Redis database on

https://explorer.webchain.network/richlist

You'll note that the first page has wallet addresses which contain more WEB than is currently in existence... (300 Million...there's only 66 Million in circulation)

When you view the actual wallet

https://explorer.webchain.network/addr/0x8cc415d55815d092d59d1ff66bd751bae519c9ec

it should only contain 0.73456789 Web

MANY wallets are like that.


.... and the website says awaiting contracts... I've already deployed 2 contracts on the network..1 is a custom token for a mobile game under development :-)

member
Activity: 762
Merit: 35
Hi

I want to mine with GT210 and GTX 850M .

How can I do that ? because the loudminer only supports high version cuda .
try this if the link still works https://bitcointalksearch.org/topic/m.47617217

GT210 is completely unusable. Save time and don't even try. The main drawback is
that it does not supported by the new drivers, so it runs CUDA 5 or 6.
Current CUDA used by the miner software is 10.

But even if it worked, it is insanely slow. So skip.
jr. member
Activity: 184
Merit: 3
Hi

I want to mine with GT210 and GTX 850M .

How can I do that ? because the loudminer only supports high version cuda .
try this if the link still works https://bitcointalksearch.org/topic/m.47617217
member
Activity: 150
Merit: 10
member
Activity: 150
Merit: 10
i have duplicate errors with CPU miner by the way...

you are the first person with such problem then. it's well known gpu-miner issue, but not cpu-miner one

can you show us log? and please tell which binary are you using, downloaded from where exactly, what OS etc.
webchain miner CPU miner 2.6.2.0 (size 932kb). It doesn't create log files (turned off in config by default). I change false to true but doesnt see any log files.
Sory, my bad. I mine at webchainpool.com:1111 and think it is official pool. True official - pool.webchain.network:3333 have no duplicate shares.
jr. member
Activity: 96
Merit: 1
I've decided to post part of my response on discord as news because it contains some information about what are we doing:

It's friday evening and I just logged in to gitlab to make this screenshot, it's real, not selected but random one http://take.ms/avH0S. This is what is happening all day and even part of nights...

we focus on those entries from roadmap:
-Launching a huge project with the first real world use case for WEB
-Adding WEB as a payment method in our hosting business with over 1 million clients
-Adding a WEB mining option in our hosting panel
-Launching the first token project on top of Webchain
+ we also work on coinimp, one important feature that many many clients asked for - ability to distinguish how much each vistor mined. This gives big possibilities because they could create game based on coinimp where every player would mine inside game and get crypto as reward. So far it was not possible to distinguish how much each web site visitor mined, now it will be accessible via API. Quite interesting and useful function and we just merged it, meaning it's ready for release. (not yet on production though)
and as always, we will post all release notes when we release new versionf of coinimp. it's not like we are not saying anything :wink: But that's true, we are not very verbose at this stage, but we plan to change it after release of our big project.
member
Activity: 150
Merit: 10
i have duplicate errors with CPU miner by the way...

you are the first person with such problem then. it's well known gpu-miner issue, but not cpu-miner one

can you show us log? and please tell which binary are you using, downloaded from where exactly, what OS etc.
webchain miner CPU miner 2.6.2.0 (size 932kb). It doesn't create log files (turned off in config by default). I change false to true but doesnt see any log files.
jr. member
Activity: 96
Merit: 1
i have duplicate errors with CPU miner by the way...

you are the first person with such problem then. it's well known gpu-miner issue, but not cpu-miner one

can you show us log? and please tell which binary are you using, downloaded from where exactly, what OS etc.
member
Activity: 150
Merit: 10
web.moon.top pool have weird payout system. With big delays. All other pools (include oficial) have duplicate share errors. In general we still havent normal pool yet.

no, pools are working fine, duplicate share is gpu miner error, since gpu miner was written by community not the team

we don't care about your GPU problems because this coin was not designed to be mined via GPU, go and complain to community for releasing faulty miners for GPU or use CPU for mining it and then you can use official, supported miner and you won't see any duplicate shares

project is well and alive, we just got listed on https://wallet.escodex.com/market/ESCODEX.WEB_ESCODEX.BTC

please stop spreading lies and misinformation, we didn't have ICO so those "scam" suggestions are simply stupid Smiley Who did we scam and for what?

our devs are as active as good top100 coins
i have duplicate errors with CPU miner by the way...
newbie
Activity: 86
Merit: 0
LOUD miner versions give me only compute errors on all my 470/570 4Gb/8Gb, but works on my VEGA 56, any idea why ?
try my pool
https://webchainpool.com

your pool not paid from 01.12.2018, 18:12:37, pls fix it!!!
jr. member
Activity: 96
Merit: 1
web.moon.top pool have weird payout system. With big delays. All other pools (include oficial) have duplicate share errors. In general we still havent normal pool yet.

no, pools are working fine, duplicate share is gpu miner error, since gpu miner was written by community not the team

we don't care about your GPU problems because this coin was not designed to be mined via GPU, go and complain to community for releasing faulty miners for GPU or use CPU for mining it and then you can use official, supported miner and you won't see any duplicate shares

project is well and alive, we just got listed on https://wallet.escodex.com/market/ESCODEX.WEB_ESCODEX.BTC

please stop spreading lies and misinformation, we didn't have ICO so those "scam" suggestions are simply stupid Smiley Who did we scam and for what?

our devs are as active as good top100 coins
member
Activity: 116
Merit: 10
AMD GPU Mining Software
LOUD-Webchain-AMD-Ubuntu-16.04-x64-v1.40

LOUD-Webchain-AMD-Ubuntu-18.04-x64-v1.40

LOUD-Webchain-AMD-Win-x64-v1.40

NVIDIA GPU Mining Software
LOUD-Webchain-Nvidia-Ubuntu-16.04-x64-v1.20

LOUD-Webchain-Nvidia-Ubuntu-18.04-x64-v1.20

LOUD-Webchain-Nvidia-Win-x64-v1.20
member
Activity: 150
Merit: 10
web.moon.top pool have weird payout system. With big delays. All other pools (include oficial) have duplicate share errors. In general we still havent normal pool yet.
Pages:
Jump to: