Bitcoin Forum
May 02, 2024, 12:12:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 ... 191 »
1481  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAMBO Coin 905% POS per Year / continued ... on: September 05, 2018, 01:46:00 PM
And I really like the name of the project is LAMBO. Although many do not take the project seriously, but still a lot of positive. The developer good luck!  Smiley

There already is an active one here
https://yobit.net/en/trade/LAMBO/USD

This thread is for a coin that was taken off the market to rebrand.
1482  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAMBO Coin 905% POS per Year / continued ... on: September 05, 2018, 01:03:51 PM
If you download the Stackbit code, it's probably the same.

StackBIT-qt: Qt5 GUI for StackBIT
===============================

Build instructions
===================

Debian
-------

First, make sure that the required packages for Qt5 development of your
distribution are installed, for Debian and Ubuntu these are:

::

    apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
        build-essential libboost-dev libboost-system-dev \
        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
        libssl-dev libdb++-dev

then execute the following:

::

    qmake
    make

Alternatively, install Qt Creator and open the `stackbit-qt.pro` file.

An executable named `stackbit-qt` will be built.


Windows
--------

Windows build instructions:

- Download the `QT Windows SDK`_ and install it. You don't need the Symbian stuff, just the desktop Qt.

- Compile openssl, boost and dbcxx.

- Open the .pro file in QT creator and build as normal (ctrl-B)

.. _`QT Windows SDK`: http://qt-project.org/downloads


Mac OS X
--------

- Download and install the `Qt Mac OS X SDK`_. It is recommended to also install Apple's Xcode with UNIX tools.

- Download and install `MacPorts`_.

- Execute the following commands in a terminal to get the dependencies:

::

   sudo port selfupdate
   sudo port install boost db48 miniupnpc

- Open the .pro file in Qt Creator and build as normal (cmd-B)

.. _`Qt Mac OS X SDK`: http://qt-project.org/downloads
.. _`MacPorts`: http://www.macports.org/install.php


Build configuration options
============================

UPNnP port forwarding
---------------------

To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable stackbit experience), pass the following argument to qmake:

::

    qmake "USE_UPNP=1"

(in **Qt Creator**, you can find the setting for additional qmake arguments under "Projects" -> "Build Settings" -> "Build Steps", then click "Details" next to **qmake**)

This requires miniupnpc for UPnP port mapping.  It can be downloaded from
http://miniupnp.tuxfamily.org/files/.  UPnP support is not compiled in by default.

Set USE_UPNP to a different value to control this:

+------------+--------------------------------------------------------------------------+
| USE_UPNP=- | no UPnP support, miniupnpc not required;                                 |
+------------+--------------------------------------------------------------------------+
| USE_UPNP=0 | (the default) built with UPnP, support turned off by default at runtime; |
+------------+--------------------------------------------------------------------------+
| USE_UPNP=1 | build with UPnP support turned on by default at runtime.                 |
+------------+--------------------------------------------------------------------------+

Notification support for recent (k)ubuntu versions
---------------------------------------------------

To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the
FreeDesktop notification interface through DBUS using the following qmake option:

::

    qmake "USE_DBUS=1"

Generation of QR codes
-----------------------

libqrencode may be used to generate QRCode images for payment requests.
It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE
flag to qmake to control this:

+--------------+--------------------------------------------------------------------------+
| USE_QRCODE=0 | (the default) No QRCode support - libarcode not required                 |
+--------------+--------------------------------------------------------------------------+
| USE_QRCODE=1 | QRCode support enabled                                                   |
+--------------+--------------------------------------------------------------------------+


Berkely DB version warning
==========================

A warning for people using the *static binary* version of StackBIT on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).

The static binary version of StackBIT is linked against libdb 5.0 (see also `this Debian issue`_).

Now the nasty thing is that databases from 5.X are not compatible with 4.X.

If the globally installed development package of Berkely DB installed on your system is 5.X, any source you
build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded,
and 4.X cannot open the new format. This means that you cannot go back to the old statically linked version without
significant hassle!

.. _`this Debian issue`: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621425

Ubuntu 11.10 warning
====================

