b4h4mu7
|
|
July 05, 2017, 06:07:01 AM |
|
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?
|
|
|
|
slb
|
|
July 05, 2017, 11:25:07 AM |
|
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
|
|
|
|
clintar2
|
|
July 07, 2017, 12:10:56 AM |
|
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with git clone -b lmdb_scratch https://github.com/clintar/boolberry.git then 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!
|
|
|
|
1blockologist
|
|
July 07, 2017, 01:57:21 PM |
|
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with git clone -b lmdb_scratch https://github.com/clintar/boolberry.git then 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! I tested it out on OSX, this is what I got 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
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
July 07, 2017, 02:08:03 PM |
|
is poloniex having trouble with bbr their withdrawals say pending for days? is there any reason for them to be having issues?
|
|
|
|
1blockologist
|
|
July 07, 2017, 03:49:38 PM |
|
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
|
|
|
|
clintar2
|
|
July 07, 2017, 04:56:56 PM |
|
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with git clone -b lmdb_scratch https://github.com/clintar/boolberry.git then 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! I tested it out on OSX, this is what I got 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.
|
|
|
|
Droplex
Newbie
Offline
Activity: 14
Merit: 0
|
|
July 07, 2017, 04:57:57 PM |
|
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.
|
|
|
|
b4h4mu7
|
|
July 07, 2017, 06:08:32 PM |
|
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.
|
|
|
|
clintar2
|
|
July 08, 2017, 01:44:40 AM |
|
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with git clone -b lmdb_scratch https://github.com/clintar/boolberry.git then 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! I tested it out on OSX, this is what I got 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.
|
|
|
|
jd1959
|
|
July 08, 2017, 02:35:15 AM |
|
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.32 BTC last night took about ten minutes before it showed up in my wallet Cheers Jon
|
dICO Disguised Instant Cash Out
|
|
|
|
b4h4mu7
|
|
July 10, 2017, 03:59:37 PM |
|
That's correct. The ticker was changed sometime this year but the project name remains the same.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
July 10, 2017, 04:29:56 PM |
|
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. thanks for info....OldMannKidd how to contact him? is that his username here? there wallet says on line but the transaction sits in pending for days now and nothing sent. my xdn and xcr are trapped their too for weeks.
|
|
|
|
b4h4mu7
|
|
July 10, 2017, 05:25:20 PM |
|
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. thanks for info....OldMannKidd how to contact him? is that his username here? there wallet says on line but the transaction sits in pending for days now and nothing sent. my xdn and xcr are trapped their too for weeks. I contacted him through the trollbox when it was still functional. I would suggest contacting him through IRC.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
July 10, 2017, 09:38:26 PM |
|
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. thanks for info....OldMannKidd how to contact him? is that his username here? there wallet says on line but the transaction sits in pending for days now and nothing sent. my xdn and xcr are trapped their too for weeks. I contacted him through the trollbox when it was still functional. I would suggest contacting him through IRC. thanks for the tip
|
|
|
|
MyMoneyShark
Member
Offline
Activity: 84
Merit: 10
Spectiv VR Crowdsale: 08/14/17
|
|
July 16, 2017, 05:51:54 AM |
|
Does that coin have any future developments?
|
|
|
|
|
oldcoinguru
|
|
July 19, 2017, 09:16:05 AM |
|
Anyone have any idea what's going on with Cryptopia? The wallet is disabled and there is a message about a possible fork.
|
|
|
|
b4h4mu7
|
|
July 19, 2017, 04:00:50 PM |
|
Anyone have any idea what's going on with Cryptopia? The wallet is disabled and there is a message about a possible fork.
Hmm, I don't see anything on the site about a fork. Do you get that message when you're logged in?
|
|
|
|
|