Bitcoin Forum
May 27, 2024, 02:33:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Crypto Bullion (CBX) >>> rebranding to "bullion" | 2018 Roadmap published on: April 17, 2018, 10:02:12 PM
As a slight addendum looks like I still need to download a pile of dependencies for the Linux distribution

as discussed here:

https://bitcointalk.org/index.php?topic=951753.msg31932663#msg31932663

Code:
error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Any chance we can get these compiled into the new Linux release before we come out of Alpha? It will save support questions / new user frustration in the long run if it just "works" out of the box...

FR
Hi FR,
Well, we could compile these dependencies (static libs) with the Vault on Linux, but it's against the Linux philosophy.
However, something we have to do is making a package (.deb, .rpm, etc...) for Linux distributions that would handle the magic of shared dependencies installation.
If we have time to do it for an Alpha release we will do it for it, if not it will be for the official release.
An other thing that should come out is a Docker container for the Vault Daemon, this will app SysAdmin to deploy our system fastly and securily and it will help us to reach new people as all the pain of the installation would be far away.
OVA are also planned.

Alex4J.

Ah excellent, those all sound like super practical solutions to me Smiley Nice one

FR
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Crypto Bullion (CBX) >>> rebranding to "bullion" | 2018 Roadmap published on: April 16, 2018, 06:11:25 PM
As a slight addendum looks like I still need to download a pile of dependencies for the Linux distribution

as discussed here:

https://bitcointalk.org/index.php?topic=951753.msg31932663#msg31932663

Code:
error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Any chance we can get these compiled into the new Linux release before we come out of Alpha? It will save support questions / new user frustration in the long run if it just "works" out of the box...

FR
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Crypto Bullion (CBX) >>> rebranding to "bullion" | 2018 Roadmap published on: April 16, 2018, 05:22:18 PM
Hi CBX team

Just running the new Linux version (Alpha4) of the wallet released above - after a bit of fiddling managed to get a repeatable

Segmentation Fault (Core dumped)

error message by exiting the wallet during synchronisation - It re-started ok and after a re-scan I was back in business

I seem to be able to trigger the Seg fault by going into Settings, Options and selecting 'Show Master Nodes Tab' - quitting the wallet at this point repeatably raises the described segmentation fault on the command line

Nothing more useful in the debug log i'm afraid, but defo an unhanded exception somewhere - might be to do with the omission of the BPN stuff but regardless a seg fault it never a welcome error at any point of development

Home that helps squash a potential bug or two Smiley

Cheers

FR

Hi, FR.

Thanks for the time you took to investigate this.
The 'Show Master Nodes Tab' option was deliberately soft-disabled for the alpha: you may activate it but nothing will happen.
It's true it shouldn't crash, and actually I never experienced that crash myself, but as it was a quick fix just for the alpha, something might have escaped our eyes.
I assume the crashes seem to be related to just setting this option? No crashes under other circumstances?

Indeed, just for setting this option... So no, not that I could see, tho I haven attempted staking in Alpha 4 just yet...
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Crypto Bullion (CBX) >>> rebranding to "bullion" | 2018 Roadmap published on: April 15, 2018, 07:48:44 PM
Hi CBX team

Just running the new Linux version (Alpha4) of the wallet released above - after a bit of fiddling managed to get a repeatable

Segmentation Fault (Core dumped)

error message by exiting the wallet during synchronisation - It re-started ok and after a re-scan I was back in business

I seem to be able to trigger the Seg fault by going into Settings, Options and selecting 'Show Master Nodes Tab' - quitting the wallet at this point repeatably raises the described segmentation fault on the command line

Nothing more useful in the debug log i'm afraid, but defo an unhanded exception somewhere - might be to do with the omission of the BPN stuff but regardless a seg fault it never a welcome error at any point of development

Home that helps squash a potential bug or two Smiley

Cheers

FR
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: March 09, 2018, 03:36:50 PM

Hi, FiniteRed.

Yes, there surely can be one (you probably want a 64-bit build). We'll publish a note here when it's available.

Perfect Smiley ready and waiting to test it Cheesy

FR

Still with same codebase as previously posted Windows alpha 2, here is the 64 bit Linux Vault: http://node.alex4j.cryptobullion.io/v30/bullion-qt64

Looks like there a number of dependency issues running on a clean/patched install of Ubuntu, detailed below (along with the "quick" fixes) - would be good to publish an official breakdown of what you need to install to get up and running...

Code:
error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
-> sudo apt-get install libboost-all-dev
(overkill I feel)

Code:
error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
-> sudo apt-get install libqrencode3

Code:
error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
-> sudo add-apt-repository -y ppa:bitcoin/bitcoin
-> sudo apt-get update
-> sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
(this is a gross fix!)