Ubuntu 11.10 has a package called 'qt-at-spi' installed by default.  At the time of writing, having that package
installed causes stackbit-qt to crash intermittently.  The issue has been reported as `launchpad bug 857790`_, but
isn't yet fixed.

Until the bug is fixed, you can remove the qt-at-spi package to work around the problem, though this will presumably
disable screen reader functionality for Qt apps:

::

    sudo apt-get remove qt-at-spi

.. _`launchpad bug 857790`: https://bugs.launchpad.net/ubuntu/+source/qt-at-spi/+bug/857790
1483  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAMBO Coin 905% POS per Year / continued ... on: September 05, 2018, 12:49:29 PM
About the source code, it's probably just a standard POS wallet code with the graphical interface changed and the rate changed to 900%  It probably only takes a first year computer programmer level of skill to change it.  I don't see how rebranding it can't be done with another wallet, unless there is some other aspect of intercepting the old blockchain for a fork that is coded in the source of the old wallet.
1484  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Stellar Holdings (HOLD) Revamped - POS/MASTERNODE - on: September 04, 2018, 10:09:17 PM
So, HOLD is still being traded at cryptopia.  It still stakes pretty high, right?
1485  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Doubloons[BOAT]⚓⚓PoW/PoS⚓⚓HMQ1725⚓⚓NEW SITE!!⚓CPU Pillaging!!⚓YAARR!!⚓ on: September 02, 2018, 10:47:07 PM
It may be we are still 2 to 5 years away from when the general public adopts cryptocurrency and boat businesses/owners will want a coin called BOAT.
1486  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Hope COIN[HOPE] - Scrypt POW/POS>>Digital Currency for Homeopathic Products on: September 02, 2018, 09:21:09 PM
Greetings  This should be named as the best ICO to invest for 2018. Sell all your coins and make a loan to have your full investment on this thing. P.S. The team and testimonials are solid. 100% legit real people

I think this is just a form of spam to get posts here.
1487  Alternate cryptocurrencies / Announcements (Altcoins) / Re: InflationCoin - IFLT - 80% PoS Year II - Yobit - Alipay - LocalBitcoins on: September 02, 2018, 09:04:23 PM
So what is the 80% year 2 thing in the title?  What year are we on and what is the current staking %?


year 2 means 80% apr, next year will be 8%apr.

So, year 2 is over around Dec 10th 2018?
1488  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Hope COIN[HOPE] - Scrypt POW/POS>>Digital Currency for Homeopathic Products on: September 02, 2018, 09:01:49 PM
The wallet is not syncing. Give node, please

Still having problems?  You can find them at coinexchange.
1489  Alternate cryptocurrencies / Announcements (Altcoins) / Re: InflationCoin - IFLT - 80% PoS Year II - Yobit - Alipay - LocalBitcoins on: August 31, 2018, 06:57:10 PM
So what is the 80% year 2 thing in the title?  What year are we on and what is the current staking %?
1490  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAMBO Coin 905% POS per Year / continued ... on: August 27, 2018, 08:15:58 PM
Someone contacted me about relaunching this in discord, but I didn't see the im for a couple of weeks, so I wasn't ignoring you.  If anyone staking it still cares to do something, maybe we should make a roadmap here.

1491  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DIVERSE [DVRS] | POS/POW | 7000% Premium Blocks | 3000% Base APR on: August 26, 2018, 09:44:43 PM
Hello everyone, you would be where I can find the new version of the Wallet, or nodes because I can not sync my wallet, thank you for your help

It's linked in the OP:

https://mega.nz/#!06AXTCwL!2Q4bQBY4eQ4wAXN_sQ5kG8ffaFhUP5bvmoQsmgzN5NA
1492  Alternate cryptocurrencies / Announcements (Altcoins) / Re: InflationCoin - IFLT - 80% PoS Year II - Yobit - Alipay - LocalBitcoins on: August 26, 2018, 02:49:15 PM
This coin has done great in the last few months.  Don't be greedy.  Look at what you might compare it to.  Lots of coins have been tanking. 
1493  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DIVERSE [DVRS] | POS/POW | 7000% Premium Blocks | 3000% Base APR on: August 25, 2018, 12:17:19 AM
So is anyone going to take this coin over?
Same question here. I don't know if someone will takeover and have this coin alive again. Honestly speaking, it would be really great if someone would take the initiative to do that. The only concern that I'm seeing if someone indeed do that, what idea will he offer to make this coin be revived from where it is now? It is essentially dead as of the moment and we need real use-case here if we want to be back on track.

Maybe we can make it a learning experience.  I know enough about programming old Windows applications, but it seems developing wallets and the like is a little different.  I am not sure how much can be learned by snooping around, it will take a long time.  It's better to have someone with experience who has a helpful attitude.  Also, we would either have to have someone who has taken over a coin with us, or spend time learning it ourselves.  Also, the dev must have paid CE recently to enter the DOGE market.  Is the DEV still active at all?
1494  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 💦[RAIN]💦X11💦ONLY DL FROM GITHUB!💦20,000,000 COINS BURNED!💦condensate.co💦 on: August 24, 2018, 11:20:55 PM
Someone is using this and BOAT's dev's avatar here:

https://github.com/Healkiller/Highcoin


Do you think it's the same guy?
1495  Alternate cryptocurrencies / Speculation (Altcoins) / Re: What Microcaps Have Done Anything in Last Month (Value Investing) on: August 24, 2018, 09:25:53 PM
Clearpoll -- kind of like Bitradio, you earn crypto by doing something.  They just put out an android app.

https://coinmarketcap.com/currencies/clearpoll/

https://www.youtube.com/watch?v=k0AvTfDKWoc


1496  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Elite [MANDATORY UPDATE] 1.337% APR | POS ONLY on: August 24, 2018, 06:06:19 PM
@everyone Trial Elite CS 1.6 Server is open for next 3 hours. Please PM me on Discord or Telegram for connection details if you want to join. Cheers!


"@everyone Regarding Elite game tournament, we are exploring Counter Strike 1.6. It’s a classic team game and does not require high configs (which gives everyone a fair chance). I am planning to setup a private trial server for 10 players. Please let me know if you’re interested in the trial play. We also have Elite logo spray for CS 1.6 available on our website https://www.elitecurrency.net/addons if you would like to show some Elite love. To purchase or learn more about CS 1.6, please visit https://store.steampowered.com/app/10/CounterStrike/ . Do not attempt to use cheats/hacks, you’ll be permabanned if you do. Cheers!"

1497  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VULCANO [SCRYPT][POS/POW][BOUNTIES][950%POS]LOW-INITIAL-SUPPLY on: August 24, 2018, 02:37:03 PM

nothing is changed... now 102 satoshi are like 1.02 satoshi so what different?

$18,000 level was an artificial pump to manipulate the market.  This cryptocurrency economy is still healthy for people who have the skills to mine, stake and trade.  Lot's of new technological ideas to study.  The canvas of the currency compared to fiat is ever changing but always retains value.
1498  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DIVERSE [DVRS] | POS/POW | 7000% Premium Blocks | 3000% Base APR on: August 24, 2018, 12:50:40 AM
So is anyone going to take this coin over?
1499  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Doubloons[BOAT]⚓⚓PoW/PoS⚓⚓HMQ1725⚓⚓NEW SITE!!⚓CPU Pillaging!!⚓YAARR!!⚓ on: August 24, 2018, 12:40:22 AM
It's funny that BOAT has the low staking percent of the two, yet has the lower price.  Goes to show people like coins with moderately high POS %.
1500  Alternate cryptocurrencies / Tokens (Altcoins) / Re: CHESSCOIN 🔴🔴 CHESSTOKEN 🔴🔴 CHESSCOINTALK 🔴🔴 AIRDROP LIVE 🔴🔴 on: August 23, 2018, 06:35:18 PM
I do not understand much, but in my opinion, something new is better than the old one. The world of cryptocurrency too, the new will succeed and develop more than the past. I think chess token is better than chess.


That isn't always the case.  The 1337 Coin rebranded to Elite, went from 1337% to 1.337% and the value tanked.  I still hold a lot so am not dissing it   Grin  They are developing a Minecraft use for it.

I like oldschool staking tokens myself, and not into changing into masternodes for most coins these days.
Pages: « 1 ... 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 ... 191 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!