Pages:
Author

Topic: [ANN] Orbitcoin v1.6.0.0 ~ NeoScrypt ~ Green Stake ~ 4 Years Old (Read 200997 times)

hero member
Activity: 1034
Merit: 558
yep, im still staking  Grin
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
It's alive as long as I'm around, that's for sure.
newbie
Activity: 5
Merit: 1
Is Orbitcoin still alive? Or at least somewhen ressurected?

I'm a big Fan since 10ish years, even If i lost mostly all of my Data xD.
I wasn't a member in this Forum back then, but i've earned my knowledge about erverything i know about crypto by reading in here.
I remember why i decided to pick this coin ^_^, the First sentence on the main Site got me xD
I appreciate all the hard work you've put into ORB.
And I still like the Passion/Dream behind this currency, you've made me interessted in crypto in the First place,


A big THANKS to you,

 Ghostlander
newbie
Activity: 1
Merit: 0
Crypto is crawling little up



Personal
Walter Weeming
New York
29 Years old
https://dedeals.nl
full member
Activity: 652
Merit: 123
Binance soon and maybe 100 buck per coin is not that far off if you look at it from an objective standpoint. Bear market inspired standstill can not kill what has a promise. For over 15 years I have been barrelling around the bedrocks in the crater of the volcano that is the new emerging tech trend we here pursue and still after these years I have not gotten a chance to witness a truly mesmerizing raise of a coin. Bummer.
hero member
Activity: 1034
Merit: 558
BTW Orbitcoin is 10 years old now.
happy birthday  Smiley
lets hope it survives, we need more -reliable- exchanges
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
BTW Orbitcoin is 10 years old now.
jr. member
Activity: 247
Merit: 1
great, at least something.  Smiley

do you have any news about unnamed exchange? i have some coins over there  and is been down for some time .. Sad

What news about scammers do you want to hear? I don’t understand at all who made deposits on the unnamed exchange, if it was clear from one appearance that it was a clone of cryptopia and the owner was related to both of these exchanges. Just forget about your coins and let this be an experience for you.
hero member
Activity: 1034
Merit: 558
great, at least something.  Smiley

do you have any news about unnamed exchange? i have some coins over there  and is been down for some time .. Sad
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Orbitcoin is out of maintenance on Freiexchange again. Trading, deposits and withdrawals are enabled.
newbie
Activity: 5
Merit: 0
Hello ghostlander
Let me introduce a newly launched innovative exchange with mining, staking, bets, faucets, games and other services on the platform.
KYC-free and worldwide accessible, quick withdrawals, low trading fees and more.
Listing conditions are much pleasant as the CEX is new, however, the team has over 3 years of background.
May I share the details here or PM?
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
It does not compile on Ubuntu 22.04 (boost 1.74), fails on db.cpp with "reference to 'filesystem' is ambiguous" errors.

First of all, it can be compiled even with Boost 1.80 just fine. Second, the error is self explanatory: filesystem exists in both namespaces, boost and std, in your case because you're compiling with -std=c++17 or something like which Orbitcoin has no need for. filesystem was Boost only library until they had merged it into ISO C++ as of C++17. Either remove -std=c++17 or enforce boost::filesystem where the compiler wants you to.
jr. member
Activity: 48
Merit: 1
It does not compile on Ubuntu 22.04 (boost 1.74), fails on db.cpp with "reference to 'filesystem' is ambiguous" errors.

Code:
db.cpp: In member function 'bool CDBEnv::Open(boost::filesystem::path)':
db.cpp:72:5: error: reference to 'filesystem' is ambiguous
   72 |     filesystem::path pathDataDir = pathEnv;
      |     ^~~~~~~~~~
In file included from /usr/include/boost/filesystem/path.hpp:26,
                 from /usr/include/boost/filesystem.hpp:16,
                 from db.cpp:13:
/usr/include/boost/filesystem/path_traits.hpp:35:29: note: candidates are: 'namespace boost::filesystem { }'
   35 | namespace boost { namespace filesystem {
      |                             ^~~~~~~~~~
In file included from /usr/include/c++/11/mutex:39,
                 from /usr/include/boost/system/detail/std_interoperability.hpp:13,
                 from /usr/include/boost/system/error_code.hpp:963,
                 from /usr/include/boost/filesystem/path_traits.hpp:22,
                 from /usr/include/boost/filesystem/path.hpp:26,
                 from /usr/include/boost/filesystem.hpp:16,
                 from db.cpp:13:
/usr/include/c++/11/chrono:54:13: note:                 'namespace std::filesystem { }'
   54 |   namespace filesystem { struct __file_clock; };
      |             ^~~~~~~~~~
db.cpp:73:5: error: reference to 'filesystem' is ambiguous
   73 |     filesystem::path pathLogDir = pathDataDir / "database";
      |     ^~~~~~~~~~
In file included from /usr/include/boost/filesystem/path.hpp:26,
                 from /usr/include/boost/filesystem.hpp:16,
                 from db.cpp:13:
/usr/include/boost/filesystem/path_traits.hpp:35:29: note: candidates are: 'namespace boost::filesystem { }'
   35 | namespace boost { namespace filesystem {
      |                             ^~~~~~~~~~
In file included from /usr/include/c++/11/mutex:39,
                 from /usr/include/boost/system/detail/std_interoperability.hpp:13,
                 from /usr/include/boost/system/error_code.hpp:963,
                 from /usr/include/boost/filesystem/path_traits.hpp:22,
                 from /usr/include/boost/filesystem/path.hpp:26,
                 from /usr/include/boost/filesystem.hpp:16,
                 from db.cpp:13:
/usr/include/c++/11/chrono:54:13: note:                 'namespace std::filesystem { }'
   54 |   namespace filesystem { struct __file_clock; };
      |             ^~~~~~~~~~
db.cpp:74:5: error: reference to 'filesystem' is ambiguous
   74 |     filesystem::create_directory(pathLogDir);
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
cool
Do i need to uninstall old version before installing 1.6.3 ?

No, it's compatible. This LevelDB build can read/write both uncompressed and compressed data. If the compression rate is less than 20%, it writes uncompressed. Older wallet releases cannot read compressed data, so reindexing is the only way to return to v1.6.2 unless you have a back-up.
hero member
Activity: 1034
Merit: 558
cool
Do i need to uninstall old version before installing 1.6.3 ?
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Orbitcoin v1.6.3.0 has been released.

A scheduled release with binaries compiled for three major 64-bit targets: Linux, Windows (XP+) and MacOS X (10.5+). Binaries for 32-bit targets are no longer provided, though can be compiled still.

The LevelDB back-end has been updated. It also includes support for Snappy, a fast compressor/decompressor. There are other improvements, too.
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Hi ghostlander,
 
Can you please compile and publish Orbitcoin v1.6.2.0 for windows? There are still old client versions on github...

Thanks,
BR

I'm porting some stuff from PXC to ORB and backward. There will be a new release with Windows and Mac builds.
newbie
Activity: 1
Merit: 0
Hi ghostlander,
 
Can you please compile and publish Orbitcoin v1.6.2.0 for windows? There are still old client versions on github...

Thanks,
BR
legendary
Activity: 1239
Merit: 1020
No surrender, no retreat, no regret.
Hello! Is OrbitCoin interested in community development ?

What do you mean by community development?
newbie
Activity: 19
Merit: 0
Hello! Is OrbitCoin interested in community development ?
Pages:
Jump to: