Pages:
Author

Topic: [XPM] Pool mining primecoin using DigitalOcean (VPS) - page 14. (Read 88559 times)

hero member
Activity: 770
Merit: 500
Is there a way to send my wallet.dat from the vps to my machine?

Thanks in advance!

You can copy it, but importing private keys is easier...

I would just like to learn the copying as well. How do I do that. Thanks!

http://www.hypexr.org/linux_scp_help.php

Thanks!
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
Is there a way to send my wallet.dat from the vps to my machine?

Thanks in advance!

You can copy it, but importing private keys is easier...

I would just like to learn the copying as well. How do I do that. Thanks!

http://www.hypexr.org/linux_scp_help.php
hero member
Activity: 770
Merit: 500
Is there a way to send my wallet.dat from the vps to my machine?

Thanks in advance!

You can copy it, but importing private keys is easier...

I would just like to learn the copying as well. How do I do that. Thanks!
hero member
Activity: 812
Merit: 1000
Is there a way to send my wallet.dat from the vps to my machine?

Thanks in advance!

You can copy it, but importing private keys is easier...
hero member
Activity: 770
Merit: 500
Is there a way to send my wallet.dat from the vps to my machine?

Thanks in advance!
sr. member
Activity: 294
Merit: 250
Thanks for the info so far.. I did importprivkey address privkey and i tried without privkey at the end, and at the front.. nothing works here.. what does the label mean?

12:05:33

Error adding key to wallet (code -4)


Do this:

(win qt)

console:

walletpassphrase *yourpw* 60

Then try importprivkey.

Wink

Bam!

+1 goes to you. This worked now. Thanks for the help. I will now source you in the other thread.
hero member
Activity: 812
Merit: 1000
Thanks for the info so far.. I did importprivkey address privkey and i tried without privkey at the end, and at the front.. nothing works here.. what does the label mean?

12:05:33

Error adding key to wallet (code -4)


Do this:

(win qt)

console:

walletpassphrase *yourpw* 60

Then try importprivkey.

Wink
sr. member
Activity: 294
Merit: 250
Thanks for the info so far.. I did importprivkey address privkey and i tried without privkey at the end, and at the front.. nothing works here.. what does the label mean?

12:05:33

Error adding key to wallet (code -4)
sr. member
Activity: 378
Merit: 255
I use this to dump all the private keys, remove wallet.dat, and restart primecoind.

Careful with it!

Code:
primecoind setgenerate false
primecoind listsinceblock 963d17ba4dc753138078a2f56afb3af9674e2546822badff26837db9a0152106 | grep address | grep -o '"A[^"]*"' | sed s/\"//g | xargs -L1 primecoind dumpprivkey
primecoind stop
sleep 2
rm ~/.primecoin/wallet.dat
primecoind --daemon
member
Activity: 229
Merit: 10
55x 8 core instances found 17 blocks between 1am and 11am (Chemisist build). Compared to 51 blocks yesterday between 1am and 11am with 50x 8 cores (Sunny 0.1.1). Compared to 149 blocks 2 days ago (16 hour period) with 50x 8 core (Sunny 0.1.0). Difficulty definitely affecting mining right now.

He have had 55 x 8core on third day  Shocked. What a beast...

DO made me prepay quite a bit in fiat, so I'm just riding out the remainder of my deposits.
full member
Activity: 154
Merit: 100
55x 8 core instances found 17 blocks between 1am and 11am (Chemisist build). Compared to 51 blocks yesterday between 1am and 11am with 50x 8 cores (Sunny 0.1.1). Compared to 149 blocks 2 days ago (16 hour period) with 50x 8 core (Sunny 0.1.0). Difficulty definitely affecting mining right now.

He have had 55 x 8core on third day  Shocked. What a beast...
member
Activity: 229
Merit: 10
55x 8 core instances found 17 blocks between 1am and 11am (Chemisist build). Compared to 51 blocks yesterday between 1am and 11am with 50x 8 cores (Sunny 0.1.1). Compared to 149 blocks 2 days ago (16 hour period) with 50x 8 core (Sunny 0.1.0). Difficulty definitely affecting mining right now.
sr. member
Activity: 308
Merit: 250
on the last command importprivkey  keyhere

Executed and now it says:
08:39:55

Error adding key to wallet (code -4)



maybe your wallet is still locked? or you already imported it
sr. member
Activity: 294
Merit: 250
on the last command importprivkey  keyhere

Executed and now it says:
08:39:55

Error adding key to wallet (code -4)

sr. member
Activity: 308
Merit: 250
Can you get into specifics about this..

When its matured, primecoind SENDtoADDRESSGOESHERE HOMEWALLETADDRESSGOESHERE ?

and what about for the VPS? Once you find the private key which address do you put?


Getting coins to another wallet:
There are a number of ways to do this:
After they've matured:

Code:
primecoind sendtoaddress yourhomeaddress amount

Before they've matured:

from vps:

Code:
primecoind listtransactions # to find the receiving address
primecoind dumpprivkey $receiving_address

from home:

Code:
primecoind importprivkey $privkey_from_vps

I then remove the wallet.dat from the vps to get all new keys, though its not necessary.

primecoind listtransactions gets you the address the minted coins are 'sent' from.
put that address here: primecoind dumpprivkey HERE

go to wallet on your pc and do importprivkey PRIVKEY

This will send you to coins that are not matured as well
sr. member
Activity: 294
Merit: 250
Can you get into specifics about this..

When its matured, primecoind SENDtoADDRESSGOESHERE HOMEWALLETADDRESSGOESHERE ?

and what about for the VPS? Once you find the private key which address do you put?


Getting coins to another wallet:
There are a number of ways to do this:
After they've matured:

Code:
primecoind sendtoaddress yourhomeaddress amount

Before they've matured:

from vps:

Code:
primecoind listtransactions # to find the receiving address
primecoind dumpprivkey $receiving_address

from home:

Code:
primecoind importprivkey $privkey_from_vps

I then remove the wallet.dat from the vps to get all new keys, though its not necessary.
full member
Activity: 154
Merit: 100
why oh why

apt-get update

sudo apt-get install libdb5.3++-dev -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libdb5.3++-dev
E: Couldn't find any package by regex 'libdb5.3++-dev'

Huh??

use 5.1, it'll be fine Smiley
hero member
Activity: 840
Merit: 1000
why oh why

apt-get update

sudo apt-get install libdb5.3++-dev -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libdb5.3++-dev
E: Couldn't find any package by regex 'libdb5.3++-dev'

Huh??


I had that issue to. I fixed it by upgrading to Ubuntu 13.04.
newbie
Activity: 6
Merit: 0
why oh why

E: Unable to locate package libdb5.3++-dev
E: Couldn't find any package by regex 'libdb5.3++-dev'
Maybe you are on Ubuntu 12.04? That package appears to be only available in 12.10+.
http://packages.ubuntu.com/search?lang=de&keywords=libdb5.3%2B%2B-dev&searchon=names
legendary
Activity: 2632
Merit: 1023
why oh why

apt-get update

sudo apt-get install libdb5.3++-dev -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libdb5.3++-dev
E: Couldn't find any package by regex 'libdb5.3++-dev'

Huh??
Pages:
Jump to: