Bitcoin Forum
June 20, 2024, 10:34:27 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: SPOT Mining-  (Read 1638 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 03, 2018, 03:19:18 PM
Last edit: February 03, 2018, 03:31:15 PM by BenFranklin
 #21

Great comments so far guys.

No issues with the servers.

And it is cryptonote based so  tools / mining strategies based on crypto note will work well.


We are working on a pool as well.  We havent verified the tools yet, but feel free to connect to it and try it out.  Good way to see network hashing rates.

http://pool.crypto-me.com/

If others are interested in setting up a pool, we can share a sanitized version of our config.json if there is interest

perlakung
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 03, 2018, 03:32:49 PM
 #22

Hi Ben,

[2018-02-03 23:28:37] : SOCKET ERROR - [pool.crypto-me.com:13336] CONNECT error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
gladwinator
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 03, 2018, 05:36:11 PM
 #23

Great comments so far guys.

No issues with the servers.

And it is cryptonote based so  tools / mining strategies based on crypto note will work well.


We are working on a pool as well.  We havent verified the tools yet, but feel free to connect to it and try it out.  Good way to see network hashing rates.

http://pool.crypto-me.com/

If others are interested in setting up a pool, we can share a sanitized version of our config.json if there is interest



ill take that config.json
gladwinator
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 03, 2018, 06:08:26 PM
 #24

doesn't look like i can connect to the pool on any of the ports supplied.
anyone else confirm?
Mimas
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 03, 2018, 07:39:09 PM
 #25

doesn't look like i can connect to the pool on any of the ports supplied.
anyone else confirm?


Portscan shows none of the ports to use for mining are open.

Portscan done on other pools show the ports open.
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 03, 2018, 08:43:39 PM
 #26

Will look into the ports
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 03, 2018, 09:07:22 PM
 #27

So.. its fixed.   wasn't a port problem per se...   more of a wrong url for the node supporting the mining in the website config.

pool1.crypto-me.com isn't responding on port 13330 ().
pool1.crypto-me.com isn't responding on port 13331 ().
pool1.crypto-me.com isn't responding on port 13332 ().
pool1.crypto-me.com is responding on port 13333 ().

pool1.crypto-me.com isn't responding on port 13334 ().
pool1.crypto-me.com isn't responding on port 13335 ().
pool1.crypto-me.com is responding on port 13336 ().

pool1.crypto-me.com isn't responding on port 13337 ().
pool1.crypto-me.com isn't responding on port 13338 ().
pool1.crypto-me.com is responding on port 13339 ().

pool1.crypto-me.com isn't responding on port 13340 ()


Correct address for the configuration has been updated from pool.crypto-me.com  to pool1.crypto-me.com

BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 03, 2018, 09:37:29 PM
 #28

config.json

Basically update the ports to where your server is listening, update the wallet address, and the admin  password.

 It is based on your configuration of the node that is running the SPOT daemon, node-js, redis, and simplewallet started in RPC mode  (  ./simplewallet --config-file /path/to/spotmecoin/SPOT.conf --wallet-rpc-bind-port 8082 --password '#yeahright#' --wallet-file /path/to/your/wallet.file   ).  (can also put those command line switches in the config file)




Code:

{
    "coin": "SPOT",
    "symbol": "SPOT",
    "coinUnits": 100000000000,
    "coinDifficultyTarget": 120,

    "logging": {
        "files": {
            "level": "info",
            "directory": "logs",
            "flushInterval": 5
        },
        "console": {
            "level": "info",
            "colors": true
        }
    },

    "poolServer": {
        "enabled": true,
        "clusterForks": "auto",
        "poolAddress": "PUT WALLET PUBLIC ADDRESS HERE - Basically Where you want payment to go",
        "blockRefreshInterval": 1000,
        "minerTimeout": 900,
        "ports": [
            {
                "port": 13333,
                "difficulty": 100,
                "desc": "Low end hardware"
            },
            {
                "port": 13336,
                "difficulty": 2000,
                "desc": "Mid range hardware"
            },
            {
                "port": 13339,
                "difficulty": 10000,
                "desc": "High end hardware"
            },
            {
                "port": 13329,
                "difficulty": 10000,
                "desc": "Hidden port",
                "hidden": true
            }
        ],
        "varDiff": {
            "minDiff": 100,
            "maxDiff": 200000,
            "targetTime": 100,
            "retargetTime": 30,
            "variancePercent": 30,
            "maxJump": 100
        },
        "fixedDiff": {
            "enabled": true,
            "addressSeparator": "."
        },
        "shareTrust": {
            "enabled": true,
            "min": 10,
            "stepDown": 3,
            "threshold": 10,
            "penalty": 30
        },
        "banning": {
            "enabled": true,
            "time": 600,
            "invalidPercent": 25,
            "checkThreshold": 30
        }
    },

    "payments": {
        "enabled": true,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 3,
        "transferFee": 50000000,
        "minPayment": 100000000000,
        "maxTransactionAmount": 45000000000000,
        "denomination": 100000000000
    },

    "blockUnlocker": {
        "enabled": true,
        "interval": 30,
        "depth": 10,
        "poolFee": 2,
        "devDonation": 0.0,
        "coreDevDonation": 0.0,
        "extraFeaturesDevDonation":0.0
    },

    "api": {
        "enabled": true,
        "hashrateWindow": 600,
        "updateInterval": 5,
        "port": 8117,
        "blocks": 30,
        "payments": 30,
        "password": "UPDATE-ME"
    },

    "daemon": {
        "host": "127.0.0.1",
        "port": 19498
    },

    "wallet": {
        "host": "127.0.0.1",
        "port": 8082
    },

    "redis": {
        "host": "127.0.0.1",
        "port": 6699
    },

    "monitoring": {
        "daemon": {
            "checkInterval": 60,
            "rpcMethod": "getblockcount"
        },
        "wallet": {
            "checkInterval": 60,
            "rpcMethod": "getbalance"
        }
    },

    "charts": {
        "pool": {
            "hashrate": {
                "enabled": true,
                "updateInterval": 60,
                "stepInterval": 1800,
                "maximumPeriod": 86400
            },
            "workers": {
                "enabled": true,
                "updateInterval": 60,
                "stepInterval": 1800,
                "maximumPeriod": 86400
            },
            "difficulty": {
                "enabled": true,
                "updateInterval": 1800,
                "stepInterval": 10800,
                "maximumPeriod": 604800
            },
            "price": {
                "enabled": true,
                "updateInterval": 1800,
                "stepInterval": 10800,
                "maximumPeriod": 604800
            },
            "profit": {
                "enabled": true,
                "updateInterval": 1800,
                "stepInterval": 10800,
                "maximumPeriod": 604800
            }
        },
        "user": {
            "hashrate": {
                "enabled": true,
                "updateInterval": 180,
                "stepInterval": 1800,
                "maximumPeriod": 86400
            },
            "payments": {
                "enabled": true
            }
        }
    }
}
perlakung
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 03, 2018, 11:54:01 PM
 #29

[2018-02-04 07:50:11] : Pool pool1.crypto-me.com:13333 connected. Logging in...
[2018-02-04 07:50:11] : SOCKET ERROR - [pool1.crypto-me.com:13333] RECEIVE error: socket closed

i think port is closed
Mimas
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 04, 2018, 12:56:28 AM
 #30

pool1.crypto-me.com not responding on any ports or ping.

pool.crypto-me.com responding on some ports but none used for mining.
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 04, 2018, 04:38:35 AM
Last edit: February 04, 2018, 06:14:31 AM by BenFranklin
 #31

It appears  Wink to be working now. knock on wood.. holding rabbit foot..   crossing eyes...  i mean fingers..  


 So I want to share what was stopping it from working if someone else decides to set up a pool.

This will fix problems with connecting to the pool
ports open.. but receiving stratum errors

and miners not getting paid.
Behavior is repeated logs of "No workers' balances reached the minimum payment threshold" even though should have.



in the cryptonote mining pool default distro you need to fix the package.json file


in package.json file

replace this section
        
       "dependencies": {
        "bignum": "*",
        "async": "*",
        "redis": "*",
        "cli-color": "*",
        "dateformat": "*",
        "base58-native": "*",
        "multi-hashing": "git://github.com/fancoder/node-multi-hashing.git",
        "cryptonote-util": "git://github.com/fancoder/node-cryptonote-util.git"
    }



With this line

      

    "dependencies": {
    "bignum": "0.12.5",
        "async": "1.5.2",
        "redis": "0.12.1",
   "cli-color": "1.1.0",
        "dateformat": "1.0.12",
       "base58-native": "0.1.4",
        "multi-hashing": "git://github.com/fancoder/node-multi-hashing.git",
        "cryptonote-util": "git://github.com/forknote/node-cryptonote-util.git"
    }



do this after you clone from git (so you have the files to edit)
and before you run npm update (so it downloads the right repository)

If you have already ran npm update..  delete node_modules folder and run again
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 04, 2018, 06:02:18 AM
 #32

Payments are working now.
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 06, 2018, 03:22:04 PM
 #33

No block explorer yet.. 

WEDL
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 08, 2018, 07:02:06 PM
 #34

Hello

pool.crypto-me.com

no payout since 2:30 pm

WEDL
ligor
Full Member
***
Offline Offline

Activity: 1246
Merit: 138


Hodl DeepOnion


View Profile WWW
February 11, 2018, 06:35:09 PM
 #35

Are there any bounties?

BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 12, 2018, 06:40:55 PM
 #36

We have an offline wallet generator in testing. If there is interest in seeing it early let me know. 
BenFranklin
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 14, 2018, 04:17:24 AM
 #37

Sounds good!  Will post an early release one here..  I learned a lesson posting the pool before it was ready..  demand was outpacing supply for a pool.  Seems like everyone wanted to go swimming. lol.
Meowmeow1982
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 21, 2018, 04:28:35 AM
 #38

Hi All

Have finished setting up a pool, thanks to the support from Ben at spotme with helping me troubleshoot.

Has been running for 5 days now and seems to be running with no issues.

The address is spotme.meow-pool.co.uk for anyone interested!

This is first pool I hsve setup so If you encounter any issues please make sure to let me know so I can rectify them for you.

Happy mining :-)

Spot on!
perlakung
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 21, 2018, 11:13:32 PM
 #39

Nice, this is good the community is moving up. any news on the project?
SPOTmeCoin (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
March 03, 2018, 04:17:06 PM
 #40

Nice, this is good the community is moving up. any news on the project?
Project news can be found @ https://news.spotmecoin.com/

Recently we have released a Paper Wallet and our Blockchain Explorer.
Pages: « 1 [2] 3 »  All
  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!