Bitcoin Forum
April 27, 2024, 06:03:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: No Poll Currently
1
2
a
b

Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 194 »
  Print  
Author Topic: [ANN] BitBean is Now Bean Cash | First v3 POS | First 20MB Max Blocks | 7+ Yrs.  (Read 275850 times)
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 28, 2016, 07:34:12 PM
 #1321

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.

1714241005
Hero Member
*
Offline Offline

Posts: 1714241005

View Profile Personal Message (Offline)

Ignore
1714241005
Reply with quote  #2

1714241005
Report to moderator
1714241005
Hero Member
*
Offline Offline

Posts: 1714241005

View Profile Personal Message (Offline)

Ignore
1714241005
Reply with quote  #2

1714241005
Report to moderator
1714241005
Hero Member
*
Offline Offline

Posts: 1714241005

View Profile Personal Message (Offline)

Ignore
1714241005
Reply with quote  #2

1714241005
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714241005
Hero Member
*
Offline Offline

Posts: 1714241005

View Profile Personal Message (Offline)

Ignore
1714241005
Reply with quote  #2

1714241005
Report to moderator
1714241005
Hero Member
*
Offline Offline

Posts: 1714241005

View Profile Personal Message (Offline)

Ignore
1714241005
Reply with quote  #2

1714241005
Report to moderator
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
April 28, 2016, 08:47:47 PM
Last edit: April 29, 2016, 06:19:54 AM by TeamBean
 #1322

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

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
April 28, 2016, 08:49:16 PM
 #1323

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 Smiley



steve321 and Gazzatron...thank you guys for holding down the fort and helping other Beaners while I've been very busy.

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
bitbeanpool
Member
**
Offline Offline

Activity: 74
Merit: 100


View Profile
May 03, 2016, 03:17:43 AM
 #1324

Opened up the beta online PoS sprouting wallet for BITB:

http://bitbeanpool.com

About 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
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
May 03, 2016, 05:42:46 AM
 #1325

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
Code:
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)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 03, 2016, 06:58:21 AM
 #1326

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
Code:
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

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 03, 2016, 07:07:35 AM
 #1327

Opened up the beta online PoS sprouting wallet for BITB:

http://bitbeanpool.com

About 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.

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
bitbeanpool
Member
**
Offline Offline

Activity: 74
Merit: 100


View Profile
May 03, 2016, 11:40:52 PM
 #1328

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)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 04, 2016, 04:59:36 AM
 #1329

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.

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
Crypto Latino
Member
**
Offline Offline

Activity: 197
Merit: 11


View Profile
May 05, 2016, 05:34:23 AM
 #1330

Opened up the beta online PoS sprouting wallet for BITB:

http://bitbeanpool.com

About 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 Offline

Activity: 74
Merit: 100


View Profile
May 07, 2016, 04:35:34 AM
 #1331

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
Sr. Member
****
Offline Offline

Activity: 393
Merit: 500



View Profile WWW
May 09, 2016, 05:55:27 PM
 #1332

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)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 09, 2016, 06:19:20 PM
 #1333

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


"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
cryptotech
Sr. Member
****
Offline Offline

Activity: 393
Merit: 500



View Profile WWW
May 09, 2016, 06:32:06 PM
 #1334

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



There waiting for someone. Thanks
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 09, 2016, 06:52:39 PM
 #1335

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



There waiting for someone. Thanks

We're there waiting for your reply  Grin

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 09, 2016, 08:36:08 PM
Last edit: May 09, 2016, 08:46:55 PM by TeamBean
 #1336


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.




"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
Crypto Latino
Member
**
Offline Offline

Activity: 197
Merit: 11


View Profile
May 12, 2016, 07:14:48 PM
 #1337

beautiful! Will the keychain generate sprouts?
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 13, 2016, 02:06:23 PM
Last edit: May 13, 2016, 02:42:03 PM by TeamBean
 #1338

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

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
MemberCount+1
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
May 13, 2016, 02:28:41 PM
 #1339


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  Smiley
TeamBean (OP)
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250


"Bean Cash..More Than Digital Cash!"


View Profile WWW
May 15, 2016, 06:10:28 PM
 #1340

Vote for BitBean as best here:

https://bitcointalk.org/index.php?topic=1454009.20

 Smiley

"Bean Cash..More Than Digital Cash"  www.beancash.org
Join Team Bean on our own hosted Live Chat & Collaboration Platform:  https://live.beancash.org
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ... 194 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!