Bitcoin Forum
May 13, 2024, 12:29:45 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 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: June 28, 2018, 07:26:15 PM
What can / would I type to see current boost lib that's installed since the error references 1.57.0 ?

Code:
yum list installed | grep boost
Code:
[amcnamara@Crypto-Online ~]$ yum list installed | grep boost
boost.x86_64                               1.53.0-27.el7               @base    
boost-atomic.x86_64                        1.53.0-27.el7               @base    
boost-chrono.x86_64                        1.53.0-27.el7               @base    
boost-context.x86_64                       1.53.0-27.el7               @base    
boost-date-time.x86_64                     1.53.0-27.el7               @base    
boost-devel.x86_64                         1.57.0-1.el7.centos         installed
boost-filesystem.x86_64                    1.53.0-27.el7               @base    
boost-graph.x86_64                         1.53.0-27.el7               @base    
boost-iostreams.x86_64                     1.53.0-27.el7               @base    
boost-locale.x86_64                        1.53.0-27.el7               @base    
boost-math.x86_64                          1.53.0-27.el7               @base    
boost-program-options.x86_64               1.53.0-27.el7               @base    
boost-python.x86_64                        1.53.0-27.el7               @base    
boost-random.x86_64                        1.53.0-27.el7               @base    
boost-regex.x86_64                         1.53.0-27.el7               @base    
boost-serialization.x86_64                 1.53.0-27.el7               @base    
boost-signals.x86_64                       1.53.0-27.el7               @base    
boost-system.x86_64                        1.53.0-27.el7               @base    
boost-test.x86_64                          1.53.0-27.el7               @base    
boost-thread.x86_64                        1.53.0-27.el7               @base    
boost-timer.x86_64                         1.53.0-27.el7               @base    
boost-wave.x86_64                          1.53.0-27.el7               @base    
libboost-atomic.x86_64                     1.57-1.el7.centos           installed
libboost-date-time.x86_64                  1.57-1.el7.centos           installed
libboost-filesystem.x86_64                 1.57-1.el7.centos           installed
libboost-iostreams.x86_64                  1.57-1.el7.centos           installed
libboost-program-options.x86_64            1.57-1.el7.centos           installed
libboost-regex.x86_64                      1.57-1.el7.centos           installed
libboost-system.x86_64                     1.57-1.el7.centos           installed
libboost-thread.x86_64                     1.57-1.el7.centos           installed
[amcnamara@Crypto-Online ~]$

Using yum history. I already tried to undo a trans. Didn't work hence my post. It's also a CentOS7 system. I chose that os for some other things I have running on the headless system.
if it's headless why build the QT version of EGC, the daemon form might be more useful and has fewer dependencies.

So now I'm sort of a rock and a hard place kind of deal. I remember when doing all these libraries initially so I could make my own QT I wanted to rip my hair out... really don't want to go through any more sleepless nights.
why didn't you use the system libraries, if you built the libraries from source then that could easily be your issue.

Also. What can / would I type to see current boost lib that's installed since the error references 1.57.0 ?

rpm -qa and grep can show you the installed packages, ldd might show what libraries you're linking against. Having EGC looking for boost 1.57 suggests something odd in your setup as that's not the version bundled in CentOS. If you're running a website this is probably stuff you should know...
1) It's headless bec I use VNC to log in remotely.

2) I don't recall what I did, I followed most of what I found on Google etc. What I do recall is that CentOS7 didn't seem to have anything installed that EGC needed.

Half tempted to wipe the system and start fresh with an OS that I don't need to install shit for libs. But it has to be linux based because of a backend program I use to manage minecraft servers.

As for what I should and shouldn't know... I don't know much as Linux is still somewhat new for me etc.

Still confused as to why this coin gives me trouble when its based off of BTC just like Doge & LTC both of which run without issue on the same system.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: June 27, 2018, 02:04:42 AM
Using yum history. I already tried to undo a trans. Didn't work hence my post. It's also a CentOS7 system. I chose that os for some other things I have running on the headless system.

So now I'm sort of a rock and a hard place kind of deal. I remember when doing all these libraries initially so I could make my own QT I wanted to rip my hair out... really don't want to go through any more sleepless nights.

Is there something I can use in terminal to parse the yum log and spot out lib changes vs looking through an entire log for said changes ?

Also. What can / would I type to see current boost lib that's installed since the error references 1.57.0 ?
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: June 26, 2018, 08:41:59 PM
Bitcoin-QT = GTG
Litecoin-QT= GTG
Dogecoin-QT = GTG

EverGreenCoin-QT = FUBAR !!!

Only thing I can think of that would have otherwise broke EGC for me is a "sudo yum update" from the other day as yum history shows nothing else.

That being said, if EGC is so closely based off of BTC, why is it now broken ?

