Pages:
Author

Topic: Solo question - will blocks be accepted? basic BTC question. (Read 1793 times)

member
Activity: 115
Merit: 10
should be all my pc's state same, btcguild just found block: 22562 timestamp: 2013-10-23 07:39:47 PM

my solobfgminer: 19:40:20 new block detected on the network

meh its roughly 30 seconds, I guess I can live with it. machine is not a very powerful one, old, old dell desktop I had given to me.
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
clocks arent synchronized?
member
Activity: 115
Merit: 10
Ok put the addy back in and showing GBT on my solo pool.

I also have been comparing block times, and even with a backup pool BTCGuild (eleuthria ROX!!) my QT client appears to be approx. 2 minutes behind. I get new block detected on network timestamp ~2minutes past BTCguilds found blocks timestamps. Sometimes I get the backup pool relay message and then my solo pool says it caught up to new block, which is good.

Does this mean I am mining stales for those 2 minutes? Is that bad or normal?
legendary
Activity: 3582
Merit: 1094
Think for yourself
OK this is weird- my solo instance of BFGminer used to show my solo pool http://127.0.0.1:8332 as getwork, I restarted my bitcoin-qt and BFG miner,now the pool shows as GBT- is this right?

Yes I would think that's right since both Bitcoin-QT and BFG do GBT Solo.  That should be a good thing.
member
Activity: 115
Merit: 10
OK this is weird- my solo instance of BFGminer used to show my solo pool http://127.0.0.1:8332 as getwork, I restarted my bitcoin-qt and BFG miner,now the pool shows as GBT- is this right?
also connected another rig to my solo pool and that shows as Gwork in BFGminer....fut the whuck?

and.. removing the argument coinbase-addr changed it back to GWork in bfgminer... begs the question, is GBT better? and should I keep the coinbase-addr argument in my BFGMiner startup option?
or, is this just misreported and all I can do with daemon is Gwork no matter what BFGMiner thinks it is?
legendary
Activity: 3582
Merit: 1094
Think for yourself
--coinbase-sig "Yep Icon did it again!"

Isn't there a command line option to do that with the Bitcoin-QT client?
member
Activity: 115
Merit: 10
so - meaning my wallet would get the 25 btc regardless? good. hate to think I may have hit the lottery and muffed it up.
sr. member
Activity: 285
Merit: 250
Turning money into heat since 2011.
No worries.  The Bitcoin daemon would have assigned the reward for each block to an address in its pool.
member
Activity: 115
Merit: 10
thanks, Icon, I did not have a payout address, (noob didn't RTFM, the readme.solo file , duh) I have like 60 connections now after the port forward.

Thanks to all for the replies... 

M1n3r49er
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
Probably more important than latency is the number of nodes your daemon is talking to.  Forwarding port 8333 inbound to your daemon will increase the connection count above 8.  When I ran solo, I announced blocks through 50-90 nodes at a time.



might also be worth using add node to connect to a few supernodes such as blockchain.info and a few off there lists.
the hub node list on there isn't that great anymore, since it has some new bizarre connection methods.  it hasn't connected to my node @ 5.9.24.81 in over two weeks, even though i keep 300-700 outgoing connections (depending on if i'm doing something else or not)

plus #1 on its list doesn't even forward blocks or do transaction verification, afaik.  can correct me if i'm wrong, i haven't checked the bitpeer project for a couple months

i think lukejr's list is better luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt, just ignore the nodes that aren't 0.8.4 or higher.

you only need a handful or so of connections.  so should probably have like 10 connects set up, since sometimes ppl get ddos'ed or go down for whatever other reason


hero member
Activity: 821
Merit: 503
Also you'll want a failover address in there from another larger pool, to keep your block in sync with the rest of miners. hate to work on day old data. Smiley
O and if you using bfgminer need to readme.solo file need to set an payout address and if you want to sign the block you solve Smiley


Here is an example:


bfgminer --compact -o  http://localhost:8332 -u icon -p xxx -o  stratum.btcguild.com:3333  -u xx -p xx -G -S erupter:\\.\com53 -S erupter:\\.\com28  --coinbase-addr 1JafVRe23oLSku4FBwBE3rJAKc9Y8wZM5z     --coinbase-sig "Yep Icon did it again!"


That above is were i assigned 2 com ports (usb miners) to solo for me Smiley



hero member
Activity: 728
Merit: 500
1) rpcallowip - should this be only the IP addy's of my local lan mining rigs? or the default * ? will that block my newfound extra connections since port redirecting 8333 to my bitcoinQT machine ?
rpcallowip should include the IPs of machines that will mine for you. You can also leave it as "*" in which case the entire world could, in theory, mine for you. Your router will block this though, since the RPC port is different from the regular Bitcoin port that is used to sync nodes (8333) and you probably won't have the RPC port fowarded.

tldr: Doesn't really matter what you choose, as long as your miner IPs are included.

Quote
3) setgenerate and getgenerate = whats this do ? getgenerate returns false, does this mean I am not able to mine solo??
These parameters are related to mining with the built-in miner of the Bitcoin-client itself, using the CPU. They haven't been relevant for a long time.
member
Activity: 115
Merit: 10
ok I ran guiminer and my GFX card is getting dif 1 accepted shares, bfgminer shows A=0 so if I get A=1 does that mean a block? and I hit the lottery?
member
Activity: 115
Merit: 10
ok I am running bitcoin 8.5 on windows, my conf file needs server=1 and daemon=1. rpcuser and password.
couple questions:
1) rpcallowip - should this be only the IP addy's of my local lan mining rigs? or the default * ? will that block my newfound extra connections since port redirecting 8333 to my bitcoinQT machine ?

2) running bfgminer, says its connected, but there is no messages on the screen, so I am not sure if I am mining solo....

3) setgenerate and getgenerate = whats this do ? getgenerate returns false, does this mean I am not able to mine solo??
member
Activity: 115
Merit: 10
ok I added rules for port 8333, now, am I going to get hacked by Linux Super Villains(http://www.youtube.com/watch?v=8LsxmQV8AXk)?

can someone tell me how to list the inbound connections using the console in bitcoin-qt in windows 7 so I know if its doing its thing? should I have more than 8 connections in the connections list now? canyouseeme.org reports success from the LAN PC on 8333.

EDIT -  I restarted and now have 10 active connections, so I guess I am on my way... still worried about the super villains, tho.... ( I love that old video, always makes me laugh Tongue)

legendary
Activity: 1540
Merit: 1002
Probably more important than latency is the number of nodes your daemon is talking to.  Forwarding port 8333 inbound to your daemon will increase the connection count above 8.  When I ran solo, I announced blocks through 50-90 nodes at a time.



might also be worth using add node to connect to a few supernodes such as blockchain.info and a few off there lists.
sr. member
Activity: 285
Merit: 250
Turning money into heat since 2011.
Probably more important than latency is the number of nodes your daemon is talking to.  Forwarding port 8333 inbound to your daemon will increase the connection count above 8.  When I ran solo, I announced blocks through 50-90 nodes at a time.

legendary
Activity: 1540
Merit: 1002
50ms is good Smiley it just helps your miners if they find a block to claim it across the network faster that way its added to the block chain and reduces the chances of the blockchain finding a new block and orphaning yours.
member
Activity: 115
Merit: 10
ok average ~50ms to google dns; also same for one of the IP's listed in my debug log file from bitcoin-d. should be good right?
legendary
Activity: 1540
Merit: 1002
as long as the connection can keep bitcoind uptodate quick enough it should be fine... iv got and euro millions.. if i win im going to invest a small fortune in mining gear XD
Pages:
Jump to: