newbuntu
Member
Offline
Activity: 61
Merit: 10
|
|
September 23, 2014, 02:11:01 AM |
|
Thank you LtPaxIV, that's very helpful information - exactly what I need. I do have a bitcoin.conf file, but it doesn't have much in it. I'll get reading on those links you provided, I should be able to learn quite a bit from them. Do you have a tip address? Thanks again.
|
|
|
|
LtPaxIV
|
|
September 23, 2014, 02:20:53 AM |
|
u can find my address when u click my profile. if u got any more questions just ask.i have been through all this stuff also
|
|
|
|
newbuntu
Member
Offline
Activity: 61
Merit: 10
|
|
September 23, 2014, 02:39:46 AM Last edit: September 23, 2014, 03:42:26 AM by newbuntu |
|
Regarding addnode - I see it mentioned in a lot of tuts to addnode=some.ip.addr.ess, but their is no mention as to the reason, or why certain nodes are selected for inclusion. Is this necessary? Does it help my node? / p2pool? / miners? / other nodes? Why manually add nodes? doesn't p2pool connect to other nodes on it's own? Thank you.EDIT: I found everything I needed on this page: https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_FileThanks LtPaxIV
|
|
|
|
HotSwap
|
|
September 23, 2014, 03:12:27 AM |
|
Has anyone gotten LTC p2pool setup with Dogecoin AUX?
|
|
|
|
newbuntu
Member
Offline
Activity: 61
Merit: 10
|
|
October 17, 2014, 11:26:54 PM |
|
I setup my first attempt at merged mining with btc and nmc. I kept getting this error: "Error while calling merged getauxblock on http://127.0.0.1:7333/: Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: Getting http://127.0.0.1:7333/ took longer than 5 seconds." It took me a while to figured out that I was using the wrong port number in the rpcport entry in the namecoin.conf file, so if anyone else has this same issue, they can check that they're using rpcport=7333 and not 7332. Q: For the namecoin rpcuser , do I use my namecoin public wallet address for the rpcuser? I assume that I do as this seems to be the only place to identify where to send mining payouts.Cheers.
|
|
|
|
Legov
|
|
October 19, 2014, 07:44:53 PM |
|
Q: For the namecoin rpcuser , do I use my namecoin public wallet address for the rpcuser? I assume that I do as this seems to be the only place to identify where to send mining payouts.
Cheers.
Merged mining is a kind of remote solo mining on your namecoind. Rpcuser and rpcpassword are both free choseable. Mining payouts are going to the first NMC address in your namecoind (= wallet). I don´t know how to configure another NMC address to send payouts to. Is there anyone who knows more?
|
“It is well enough that people of the nation do not understand our banking and money system, for if they did, I believe there would be a revolution before tomorrow morning.” Henry Ford, founder of the Ford Motor Company.
|
|
|
newbuntu
Member
Offline
Activity: 61
Merit: 10
|
|
October 19, 2014, 09:15:31 PM |
|
Q: For the namecoin rpcuser , do I use my namecoin public wallet address for the rpcuser? I assume that I do as this seems to be the only place to identify where to send mining payouts.
Cheers.
Merged mining is a kind of remote solo mining on your namecoind. Rpcuser and rpcpassword are both free choseable. Mining payouts are going to the first NMC address in your namecoind (= wallet). I don´t know how to configure another NMC address to send payouts to. Is there anyone who knows more? Thank you, that's exactly what I was looking for. If they automatically go to the 1st address in the wallet then that's what I needed to understand. Cheers.
|
|
|
|
xxTeDYxx
Member
Offline
Activity: 69
Merit: 10
|
|
October 21, 2014, 02:04:13 PM Last edit: October 21, 2014, 02:50:01 PM by xxTeDYxx |
|
What I need to do to make it work with PLNcoin? (Scrypt) 2014-10-21 16:44:44.104832 Testing bitcoind RPC connection to ' http://5.39.87.211:8888/' with username 'plncoinrpc'... 2014-10-21 16:44:44.113625 > Check failed! Make sure that you're connected to the right bitcoind with --bitcoind-rpc-port!
|
|
|
|
FlensGold
Legendary
Offline
Activity: 1405
Merit: 1001
|
|
January 26, 2015, 07:34:15 PM Last edit: February 24, 2015, 07:21:09 PM by FlensGold |
|
I am just testing this for the first time and my pool is working so far. Unfortunately the bitcoind is terminating after a while. How can I manage that it will start again once it terminates to prevent downtimes? Since I am more a Linux beginner a more detailed hint would be appreciated ;-)
Edit: Seems it was a RAM problem, 4GB of RAM is not enough for bitcoind.
|
|
|
|
jcumins
Full Member
Offline
Activity: 312
Merit: 100
Bcnex - The Ultimate Blockchain Trading Platform
|
|
February 24, 2015, 07:17:57 PM |
|
Does anyone know where the distro for Debian 7.7 for the pypy utility that can run python scripts.
I am very interested in getting my node to its max performance. I have a dul xeon 4 core processor pc with 24 gb ram So i have what it takes to run pypy
Thanks
|
|
|
|
tomsanders
Member
Offline
Activity: 103
Merit: 10
|
|
April 23, 2015, 03:56:10 PM Last edit: April 23, 2015, 05:54:20 PM by tomsanders |
|
just setting up a P2Pool and getting this error when trying to find what block the installation is at
user@ubuntu:~$ bitcoin-cli getblockcount error: {"code":-28,"message":"Loading block index..."}
Also does anyone know how long it should take to download all the blocks on a fresh install?
Any ideas?>
Thanks
|
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
April 23, 2015, 08:52:20 PM |
|
just setting up a P2Pool and getting this error when trying to find what block the installation is at
user@ubuntu:~$ bitcoin-cli getblockcount error: {"code":-28,"message":"Loading block index..."}
Also does anyone know how long it should take to download all the blocks on a fresh install?
Any ideas?>
Thanks
When you first start bitcoind it can take a long time (days?) to download the blockchain. You can bootstrap it, but you need to be careful that you get the correct data.
|
|
|
|
tomsanders
Member
Offline
Activity: 103
Merit: 10
|
|
April 23, 2015, 09:20:18 PM |
|
just setting up a P2Pool and getting this error when trying to find what block the installation is at
user@ubuntu:~$ bitcoin-cli getblockcount error: {"code":-28,"message":"Loading block index..."}
Also does anyone know how long it should take to download all the blocks on a fresh install?
Any ideas?>
Thanks
When you first start bitcoind it can take a long time (days?) to download the blockchain. You can bootstrap it, but you need to be careful that you get the correct data. Would this effect the installation of p2pool if it wasn't fully downloaded?
|
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
April 23, 2015, 09:53:03 PM |
|
just setting up a P2Pool and getting this error when trying to find what block the installation is at
user@ubuntu:~$ bitcoin-cli getblockcount error: {"code":-28,"message":"Loading block index..."}
Also does anyone know how long it should take to download all the blocks on a fresh install?
Any ideas?>
Thanks
When you first start bitcoind it can take a long time (days?) to download the blockchain. You can bootstrap it, but you need to be careful that you get the correct data. Would this effect the installation of p2pool if it wasn't fully downloaded? You can't mine until you have caught up to the rest of the bitcoin network, otherwise you would be working on mining blocks that would always be stale if you ever found a block. It would also mean the shares you submit to the p2pool share-chain would be rejected, they wouldn't match what everyone else is doing. Once it's caught up, then it's OK to mine.
|
|
|
|
jonnybravo0311
Legendary
Offline
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
|
|
April 24, 2015, 03:13:30 PM |
|
just setting up a P2Pool and getting this error when trying to find what block the installation is at
user@ubuntu:~$ bitcoin-cli getblockcount error: {"code":-28,"message":"Loading block index..."}
Also does anyone know how long it should take to download all the blocks on a fresh install?
Any ideas?>
Thanks
When you first start bitcoind it can take a long time (days?) to download the blockchain. You can bootstrap it, but you need to be careful that you get the correct data. Would this effect the installation of p2pool if it wasn't fully downloaded? It won't have any effect on the installation. It will, however, have plenty of effect on the operation. As kano points out, you cannot mine until all of the coin daemons are fully synched to their respective blockchains. Depending on your hardware and your bandwidth, this process could take quite some time (days).
|
Jonny's Pool - Mine with us and help us grow! Support a pool that supports Bitcoin, not a hardware manufacturer's pockets! No SPV cheats. No empty blocks.
|
|
|
tomsanders
Member
Offline
Activity: 103
Merit: 10
|
|
April 25, 2015, 03:58:33 AM |
|
I am having issues, I have gone through the installation as per the p2pool guide, leave the machine to download the block chain..... come back... Type the bitcoincli- getblockcount ..... Bitcoin has shut itself down so I have to run bitcoind ... It keeps doing this? Any ideas?
|
|
|
|
FallingKnife
Legendary
Offline
Activity: 2450
Merit: 1076
keybase.io/fallingknife/
|
|
June 05, 2015, 03:42:24 PM |
|
Hey guys & gals. As you set up your merge mining on p2pool, remember that Unobtanium (Uno) is now available for merge mining. Hash is still low, as mm just began last month. Uno was launched in 2013, has a solid community, is actively traded on cryptsy/bittrex with a narrow spread an ready buyers. It is a fair launch coin, rare (only 195k today, and 250k ever). Uno will be mineable for 300 years. So please consider adding Uno as a way to improve your overall mining return. http://unobtanium.uno for more info. Thanks, and good luck with your p2pool project.
|
Nostr: npub14wk4hrq6atlq020c7r6eyylpu9gjukyqzafzxu6u80unqfrplq9qhtx8sy
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
June 05, 2015, 10:50:26 PM |
|
It's doing that badly hey?
|
|
|
|
CohibAA
|
|
June 19, 2015, 08:05:08 AM |
|
Has anyone gotten LTC p2pool setup with Dogecoin AUX?
I am running a merge mining ltc node since the dogecoin fork to auxpow. This node setup guide may help if you are trying to set one up.
|
|
|
|
CohibAA
|
|
June 19, 2015, 08:10:42 AM |
|
I am having issues, I have gone through the installation as per the p2pool guide, leave the machine to download the block chain..... come back... Type the bitcoincli- getblockcount ..... Bitcoin has shut itself down so I have to run bitcoind ... It keeps doing this? Any ideas?
First, I assume you are actually typing "bitcoin-cli getblockcount" right? More info please. What OS? How much memory?
|
|
|
|
|