Bitcoin Forum
June 12, 2025, 01:18:46 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: pruning mode on bitcoin core 0.11 - can i use P2Pool ?  (Read 1253 times)
Meuh6879 (OP)
Legendary
*
Offline Offline

Activity: 1512
Merit: 1012



View Profile
June 22, 2015, 11:46:14 PM
 #1

i have read that pruning mode is only for "node" mode of the bitcoin core.
i use "node" mode and P2Pool system to mine (hobbyist).

can i have a problem to use P2Pool and pruning at the same time ?
thanks Smiley
TierNolan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1143


View Profile
June 23, 2015, 02:58:24 PM
Merited by ABCbits (2)
 #2

I don't see why that wouldn't work.  Pruning throws away information that is no longer required for verification.  All the info required for mining should still work.

I think p2pool is being updated at the moment though.

If there was a large force (more than 2 days worth of blocks), then your bitcoin node would just shutdown.  That is very unlikely though.

1LxbG5cKXzTwZg9mjL3gaRE835uNQEteWF
PatrickMacH
Sr. Member
****
Offline Offline

Activity: 443
Merit: 251


View Profile
November 18, 2016, 04:17:36 AM
 #3

i have read that pruning mode is only for "node" mode of the bitcoin core.
i use "node" mode and P2Pool system to mine (hobbyist).

can i have a problem to use P2Pool and pruning at the same time ?
thanks Smiley

Enabling pruning mode seems to prune the genesis block information, too. This block information needs to be available for P2Pool to verify the correct function of the rpc interface.

So in order to get P2Pool working with pruning mode enabled you have to keep the Bitcoin genesis block available for verification OR you have to modify your p2pool/bitcoin/networks/bitcoin.py file ...

◥◣◥◣
◥◣◥◣
611 (SixEleven) [SIL coin] following the spirit of the age,
you have to follow the edge of technology
◥◣◥◣
◥◣◥◣
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3710
Merit: 7167


Just writing some code


View Profile WWW
November 18, 2016, 05:42:38 AM
Merited by ABCbits (1)
 #4

Was it really necessary to necro post in this thread. Seriously.

Enabling pruning mode seems to prune the genesis block information, too. This block information needs to be available for P2Pool to verify the correct function of the rpc interface.

So in order to get P2Pool working with pruning mode enabled you have to keep the Bitcoin genesis block available for verification OR you have to modify your p2pool/bitcoin/networks/bitcoin.py file ...
This is incorrect. The genesis block is never inserted into the database. It's coinbase is never inserted into the database. The genesis block is hard coded into the client, it is not and cannot be pruned.

Pages: [1]
  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!