Pages:
Author

Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 - page 83. (Read 1210749 times)

sr. member
Activity: 262
Merit: 250
hero member
Activity: 529
Merit: 505
I'm on drugs, what's your excuse?
is poloniex having trouble with bbr their withdrawals say pending for days? is there any reason for them to be having issues?

When you withdraw your funds from Polo, notify OldMannKidd of the pending status and he'll manually release the funds for you. I would stay away from Poloniex - there a lot of users reporting BTC withdrawals and other coins frozen or pending for weeks and months.

I withdrew.32BTC last night took about ten minutes before it showed up in my wallet

Cheers Jon  Wink
full member
Activity: 202
Merit: 104
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratch

you can get the branch with
Code:
git clone -b lmdb_scratch https://github.com/clintar/boolberry.git
then
Code:
mkdir -p build/release; cd build/release
cmake -DDATABASE=lmdb ../..
make -j4 daemon
should compile it, at least in linux. Let me know if it compiles or not at least! Smiley

I tested it out on OSX, this is what I got

Code:
cmake -DDATABASE=lmdb ../..
-- Building for a 64-bit system
-- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
CMake Warning at CMakeLists.txt:56 (find_package):
  By not providing "FindBerkeleyDB.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "BerkeleyDB", but CMake did not find one.

  Could not find a package configuration file provided by "BerkeleyDB" with
  any of the following names:

    BerkeleyDBConfig.cmake
    berkeleydb-config.cmake

  Add the installation prefix of "BerkeleyDB" to CMAKE_PREFIX_PATH or set
  "BerkeleyDB_DIR" to a directory containing one of the above files.  If
  "BerkeleyDB" provides a separate development package or SDK, be sure it has
  been installed.


-- BerkeleyDB not found and has been disabled.
-- Boost version: 1.59.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   atomic
--   program_options
-- Found Git: /usr/local/bin/git
CMake Error at contrib/db_drivers/CMakeLists.txt:32 (add_subdirectory):
  add_subdirectory given source "liblmdb" which is not an existing directory.


-- Configuring incomplete, errors occurred!

this was from the "cmake -DDATABASE=lmdb ../.." line

and for the following make command, there is no 'daemon' target to build


I'll check a linux node
Maybe follow this: http://macappstore.org/berkeley-db/
I did have an issue before that should be fixed. It would have a floating point exception in case you ran into that already.
sr. member
Activity: 337
Merit: 315
is poloniex having trouble with bbr their withdrawals say pending for days? is there any reason for them to be having issues?

When you withdraw your funds from Polo, notify OldMannKidd of the pending status and he'll manually release the funds for you. I would stay away from Poloniex - there a lot of users reporting BTC withdrawals and other coins frozen or pending for weeks and months.
newbie
Activity: 14
Merit: 0
Will you release code that compiles on OSX? I am still waiting for both Bytecoin and Bitmonero to do so....

To be honest, you won't be taken seriously until you release binaries, osx source code, and a GUI.
full member
Activity: 202
Merit: 104
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratch

you can get the branch with
Code:
git clone -b lmdb_scratch https://github.com/clintar/boolberry.git
then
Code:
mkdir -p build/release; cd build/release
cmake -DDATABASE=lmdb ../..
make -j4 daemon
should compile it, at least in linux. Let me know if it compiles or not at least! Smiley

I tested it out on OSX, this is what I got

Code:
cmake -DDATABASE=lmdb ../..
-- Building for a 64-bit system
-- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
CMake Warning at CMakeLists.txt:56 (find_package):
  By not providing "FindBerkeleyDB.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "BerkeleyDB", but CMake did not find one.

  Could not find a package configuration file provided by "BerkeleyDB" with
  any of the following names:

    BerkeleyDBConfig.cmake
    berkeleydb-config.cmake

  Add the installation prefix of "BerkeleyDB" to CMAKE_PREFIX_PATH or set
  "BerkeleyDB_DIR" to a directory containing one of the above files.  If
  "BerkeleyDB" provides a separate development package or SDK, be sure it has
  been installed.


-- BerkeleyDB not found and has been disabled.
-- Boost version: 1.59.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   atomic
--   program_options
-- Found Git: /usr/local/bin/git
CMake Error at contrib/db_drivers/CMakeLists.txt:32 (add_subdirectory):
  add_subdirectory given source "liblmdb" which is not an existing directory.


-- Configuring incomplete, errors occurred!

this was from the "cmake -DDATABASE=lmdb ../.." line

and for the following make command, there is no 'daemon' target to build


I'll check a linux node

Oh yeah, you'll need to install libdb-dev on ubuntu, or whatever equivalent for your OS. The code doesn't use it, though, really.
sr. member
Activity: 505
Merit: 250
Activist Investor
is poloniex having trouble with bbr their withdrawals say pending for days? is there any reason for them to be having issues?

poloniex hasn't listed boolberry for 4 months so maybe thats why
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
is poloniex having trouble with bbr their withdrawals say pending for days? is there any reason for them to be having issues?
sr. member
Activity: 505
Merit: 250
Activist Investor
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratch

