Gazzatron
Member
Offline
Activity: 91
Merit: 10
|
|
April 28, 2016, 07:34:12 PM |
|
hmmm i was able to fix it by deleting everyting then pasting the wallet.dat afterwards.. but everytimme i turn off my pc.. and turn on again i am getting that error again.. any idea?
If you are closing the wallet successfully before shutting down the system then it could be a virus on the pc. Copy the /appdata/roaming/bitbean (including the bitbean-qt.exe) onto a usb drive and load it back down on a different pc. If this works then it is definitely the original pc at fault, not the wallet.
|
|
|
|
TeamBean (OP)
|
|
April 28, 2016, 08:47:47 PM Last edit: April 29, 2016, 06:19:54 AM by TeamBean |
|
hmmm i was able to fix it by deleting everyting then pasting the wallet.dat afterwards.. but everytimme i turn off my pc.. and turn on again i am getting that error again.. any idea?
Make sure you are closing down BitBean-qt, by using the File -> Exit option and not closing it by clicking the "X" in the of the OS App Window control. You can also close down BitBean by accessing the context-menu...Right Mouse Button click anywhere in BitBean-qt where there is an empty space..it will bring up a menu, then select "Exit". I am aware of this problem. It is only happening on Windows. NTFS is not as durable as Linux file systems. I'm working on improvements for future BitBean release to remove so much dependency for data integrity from the host operating system. Best Regards, Shawn Kent (aka Bitbeaner) Director of Operations, Project Manager, Lead Developer Bean Core, Team Bean, BitBean www.bitbean.org
|
|
|
|
TeamBean (OP)
|
|
April 28, 2016, 08:49:16 PM |
|
Also, wallet will not sync. I got the latest of the website like 30 mins ago. I've tried without the .conf file and with the .conf posted on bitbean website neither sync.
You can download the BitBean blockchain from 3/15/16 at CryptoChainer.com. Also, there is a way to display different denominations in Settings / Main, change it to BITB... This site has a sync'ed data directory steve321 and Gazzatron...thank you guys for holding down the fort and helping other Beaners while I've been very busy.
|
|
|
|
bitbeanpool
Member
Offline
Activity: 74
Merit: 100
|
|
May 03, 2016, 03:17:43 AM |
|
Opened up the beta online PoS sprouting wallet for BITB: http://bitbeanpool.comAbout 40 slots still open. Feel free to poke around - sprouting does work correctly. Adding features, will keep feature timeline up to date on dashboard menu.
|
|
|
|
MemberCount+1
|
|
May 03, 2016, 05:42:46 AM |
|
after many tries i get a valid command list to compile BitBean for the CentOS-7-x86_64-Minimal-1511 System. maybe it helps other members :-) system is up to date with yum update and it install from your home Directory. you can also copy the executable to /usr/local/bin yum -y install wget git autoconf automake gcc-c++ qrencode-devel libpng-devel libdb-cxx-devel libdb-devel libdb4-devel libdb4-cxx-devel wget http://www.openssl.org/source/openssl-1.0.1j.tar.gz tar xfz openssl-1.0.1j.tar.gz cd openssl-1.0.1j ./config no-shared --prefix=/usr/local make make install cd .. wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2 tar xfj protobuf-2.6.1.tar.bz2 cd protobuf-2.6.1 ./configure --disable-shared --prefix=/usr/local make make install cd .. wget -O boost_1_59_0.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.bz2/download tar xfj boost_1_59_0.tar.bz2 cd boost_1_59_0 ./bootstrap.sh --prefix=/usr/local ./b2 --with-chrono --with-filesystem --with-program_options --with-system --with-thread --with-regex toolset=gcc link=shared stage ./b2 --with-chrono --with-filesystem --with-program_options --with-system --with-thread --with-regex toolset=gcc link=shared install cd .. export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH git clone https://github.com/TeamBitBean/bitbean cd bitbean/src/ make -f makefile.unix USE_UPNP= strip BitBeand mkdir /root/.BitBean cp BitBeand /root/.BitBean/ cd /root/.BitBean echo rpcuser=username > BitBean.conf echo rpcpassword=userpassword >> BitBean.conf ./BitBeand -printtoconsole
|
|
|
|
TeamBean (OP)
|
|
May 03, 2016, 06:58:21 AM |
|
after many tries i get a valid command list to compile BitBean for the CentOS-7-x86_64-Minimal-1511 System. maybe it helps other members :-) system is up to date with yum update and it install from your home Directory. you can also copy the executable to /usr/local/bin yum -y install wget git autoconf automake gcc-c++ qrencode-devel libpng-devel libdb-cxx-devel libdb-devel libdb4-devel libdb4-cxx-devel wget http://www.openssl.org/source/openssl-1.0.1j.tar.gz tar xfz openssl-1.0.1j.tar.gz cd openssl-1.0.1j ./config no-shared --prefix=/usr/local make make install cd .. wget https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2 tar xfj protobuf-2.6.1.tar.bz2 cd protobuf-2.6.1 ./configure --disable-shared --prefix=/usr/local make make install cd .. wget -O boost_1_59_0.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.bz2/download tar xfj boost_1_59_0.tar.bz2 cd boost_1_59_0 ./bootstrap.sh --prefix=/usr/local ./b2 --with-chrono --with-filesystem --with-program_options --with-system --with-thread --with-regex toolset=gcc link=shared stage ./b2 --with-chrono --with-filesystem --with-program_options --with-system --with-thread --with-regex toolset=gcc link=shared install cd .. export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH git clone https://github.com/TeamBitBean/bitbean cd bitbean/src/ make -f makefile.unix USE_UPNP= strip BitBeand mkdir /root/.BitBean cp BitBeand /root/.BitBean/ cd /root/.BitBean echo rpcuser=username > BitBean.conf echo rpcpassword=userpassword >> BitBean.conf ./BitBeand -printtoconsole Looks good, except you should be using libdb5.3-devel & libdbcxx5.3 (BitBean has always been built with BDB 5.3+) 5.3 is not backwards compatible with 4.8
|
|
|
|
TeamBean (OP)
|
|
May 03, 2016, 07:07:35 AM |
|
Opened up the beta online PoS sprouting wallet for BITB: http://bitbeanpool.comAbout 40 slots still open. Feel free to poke around - sprouting does work correctly. Adding features, will keep feature timeline up to date on dashboard menu. Nice of you to put a service together for Bitbean. With that said, I always recommend for users to retain control of their private keys and run their own wallets on systems they control the keys. Once you send your Beans to a website/exchange, you risk loosing control/ownership of those Beans. Perhaps it would engender trust if you weren't posting form a Newbie account at least? There have been quite a few Beaners who lost Bitbeans that were on Cryptsy.
|
|
|
|
bitbeanpool
Member
Offline
Activity: 74
Merit: 100
|
|
May 03, 2016, 11:40:52 PM |
|
Point taken - the account is new, sure. I don't know of a way to change that besides posting around here, so I will continue to do that.
In terms of validity - yes, the site is in beta. Yes, other sites have turned out to be scams. I'll toss my own neck in the game here - I'll match 10k bitbeans to the users who fill the ~25 beta slots left open and sprout for >30 days.
Rather than speak down at somebody helping the cause you are working on, please offer suggestions when you see issues in the future.
Colin
|
|
|
|
TeamBean (OP)
|
|
May 04, 2016, 04:59:36 AM |
|
Point taken - the account is new, sure. I don't know of a way to change that besides posting around here, so I will continue to do that.
In terms of validity - yes, the site is in beta. Yes, other sites have turned out to be scams. I'll toss my own neck in the game here - I'll match 10k bitbeans to the users who fill the ~25 beta slots left open and sprout for >30 days.
Rather than speak down at somebody helping the cause you are working on, please offer suggestions when you see issues in the future.
Colin
The types of Services that are most needed are those that HIRE Bitbean, for example an online store that accepts BitBean for goods or services. I applaud you stepping up and doing something to help, by building a service that utilizes Bitbean. So thank you for that.
|
|
|
|
Crypto Latino
Member
Offline
Activity: 197
Merit: 11
|
|
May 05, 2016, 05:34:23 AM |
|
Opened up the beta online PoS sprouting wallet for BITB: http://bitbeanpool.comAbout 40 slots still open. Feel free to poke around - sprouting does work correctly. Adding features, will keep feature timeline up to date on dashboard menu. how do i deposit on your site it doesnt work 4 me
|
|
|
|
bitbeanpool
Member
Offline
Activity: 74
Merit: 100
|
|
May 07, 2016, 04:35:34 AM |
|
Hi Crypto,
When you log in, you will see a BITB deposit address at the top of the page. Send BITB to that address to join the pool - after the beans mature for 6 hours you will begin receiving sprouting (stake) rewards.
I am also matching the first 10k users deposit into the pool as a bonus to the beta users.
Please let me know if you have any more questions!
|
|
|
|
cryptotech
|
|
May 09, 2016, 05:55:27 PM |
|
Hello,
I posted awhile back about my wallet not syncing even with 9 connections. I since tried again and cannot get it to sync. I currently have 10 connections with no movement. I am stuck on block 666917. I ran a check and repair wallet with the results listed below. Any help would be greatly appreciated.
12:44:59  checkwallet
12:45:00  { "mismatched spent beans" : 1, "amount in question" : 22630.30000000 }
12:45:32  repairwallet
12:45:32  { "mismatched spent beans" : 1, "amount affected by repair" : 22630.30000000 }
|
|
|
|
TeamBean (OP)
|
|
May 09, 2016, 06:19:20 PM |
|
Hello,
I posted awhile back about my wallet not syncing even with 9 connections. I since tried again and cannot get it to sync. I currently have 10 connections with no movement. I am stuck on block 666917. I ran a check and repair wallet with the results listed below. Any help would be greatly appreciated.
12:44:59  checkwallet
12:45:00  { "mismatched spent beans" : 1, "amount in question" : 22630.30000000 }
12:45:32  repairwallet
12:45:32  { "mismatched spent beans" : 1, "amount affected by repair" : 22630.30000000 }
It would be easier for interactive diagnosis of what is going on, if you could join our Live IRC channel: http://webchat.freenode.net/?channels=#teambean
|
|
|
|
cryptotech
|
|
May 09, 2016, 06:32:06 PM |
|
Hello,
I posted awhile back about my wallet not syncing even with 9 connections. I since tried again and cannot get it to sync. I currently have 10 connections with no movement. I am stuck on block 666917. I ran a check and repair wallet with the results listed below. Any help would be greatly appreciated.
12:44:59  checkwallet
12:45:00  { "mismatched spent beans" : 1, "amount in question" : 22630.30000000 }
12:45:32  repairwallet
12:45:32  { "mismatched spent beans" : 1, "amount affected by repair" : 22630.30000000 }
It would be easier for interactive diagnosis of what is going on, if you could join our Live IRC channel: http://webchat.freenode.net/?channels=#teambeanThere waiting for someone. Thanks
|
|
|
|
TeamBean (OP)
|
|
May 09, 2016, 06:52:39 PM |
|
Hello,
I posted awhile back about my wallet not syncing even with 9 connections. I since tried again and cannot get it to sync. I currently have 10 connections with no movement. I am stuck on block 666917. I ran a check and repair wallet with the results listed below. Any help would be greatly appreciated.
12:44:59  checkwallet
12:45:00  { "mismatched spent beans" : 1, "amount in question" : 22630.30000000 }
12:45:32  repairwallet
12:45:32  { "mismatched spent beans" : 1, "amount affected by repair" : 22630.30000000 }
It would be easier for interactive diagnosis of what is going on, if you could join our Live IRC channel: http://webchat.freenode.net/?channels=#teambeanThere waiting for someone. Thanks We're there waiting for your reply
|
|
|
|
TeamBean (OP)
|
|
May 09, 2016, 08:36:08 PM Last edit: May 09, 2016, 08:46:55 PM by TeamBean |
|
Android Keychain ("Wallet") is in Alpha stage, moving to Beta release for Bean Core members in a day. GA release to community will follow after Beta testing complete.
|
|
|
|
Crypto Latino
Member
Offline
Activity: 197
Merit: 11
|
|
May 12, 2016, 07:14:48 PM |
|
beautiful! Will the keychain generate sprouts?
|
|
|
|
TeamBean (OP)
|
|
May 13, 2016, 02:06:23 PM Last edit: May 13, 2016, 02:42:03 PM by TeamBean |
|
beautiful! Will the keychain generate sprouts?
No, the Android Keychain is designed for simplicity and ease of use. Users won't need to wait to download the blockchain, it will be available for transacting in BitBean immediately after installation. The Keychain will feature an integrated "Brain Wallet", so users will be able to recover their keys, just by remembering a series of recognizable words. The most important aspect of the Android Keychain, is that users maintain control of their keys...they are their own bank! A Sproutable "Farming Vault" is planned for Android with v1.2 release. I apologize for the delay on releasing the Android Keychain, as I have had a paying job come up the past few days..bills still need to get paid. I should be back to work on Bitbean tomorrow. If all goes well, Android Keychain GA should be available by Monday. Best Regards, Shawn Kent (aka Bitbeaner) Project Manager & Lead Developer Bean Core, Team Bean, Bitbean www.bitbean.org"The essence of good design is picking the metaphor that informs expectations the best" --Andreas Antonopoulos
|
|
|
|
MemberCount+1
|
|
May 13, 2016, 02:28:41 PM |
|
No, the Android Keychain is designed for simplicity and ease of use. Users won't need to wait to download the blockchain, it will be available for transacting in BitBean immediately after installation. The Keychain will feature an integrated "Brain Wallet", so users will be able to recover their keys, just by remembering a series of recognizable words. The most important aspect of the Android Keychain, is that users maintain control of their keys...they are their own bank!
Is a good decision, perfect for mobile
|
|
|
|
|
|