I know that question might not be easily answered but this is honestly the most frustrating thing I've ran into since I had to build my own QT since a linux one is not offered where most all other coins have one built for end use already.

Code:
[amcnamara@Crypto-Online ~]$ /home/amcnamara/Desktop/EverGreenCoin-Qt -testnet=0 -regtest=0
/home/amcnamara/Desktop/EverGreenCoin-Qt: error while loading shared libraries: libboost_system.so.1.57.0: cannot open shared object file: No such file or directory
[amcnamara@Crypto-Online ~]$

I just don't know if I have the patience to go through all this again ;-/

Especially since all cryptos built from BTC are fine and this coin is the only one that's truly ever given me any problems.

Ideas ? Thought ? Anything ?
64  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: June 10, 2018, 08:30:49 AM
Would still love help and be willing to possibly pay someone to help me with post to URL so I can keep a longer gains log so if I say reset my system / lose power etc. I don't lose previous totals and when back online they continue to tally and process as normal... Ty.
Do you have a server? There several ways to connect, I use Php, separate the data (JSON) into fields and put them into a MySQL.Next I use another Php program to display these data, ...
I have a VPS with full root for some websites I have.

Can I see a screenshot of what you have going?
65  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: June 07, 2018, 11:02:38 PM
Would still love help and be willing to possibly pay someone to help me with post to URL so I can keep a longer gains log so if I say reset my system / lose power etc. I don't lose previous totals and when back online they continue to tally and process as normal... Ty.
66  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 27, 2018, 01:34:21 PM
rPi3 with VNC here...
I succeeded with CryptoCurrency Automatic Trader (C.A.T.) on headless server

I am glad I can announce that I succeeded to run my C.A.T. on a headless server.

You know that C.A.T. is a Java 8 program and that it interacts with a GUI. Servers do not have that!

I wanted to put my C.A.T. on a server for several reasons:

1. to save my computing power on my desktop/notebook

2. to save electricity to avoid to operate a dedicate computer including air condition

and add new features, like:

3. to access my C.A.T. via my phone

4. or general from any place with Internet
67  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 26, 2018, 05:29:55 PM
i'm currently testing the last improvements in 5.2 version and it's about this error : there's a problem in the XML save routine and it occurs in some particular situations (it seems when you have ORDER TO RESTORE).
So this error will be probably fixed soon.
I have been running auto saves for a bit. But I did notice an error popup or two a few times trying to do a manual. Didnt dig into logs though.

Also, Sampey... could you maybe when you have the time help me work on something for the post to URL so I can have some sort of online excel sheet to effective mirror and total gains in the same way ?

Would gladly pay for the help / time ;-)

Ty.
68  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 26, 2018, 01:59:00 PM
Hey Sampey, might have some referrals coming your way. Just wanted to let you know. But I'm referencing people 10% off which I know will come out of my referral payment.
69  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 26, 2018, 03:56:48 AM
No, it just spits out the line from the gain tab, in that order.
well if it already spits out that line from the gain tab. Then I would imagine it shouldn't be hard to set something up to log it and collectively add it up the way it does on the gain tab with the accumulative totals Etc.

exactly, just setup "something" on a server at URL to collect these data...
that's just the thing, I wouldn't know where to begin. I was thinking IFTTT. But I think that only handles three lines of data or something. But I would really love to be able to get something like this setup.
70  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 25, 2018, 06:21:38 AM
No, it just spits out the line from the gain tab, in that order.
well if it already spits out that line from the gain tab. Then I would imagine it shouldn't be hard to set something up to log it and collectively add it up the way it does on the gain tab with the accumulative totals Etc.
71  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 25, 2018, 05:55:06 AM
So how does the post to URL thing work and what kind of data does / can it pass along ?

every time a ding-ding happens, C.A.T. sends this line of data as a JSON formatted string to the URL you have setup.
"this line" ? lol

lil more info please... I guess what I'm asking but didnt ask lol

Does it effectively pass along "log" info like what's seen on the log tab which is lost exit / startups even though just about all else is back if you load an XML template. Ideally I would like long term tracking and am curious if the post to URL could effectively build it into an excel sheet online some how with all that same info like timestamp, start / end price, accumulative gain etc. etc. etc.

Ty.
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: May 25, 2018, 05:51:23 AM
@EGC - Any news on when the next wallet will be out to fix the main display coloring issues making trans hard to read ?

Been forgetting to ask lol

Many User Interface improvements are slated for the next release, yes. If all goes well and as planned, we expect that to be in Q3.

Thank you for your interest and glad your memory was jogged. 
I am curious about one thing... will the accounting API end up deprecated like BTC or will it remain in tact ? (getbalance "name") etc.
73  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 25, 2018, 03:51:53 AM
So how does the post to URL thing work and what kind of data does / can it pass along ?
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: May 25, 2018, 12:53:49 AM
@EGC - Any news on when the next wallet will be out to fix the main display coloring issues making trans hard to read ?

