News:

Forum Rules can be found here

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

Topics - jackielove4u

#361
Tutorials / How to setup a Groestlcoin mainnet node
April 10, 2015, 09:59:37 AM
The following were tested in Ubuntu 14.04, Ubuntu 16.04 and Ubuntu 18.04, some dependencies can be different in other distros
    • aptitude update -y && aptitude upgrade -y && 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 2 hours), verify with groestlcoin-cli getnetworkinfo
#362
Tutorials / How to setup a Electrum-GRS server
April 09, 2015, 04:11:45 PM
The following were tested in Ubuntu 14.04 and 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
    • sudo mv src/groestlcoind src/groestlcoin-cli src/groestlcoin-tx /usr/bin
    • mkdir ~/.groestlcoin
    • nano ~/.groestlcoin/groestlcoin.conf
    • write:
      listen=1
      server=1
      maxconnections=863
      daemon=1
      txindex=1
      blockfilterindex=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/electrum-grs-server.git
    • cd electrum-grs-server
    • sudo ./configure
    • choose default
    • choose default
    • write the rpcuser as chosen in groestlcoin.conf
    • write the rpcpassword as chosen in groestlcoin.conf
    • sudo apt-get install python-setuptools python-openssl python-leveldb libleveldb-dev python-pip -y
    • pip install --upgrade six>=1.70
    • sudo easy_install jsonrpclib irc plyvel
    • sudo python setup.py install
    • openssl genrsa -des3 -passout pass:x -out server.pass.key 2048
    • openssl rsa -passin pass:x -in server.pass.key -out server.key
    • rm server.pass.key
    • openssl req -new -key server.key -out server.csr
    • supply ANY information for your sign request to identify your server. They are not currently checked by the client except for the validity date. When asked for a challenge password just leave it empty and press enter.
    • openssl x509 -req -days 1825 -in server.csr -signkey server.key -out server.crt
    • cp server.key server.crt /var/electrum-grs-server
    • sudo nano /etc/electrum-grs.conf
    • change host = localhost to server ipaddress or dnsaddress
    • uncomment #irc= no and change to yes
    • uncomment #irc_nick and chose your ircname
    • uncomment #stratum_tcp_ssl_port
    • uncomment #ssl_certfile
    • uncomment #ssl_keyfile
    • Crtl+o enter, ctrl X
    • screen
    • sudo su electrum-grs -c "./run_electrum_grs_server.py"
    • add your server on https://1209k.com/bitcoin-eye/ele.php?chain=grs
#363
Technical Support / Up to date nodes
October 29, 2014, 07:30:24 PM
addnode=104.236.15.120
addnode=113.82.61.158
addnode=114.76.96.178
addnode=128.199.138.187
addnode=128.199.211.65
addnode=138.68.131.104
addnode=146.185.142.41
addnode=159.203.85.176
addnode=172.124.234.139
addnode=177.158.72.94
addnode=188.134.72.213
addnode=188.170.75.142
addnode=212.93.226.162
addnode=217.197.250.33
addnode=34.225.224.198
addnode=37.59.24.15
addnode=41.107.12.241
addnode=45.32.33.53
addnode=45.55.208.58
addnode=45.55.208.60
addnode=46.101.148.45
addnode=5.9.39.9
addnode=52.169.187.226
addnode=52.6.61.163
addnode=54.165.97.123
addnode=70.50.42.70
addnode=71.88.233.168
addnode=77.172.60.186
addnode=78.107.58.201
addnode=78.46.91.77
addnode=79.253.57.128
addnode=82.131.200.171
addnode=84.238.221.97
addnode=84.245.120.99
addnode=86.202.176.224
addnode=86.3.211.91
addnode=87.97.23.93
addnode=87.98.185.244
addnode=91.41.158.193
addnode=95.85.14.64
addnode=95.96.166.187
addnode=96.127.136.18
addnode=96.23.31.140
#364
WhitePuma.net has GroestlCoin listed on its Universal Platform!

Some time ago they added GroestlCoin to the Multicoin Tipping App for Facebook so our users could spread coins to their friends and fellow group members on any of our dozens of supported groups.



Now they have extended it to their Universal Platform!



They just launched their Unified Dashboard so everyone can generate a button to ask for tips or donations and have a link to send by email or post it on any Social Network, Blog, Forum or Website.

But their service goes beyond that: by registering a website with them, users can generate buttons and have them embedded on our CryptoWiz Enabled Websites!



The power of their platform enables business to accept GroestlCoin and other cryptos as payment method for goods or services!

Use their platform for our coin's benefit:

  • Become one of their CryptoWiz Enabled Websites and embed their code in your pages so you are able to receive donations
  • Look for retailers to accept payments with our coin by using their platform with very low fees
  • Enlarge our user base by using their Facebook Tipping App or, later on, by making targeted rains over websites or even all our users with a GroestlCoin wallet address

You're already included! You don't need to do anything or pay anything to take advantage of our platform! You just need to do one thing:

Take advantage of it!

For more info please check the next docs:
#365
中文 (Chinese) / Weibo
August 10, 2014, 01:11:29 PM
#367
Pools / Cryptoskills pool promotion
July 29, 2014, 04:35:46 PM
THE FIRST 10 MINERS WILL GET FREE GroestlCoin WHEN THE FIRST BLOCK WILL BE FOUND! ONLY 1% FEE!!!





    Low 1% fees!!
    High performance Node.js backend
    User friendly mining client
    Multi-coin Pool
    24/7 Support
    No registration needed! Point your miners to our pool, set your own address and start getting payout every 20 seconds!

    EU based
    DDOS protected

    Under constant improvements for your mining pleasure!

    Why choose a NOMP pool?

    1) It's Safer than a normal Pool. Cause you do not need to give any personal info such email or passwords.

    2) It's faster: point your miners, set your address in your miner config and earn coins immediately with auto payouts every 30 seconds!

    3) It's lighter for your internet connection than normal MPOS pool.

    Are you still waiting to mine on http://pools.cryptoskills.com/  ??


QuoteQuick Guide how to mine on CRYPTOSKILLS POOLS (without even entering the website!!)

Configuration:

Username: your GroestlCoin wallet address

Password: anything (could be a letter or number or whatever you want)

Algorithm: quark

URL (difficulty 0.001): stratum+tcp://pools.cryptoskills.com:3013 -->Little Miners
URL (Vardiff 1 ): stratum+tcp://pools.cryptoskills.com:3037
URL (difficulty 128): stratum+tcp://pools.cryptoskills.com:3261--> Bigger Miners





THE FIRST 10 MINERS WILL GET FREE GroestlCoin WHEN THE FIRST BLOCKs WILL BE FOUND!
#368
Pools / Poollo pool
July 28, 2014, 05:54:55 PM
We've been added to Poollo, check it out here:
You only need your Groestlcoin address as username, no need to register: http://poollo.com
There are 3 different ports for different difficulties:

stratum+tcp://poollo.com:11008
stratum+tcp://poollo.com:11032 <--- Vardiff
stratum+tcp://poollo.com:11256

The 32 one is auto adjust between 8 and 512 with target Time: 15, retarget Time: 90, variance Percent: 30
Fees are 0.9%, and payments are calculated and automatically sent to the wallet mining address every 2 minutes.

Poollo are beta testing with the NOMP multipool capabilities so we can have a groestl multipool switcher.
Generating your private key will be here: http://poollo.com/key.html and you will be able to multi mine groestl based coins.
Currently, in closed beta testing phase, the coins included for groestl profit switching are Atheistcoin, Aidbit and Dokdocoin.
#369
Marketplace / Shops accepting Groestlcoin
July 18, 2014, 10:50:37 AM
Jerky and Goodies:  http://jaysjerkyandgoodies.com
Crypto game keys:  http://www.cryptogamekeys.com
Cryptocoin Stuff!: http://www.cryptocoinstuff.com
51 Attack - Crypto Miner Gear / Clothing: http://www.51attack.com
Bet on LTC to GOX and Coinbase: http://www.litecointogox.com
Xbox Gold 48 Hour Codes - 2 for $1: http://xbox48.bugs3.com
VPS4ME: http://vps4.me
Bitezze - Buy precious metals with cryptocurrency: http://bitezze.com
CryptoVest - CryptoCoin Investments: https://www.cryptovest.com
Poor College Girls Store: http://www.poorcollegegirls.com/store
WROL.INFO - Survival Supplies: http://wrol.info
Turn Your Crypto into Collectable Notes: http://www.coinbucks.net
Computer hardware and consumer electronics: http://brownboxtech.net
Retro Towers: http://www.retrotowers.co.uk
WaterIdo - Healthy Water Revitalizer: http://waterido.com
GRKreations Direct: http://grkreationsdirect.com
Crypto Alley - The Online Digital Currency Marketplace: http://www.cryptoalley.com
StickerzLab: http://www.stickerzlab.com
NewsBam Usenet Services: http://www.newsbam.com
Amazonia Imports: http://btcpipeshop.com
Anonymous Vpn Service: http://in-disguise.com/
#370
Project Development / Groestlcoin Trello
July 14, 2014, 03:43:56 PM
Here you can view the planning of one of our developers (srcxxx):

https://trello.com/groestlcoin
#372
Groestlcoin is now accepted as payment on http://bitscoinshop.com.br/en/.

You can buy many products including mining and dressing room equipment.

#373
Buy and Sell items/services with Groestlcoin now!
#376
Marketplace / Groestlcoin added on cryptokopen.eu
June 30, 2014, 09:41:06 AM
GroestlCoin has been added to the coin list of cryptokopen.eu

Buy Groestlcoin for fiat on http://cryptokopen.eu/buy-GroestlCoin

CryptoKopen.eu allows users to purchase Cryptocurrency with Skrill (formerly known as MoneyBookers). This means that you can buy Groestlcoin with your credit card after account verification.
#377
Via LitePaid is het voor Nederlandse webshops mogelijk om klanten te laten betalen met cryptografische valuta's.

Op dit moment is het voor de uitbaters van webshops die gebruik maken van LitePaid mogelijk om via de paymentprocessor het verschuldigde bedrag binnen achtenveertig uur in euro's naar de bankrekening overgemaakt te krijgen. Het is de bedoeling dat het in de toekomst ook mogelijk wordt om in verschillende (of in een specifieke) cryptocoin uitbetaald te krijgen.

www.litepaid.com
#378
Tutorials / How mining and the block chain works
June 21, 2014, 12:21:21 AM
This guide will help people new to mining get up to speed on how the blockchain works.

Where Groestlcoins come from.
Coins are created by "solving a block." A "Block" is just a collection of transactions that have been hashed and added to the official chain. The "confirmations" the you get when you send or receive a transaction is the result of your transaction being hashed and included in the block chain.
Since solving a block is so difficult, you get a reward for doing so... 25 Groestlcoins.

How do I solve a block? It's a lottery of shares.
To complete a new block your, computer running mining software tries to guess the hash of the new block based off the hash of the old block. You aren't really computing the answer to an equation per say. You are just making a guess. The thing you have to remember about block is that there is no "percent complete." A block is never 45% or 75% solved. It's either solved or not.  In fact, it helps to look at this like buying lottery tickets. The chances of winning the lottery are low, but  you can increase you odds if you buy more tickets (by adding more hashes).
Your miners compute hashes against the current block and when it thinks it has a potential winner, it submits it as a share. Hashes are generally measured in number of Khases/sec or Mhashes/sec. This would be thousands of hashes per second or millions of hashes per second (respectively). For example an R9 290 tri-x video card can compute roughly 9 to 17 mhash/sec depending on how you configure it.
The share you submitted is sent across the entire network. All peers must agree if a share is the winner.

Solving blocks is difficult.
The percent chance that a single hash will be the winner is determined by the current Difficulty.
This changes every block and goes up or down based on how fast the previous block were solved. Groestlcoin is supposed to have blocks solved once every minute. If blocks are being solved faster than this, then the difficulty will increase at the next block limit to slow it down back to 1 minute. Conversely, if blocks are being solved slower than this, the difficulty will be lowered to increase the block solve speed.

Orphans/Invalids
Even though the odds are so high to solve a block, there is a potential for two clients to submit a winning share at the same time. When this happens, the network chooses the definitive winner. The loser's block is then orphaned from the blockchain and declared invalid. Invalid blocks are a rare occurrence, but it does happen.

Increase your chances with Mining Pools
Since the probability of the average home computer to find the correct hash is so slim, people "pool" their resources together--in much the same way an office might buy several lottery tickets together.
You along with all the others in the pool submit shares. Pools are operated by groups, or individuals and are kept alive by taking a small cut of your profits (Fees).
- Pay Per Last Number of Share (PPLNS) and Proportional (Prop)
When a block is solved among one of the pool members, the 25 groestlcoin reward is split among all those who submitted shares during that round. The more shares you submit, the larger your portion of the reward.
Rewards are based on the overall luck of the pool. If the pool happens to solve many blocks in a row, you rewards are much higher.
- Pay Per Share (PPS)
The pool keeps all the block rewards, but pays rewards as a set fee to the miner for each share submitted.
Reward fees per share are based on the current Difficulty. The higher the difficulty, the lower the fee paid to the miner. Miners don't have to worry about the luck involved with solving a block (however, the pool operator does).

Bad Things - Stale Shares and Idles
When you belong to a pool, you are trying to solve a block that the pool has relayed to you:
The Pool gets the current block from the network.
It sends your miner that information.
Your miner works on it.
Your miner submits shares it thinks will be potential winners.
If a block is solved elsewhere on the network, the pool must tell your miner to stop what it is doing and start work on the new block, this is called Stratum.
If your miner does not get this new block information, it will continue to work on submitting shares for the previous block. When this happens, your shares are stale and do not count for anything. A small amount of stale shares are normal.
If the pool does not send any block information to your miner, it will become idle and not do anything (not contributing).
The best way to fix any of these problems on the miner end is to stop--and restart the miner software. It will then submit a new request for new block information from the pool.

So, now you know what your miner is doing while it is.... mining.
#379
We need the tipbot account to get past the image (Captcha) verification, so we need need more karma. Please go to the thread below and upvote the tipbot's link and replies to comments.

http://www.reddit.com/r/Groestltipbot/comments/26r8o4/i_am_groestltip_your_new_friendly_robot/
#380
Exchanges / What is an exchange?
May 21, 2014, 10:23:01 AM
An exchange is an institution, organization, or association which hosts a market where cryptos, stocks, bonds, options and futures, and commodities are traded. Buyers and sellers come together to trade during specific hours on business days. With respect to cryptos, the markets are open 24/7/365. Exchanges impose rules and regulations on the firms and brokers that are involved with them. If a particular crypto is traded on an exchange, it is referred to as "listed".

Cryptos that are not listed on an exchange are sold OTC (short for Over-The-Counter). Cryptos that have shares traded OTC are usually smaller and riskier because they do not meet the requirements to be listed on a stock exchange.