Bitcoin Forum
May 07, 2024, 11:00:15 PM *
News: Latest Bitcoin Core release: 27.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 20521 times)
noobboon
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
June 14, 2011, 09:45:21 PM
 #41

Hey, I can't get a namecoin address. I did this step in windows 7

4. Create the "bitcoin.conf" file
Windows : file must be located in your application data folder \ namecoin
Linux : file must be located in ~/.namecoin
Populate "bitcoin.conf" with at least these lines  :
rpcuser=your_user
rpcpassword=your_pass
rpcport=8336
daemon=1

But when in step 5 to 8, I typed "c:\namecoin_win32\namecoind.exe", there is no "bitcoin server starting" appear in the command prompt and I have no Idea what to do next. I read your blog but its in linux not in windows, anyone can help?

5. Start namecoind again
bitcoin server starting

6. List available commands:
Note : on windows, you may need to open a new terminal.
./namecoind help

7. Get your first namecoin address(es):
You will need an address if you want to receive namecoins.
./namecoind listreceivedbyaddress 0 true

8. Generate a new address:
./namecoind getnewaddress
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715122815
Hero Member
*
Offline Offline

Posts: 1715122815

View Profile Personal Message (Offline)

Ignore
1715122815
Reply with quote  #2

1715122815
Report to moderator
1715122815
Hero Member
*
Offline Offline

Posts: 1715122815

View Profile Personal Message (Offline)

Ignore
1715122815
Reply with quote  #2

1715122815
Report to moderator
noobboon
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
June 14, 2011, 10:35:08 PM
 #42

I could not get the receiving address.

I create the bitcoin.conf file
then I run the namecoind.exe in command prompt

then when I type "namecoind listreceivedbyaddress 0 true"

I got error like these

http://www.upload.ee/image/1418737/Untitled.jpg


pls help
Chucksta
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
June 15, 2011, 11:49:56 AM
Last edit: June 15, 2011, 12:00:15 PM by Chucksta
 #43

namecoind getgenerate

that will get you an address

I think getnewaddress is used when you already have an address

You can associate it with an account name, then solo mine

namecoind getnewaddress Chucksta

bitcoin.conf
-----------
rpcuser=Chucksta
rpcpassword=suckmyc00k1es
rpcport=8332
rpcallowip=198.xxx.xxx.xx1
rpcallowip=198.xxx.xxx.xx2
rpcallowip=198.xxx.xxx.xx3
daemon=1
swerving
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 15, 2011, 12:49:05 PM
 #44

Anyone else getting really bad connection problems to this pool today?
Chucksta
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
June 15, 2011, 01:11:58 PM
 #45

Anyone else getting really bad connection problems to this pool today?

Yep, me Sad
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
June 15, 2011, 08:29:45 PM
 #46

I keep getting 504 (Gateway timeout) errors with jgarzik's cpuminer-1.0.2.
Noise
Newbie
*
Offline Offline

Activity: 24
Merit: 0



View Profile
June 15, 2011, 08:43:07 PM
 #47

2011-06-16 06:05:38: Listener for "Default": 16/06/2011 06:05:38, Problems communicating with bitcoin RPC
2011-06-16 06:05:44: Listener for "Default": 16/06/2011 06:05:44, Problems communicating with bitcoin RPC
2011-06-16 06:06:49: Listener for "Default": Traceback (most recent call last):
2011-06-16 06:06:49: Listener for "Default": File "BitcoinMiner.pyo", line 261, in longPollThread
2011-06-16 06:06:49: Listener for "Default": File "BitcoinMiner.pyo", line 236, in request
2011-06-16 06:06:49: Listener for "Default": File "json\__init__.pyo", line 307, in loads
2011-06-16 06:06:49: Listener for "Default": File "json\decoder.pyo", line 319, in decode
2011-06-16 06:06:49: Listener for "Default": File "json\decoder.pyo", line 338, in raw_decode
2011-06-16 06:06:49: Listener for "Default": ValueError: No JSON object could be decoded
2011-06-16 06:07:57: Listener for "Default": 16/06/2011 06:07:57, long poll exception:

