Author

Topic: Running bitcoind in pruning mode (Read 1973 times)

legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 09, 2015, 03:19:34 PM
#11
Did somebody already create an address index patch (UTXO and mempool) that is working in pruned mode?

No idea, but the relay block service is active now with the latest git master.
legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 08, 2015, 06:21:41 PM
#10
You still verify and relay transactions. Other nodes can no longer get block from you though, at least for now.
If you run git master (to be 0.12 later) instead of 0.11 you will also relay new blocks as they are found while pruning.


Hmm... so the server is up to date with the newest blocks now, but I'm still not getting more connections then 8. I've verified that it can be reachable from outside networks.

Never mind, I got it working now. Gonna find the time to update it to 0.12 next. Cheesy
legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 08, 2015, 05:35:37 PM
#9
You still verify and relay transactions. Other nodes can no longer get block from you though, at least for now.
If you run git master (to be 0.12 later) instead of 0.11 you will also relay new blocks as they are found while pruning.


Hmm... so the server is up to date with the newest blocks now, but I'm still not getting more connections then 8. I've verified that it can be reachable from outside networks.
legendary
Activity: 2730
Merit: 1263
November 04, 2015, 01:50:26 PM
#8
Did somebody already create an address index patch (UTXO and mempool) that is working in pruned mode?
staff
Activity: 4284
Merit: 8808
November 04, 2015, 11:31:57 AM
#7
You still verify and relay transactions. Other nodes can no longer get block from you though, at least for now.
If you run git master (to be 0.12 later) instead of 0.11 you will also relay new blocks as they are found while pruning.
legendary
Activity: 3430
Merit: 3080
November 04, 2015, 11:20:02 AM
#6
Note that only the blocks component of the database can be chosen, so -prune=30000 is specifying the size of that portion only. I'm not sure if the rest of the database remains the same size or grows at a tiny rate, not familiar with running in pruned mode long-term.
legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 04, 2015, 11:08:03 AM
#5
Also, is there any benefit in running a pruned node? Would that still contribute to the bitcoin network as a whole?

You still verify and relay transactions. Other nodes can no longer get block from you though, at least for now.

You can also add prune=30000 to the bitcoin.conf file.

Gotcha, thanks!
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
November 04, 2015, 05:09:10 AM
#4
Also, is there any benefit in running a pruned node? Would that still contribute to the bitcoin network as a whole?

You still verify and relay transactions. Other nodes can no longer get block from you though, at least for now.

You can also add prune=30000 to the bitcoin.conf file.
legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 04, 2015, 01:32:56 AM
#3
Hi all,

I'm trying to run a bitcoin node (satoshi 0.11) in pruning mode. If I want to keep the blockchain size at 30gb, should I just restart bitcoind with the command 'bitcoind -prune=30000' ?

Cheers,
John

Went through the code on github, yep I was doing it correctly.
legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 04, 2015, 01:17:26 AM
#2
Also, is there any benefit in running a pruned node? Would that still contribute to the bitcoin network as a whole?
legendary
Activity: 1288
Merit: 1227
Away on an extended break
November 04, 2015, 01:09:33 AM
#1
Hi all,

I'm trying to run a bitcoin node (satoshi 0.11) in pruning mode. If I want to keep the blockchain size at 30gb, should I just restart bitcoind with the command 'bitcoind -prune=30000' ?

Cheers,
John
Jump to: