Pages:
Author

Topic: [announce] Namecoin - a distributed naming system based on Bitcoin - page 87. (Read 594428 times)

full member
Activity: 140
Merit: 100
Crs
member
Activity: 107
Merit: 10
I get the same error too. Hope it will get fixed soon
hero member
Activity: 540
Merit: 500
full member
Activity: 154
Merit: 100
How many namecoins ave been generated by now?

Does anyone know where I can find this?

Well we're at block 12,101, so that's about 605k namecoins total.
legendary
Activity: 2324
Merit: 1125
How many namecoins ave been generated by now?

Does anyone know where I can find this?
sr. member
Activity: 476
Merit: 250
Does anyone know at which block the difficulty changes?

Sooooonnn !!!!
=> http://dot-bit.org/tools/nextDifficulty.php

It changes each 2016 blocks, do the math :p
thanks! I thought it was every 2000 blocks Smiley
hero member
Activity: 540
Merit: 500
Does anyone know at which block the difficulty changes?

Sooooonnn !!!!
=> http://dot-bit.org/tools/nextDifficulty.php

It changes each 2016 blocks, do the math :p
sr. member
Activity: 476
Merit: 250
Does anyone know at which block the difficulty changes?
member
Activity: 81
Merit: 10
[ Poor Miner ]
I am CPU mining at the moment, out of pure enjoyment.

waiting on a ATI HD 5770 (Budget card for broke miners, lol) - will get 156-233 MH/s

but right now stuck with CPUs from 2 computers, giving me .. wait for it ..... 7 MH/s !!!!!!
newbie
Activity: 37
Merit: 0
Server is running on Linux Mint 10 64 bit
Client is running Ubuntu Linux 10.10 64 bit
What video card are you mining with client?
member
Activity: 81
Merit: 10
[ Poor Miner ]
weird:

using your bitcoin.conf (except replacing user and pass) I can not even get namecoind to start.

I have to have the

daemon=1

and the daemon thing is part of setup of bitcoin.conf from this link

http://dot-bit.org/InstallAndConfigureNamecoin


but even with that .. still getting "Couldn't connect to server"

i ping'd the computers from each other and they are both reachable with 0% loss ... im really at a loss ... confused lol


still working fine locally
Code:
./bm -a 5 -o http://127.0.0.1:9332 -u [edit] -p [edit]
bitcoin-miner 0.10  Copyright (c) 2011 Ufasoft  http://ufasoft.com/open/bitcoin
Mining for http://127.0.0.1:9332
1 threads Using SSE2
Switching back to http://127.0.0.1:9332
2.35 MHash/s
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
I don't know, i don't use 'daemon' but I don't think it is the problem
Here is my working bitcoin.conf, try it
Code:
server=1
rpcuser=user
rpcpassword=pass
rpcport=9332
rpcallowip=192.168.0.*
member
Activity: 81
Merit: 10
[ Poor Miner ]
Did you add 'server=1' in bitcoin.conf ?

I did not. so I added that, still same Sad

should i remove daemon=1 ?
this is the complete bitcoin.conf
Code:
rpcuser=[edit]
rpcpassword=[edit]
rpcport=8336
rpcallowip=192.168.0.2
rpcallowip=192.168.0.3
rpcallowip=127.0.0.1
daemon=1
server=1
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
In your config file, add :
rpcallowip=

(you can add this option several times)

Still having issues, so I thought maybe i should give more info Smiley

Server is running on Linux Mint 10 64 bit
Client is running Ubuntu Linux 10.10 64 bit

So I added
Code:
rpcallowip=192.168.0.2
rpcallowip=192.168.0.3
rpcallowip=127.0.0.1
into the /.namecoin/bitcoin.conf, because the server is 192.168.0.3 on the network, the client im trying to connect is on 192.168.0.2.

On the server locally i am able to start Ufasoft v0.10 and mine namecoins with:
Code:
./bm -a 5 -o http://127.0.0.1:8336 -u [edit] -p [edit]

but on the client (192.168.0.2), which i also added the 3 rpcallowip in its /.namecoin/bitcoin.conf
always returns
Code:
./bm -a 5 -o http://192.168.0.3:8336 -u [edit] -p [edit]
bitcoin-miner 0.10  Copyright (c) 2011 Ufasoft  http://ufasoft.com/open/bitcoin
Mining for http://192.168.0.3:8336
1 threads Using SSE2
Couldn't connect to server
0 MHash/s     Couldn't connect to server