FR
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: February 26, 2018, 08:16:36 PM
Is there Linux build of the alpha?

Hi, FiniteRed.

Yes, there surely can be one (you probably want a 64-bit build). We'll publish a note here when it's available.

Perfect Smiley ready and waiting to test it Cheesy

FR
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: February 26, 2018, 07:47:28 AM
Is there Linux build of the alpha?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: February 10, 2018, 10:25:04 AM
My two cents:

Surely the base insentive here is to reward the most stable/reliable BPN nodes, always online always processing transactions - without fail. If you have a flaky connection or are about to move house I would suggest you set up some proper infrastructure to host your BPN (Amazon, Azure etc...) The amount of money you can make from running a BPN will/could well go above and beyond a hobbyist crypto-staker and as such it would be inappropriate or unrealistic to think you could casually just run it on your old laptop whilst making a small fortune. - Aside from up-time and high reliability what about security? (physical and digital), what about backup and disaster recovery? - when the money gets serious the old laptop in the cupboard approach will not do, some bitcoin mines have diesel generators on standby and even employ guards to protect their assets!

If running a BPN is not for you then feel free to stake, it's not as profitable however its still free money Smiley

I like the idea of a limited queue, it fosters competition to "be the best", you deploy the most stable/reliable infrastructure you can muster and wait your turn, it might take a few months to grab a place in the queue but if it takes 4-8 months to be in a position to make thousands a day for basically doing nothing then I think I can wait...

FR
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 31, 2018, 06:45:27 PM
Top notch reply Alex! thanks - sounds super cool and definitely some good USP as I've never heard of that being done before!

Cheers

FR
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 30, 2018, 10:57:58 PM
That all sounds very cool! I am interested on how you intend to limit the number of BPNs active on the network at any one time? - that can't be easy as the information would have to gleaned from network consensus and not a local count as anyone could easy change the source and increase the number of BPNs online at any one time...

FR
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 20, 2018, 07:22:18 PM
Price drop! Nice - buying more!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 16, 2018, 06:27:50 PM
If we want Bullion to be taken seriously by real investors we should not go down the anonymity route. There are plenty of coins out there that can fulfill this niche, CBX should not be one of them.

I say focus on doing one thing and one thing well, a store of wealth, a port in the next storm, don't dilute the coins USP by adding somewhat faddy functions that will likely make it far less attractive to future investors when crypto regulation becomes mainstream Smiley

FR
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 10, 2018, 07:58:51 PM
Good, re-brand ho!
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 07, 2018, 06:10:57 PM
At $250 that's about $10 a block for doing sweet FA other than staking :O

If and when Bullion reaches 100$ people will be happy they have set themselves up with a 2000 CBX masternode; at that point, setting up a masternode will be like setting up a small business. Does everybody have their 2000 CBX for a masternode ready, while prices are still decent?

It is merely a question of when Bullion goes to 250 if vault 3 goes as it should.

With this tiny minting any small kind of realisation of the potential here can send this on a green candle the likes of which you wont see often.

Could perhaps do with being on another exchange like kucoin or better bianance or trex but even that is not essential really. I see xrb going to 4 billion on 2 tiny exchanges not as good as cryptopia.

Would be REALLY good to have a info graphic that give an example of the rate of return for owning 2000 CBX and running a masternode - assuming a conservative $100 per coin valuation - I just did the maths and its really quite something  Shocked - hell you could retire on it!

We need to spread this info, people will go nuts

FR
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 06, 2018, 09:15:57 PM
Got mine Smiley
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 06, 2018, 05:16:34 PM
At $250 that's about $10 a block for doing sweet FA other than staking :O
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 06, 2018, 11:19:28 AM
All time high of 6.70 USD! Shocked

Damn. If the new vault release is timed well / thunder-clapped correctly online we could be looking at $50 to $100 easy  Grin
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 04, 2018, 07:17:57 PM
Been playing with the hue of the new logo:

https://imgur.com/a/Fjp69

Really like the red and orange variant above - perhaps we could have different colours depending on wallet distribution

Windows has blue logo
Linux has red logo
Android has purple logo

Something like that...
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED! on: January 03, 2018, 07:52:46 AM
Good stuff Smiley

I'm curious but have you tested/profiled both the Linux and Windows version for RAM usage? From what I remember the old memory leak was only present in the Linux compilation...

FR
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MΣC] Megacoin.co.nz - Forum, Github, Website Now in 18 Languages on: December 31, 2017, 10:12:03 AM
Good morning,

Could Megacoin receive some upcoming attention or has it already been planned? Smiley

Have a nice day,
-Dr. Kimoto Chan


Oh. Hello  Smiley
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!