News:

Be careful when downloading software.
Make sure to download only from official sources:
Official Groestlcoin Clients for Win, Mac, Linux

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jackielove4u

#331
Quote from: nomad1109 on June 30, 2017, 12:11:55 AM
Well, I was able to get into the wallet, and the blockchain is all caught up...

Now, I have to give it a shot at remembering my encrypted password.

Anything I should know before I just start typing in old passwords?

Is there a limit to failures where I will get locked out?

Is there an easier way to enter passwords than the 'change password' option?

Thanks again for any insight. This is the regular GroestlcoinQT wallet.

Are you using Groestlcoin Core v2.13.3?
You can enter your password as many times you want. You wont get locked out.
Good luck
#332
Quote from: nomad1109 on June 26, 2017, 08:59:05 AM
Anyone have any experience with or know of a step-thru to update an old wallet properly?

I haven't opened my wallet since 2014.

Do I just download the latest wallet and them copy over some files from the backups?

Any help would be appreciated. Thank you
Backup your wallet.dat and store it somewhere safe.
Download and install groestlcoin 2.13.3
Open your wallet.

The upgrade is straight forward and will update your wallet.dat.
#333
Quote from: Domthegrom on June 22, 2017, 10:11:15 PM
Congrats on the release very excited to get started with the new app! Thanks for all the hard work!

Thanks for the kind words!
#334
General Discussion / Re: Daily Crypto Nooooooz
June 16, 2017, 12:17:34 PM
Quote from: indiamikezulu on June 16, 2017, 04:37:00 AM
How does our 'Occasional Merchant-Trader Project' work?

Suppose a merchant accepts a sum of GRS during a price-spike? The price drops. BAM! She loses money. Not a great adoption model.

We do the opposite: I advise 'LHDG' to accept some GRS (for groceries) when the price is nice. The GRS actually stays in my system. Then, when GRS is up in price, I sell that GRS. The Bitcoin profit becomes 'GRS-earmarked BTC.' When the price dips, I buy back in.

Sigh: LHDG is making a ludicrous profit!

Wow thats a nice idea!
#335
General Discussion / Re: Daily Crypto Nooooooz
June 14, 2017, 09:33:43 AM
Quote from: indiamikezulu on June 14, 2017, 03:51:56 AM
Big-Picture Thoughts

Yup, okay: things are a mite frenzied.
But . . . the macroeconomic background will ultimately just keep shovelin' capital into cryptos.

The Bitcoin-Aug-1st thing -- the next shouting-match over Bitcoin's scaling concerns -- is getting quite a few mentions.
And there is AlSO scuttlebutt about the number/flimsiness of ETH's ICOs.

And total crypto cap hit 61% today. That's dance-in-the-streets crazy, folks. Historic.
Shoot, I remember when TOTAL crypto cap was TWO percent. That is, cryptos other than BTC (or ETH) are now unarguably candidates for high volume/price.

Let's focus on the fact that crypto prices are so much measured against Bitcoin.
(That will change – I advocate bullion-GRS pricing/trades.)

The notion of a 'backstop' coin keeps coming to me. When things go boom! all those smarties who are presently shouting up the price of . . . everything . . . will need a crypto to scuttle to, but Bitcoin will be less than ever the choice-for-scuttle.

(Note that some will scuttle to fiat, but the scuttling to fiat will become a less attractive option over time.)

GRS is a splendid candidate for 'backstop function.'

Did you buy Bancor? LOL
#336
General Discussion / Re: Daily Crypto Nooooooz
June 09, 2017, 09:35:52 AM
Quote from: indiamikezulu on June 09, 2017, 03:28:24 AM
https://cointelegraph.com/news/fee-for-all-kraken-to-charge-almost-7-for-bitcoin-withdrawals

Dont get me wrong, im a pro Bitcoin Core fan but.. That fee is too high to get user adaption. 7 dollar is ALOT in third world countries, or is Bitcoin only for the rich countries?
I personally believe fee should be just couple of cents (like in GRS).
#337
Tutorials / How to setup a GRS ElectrumX server
June 06, 2017, 04:00:51 PM
The following were tested in Ubuntu 16.04, some dependencies can be different in other distros

    • apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
    • dd if=/dev/zero of=/swapfile bs=1M count=4096
    • mkswap /swapfile
    • swapon /swapfile
    • echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
    • sudo apt-get install build-essential libssl-dev libboost-all-dev libdb5.3 libdb5.3-dev libdb5.3++-dev libtool automake libevent-dev bsdmainutils -y
    • sudo apt-get install git ntp make g++ gcc autoconf cpp ngrep iftop sysstat autotools-dev pkg-config libminiupnpc-dev libzmq3-dev -y
    • sudo apt-get install libgmp-dev libsqlite3-dev python python3 net-tools zlib1g-dev gettext jq -y
    • git clone https://github.com/groestlcoin/groestlcoin
    • cd groestlcoin
    • ./autogen.sh
    • ./configure
    • make
    • strip src/groestlcoind src/groestlcoin-cli src/groestlcoin-tx src/groestlcoin-wallet src/groestlcoin-util
    • sudo mv src/groestlcoind src/groestlcoin-cli src/groestlcoin-tx src/groestlcoin-wallet src/groestlcoin-util /usr/bin
    • mkdir ~/.groestlcoin
    • nano ~/.groestlcoin/groestlcoin.conf
    • write:
      listen=1
      server=1
      maxconnections=863
      daemon=1
      txindex=1
      blockfilterindex=1
      coinstatsindex=1
      rpcuser=yourusernamehere
      rpcpassword=yourpasswordhere
    • Crtl+o enter, ctrl X
    • groestlcoind
    • Let it sync (can take up to 1 hour), verify with groestlcoin-cli getinfo
    • cd ~
    • git clone https://github.com/Groestlcoin/electrumx-grs-installer.git
    • cd electrumx-grs-installer
    • sudo -H ./install.sh
    • nano /etc/electrumx.conf
    • Add these:
      COIN = Groestlcoin
      SERVICES=tcp://:51001,ssl://:51002,wss://:51004
      REPORT_SERVICES=tcp://yourhost:51001,ssl://YourHost:51002
    • Crtl+o enter, ctrl X
    • service electrumx-grs start
    • add your server on https://1209k.com/bitcoin-eye/ele.php?chain=grs

check logs with: journalctl -u electrumx-grs -f
#338
General Discussion / Re: Daily Crypto Nooooooz
June 06, 2017, 09:59:33 AM
Quote from: indiamikezulu on June 06, 2017, 03:35:53 AM
What I do hope to see -- what I think we need in order to develop GRS as a currency -- is community members with a knowledge of the situation in their individual nations (dittos buying and mailing bullion).

Ask me anything about The Netherlands :)
#339
You can use coinmarkets api for rates:
https://coinmarketcap.com/api/
#341
General Discussion / Re: Daily Crypto Nooooooz
May 27, 2017, 12:56:46 PM
Quote from: indiamikezulu on May 27, 2017, 03:39:14 AM
So much going on!!

One: the drop in prices doesn't concern me. It's a healthy stabilisation. And check the BTC-GRS pair on Bittrex: solid solid buy-support!

Two: having first noting that the following is information not criticism: this morning I had a pleasant exchange with a Redditor who chipped me for my enthusiasm for GRS. He posted an analysis, and I could only thank him for it . . . as I agree:

'Technologically speaking groestl has its shit together. But the website is old and outdated feeling... And, I hate to say this, but the name is just too "complicated" for western audiences. I know the story behind it, but if I didn't I'd probably be another American pleeb who wrote it off because "how do you pronounce that and wtf does it mean?!". Fundamentals : top notch. Sexiness : :( :('

I have fallen into the habit of using 'GRS.'

Three: various Reddit altcoin-discussion threads still have rather a lot of posts about Poloniex and other exchanges.

I saw that some messages of you on reddit were shadow banned (not sure why) hence i sent u an invite to become a moderator on /r/groestlcoin.
Kindly accept.

I agree with that redditor. We strongly believe that our fundamentals are not strong enough and we believe it will be ready end of this year. Kindly give us more time to finish that then we can work on our sexiness. For what its worth, our website will get a new redesign within 1 month to make it more modern.
#342
General Discussion / Re: Daily Crypto Nooooooz
May 25, 2017, 12:45:46 PM
Quote from: indiamikezulu on May 24, 2017, 03:49:41 AM
First this morning: one doesn't like to spread FUD; but there is just so much chatter about trouble on exchanges. [Me: Bittrex and Cryptopia: no trouble.] If you have any quality info, please do post it.

No trouble for me on Bittrex. I don't use Cryptopia and Poloniex
#343
General Discussion / Re: Daily Crypto Nooooooz
May 05, 2017, 12:56:51 PM
Quote from: indiamikezulu on May 05, 2017, 07:51:26 AM
Deep breath . . .

Total crypto cap was under $40B at dawn here yesterday. $45.7 at this second, 30 hours later.

Litecoin has v. high volume. Ether is heading to $10 Billion cap.

'It's kind of crazy to think how early it still is now . . . '

https://www.reddit.com/r/CryptoCurrency/comments/699rdc/are_we_in_a_bubble/


There's a lot of are-we-in-a-bubble discussion going on. My guess? There'll be some correction. There always is. But we've risen to another plane.

Now is a really really good time to keep GRS active and attractive, so that any correction (largely) passes us by.

What do you guys think?

I think the correction will not affect GRS. The pump passed us, so will the dump. But then again I'm no economist.
#345
General Discussion / Re: Daily Crypto Nooooooz
May 03, 2017, 10:57:49 AM
Quote from: indiamikezulu on May 03, 2017, 05:09:17 AM
Okay, I've signed up at Coinexchange. (It's reputable, as I understand it: UNO has been trading there for ages.)

Have closed the spread to 2100-1711

use with caution. According to internet they dont reply to support emails. Try sending them an email and see how long it takes them to answer it.