just like before adding the rpcallowip lines into the .conf. I have allowed ALL PORTS incoming and outgoing on the server just for testing and still getting the same result. The machine (192.168.0.3) is also running Apache Web Server .. and is reachable.

Any ideas namecoin miners ??

Did you add 'server=1' in bitcoin.conf ?
member
Activity: 81
Merit: 10
[ Poor Miner ]
In your config file, add :
rpcallowip=

(you can add this option several times)

Still having issues, so I thought maybe i should give more info Smiley

Server is running on Linux Mint 10 64 bit
Client is running Ubuntu Linux 10.10 64 bit

So I added
Code:
rpcallowip=192.168.0.2
rpcallowip=192.168.0.3
rpcallowip=127.0.0.1
into the /.namecoin/bitcoin.conf, because the server is 192.168.0.3 on the network, the client im trying to connect is on 192.168.0.2.

On the server locally i am able to start Ufasoft v0.10 and mine namecoins with:
Code:
./bm -a 5 -o http://127.0.0.1:8336 -u [edit] -p [edit]

but on the client (192.168.0.2), which i also added the 3 rpcallowip in its /.namecoin/bitcoin.conf
always returns
Code:
./bm -a 5 -o http://192.168.0.3:8336 -u [edit] -p [edit]
bitcoin-miner 0.10  Copyright (c) 2011 Ufasoft  http://ufasoft.com/open/bitcoin
Mining for http://192.168.0.3:8336
1 threads Using SSE2
Couldn't connect to server
0 MHash/s     Couldn't connect to server

just like before adding the rpcallowip lines into the .conf. I have allowed ALL PORTS incoming and outgoing on the server just for testing and still getting the same result. The machine (192.168.0.3) is also running Apache Web Server .. and is reachable.

Any ideas namecoin miners ??
legendary
Activity: 2324
Merit: 1125
How many namecoins ave been generated by now?
newbie
Activity: 37
Merit: 0
Hey - Does anybody know of a way to show total hash rate with namecoind? For example, I have namecoind started and have connected to it with 2 miners, one on the same pc (gpu miner) and one from a pc outside my network. They both connected but I cannot tell if the one outside my network is actually contributing. It says it's connected but it's poclbm on ubuntu and it doesn't show any information aside from hash rate. Is there a way to see how many and what miners are connected to namecoind?
It must be
Code:
./namecoind gethashespersec
But here I just see 0... Thus I stopped mining namecoins until I'm sure it's a bug
Yeah. I get 0 as well but I've found 2 blocks so that's not accurate. I'm wondering if that's if you start the server and hash at the same time (cpu mine) and then connect with gpu miner. GPU miner will show it's hash rate and gethashespersec will pull just that cpu hash rate. Not sure.
Yeah. That shows cpu hash rate when setgenerate is true. I'm looking for more than that.
newbie
Activity: 37
Merit: 0
Hey - Does anybody know of a way to show total hash rate with namecoind? For example, I have namecoind started and have connected to it with 2 miners, one on the same pc (gpu miner) and one from a pc outside my network. They both connected but I cannot tell if the one outside my network is actually contributing. It says it's connected but it's poclbm on ubuntu and it doesn't show any information aside from hash rate. Is there a way to see how many and what miners are connected to namecoind?
It must be
Code:
./namecoind gethashespersec
But here I just see 0... Thus I stopped mining namecoins until I'm sure it's a bug
Yeah. I get 0 as well but I've found 2 blocks so that's not accurate. I'm wondering if that's if you start the server and hash at the same time (cpu mine) and then connect with gpu miner. GPU miner will show it's hash rate and gethashespersec will pull just that cpu hash rate. Not sure.
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
Hey - Does anybody know of a way to show total hash rate with namecoind? For example, I have namecoind started and have connected to it with 2 miners, one on the same pc (gpu miner) and one from a pc outside my network. They both connected but I cannot tell if the one outside my network is actually contributing. It says it's connected but it's poclbm on ubuntu and it doesn't show any information aside from hash rate. Is there a way to see how many and what miners are connected to namecoind?
It must be
Code:
./namecoind gethashespersec
But here I just see 0... Thus I stopped mining namecoins until I'm sure it's a bug
newbie
Activity: 37
Merit: 0
Hey - Does anybody know of a way to show total hash rate with namecoind? For example, I have namecoind started and have connected to it with 2 miners, one on the same pc (gpu miner) and one from a pc outside my network. They both connected but I cannot tell if the one outside my network is actually contributing. It says it's connected but it's poclbm on ubuntu and it doesn't show any information aside from hash rate. Is there a way to see how many and what miners are connected to namecoind?
Pages:
Jump to: