Bitcoin Forum
July 06, 2024, 12:49:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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]
781  Alternate cryptocurrencies / Mining (Altcoins) / Auto swtiching - Auth error on: August 14, 2014, 05:34:54 AM
I am trying to use autoswitching!

Node shows me that it wants to use another coin, but then says it is not authorized.

Quote
2014-08-14 13:30:21 [Switching] [Connect] (Thread 1) Connection to switch2 from 1.2.3.4 on 4444 routing to bottlecaps
2014-08-14 13:30:21 [Pool]      [bottlecaps] (Thread 1) Unauthorized  LeJZH5ZpD2F9o3FLEj7WpBodkW5x3wAZ6U:x [1.2.3.4]

I miss a link in my thinking ;-)

If I mine LTC    I use a LTC address   in my miner.  Pointing to the LTC port and it works fine.
If I mine xxx    I use a xxx address  in my miner. Pointing to the xxx port and it works fine.

If I use autoswitching with the LTC address it works till it wants to switch, then I get above quote.

How would I need to use it?
782  Bitcoin / Mining software (miners) / Re: Stratum Pool Server [Node.js] (supports POS/POW, SHA/Scrypt/Quark/X11, Vardiff) on: August 14, 2014, 05:17:22 AM

node init.js   gives me:
Quote
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: bind EACCES
    at errnoException (net.js:904:11)
    at net.js:1072:30
    at Object.5:1 (cluster.js:592:5)
    at handleResponse (cluster.js:171:41)
    at respond (cluster.js:192:5)
    at handleMessage (cluster.js:202:5)
    at process.emit (events.js:117:20)
    at handleMessage (child_process.js:322:10)
    at Pipe.channel.onread (child_process.js:349:11)
2014-08-14 13:10:05 [Master]    [Website] Website process died, spawning replacement...



sudo node init.js

Quote
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: bind EADDRINUSE
    at errnoException (net.js:904:11)
    at net.js:1084:30
    at Object.8:1 (cluster.js:592:5)
    at handleResponse (cluster.js:171:41)
    at respond (cluster.js:192:5)
    at handleMessage (cluster.js:202:5)
    at process.emit (events.js:117:20)
    at handleMessage (child_process.js:322:10)
    at child_process.js:396:7
    at process.handleConversion.net.Native.got (child_process.js:91:7)
2014-08-14 12:56:51 [Master]    [Website] Website process died, spawning replacement...

/etc/apache2/sites-available/coins.abc.com.conf  looks like:
Quote
<VirtualHost *:80>
    ServerAdmin ronald@me.com
    ServerName coins.abc.com

    DocumentRoot /var/www/html/coins
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>


config.json includes:
Quote
"website": {
        "enabled": true,
        "host": "127.0.0.1",
        "port": 80,
        "stratumHost": "coins.abc.com",
        "stats": {
            "updateInterval": 60,
            "historicalRetention": 43200,
            "hashrateWindow": 300
        },
        "adminCenter": {
            "enabled": true,
            "password": "1234"
        }
    },

I tried as host ip 0.0.0.0   and my real ip 1.2.3.4

What am I missing?
783  Bitcoin / Mining support / Mining pool setup on: July 01, 2014, 03:26:49 AM
Please guide me to the right place, if that is not the one ;-)


I want to setup a mining pool with MPOS. On my testing machine (Ubuntu 13.10, now upgraded to 14.04) it seems to work, but I want to improve.

I use just the standard MPOS setup. I understand that for each coin I have to go through most of the same setup procedure.
Are there any recommendations how to secure the pool server?

I did not find how to add autoswitching to it. Is it "just" a port forwarding, or is it more?

I also want to know how to add autotrading to it. Did not find any script for that.

Finally I want to go live with that pool on a bigger machine.
Is it good to use a cloud computer? If so, what would I need to choose? What would be the estimated cost? Does anybody use Amazon cloud or another cloud and has some cost experiences?

If somebody is at the same stage and want to team up, please lets combine effort. Share experiences in setting up for different coins.

bye

Ronald
784  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // Prep for TODAY'S RELEASE /7:30 GMT on: February 06, 2014, 05:16:34 PM
Ok, it seems I am ready.

./minerd --benchmark spits out for each cpu and total khash/s     I believe that is all I can do for now.

When and WHERE will I get the pool, poort, user name and password?


New to that, what can I expect when I start:
./minerd -a keccak -o http://pool:port -u username -p password

Is there a wallet available, or how do I see my mined coins?
785  Other / Beginners & Help / Re: Bitcoin Businesses and Developers, Let's Get Started! on: November 08, 2013, 02:33:43 PM
Intro:

Ronald Wiplinger, Taipei, Taiwan.
Company name: Elmit
Position: CEO & CTO

Former experience: Build up an ISP in Taiwan (had 3rd private ISP license in Taiwan). Was one of the directors of the ISP association and one of the directors of TWNic.

ISP business was a challenge in 1995, when I started, since you could not just "buy" things, but had to make it.


2001 I founded Elmit Co., Ltd., a consulting company for all Internet related subjects, like security, Voice over IP, Success on/with the Internet (including Internet campaigns, advertisements, social media).

I stumbled over Bitcoins at the beginning of the year and have a "close" look at it since.

I have tried to setup robots, but failed, however, I found Butter-robot, with which I am working now intensively.

My contribution is to get the words of Bitcoin trading out, especially here in Taiwan, where everybody used to have some stocks. New technology and the robot, would give some push. China's trading center is of course also an important point to get more involved.


Enough written to get white listed?

Ronald
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]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!