Testers needed [Peercoin-0.5 Raspberry pi]

I use ssh headless.
I keep adding the “/etc/default/locale” due to errors with locale when i try: ppcoind getinfo
LANGUAGE=
LC_ALL=

what should i do in order to not getting it anymore? do i need to set a proper timezone/localization?

[quote=“intergalactic, post:21, topic:3783”]I use ssh headless.
I keep adding the “/etc/default/locale” due to errors with locale when i try: ppcoind getinfo
LANGUAGE=
LC_ALL=

what should i do in order to not getting it anymore? do i need to set a proper timezone/localization?[/quote]

That is Raspbian stuff. Google “How to setup locale raspbian”.

Will the current binaries receive an update to comply with Sunny’s rollout plans or is this the final Version for 0.5?

Yes, I will update binaries to 0.5.2 soon. Possibly today.

v0.5.2 warming up…

{ "version" : "v0.5.2-g2308455-Peerbox", "protocolversion" : 60006, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 225423, "moneysupply" : 23034684.80561100, "connections" : 5, "proxy" : "127.0.0.1:9050", "ip" : "", "difficulty" : 543945692.02966022, "testnet" : false, "keypoololdest" : 1456843057, "keypoolsize" : 101, "paytxfee" : 0.01000000, "errors" : "" }

Server:

sha256sum 897cc8e80fb902b2519b85f13905c3e8e79ad93b1b38156cfab858e7aece81cd ppcoin_0.5.2-1_amd64.deb https://peerbox.me/ppcoin_0.5.2-1_amd64.deb

Raspberry:

sha256sum 2d468542a67319d1b89bfa6167f12092ee80e24c15f04a301bb90180f9269ef9 ppcoin_0.5.2-1_armhf.deb https://peerbox.me/ppcoin_0.5.2-1_armhf.deb

17496f1df0b456a21a4e3d7a674a9c63 ppcoin_0.5.2-1_armhf.deb
there seems to be something wrong, I re-downloaded it 3 times

[quote=“willy, post:26, topic:3783”]17496f1df0b456a21a4e3d7a674a9c63 ppcoin_0.5.2-1_armhf.deb
there seems to be something wrong, I re-downloaded it 3 times[/quote]

My fault.
This time I have used sha256 sum, please try with that.

Ouch. Could have realized that one myself.

Peerbox binaries uploaded!

wget https://peerbox.me/peerbox_0.5.0-1_all.deb

sha256sum peerbox_0.5.0-1_all.deb 5ceff6238cfaa2b5b5c96b74b4e4aa4e0d60ad15418ddbcb902fc14e096a4f93 peerbox_0.5.0-1_all.deb

sudo dpkg -i peerbox_0.5.0-1_all.deb sudo apt-get -f install

Please let me know about any bugs or feature requests.

thanks for making peerbox.

I followed the instructions and it’s looking good so far. At first the headless tor version didn’t sync, so I started the ordinary one and switched back to headless tor after a few blocks. Probably I was just impatient. Am I right to assume that one cannot become a full node over tor? But one could make a hidden tor peercoin node? Maybe instructions for that would be a further feature.

Cheers

[quote=“dustyway, post:30, topic:3783”]thanks for making peerbox.

I followed the instructions and it’s looking good so far. At first the headless tor version didn’t sync, so I started the ordinary one and switched back to headless tor after a few blocks. Probably I was just impatient. Am I right to assume that one cannot become a full node over tor? But one could make a hidden tor peercoin node? Maybe instructions for that would be a further feature.

Cheers[/quote]

Yes, you were just impatient :slight_smile:

For full node via Tor one would have create hidden service first, and I still did not study that into details. Once I get full understanding of process I will package it so it just as easy to use as running without tor.
That will probably come in next version.

Repository created, with full bells and whistles (read GPG signed). Only thing lacking now is domain and that is why I do not call this finished.

Add my GPG key:

wget -O - http://62.163.212.157/peerbox.gpg.key | sudo apt-key add -

Add repository:

sudo sh -c "echo "deb http://62.163.212.157 jessie main" >> /etc/apt/sources.list"

Update and install:

sudo apt-get update && sudo apt-get install peerbox

That should be it, now you have Peerbox installed.

Please note, that if this is your fresh install - first run ppcoind so it creates .ppcoind directory and then edit .ppcoind/ppcoin.conf to contain username= and password= as Peerbox depends on this two lines.

Please report any problems, if lucky I will release final tomorrow.