Like that for pages & pages in my console.
w0mbat
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile WWW
June 15, 2011, 10:15:53 PM
 #48

can someone pls explain how to get a namecoin address and how to use it in general? i read all the FAQs but i still dont understand anything...

*** http://btcxc.info/  <->  Your source for everything around trading & mining Bitcoins! ***
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
June 15, 2011, 10:36:55 PM
 #49

can someone pls explain how to get a namecoin address and how to use it in general? i read all the FAQs but i still dont understand anything...

Linux:

Code:
$ uname -m
x86_64
$ wget http://dot-bit.org/files/namecoin_linux64.tgz
$ tar zxf namecoin_linux64.tgz
$ mkdir .namecoin
$ cat >.namecoin/bitcoin.cfg <<EOF
rpcpassword=insert_s0me_p4ssword_here
rpcport=8337
EOF
$ ./namecoind &
$ ./namecoind help
backupwallet <destination>
deletetransaction <txid>
getaccount <bitcoinaddress>
[blah blah, you are supposed to be interested in reading the output]
$ ./namecoind getnewaddress
NFMrAM9jv...

Windows: err I guess some endless sequence of clicks here and there...

If you get "i386" after executing "uname -m" at the very beginning, then download and use namecoin_linux32.tgz instead of 64.
nazgulnarsil
Sr. Member
****
Offline Offline

Activity: 672
Merit: 258


https://cryptassist.io


View Profile
June 15, 2011, 11:59:36 PM
 #50

should I be concerned that my pool hashrate shows as being over 100Mh less than my actual rate?

THE ONE STOP SOLUTION FOR THE CRYPTO WORLD
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Facebook   /  Twitter   /  Reddit   /  Medium   /  Youtube   /
      ▄▄█████████▄▄
   ▄█████████████████▄
  █████▀▀  ███  ▀▀█████
 ████     █████     ████
████     ███████
███▀    ████ ████
███▄   ████   ████
████  ████▄▄▄▄▄████  ████
 ███████████████████████
  █████▄▄       ▄▄█████
   ▀█████████████████▀
      ▀▀█████████▀▀

▄██▀▀▀▀▀▀▀▀▀▀▀▀▀██▄
▄██▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██▄
▄█▀                       ▀█▄
▄▄▄▄ ▄█                           █▄ ▄▄▄▄
█   ███▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀███   █
▀▀█▀                                 ▀█▀▀
▄▀                                     ▀▄
▄▄▀▄▄▄▄                                 ▄▄▄▄▀▄▄
█       ▀▀▄                           ▄▀▀       █
█          █                         █          █
█▀▀▄▄▄▄▄▄▄███▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀███▄▄▄▄▄▄▄▀▀█
▒▀▄       ██▀▀▀▀▀▀▀▀▀▀▀▀█▀█▀▀▀▀▀▀▀▀▀▀▀▀██       ▄▀▒
▒█▀▀▀▀▄▄  █              ▀              █  ▄▄▀▀▀▀█▒
▒█      █ ▀▄                           ▄▀ █      █▒
▒▀▄▀▄▄▄▄▀  █▀▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀▀█  ▀▄▄▄▄▀▄▀▒
▒▒▒▀▄▄▄▄▄ █                             █ ▄▄▄▄▄▀▒▒▒
 ▒▒▒▒▒▒▀▀▀▀▀▄▄▄▄▄▄███████████████▄▄▄▄▄▄▀▀▀▀▒▒▒▒▒▒▒
██
██
██
██
██
██
██
██
██
██
██
██
Yeti
Member
**
Offline Offline

Activity: 112
Merit: 10

Firstbits: 1yetiax


View Profile
June 16, 2011, 01:17:32 PM
 #51

Have that, too. Looking at the output from DiabloMiner it seems there are a lot of invalid blocks or timeouts happening. The hashrate that the pool reports back to you is only based on the valid blocks it counts.
The bitparking guys say it's because calculation speed is increasing so fast that sometimes a block is solved before you had time to get even one share in and that that should stabilize after the next difficulty change.

1YetiaXeuRzX9QJoQNUW84oX2EiXnHgp3 or http://payb.tc/yeti

Since Bitcoin Randomizer is dead, join the Bitcoin Pyramid (referrer id #203)! Be quick, be on top! Instant payout as soon as one of your referrals deposits!
zpinto
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
June 16, 2011, 03:04:53 PM
 #52

pool died?
Yeti
Member
**
Offline Offline

Activity: 112
Merit: 10

Firstbits: 1yetiax


View Profile
June 16, 2011, 03:35:33 PM
 #53

My miner does still get work from the pool but it seems the stats page is down. Only the default nginx homepage shows up.

1YetiaXeuRzX9QJoQNUW84oX2EiXnHgp3 or http://payb.tc/yeti

Since Bitcoin Randomizer is dead, join the Bitcoin Pyramid (referrer id #203)! Be quick, be on top! Instant payout as soon as one of your referrals deposits!
wachtwoord
Legendary
*
Offline Offline

Activity: 2324
Merit: 1125


View Profile
June 16, 2011, 04:43:28 PM
 #54

For me it mined all day but I had ~18% rejected. That is a lot (even normally in this pool I had ~5% rejected but I thought that was the sample size).

Is something wrong?
Freakin
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
June 16, 2011, 05:33:14 PM
 #55

yeah I'm getting 20-30% rejected as well.  wtf
Noise
Newbie
*
Offline Offline

Activity: 24
Merit: 0



View Profile
June 16, 2011, 06:37:44 PM
 #56

Pool hash rate kept going up & up but it seemed like it took longer & longer to solve blocks, then it died.

doublec twitter on Jun 6 "Rewrote my namecoin mining pool server in Ur/Web. Old server hit 100% and died at 20 getworks/s. New one at 45 getworks/s and going fine."

Looks like ~130 getwork/s is current limit, I don't remember it getting much higher. This is the only namecoin mining pool at the moment so it got pretty busy.
Dobrodav
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
June 16, 2011, 06:57:09 PM
 #57

Poclbm miner gives me 165 accepted shares and 41 stale. This is unacceptable.

Reckman
Hero Member
*****
Offline Offline

Activity: 711
Merit: 500


View Profile
June 16, 2011, 07:21:46 PM
 #58

+1 for new servers

Getting intermitant connection issues

Set a second miner for each gpu to another pool with lower -f value will roll over
w0mbat
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile WWW
June 16, 2011, 11:16:56 PM
 #59

could anyone explain to a windows using noob how to use this?

*** http://btcxc.info/  <->  Your source for everything around trading & mining Bitcoins! ***
wachtwoord
Legendary
*
Offline Offline

Activity: 2324
Merit: 1125


View Profile
June 16, 2011, 11:49:16 PM
 #60

Sure, go here: http://dot-bit.org/InstallAndConfigureNamecoin

After that you have a namecoinaddress (resulting from the the getnewaddress command), copy this, you'll need it the next step.

Then use your miner of choice. I use Phoenix so (on a command prompt) run:
Phoenix.exe -u http://MYNAMECOINADDRES:anything@bitparking.com:9098/ DEVICE=0 -k phatk VECTORS BFI_INT AGGRESSION=11 FASTLOOP=false WORKSIZE=128  -q 3

On the ming website you can access your account with the MYNAMECOINADDRESS and no password and this way you can also cash out to your wallet. If you want to see your wallet content you can type:

"namecoind getinfo" on the command prompt but please note the funds are only shown here after 120 conformations.
If you want to see it sooner type: "namecoind listtransactions" and check the amount (and the conformation count) of the last transaction

Hope this was clear enough, if not please ask Smiley
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!