you can get the branch with
Code:
git clone -b lmdb_scratch https://github.com/clintar/boolberry.git
then
Code:
mkdir -p build/release; cd build/release
cmake -DDATABASE=lmdb ../..
make -j4 daemon
should compile it, at least in linux. Let me know if it compiles or not at least! Smiley

I tested it out on OSX, this is what I got

Code:
cmake -DDATABASE=lmdb ../..
-- Building for a 64-bit system
-- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
CMake Warning at CMakeLists.txt:56 (find_package):
  By not providing "FindBerkeleyDB.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "BerkeleyDB", but CMake did not find one.

  Could not find a package configuration file provided by "BerkeleyDB" with
  any of the following names:

    BerkeleyDBConfig.cmake
    berkeleydb-config.cmake

  Add the installation prefix of "BerkeleyDB" to CMAKE_PREFIX_PATH or set
  "BerkeleyDB_DIR" to a directory containing one of the above files.  If
  "BerkeleyDB" provides a separate development package or SDK, be sure it has
  been installed.


-- BerkeleyDB not found and has been disabled.
-- Boost version: 1.59.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   atomic
--   program_options
-- Found Git: /usr/local/bin/git
CMake Error at contrib/db_drivers/CMakeLists.txt:32 (add_subdirectory):
  add_subdirectory given source "liblmdb" which is not an existing directory.


-- Configuring incomplete, errors occurred!

this was from the "cmake -DDATABASE=lmdb ../.." line

and for the following make command, there is no 'daemon' target to build


I'll check a linux node
full member
Activity: 202
Merit: 104
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratch

you can get the branch with
Code:
git clone -b lmdb_scratch https://github.com/clintar/boolberry.git
then
Code:
mkdir -p build/release; cd build/release
cmake -DDATABASE=lmdb ../..
make -j4 daemon
should compile it, at least in linux. Let me know if it compiles or not at least! Smiley
slb
hero member
Activity: 598
Merit: 501


Guys, if you use Bytecoin v2 as base, be aware it adds additional verifications for the transactions. We already have some 'soft forks' on several forknote supported networks.

Thanks, I'm aware of the soft forks emerging in the forknote supported networks. What's your relationship to the forknote project?
I am the developer
sr. member
Activity: 337
Merit: 315


Guys, if you use Bytecoin v2 as base, be aware it adds additional verifications for the transactions. We already have some 'soft forks' on several forknote supported networks.

Thanks, I'm aware of the soft forks emerging in the forknote supported networks. What's your relationship to the forknote project?
full member
Activity: 214
Merit: 100
Is there any reason why you're using cryptoia instead of Bittrex?
I use like 6 exchanges... cause not all coins listed everywhere.
sr. member
Activity: 337
Merit: 315
i honestly hope that eventually they will open wallet.
i hope cryptopia is better than poloniex.

Is there any reason why you're using cryptoia instead of Bittrex?
full member
Activity: 214
Merit: 100
i honestly hope that eventually they will open wallet.
i hope cryptopia is better than poloniex.
member
Activity: 110
Merit: 10
Why? What did you find out?
Well i just seen HUGE difference in price between rex and cryptopia
Much higher price on rex! I tried to move coins out from cryptopia. But there is error on "withdraw" page for this coin.

"Status: Maintenance
Unfortunately we are unable to process your withdrawal at this time.
Reason: investigating possible fork."

That error still there. I asked here ... are "bbr" and "xbb" same coins or not?
But since i got no answers - i just "panic sold" kinda at loss. Was small amount anyway.


Ok thanks for your reply.  Yeah, I know it says unable to process, I just thought maybe you found some info... I'm hoping they will resolve it soon and if/when they do, it could be worth it.
full member
Activity: 214
Merit: 100
Why? What did you find out?
Well i just seen HUGE difference in price between rex and cryptopia
Much higher price on rex! I tried to move coins out from cryptopia. But there is error on "withdraw" page for this coin.

"Status: Maintenance
Unfortunately we are unable to process your withdrawal at this time.
Reason: investigating possible fork."

That error still there. I asked here ... are "bbr" and "xbb" same coins or not?
But since i got no answers - i just "panic sold" kinda at loss. Was small amount anyway.
member
Activity: 110
Merit: 10
I'm very curious to know what does "investigating possible fork" means ?
will it be deleted on cryptopia completely if they find differences with version that is used now on rex ?

*upd* never-mind. sold...   Cry

Why? What did you find out? Why did you sell the cryptopia holdings @notyoursbuisness ?
full member
Activity: 214
Merit: 100
I'm very curious to know what does "investigating possible fork" means ?
will it be deleted on cryptopia completely if they find differences with version that is used now on rex ?

*upd* never-mind. sold...   Cry
slb
hero member
Activity: 598
Merit: 501
Guys, if you use Bytecoin v2 as base, be aware it adds additional verifications for the transactions. We already have some 'soft forks' on several forknote supported networks.
Pages:
Jump to: