Bitcoin Forum
April 19, 2024, 10:57:21 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Bitparking Namecoin Mining Pool [30 GHash/s]  (Read 20515 times)
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 18, 2011, 10:48:44 AM
Last edit: August 10, 2011, 12:41:09 PM by doublec
 #1

I started a pool for mining namecoins. It uses standard bitcoin miners and is share based like other pools. Miners solve difficulty 1 shares and get a proportion of the generated coins based on their contribution. The pool takes a 3% fee and coins are available for withdrawal immediately a block is generated - no waiting for maturity.

Details are at the Bitparking Namecoin Pool Page. Basically you point your miner to the server at http://bitparking.com:9098 and use a Namecoin address as your username. The password can be anything. Withdrawals are only available to that Namecoin address. To withdraw, go to http://bitparking.com/pool, enter the address in the form and press the button. That takes you to your miner statistics. There will be a withdrawal button there if you have any coins.

Information on setting up a namecoin client to create the address you need can be found in my  blog post about namecoins
1713567441
Hero Member
*
Offline Offline

Posts: 1713567441

View Profile Personal Message (Offline)

Ignore
1713567441
Reply with quote  #2

1713567441
Report to moderator
1713567441
Hero Member
*
Offline Offline

Posts: 1713567441

View Profile Personal Message (Offline)

Ignore
1713567441
Reply with quote  #2

1713567441
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713567441
Hero Member
*
Offline Offline

Posts: 1713567441

View Profile Personal Message (Offline)

Ignore
1713567441
Reply with quote  #2

1713567441
Report to moderator
maxcorrads
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 18, 2011, 11:33:33 AM
 #2

I'm in!
DiabloMiner works good under Macosx!

I've got some problem with the cellminer (PS3 miner),

Code:
 500 Internal Server Error (RestClient::InternalServerError)
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 18, 2011, 11:54:00 AM
 #3

I'm in!
DiabloMiner works good under Macosx!

I've got some problem with the cellminer (PS3 miner),

Code:
 500 Internal Server Error (RestClient::InternalServerError)
Thanks, I'll try and track the problem with cellminer down.
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 18, 2011, 11:59:26 AM
 #4

I've got some problem with the cellminer (PS3 miner),
It looks like cellminer is sending a Content-Type of application/x-www-form-url-encoded (which is standard for POST requests from HTML forms). This is upsetting my server since it expects the POST data to be in name/value form pairs. Can you change cellminer to send no content type or to send application/json?
maxcorrads
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 18, 2011, 12:29:43 PM
 #5

I've got some problem with the cellminer (PS3 miner),
It looks like cellminer is sending a Content-Type of application/x-www-form-url-encoded (which is standard for POST requests from HTML forms). This is upsetting my server since it expects the POST data to be in name/value form pairs. Can you change cellminer to send no content type or to send application/json?

Ok,
for those interested, I've changed the line 81 (bitcoin.rb)
Code:
headers = {}
with this
Code:
headers = {:content_type => 'application/json'}

Here you can find the source:
https://github.com/verement/cellminer

I am not the owner of the code.

Now it works with your pool!
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 18, 2011, 01:11:28 PM
 #6

Now it works with your pool!
Great thanks! If you post or PM me a namecoin address I'll send you a tip.
SomeoneWeird
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
May 18, 2011, 01:22:34 PM
 #7

Im still not sure how to get my own Namecoin address?

SW-
maxcorrads
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 18, 2011, 01:24:05 PM
 #8

Im still not sure how to get my own Namecoin address?

SW-
Take a look here:
http://dot-bit.org/InstallAndConfigureNamecoin

Smiley
SomeoneWeird
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
May 18, 2011, 01:28:29 PM
 #9

Im still not sure how to get my own Namecoin address?

SW-
Take a look here:
http://dot-bit.org/InstallAndConfigureNamecoin

Smiley

I tried running "namecoind getnewaddress"
And im still getting "error: couldn't connect to server"

SW-
maxcorrads
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 18, 2011, 01:31:46 PM
 #10

Im still not sure how to get my own Namecoin address?

SW-
Take a look here:
http://dot-bit.org/InstallAndConfigureNamecoin

Smiley

I tried running "namecoind getnewaddress"
And im still getting "error: couldn't connect to server"

SW-

First start namecoind, then open another terminal windows and run
Code:
namecoind listreceivedbyaddress 0 true

You should see something like this if you are on windows:
Code:
C:\Documents and Settings\Administrator\Desktop\namecoin_win32>namecoind listrec
eivedbyaddress 0 true
[
    {
        "address" : "N9AsWmgxkhQtRLeoTsjVYxPcm3GyGFSh5T",
        "account" : "",
        "label" : "",
        "amount" : 1.77000000,
        "confirmations" : 1
    },
]

C:\Documents and Settings\Administrator\Desktop\namecoin_win32>
Nesetalis
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 18, 2011, 02:44:08 PM
 #11

sweet Cheesy i'm in.

ZOMG Moo!
Nythain
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
May 18, 2011, 03:32:22 PM
 #12

whats the namecoin difficulty looking like these days... still feasable to contribute to a pool or solo mine with a cpu? or has it progressed to gpu time already?
Nesetalis
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 18, 2011, 03:33:10 PM
 #13

i'm providing with cpu, and getting nowhere :p only 3 shares put in.. and the site doesnt say i put any in.

ZOMG Moo!
Orcworm
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 18, 2011, 03:45:51 PM
 #14

Seems to be running perfectly with 'minerd', hopefully my server's i7-920 will be able to net me some of these namecoins before the difficulty spikes ;p.
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 19, 2011, 01:52:22 AM
 #15

i'm providing with cpu, and getting nowhere :p only 3 shares put in.. and the site doesnt say i put any in.
It looks like there are problems using ufasoft's miner. I'm looking into it.
fpgaminer
Hero Member
*****
Offline Offline

Activity: 560
Merit: 517



View Profile WWW
May 19, 2011, 02:25:54 AM
 #16

Quote
whats the namecoin difficulty looking like these days
It's currently 290. I solo mined on my old nVidia (50MH/s) and got 3 blocks overnight.  Grin

Nesetalis
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 19, 2011, 02:38:55 AM
 #17

er no currently it is  589.64331461

ZOMG Moo!
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 19, 2011, 02:44:41 AM
 #18

i'm providing with cpu, and getting nowhere :p only 3 shares put in.. and the site doesnt say i put any in.
It looks like there are problems using ufasoft's miner. I'm looking into it.

Thanks to Nesetalis' help tracking this down, ufasoft should now work fine.
doublec (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1005


View Profile
May 19, 2011, 02:51:49 AM
 #19

Someone is mining in the pool with an address of N5gW....4z3 but they've got a spurious '.NameCoin' appended to it. Possibly they intended for this to be the password? This means you won't be able to withdraw your coins since the address is invalid. PM me when you've changed your address and I'll fix things up.
fpgaminer
Hero Member
*****
Offline Offline

Activity: 560
Merit: 517



View Profile WWW
May 19, 2011, 03:51:48 AM
 #20

It won't let me withdraw anything. I click withdraw and it just goes back to the homepage without sending anything (I checked my wallet, and it also continues to list the balance).

Quote
er no currently it is  589.64331461
Oops! Guess my client was a little out of date. It was 290 a few days ago  Tongue Those were happy times ... Actually 589 still isn't that bad either.

Pages: [1] 2 3 4 »  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!