Been forgetting to ask lol
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: May 24, 2018, 12:46:13 AM
For what it's worth, I do apologize if I've mishandled myself in any way.

But my original post was never intended to regard any ill-will towards a participant.
76  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 23, 2018, 07:03:17 AM
My setup is tied to the TV so I can switch over as needed. I also never said I would have it refresh every 15 seconds like I run my API's from the standard 40. That being said. Having an option if someone wants to be stupid is on them but for me I might say refresh ever 120 calls which is every half hr.

The idea is sound but it comes down to a persons control. Like McDonalds getting rid of XL stuff because people were bitching about getting too fat when it's their own fault for shoving their face full of shit like it would be their fault for setting it to call every call.
77  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 BETA + BINANCE !!! 🌟 on: May 23, 2018, 06:49:54 AM
Hey Sampey, how likely would it be to add an option that lets the Market Explorer refresh every X lookups, "0" to otherwise leave disabled ?

I've found keeping a browser open on my simplistic setup eats up a considerable amount of RAM and feel such an option would be worth while. Maybe not just for me, but leaving it as an option people can enable or disable shouldn't add any real harm or take away anything from CAT.

Ty.
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: May 21, 2018, 10:23:23 PM
All I did was look at info that's already readily available to anyone who looked it up. At the point in time it was more curiosity than anything else. As for fixing the lottery, no one here has any reason to take my word for it but I'm an honest person when it comes to these things.

But to play devils advocate for a minute, someone else could have also looked this info up since that address wins a lot and just have easily said it's me playing my own long game just to keep the donation from Steven that he originally made to fund the current weekly 25 EGC boost.

Before anyone actually thinks that, I'm sure if they wanted to really dig through that addresses transactions they will find I have no connection to it outside of it being sent winnings.
So... apparently whoever our mystery / last minute player is. Is .. on the rich list and ...

Regardless of the intention I'm not sure that this type of post is good, particularly from the person that's supposed to be running a fair and impartial lottery.

If you're looking up the balances of those entering the lottery that starts to cast doubt on it's fairness and impartiality. Whilst I doubt you're using that information to fix the lottery outcome when operating a competition like this any doubt from players and/or the authorities could cause you serious harm.

A second issue with trying to make assumptions based on the rich list is there's not necessarily a correlation between wallets and people. My own stash of EGC is currently split between 4 wallets, two of which I don't have any control over. If I sent coins from one of those wallets (an Exchange) then it might appear that I have a huge bag of EGC (certainly in the top 100 if not the top 10) even though the coins I personally control is a vastly smaller number (well under 1% of that particular address).
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: May 21, 2018, 08:43:45 PM
I guess I could have tried to word it differently but felt it was clear lol

But good news for me, I said screw it. Took an extra $50 I had and got in on the oddly low price of EGC on bittrex right now !
Sorry NinjaMan35 - I've been posting on some other threads where people are that petty

I've been stocking up on a bit extra coin too - its sitting at a nice price for buying this week, almost have enough to support bittrex past the treetops and 'topia is also looking good

Bad news on the biodiversity drive in my local area though, A local resident has decided to mow the half of the verges that I planted up =(
Not saying I can't be petty, I just try not to be lol

I noticed about 4 or 5 days ago I think it was north of 3100. But I'm probably sitting on a personal stack of about ~500 coins or so. Tryingto do a bit of trading as well and made I want to say 7 EGC that way.

As for a local resident... if your within 50 miles of me I'm still working off last nights chili leftovers LMAO... joking aside though. That's messed up.
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin® | 7% PoS | Foundation | Bittrex | Android on: May 21, 2018, 08:13:59 PM
So... apparently whoever our mystery / last minute player is. Is 69 on the rich list and sitting on  31,364... using the Bittrex 24hr low equates to $5,959.16 USD.

To whoever that is. I say this with love but you suck lol... I've got maybe 200 coins I've been lucky to buy after everything I pay for monthly ;-(

http://romulusbbs.com/address/ESpMGCNpyWS3fjyHLSsHCnihGjLkes2NHW

Wow, I'm totally shocked at your post and lack of your humility, I suspect they were trying to help you out a little. Can't find any more words.


Lol, Crys, took what I meant from it.

Didnt full on tell the guy to piss off and goto as my mom would say... H E double hockey sticks LMAO !

I took that wrong at first glance also, then realized it was friendly bantering, LOL Smiley
I guess I could have tried to word it differently but felt it was clear lol

But good news for me, I said screw it. Took an extra $50 I had and got in on the oddly low price of EGC on bittrex right now !
Pages: « 1 2 3 [4] 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!