Pages:
Author

Topic: [ANN] [PMP] PreminePlus Launch ~ New Features! ~ Oct Signup Free Distribution! - page 30. (Read 148958 times)

legendary
Activity: 1612
Merit: 1001
Batch 2 of 3 of the October give-away now being processed. Should be done within the hour.
nice!! so the coins are being sent today.  Smiley  my wallet is syncing..
hero member
Activity: 532
Merit: 500
Batch 2 of 3 of the October give-away now being processed. Should be done within the hour.
sr. member
Activity: 393
Merit: 250
Coins received. Thanks you

Staking is also working fine, receiving approx. 1 coin daily.
legendary
Activity: 1131
Merit: 1001

ive used PM and got no reply. even tho ive offrred good promotion for our beloved PMP

I'm sure you get a reply soon. There are lots of PMs every day.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
is dev alive at all?

Of course, he's working very hard in the background even though he's not actively replying on the thread. His dev team can attest to that.

ive used PM and got no reply. even tho ive offrred good promotion for our beloved PMP
hero member
Activity: 916
Merit: 500
is dev alive at all?

Of course, he's working very hard in the background even though he's not actively replying on the thread. His dev team can attest to that.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
Fun fact: my give-away wallet is now 38mb, simply due to the amount of transactions it's sent.

Lol, watch out though, my PMC wallet always started acting up/crashing when the wallet.dat became to big (~50mb).

In that case, I'll send the funds back to cold storage and create a clean wallet. Just to be safe. A third of the giveaway has been done. The rest will either be done tonight or tomorrow.

thanks a lot.
hero member
Activity: 532
Merit: 500
Fun fact: my give-away wallet is now 38mb, simply due to the amount of transactions it's sent.

Lol, watch out though, my PMC wallet always started acting up/crashing when the wallet.dat became to big (~50mb).

In that case, I'll send the funds back to cold storage and create a clean wallet. Just to be safe. A third of the giveaway has been done. The rest will either be done tonight or tomorrow.
legendary
Activity: 1148
Merit: 1000
Thanks Nullu, coins received!  Cool
Still staking everyday  Grin
sr. member
Activity: 420
Merit: 250
Fun fact: my give-away wallet is now 38mb, simply due to the amount of transactions it's sent.

Lol, watch out though, my PMC wallet always started acting up/crashing when the wallet.dat became to big (~50mb).
hero member
Activity: 532
Merit: 500
Fun fact: my give-away wallet is now 38mb, simply due to the amount of transactions it's sent.
hero member
Activity: 532
Merit: 500
What happened to distribution of coins for September registrations?

Still not received any coin in Oct.

Give-away will begin imminently. I've been snowed under at work.
sr. member
Activity: 393
Merit: 250
What happened to distribution of coins for September registrations?

Still not received any coin in Oct.
newbie
Activity: 54
Merit: 0
I installed the wallet for the first time today. I found it seemed to keep sticking on certain blocks while downloading the block chain. Closing the wallet, then restarting it each time it stuck fixed the problem.
Yeah, this is the issue I'm having. I'm stuck on 34646 and closing/reopening the wallet is having no effect. Coins still stake, but I'm stuck on the blockchain.
not sure if repairwallet helps in that case, otherwise downloading the entire blockchain from the beginning would be the option.
In order to speed up recovery we may upload, say every month, an image of the PMP blockchain and put the link in the OP.

I'm wondering if it has anything to do with POS. Not the first POS coin to have this issue. I believe some came up with hot fixes. Grain had a similar issue once, I believe Bosian produced a fix, if I recall correctly. I'll delete my blockchain and restart.

Mint had a similar problem and a fix was posted in the message linked below.

https://bitcointalksearch.org/topic/m.8500984

In mint's case it was due to some nodes having downloaded block heights behind others. I checked my PreminePlus wallet's node's heights using getpeerinfo and found some are at different heights, as shown below.

{
"addr" : "108.61.219.218:17222",
"services" : "00000001",
"lastsend" : 1413628114,
"lastrecv" : 1413628113,
"conntime" : 1413627071,
"version" : 60009,
"subver" : "/PreminePlus:0.7.7/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 41721,
"banscore" : 0
},
{
"addr" : "178.62.170.139:17222",
"services" : "00000001",
"lastsend" : 1413627820,
"lastrecv" : 1413628113,
"conntime" : 1413627222,
"version" : 60009,
"subver" : "/PreminePlus:0.7.7/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 41721,
"banscore" : 0
},
{
"addr" : "109.87.255.75:17222",
"services" : "00000001",
"lastsend" : 1413627821,
"lastrecv" : 1413628113,
"conntime" : 1413627455,
"version" : 60009,
"subver" : "/PreminePlus:0.7.7/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 41724,
"banscore" : 0
},
{
"addr" : "70.95.166.174:17222",
"services" : "00000001",
"lastsend" : 1413628114,
"lastrecv" : 1413628114,
"conntime" : 1413627755,
"version" : 60008,
"subver" : "/PreminePlus:0.7.6/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 41726,
"banscore" : 0
},
{
"addr" : "62.75.210.162:17222",
"services" : "00000001",
"lastsend" : 1413628113,
"lastrecv" : 1413628113,
"conntime" : 1413627966,
"version" : 60009,
"subver" : "/PreminePlus:0.7.7/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 41727,
"banscore" : 0
}

The only node my wallet had at the full height was 62.75.210.162 so maybe you could add that to your conf file. Alternatively you could try using nothing but connect=62.75.210.162 in your conf file instead of addnode until you have fully synced, and then delete the connect= and restore the original addnode.

member
Activity: 72
Merit: 10
I have this error when trying to install the script (install_PreminePlus.sh) on elementary os luna:

src/db.h:14:20: fatal error: db_cxx.h: No such file or directory
compilation terminated.
make: *** [build/bitcoin.o] Error 1
mv: cannot stat `PreminePlus-qt': No such file or directory

Could anyone point me to the right direction? thanks
full member
Activity: 208
Merit: 100
Interesting project. hope that you add me on distribution list.
hero member
Activity: 770
Merit: 500
still free signup for Oct,
so long-term plan for distribution,
but that's good for bringing in more people.
hero member
Activity: 532
Merit: 500
I installed the wallet for the first time today. I found it seemed to keep sticking on certain blocks while downloading the block chain. Closing the wallet, then restarting it each time it stuck fixed the problem.
Yeah, this is the issue I'm having. I'm stuck on 34646 and closing/reopening the wallet is having no effect. Coins still stake, but I'm stuck on the blockchain.
not sure if repairwallet helps in that case, otherwise downloading the entire blockchain from the beginning would be the option.
In order to speed up recovery we may upload, say every month, an image of the PMP blockchain and put the link in the OP.

I'm wondering if it has anything to do with POS. Not the first POS coin to have this issue. I believe some came up with hot fixes. Grain had a similar issue once, I believe Bosian produced a fix, if I recall correctly. I'll delete my blockchain and restart.
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
I installed the wallet for the first time today. I found it seemed to keep sticking on certain blocks while downloading the block chain. Closing the wallet, then restarting it each time it stuck fixed the problem.
Yeah, this is the issue I'm having. I'm stuck on 34646 and closing/reopening the wallet is having no effect. Coins still stake, but I'm stuck on the blockchain.
not sure if repairwallet helps in that case, otherwise downloading the entire blockchain from the beginning would be the option.
In order to speed up recovery we may upload, say every month, an image of the PMP blockchain and put the link in the OP.
Pages:
Jump to: