Search found 104 matches

by Davincij15
Sat Sep 10, 2011 5:53 am
Forum: Technical Support
Topic: Errors running merged-mine-proxy
Replies: 7
Views: 7211

Re: Errors running merged-mine-proxy

I think you should donate 3 bitcoins if you are reading this and plan to use it. 13x1pBLcMaHKJpLJkgc1kqWGLvaGNquStw Remember it was a lot of work and pulling hair out begging for answers with no response and a commitment to finding the answer that has value. *looool* I agree that everybody who is u...
by Davincij15
Sat Sep 10, 2011 5:41 am
Forum: Mining
Topic: [masterpool.eu] DISCONTINUED - shut down at the end of Feb
Replies: 87
Views: 221040

Re: [masterpool.eu] Merged Mining - 1% Fee - TX fees distrib

... keeps giving me -32601 Method not found '' looking at the source code of merged-mine-proxy there are RPC calls that do not exist in the original bitcoind that is being called. Not sure about the "method not found" message, but it seems your bitcoind is lacking merged mining functionality. You h...
by Davincij15
Sat Sep 10, 2011 5:12 am
Forum: Technical Support
Topic: Errors running merged-mine-proxy
Replies: 7
Views: 7211

Re: Errors running merged-mine-proxy

So I figured it out after hours and hours of googling trying to find the code base for bitcoind 0.34.60 that has the patch for merged mining. Looking up down under and it hit me... would they hide it in the namecoind source code found here? https://github.com/vinced/namecoin/blob/master/.gitignore L...
by Davincij15
Sat Sep 10, 2011 4:17 am
Forum: Mining
Topic: [masterpool.eu] DISCONTINUED - shut down at the end of Feb
Replies: 87
Views: 221040

Re: [masterpool.eu] Merged Mining - 1% Fee - TX fees distrib

Dude. Can you please help me? I have been looking high and low for the patch to bitcoind that would make /merged-mine-proxy work, it keeps giving me -32601 Method not found '' looking at the source code of merged-mine-proxy there are RPC calls that do not exist in the original bitcoind that is being...
by Davincij15
Fri Sep 09, 2011 3:44 am
Forum: Mining
Topic: Some users getting "unknown work" [20 BTC reward] [SOLVED]
Replies: 5
Views: 9833

Re: Some users getting "unknown work" [20 BTC reward]

Took me a bit of thinking to find the name but I knew someone had done it! What I was looking for is called TCP/IP Relay! A product called balance works perfectly for bitcoin: http://manpages.ubuntu.com/manpages/hardy/man1/balance.1.html HERE IS THE KEY INFO TO READ: A "%" instead of a "!" as a grou...
by Davincij15
Fri Sep 09, 2011 1:12 am
Forum: Project direction
Topic: Merged mining + timetravel fix @19200 - must upgrade
Replies: 156
Views: 183970

Re: Merged mining block number - 19200 - must upgrade

How can a bitcoin miner include NMC transactions in a block (including 50 NMC for himself) and still have a block which is a solution to the BTC block validity constraints? First the miner includes all transactions, then he hashes with a nounce to try to win difficulty. The exact details have to do...
by Davincij15
Thu Sep 08, 2011 9:00 pm
Forum: Project direction
Topic: Merged mining + timetravel fix @19200 - must upgrade
Replies: 156
Views: 183970

Re: Merged mining block number - 19200 - must upgrade

It is my opinion that this merged mining is rushed. The new version of the software was released what like a few days ago? You should give people time to download it and test it. I have been testing out the merged mining feature some now using the Multicoin-exp client that was released back in July...
by Davincij15
Thu Sep 08, 2011 5:43 pm
Forum: Mining
Topic: Some users getting "unknown work" [20 BTC reward] [SOLVED]
Replies: 5
Views: 9833

Re: Some users getting "unknown work" [20 BTC reward]

I guess there is no options or settings or out of the box software I can use to fix this? I'll talk to some people at work today and see if there are any easier options (do a lot of networking stuff). Thanks! Check out my stats page. http://www.nmcbit.com/statistics you can see the one person has H...
by Davincij15
Thu Sep 08, 2011 2:32 pm
Forum: Technical Support
Topic: Errors running merged-mine-proxy
Replies: 7
Views: 7211

Re: Errors running merged-mine-proxy

Googling and testing found that the password and username is reversed in the documentation but now I get the error... root@bitcoinpool:/home/bitcoinpool/vinced-namecoin-1480568/contrib# ./merged-mine-proxy -w 8330 -p http://bit:pass@127.0.0.1:8337/ -x http://bit:pass@127.0.0.1:9098 merkle size = 1 E...
by Davincij15
Thu Sep 08, 2011 12:34 pm
Forum: Technical Support
Topic: Errors running merged-mine-proxy
Replies: 7
Views: 7211

Re: Errors running merged-mine-proxy

So I decided to use cURL to test if bitcoin and namecoin RPC was working... I got this.. root@bitcoinpool:/home/bitcoinpool/coinservers# curl --user bit:pass --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8337/ ...