Pages:
Author

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

hero member
Activity: 532
Merit: 500
First 200 address done (actually 199, as one appeared to be a PMC address).

I'll do more tomorrow.
hero member
Activity: 532
Merit: 500
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.



You're doing a fantastic job man! Thanks for all your hard work  Smiley
Just to be sure, I just launched my wallet and it's synced up and everything but I haven't received any coins yet. I'm guessing you haven't started the distribution yet? Or is it an issue on my side  Undecided
i think its a manual process and with nearly (or over?) 1000 people it may take a little while.

Actually, I've written a small script which automates the payouts.


I'm doing the first 50 addresses now to make sure things are running smoothly, which so far it seems to be. Hopefully I should have the first 200 addresses done by tonight. I'm sending out payments every 10 seconds, so theoretically it should take me a few hours to get through them all, but as I'm doing it in chunks to be safe, it's going to take me a few days at most.

The only thing that will slow it down are if there are invalid addresses, as I'll have to manually pick them out and restart the script from the last valid address.

I think there a small batch of addresses I've yet to be sent yet, but I have the majority of them, about 700 addresses.
sr. member
Activity: 329
Merit: 250
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.


doesn't build under linux anymore, any idea?
Code:
cd /home/skunk/bitcoin/PreminePlus; /bin/sh share/genbuild.sh /home/skunk/bitcoin/PreminePlus/build/build.h
g++ -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o PreminePlus-qt build/bitcoin.o build/bitcoingui.o build/transactiontablemodel.o build/addresstablemodel.o build/optionsdialog.o build/sendcoinsdialog.o build/addressbookpage.o build/signverifymessagedialog.o build/aboutdialog.o build/editaddressdialog.o build/bitcoinaddressvalidator.o build/alert.o build/version.o build/sync.o build/util.o build/netbase.o build/key.o build/script.o build/main.o build/init.o build/net.o build/irc.o build/checkpoints.o build/addrman.o build/db.o build/walletdb.o build/clientmodel.o build/guiutil.o build/transactionrecord.o build/optionsmodel.o build/monitoreddatamapper.o build/transactiondesc.o build/transactiondescdialog.o build/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.o build/rpcdump.o build/rpcnet.o build/rpcmining.o build/rpcwallet.o build/rpcblockchain.o build/rpcrawtransaction.o build/overviewpage.o build/csvmodelwriter.o build/crypter.o build/sendcoinsentry.o build/qvalidatedlineedit.o build/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/coincontroldialog.o build/coincontroltreewidget.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/moc_bitcoingui.o build/moc_transactiontablemodel.o build/moc_addresstablemodel.o build/moc_optionsdialog.o build/moc_sendcoinsdialog.o build/moc_addressbookpage.o build/moc_signverifymessagedialog.o build/moc_aboutdialog.o build/moc_editaddressdialog.o build/moc_bitcoinaddressvalidator.o build/moc_clientmodel.o build/moc_guiutil.o build/moc_optionsmodel.o build/moc_monitoreddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_notificator.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib64/qt4 -LD:/deps/miniupnpc -lminiupnpc -lrt -LD:/deps/boost/stage/lib -Ld:/deps/db/build_unix -Ld:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lglib-2.0 -lpthread
build/bitcoingui.o: In function `BitcoinGUI::BitcoinGUI(QWidget*)':
bitcoingui.cpp:(.text+0x3588): undefined reference to `ChatWindow::ChatWindow(QWidget*)'
build/bitcoingui.o: In function `BitcoinGUI::setWalletModel(WalletModel*)':
bitcoingui.cpp:(.text+0x6ee5): undefined reference to `ChatWindow::setModel(ClientModel*)'
collect2: error: ld returned 1 exit status
make: *** [PreminePlus-qt] Error 1

This may seem like a dumb suggestion but try downloading from the github again and/or deleting your build files (.o's etc) to rebuild from scratch. I'm looking at the new bitcoingui.cpp and there really is only a handful of new lines, none of which should be causing an undefined reference.
In fact those two calls (chatWindow = new ChatWindow(this)Wink and (chatWindow->setModel(clientModel)Wink can easily be traced back to their functions.
It sounds like you have the new bitcoingui.cpp but not the new chatwindow.h/cpp which may be caused by some github funny business.

One of our users _CR_ has created a linux script to auto download and install the PreminePlus-qt.
I've updated the main post with the link: _CR_'s Magical Unix Installer
If this script helps anyone you can donate a few PMP to him here:
PXp6zMxMPf76kgEktVjr5hhFSxiHKy6YaE

Worse comes to worse, if that doesn't work just comment out the two setmodel functions. I've just tried this now (remove the call to setmodel from bitcoin.cpp and then the declaration from chatwindow.cpp) and it works fine without it. Technically they are not necessary in this manner.
Give me a shout or come on the IRC and I can show you how to easily do that.


i did issue "make clean" and even re-cloned the git repository again, no change...
nevermind, i don't need a chat into the wallet (however i was excited about the in-wallet trading system), until a forced update isn't required and the previous revision is staking and transferring coins correctly, i'll use that...
in the worst case i don't mind switching to the command line wallet Wink
thank you anyway

ps: the contributed install script is just for debian/ubuntu, however the install logic is the same that i've always used with most qt wallets.
full member
Activity: 228
Merit: 100

I did excatly what you told me but it didn't help. Same thing happened Sad

I don't get it  Huh

Hi Johnambush,
can you confirm exactly what you have done?
When did you download the wallet?
you can find me on the IRC if you would like some help resolving this issue.


I made it...After that error message apeared (during first sync) then you need to delete blockchain with bat file and then sync works.

Thank you  Smiley
sr. member
Activity: 350
Merit: 250
Vires in Numeris

I did excatly what you told me but it didn't help. Same thing happened Sad

I don't get it  Huh

Hi Johnambush,
can you confirm exactly what you have done?
When did you download the wallet?
you can find me on the IRC if you would like some help resolving this issue.
sr. member
Activity: 350
Merit: 250
Vires in Numeris
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.


doesn't build under linux anymore, any idea?
Code:
cd /home/skunk/bitcoin/PreminePlus; /bin/sh share/genbuild.sh /home/skunk/bitcoin/PreminePlus/build/build.h
g++ -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o PreminePlus-qt build/bitcoin.o build/bitcoingui.o build/transactiontablemodel.o build/addresstablemodel.o build/optionsdialog.o build/sendcoinsdialog.o build/addressbookpage.o build/signverifymessagedialog.o build/aboutdialog.o build/editaddressdialog.o build/bitcoinaddressvalidator.o build/alert.o build/version.o build/sync.o build/util.o build/netbase.o build/key.o build/script.o build/main.o build/init.o build/net.o build/irc.o build/checkpoints.o build/addrman.o build/db.o build/walletdb.o build/clientmodel.o build/guiutil.o build/transactionrecord.o build/optionsmodel.o build/monitoreddatamapper.o build/transactiondesc.o build/transactiondescdialog.o build/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.o build/rpcdump.o build/rpcnet.o build/rpcmining.o build/rpcwallet.o build/rpcblockchain.o build/rpcrawtransaction.o build/overviewpage.o build/csvmodelwriter.o build/crypter.o build/sendcoinsentry.o build/qvalidatedlineedit.o build/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/coincontroldialog.o build/coincontroltreewidget.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/moc_bitcoingui.o build/moc_transactiontablemodel.o build/moc_addresstablemodel.o build/moc_optionsdialog.o build/moc_sendcoinsdialog.o build/moc_addressbookpage.o build/moc_signverifymessagedialog.o build/moc_aboutdialog.o build/moc_editaddressdialog.o build/moc_bitcoinaddressvalidator.o build/moc_clientmodel.o build/moc_guiutil.o build/moc_optionsmodel.o build/moc_monitoreddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_notificator.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib64/qt4 -LD:/deps/miniupnpc -lminiupnpc -lrt -LD:/deps/boost/stage/lib -Ld:/deps/db/build_unix -Ld:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lglib-2.0 -lpthread
build/bitcoingui.o: In function `BitcoinGUI::BitcoinGUI(QWidget*)':
bitcoingui.cpp:(.text+0x3588): undefined reference to `ChatWindow::ChatWindow(QWidget*)'
build/bitcoingui.o: In function `BitcoinGUI::setWalletModel(WalletModel*)':
bitcoingui.cpp:(.text+0x6ee5): undefined reference to `ChatWindow::setModel(ClientModel*)'
collect2: error: ld returned 1 exit status
make: *** [PreminePlus-qt] Error 1

This may seem like a dumb suggestion but try downloading from the github again and/or deleting your build files (.o's etc) to rebuild from scratch. I'm looking at the new bitcoingui.cpp and there really is only a handful of new lines, none of which should be causing an undefined reference.
In fact those two calls (chatWindow = new ChatWindow(this)Wink and (chatWindow->setModel(clientModel)Wink can easily be traced back to their functions.
It sounds like you have the new bitcoingui.cpp but not the new chatwindow.h/cpp which may be caused by some github funny business.

One of our users _CR_ has created a linux script to auto download and install the PreminePlus-qt.
I've updated the main post with the link: _CR_'s Magical Unix Installer
If this script helps anyone you can donate a few PMP to him here:
PXp6zMxMPf76kgEktVjr5hhFSxiHKy6YaE

Worse comes to worse, if that doesn't work just comment out the two setmodel functions. I've just tried this now (remove the call to setmodel from bitcoin.cpp and then the declaration from chatwindow.cpp) and it works fine without it. Technically they are not necessary in this manner.
Give me a shout or come on the IRC and I can show you how to easily do that.

full member
Activity: 228
Merit: 100
can someone help me pls?

first: how to upload picture of my wallet to show you my problem?

second: picture will show you after I upload it Smiley

Upload the photo to a website. Then post the link in your post. But maybe you could describe your problem and we can help you!

https://imageshack.com/i/f0pLtNbVj

Did you download the newest stable version from the OP? If not please download it, and make a a backup of your wallet.dat file (just to be sure).

Close all your wallets!

Delete C:\ProgramData\boost_interprocess

Start your wallet again. It should sync now!



I did that in first time and now tryed again and I got same result Sad

https://imageshack.com/i/pdOfc0qCp

Sometimes this happens when a block file gets corrupted.

Try this:

  • Completely close the wallet
  • Delete everything from the %appdata%/premineplus folder except wallet.dat
    (Make sure you don't delete wallet.dat)
  • Restart the wallet



+1
everythings good now.... with the right tutor.
delete all file C:\user\computername\appdata\premineplus Except wallet.dat
also delete C:\ProgramData\boost_interprocess
and redownload the wallet from the #1 post (PreminePlusJuly23.rar)
after extract the file, double click DeleteBlockchain.bat (you could see contains in that file by right click and edit)

I've included a file DeleteBlockchain.bat which will automatically delete the blockchain files for you without harming your wallet.
Just double click it before opening the new wallet and you are good to go.

Code:
C:
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\database\
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\.lock
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\blk0001.dat
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\blkindex.dat
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\db.log
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\debug.log
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\peers.dat
pause

Will have those stable wallets for the rest of you guys soon.


and you ready to go ( just double click PreminePlus-qt.exe)
it's very fast to sync.

I did excatly what you told me but it didn't help. Same thing happened Sad

I don't get it  Huh
legendary
Activity: 1131
Merit: 1001
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.




You're doing a fantastic job man! Thanks for all your hard work  Smiley
Just to be sure, I just launched my wallet and it's synced up and everything but I haven't received any coins yet. I'm guessing you haven't started the distribution yet? Or is it an issue on my side  Undecided
i think its a manual process and with nearly (or over?) 1000 people it may take a little while.


see post from nullu: https://bitcointalksearch.org/topic/m.8148801

Giveaway payouts are done with a script!!
hero member
Activity: 910
Merit: 1000
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.



You're doing a fantastic job man! Thanks for all your hard work  Smiley
Just to be sure, I just launched my wallet and it's synced up and everything but I haven't received any coins yet. I'm guessing you haven't started the distribution yet? Or is it an issue on my side  Undecided
i think its a manual process and with nearly (or over?) 1000 people it may take a little while.
sr. member
Activity: 329
Merit: 250
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.


doesn't build under linux anymore, any idea?
Code:
cd /home/skunk/bitcoin/PreminePlus; /bin/sh share/genbuild.sh /home/skunk/bitcoin/PreminePlus/build/build.h
g++ -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -o PreminePlus-qt build/bitcoin.o build/bitcoingui.o build/transactiontablemodel.o build/addresstablemodel.o build/optionsdialog.o build/sendcoinsdialog.o build/addressbookpage.o build/signverifymessagedialog.o build/aboutdialog.o build/editaddressdialog.o build/bitcoinaddressvalidator.o build/alert.o build/version.o build/sync.o build/util.o build/netbase.o build/key.o build/script.o build/main.o build/init.o build/net.o build/irc.o build/checkpoints.o build/addrman.o build/db.o build/walletdb.o build/clientmodel.o build/guiutil.o build/transactionrecord.o build/optionsmodel.o build/monitoreddatamapper.o build/transactiondesc.o build/transactiondescdialog.o build/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.o build/rpcdump.o build/rpcnet.o build/rpcmining.o build/rpcwallet.o build/rpcblockchain.o build/rpcrawtransaction.o build/overviewpage.o build/csvmodelwriter.o build/crypter.o build/sendcoinsentry.o build/qvalidatedlineedit.o build/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/coincontroldialog.o build/coincontroltreewidget.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/moc_bitcoingui.o build/moc_transactiontablemodel.o build/moc_addresstablemodel.o build/moc_optionsdialog.o build/moc_sendcoinsdialog.o build/moc_addressbookpage.o build/moc_signverifymessagedialog.o build/moc_aboutdialog.o build/moc_editaddressdialog.o build/moc_bitcoinaddressvalidator.o build/moc_clientmodel.o build/moc_guiutil.o build/moc_optionsmodel.o build/moc_monitoreddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_notificator.o build/moc_rpcconsole.o build/qrc_bitcoin.o    -L/usr/lib64/qt4 -LD:/deps/miniupnpc -lminiupnpc -lrt -LD:/deps/boost/stage/lib -Ld:/deps/db/build_unix -Ld:/deps/ssl -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lQtGui -L/usr/lib64 -L/usr/lib64/qt4 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lglib-2.0 -lpthread
build/bitcoingui.o: In function `BitcoinGUI::BitcoinGUI(QWidget*)':
bitcoingui.cpp:(.text+0x3588): undefined reference to `ChatWindow::ChatWindow(QWidget*)'
build/bitcoingui.o: In function `BitcoinGUI::setWalletModel(WalletModel*)':
bitcoingui.cpp:(.text+0x6ee5): undefined reference to `ChatWindow::setModel(ClientModel*)'
collect2: error: ld returned 1 exit status
make: *** [PreminePlus-qt] Error 1
hero member
Activity: 532
Merit: 500
The COINS have been distributed?


not yet, nobody recieved

Don't worry guys! The coins will be distributed, everyone get's their stake!

Please be patient!

I'm just sending the coins over to Nullu now.
Hes created a nifty automatic payment system for us.
small announcement coming up.

I'll be starting the first run of the script later on this evening, so the first batch of users will get their coins.
legendary
Activity: 1148
Merit: 1000
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.



You're doing a fantastic job man! Thanks for all your hard work  Smiley
Just to be sure, I just launched my wallet and it's synced up and everything but I haven't received any coins yet. I'm guessing you haven't started the distribution yet? Or is it an issue on my side  Undecided
sr. member
Activity: 644
Merit: 250
can someone help me pls?

first: how to upload picture of my wallet to show you my problem?

second: picture will show you after I upload it Smiley

Upload the photo to a website. Then post the link in your post. But maybe you could describe your problem and we can help you!

https://imageshack.com/i/f0pLtNbVj

Did you download the newest stable version from the OP? If not please download it, and make a a backup of your wallet.dat file (just to be sure).

Close all your wallets!

Delete C:\ProgramData\boost_interprocess

Start your wallet again. It should sync now!



I did that in first time and now tryed again and I got same result Sad

https://imageshack.com/i/pdOfc0qCp

Sometimes this happens when a block file gets corrupted.

Try this:

  • Completely close the wallet
  • Delete everything from the %appdata%/premineplus folder except wallet.dat
    (Make sure you don't delete wallet.dat)
  • Restart the wallet



+1
everythings good now.... with the right tutor.
delete all file C:\user\computername\appdata\premineplus Except wallet.dat
also delete C:\ProgramData\boost_interprocess
and redownload the wallet from the #1 post (PreminePlusJuly23.rar)
after extract the file, double click DeleteBlockchain.bat (you could see contains in that file by right click and edit)

I've included a file DeleteBlockchain.bat which will automatically delete the blockchain files for you without harming your wallet.
Just double click it before opening the new wallet and you are good to go.

Code:
C:
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\database\
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\.lock
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\blk0001.dat
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\blkindex.dat
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\db.log
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\debug.log
del /F /Q %UserProfile%\AppData\Roaming\PreminePlus\peers.dat
pause

Will have those stable wallets for the rest of you guys soon.


and you ready to go ( just double click PreminePlus-qt.exe)
it's very fast to sync.
hero member
Activity: 774
Merit: 503
Announcement time!

I've implemented In-wallet chat!
It's nothing fancy, works just like regular IRC freenode webchat.
Pop on and say hi to the community or use it as a place to trade.
This was actually done a couple days ago but I've been all over the place the past two days.

We have our very own Dice game in the works!
Our community will be able to win more PMP on a community run dice site!
This means 100% of all profits from this site will be used to further development of the currency and our community!
Development should be complete within the next couple days.


Other features I am planning to implement are in-wallet block explorer, in-wallet forum system and in-wallet trading system.



Kudos to you dev for all your hard work and dedication. Careful planning with continuous long term development this coin will be a huge success without a doubt.
sr. member
Activity: 448
Merit: 250
Today PreminePlus is making a birthday, One month ago it was announced.
I think it is time for a logo, PreminePlus needs to be recognisable at first sight.
hero member
Activity: 686
Merit: 500
sr. member
Activity: 350
Merit: 250
Vires in Numeris
Ok guys we are going to start sending out the giveaway funds shortly.
I've just been going over the list again as we were taking applications from members who didn't quite have 20 posts, we need to check all of them to make sure they have 20+ (or remove them) which takes a bit of time.

Almost done!

sr. member
Activity: 350
Merit: 250
Vires in Numeris

Sometimes this happens when a block file gets corrupted.

Try this:

  • Completely close the wallet
  • Delete everything from the %appdata%/premineplus folder except wallet.dat
    (Make sure you don't delete wallet.dat)
  • Restart the wallet



Someone else was having this exact same issue and it turned out to be something very simple. I can't remember who that was though.
He was using windows 8 and trying to use one of the beta wallets.

I would suggest you download the stable wallet from the link in the first page.

legendary
Activity: 1862
Merit: 1469
can someone help me pls?

first: how to upload picture of my wallet to show you my problem?

second: picture will show you after I upload it Smiley

Upload the photo to a website. Then post the link in your post. But maybe you could describe your problem and we can help you!

https://imageshack.com/i/f0pLtNbVj

Did you download the newest stable version from the OP? If not please download it, and make a a backup of your wallet.dat file (just to be sure).

Close all your wallets!

Delete C:\ProgramData\boost_interprocess

Start your wallet again. It should sync now!



I did that in first time and now tryed again and I got same result Sad

https://imageshack.com/i/pdOfc0qCp

Sometimes this happens when a block file gets corrupted.

Try this:

  • Completely close the wallet
  • Delete everything from the %appdata%/premineplus folder except wallet.dat
    (Make sure you don't delete wallet.dat)
  • Restart the wallet

full member
Activity: 228
Merit: 100
can someone help me pls?

first: how to upload picture of my wallet to show you my problem?

second: picture will show you after I upload it Smiley

Upload the photo to a website. Then post the link in your post. But maybe you could describe your problem and we can help you!

https://imageshack.com/i/f0pLtNbVj

Did you download the newest stable version from the OP? If not please download it, and make a a backup of your wallet.dat file (just to be sure).

Close all your wallets!

Delete C:\ProgramData\boost_interprocess

Start your wallet again. It should sync now!



I did that in first time and now tryed again and I got same result Sad

https://imageshack.com/i/pdOfc0qCp
Pages:
Jump to: