Bitcoin Forum
May 21, 2024, 03:11:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 »  All
  Print  
Author Topic: [UK] [COIN] UPDATE TO VER 2 x13 POW/POS Hybrid Viable Replacement [COIN] [UK]  (Read 14231 times)
beybietron
Full Member
***
Offline Offline

Activity: 238
Merit: 100

AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5


View Profile
September 19, 2017, 06:22:00 PM
 #141

I'm hoping the dev is alive Cheesy this coin has solid stakes, I liked seeing the stakes in the wallet Smiley

rizorius
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
September 19, 2017, 07:12:53 PM
 #142

Github has some comments that the client was updated 2 days ago. This is probably the problem. We most likely need a new wallet.

https://github.com/UKCDev/UKCoin
the Ember bug.

What you mean "Ember bug"?

GRAFT ║║║ Decentralized Universal Payment Processor ║║║ GRAFT
ANNOUNCEMENT THREAD▬║║║▬PRE-SALE ENDS ON OCTOBER 15
▬▬▬▬▬▮ TwitterFacebookTelegramReddit ▮▬▬▬▬▬
luckytimes
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
September 19, 2017, 07:16:42 PM
 #143

Are masternodes coming out for this coin?
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
September 19, 2017, 08:37:32 PM
 #144

if someone has the necessary sources installed they can compile the new version from github. I don't have all that's needed or the time.

Quote
UKCoin-qt: Qt5 GUI for UKCoin
===============================

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 libminiupnpc-dev

then execute the following:

::

    qmake
    make

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

An executable named `UKCoin-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 UKCoin 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 UKCoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).

The static binary version of UKCoin 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 UKCoin-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

mitzockuku
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 20, 2017, 07:17:06 AM
 #145

hi i don't find the win wallet!!
rizorius
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
September 20, 2017, 07:28:16 AM
 #146

Important for UKC holder

It look like the difficulty of pos rising so high, so blockchain is stuck.

I consult to people and someone suggest me to make the diff lower, he suggest me to inform all holder to close their ukc wallet.

So, please close your UKC wallet to lower the difficulty. We will see if it help.

Thank you

GRAFT ║║║ Decentralized Universal Payment Processor ║║║ GRAFT
ANNOUNCEMENT THREAD▬║║║▬PRE-SALE ENDS ON OCTOBER 15
▬▬▬▬▬▮ TwitterFacebookTelegramReddit ▮▬▬▬▬▬
blockchain-man
Full Member
***
Offline Offline

Activity: 532
Merit: 100



View Profile
September 20, 2017, 09:12:18 AM
 #147

Are masternodes coming out for this coin?


same question!!!  Roll Eyes Roll Eyes Roll Eyes
primius
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile WWW
September 20, 2017, 09:25:54 AM
Last edit: September 20, 2017, 02:31:11 PM by primius
 #148

I tried to build the wallet with the last commits on windows. But it didn't work. Either its because i'm not really a c++ specialist or because there is a bug.

I'm getting the following error when trying it on cmd:

D:\Entwicklung\UKCoin\src>D:\MinGW\bin\mingw32-make -f makefile.mingw
mingw32-make: *** No rule to make target 'obj/alert.o', needed by 'UKCoind.exe'.  Stop.


And when i try it with Qt creator i get:

mingw32-c++.exe: fatal error: no input files
compilation terminated.


(with mingw32-c++.exe as compiler, and qt-opensource-windows-x86-msvc2013_opengl-5.3.2).

Does anybody know why it is not working?
Brickcellent
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 20, 2017, 10:26:12 AM
 #149

Would appreciate an update from Dev  Smiley
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
September 20, 2017, 02:12:00 PM
 #150

I tried to build the wallet with the last commits on windows. But it didn't work. Either its because i'm not really a c++ specialist or because there is a bug.

I'm getting the following eroor when trying it on cmd:

D:\Entwicklung\UKCoin\src>D:\MinGW\bin\mingw32-make -f makefile.mingw
mingw32-make: *** No rule to make target 'obj/alert.o', needed by 'UKCoind.exe'.  Stop.


And when i try it with Qt creator i get:

mingw32-c++.exe: fatal error: no input files
compilation terminated.


(with mingw32-c++.exe as compiler, and qt-opensource-windows-x86-msvc2013_opengl-5.3.2).

Does anybody know why it is not working?

My windows machine is unable to make the leveldb

:-1: error: error: C:\UKCoin-master\src\leveldb\libleveldb.a: No such file or directory
:-1: error: error: C:\UKCoin-master\src\leveldb\libmemenv.a: No such file or directory
Lucasgabd
Legendary
*
Offline Offline

Activity: 2534
Merit: 1120


There's no need to be upset


View Profile
September 20, 2017, 03:19:23 PM
 #151

would love to help but I have no idea how...

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
September 20, 2017, 04:44:39 PM
 #152

Important for UKC holder

It look like the difficulty of pos rising so high, so blockchain is stuck.

I consult to people and someone suggest me to make the diff lower, he suggest me to inform all holder to close their ukc wallet.

So, please close your UKC wallet to lower the difficulty. We will see if it help.

Thank you

Even if we all do this, I'm sure there's a fair amount of wallets out there that are not associated to users on here.
KripCoin
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 20, 2017, 05:01:54 PM
 #153

Hi all any thoughts on this coin?scam?

At this stage... Possible.

Just stay alert for now.... see when/how the Dev replies to these queries. (What he "doesnt" say... can tell u even more than what he "does" say Wink )

oк))
rizorius
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
September 20, 2017, 05:31:14 PM
 #154



Even if we all do this, I'm sure there's a fair amount of wallets out there that are not associated to users on here.
There is nothing more we can do..
Keep searchig for a bug Undecided

GRAFT ║║║ Decentralized Universal Payment Processor ║║║ GRAFT
ANNOUNCEMENT THREAD▬║║║▬PRE-SALE ENDS ON OCTOBER 15
▬▬▬▬▬▮ TwitterFacebookTelegramReddit ▮▬▬▬▬▬
Brickcellent
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 20, 2017, 05:45:25 PM
 #155

Beta testers are supposed to be contacted tomorrow, right? If no communication from dev by then, then that is concerning.
Lucasgabd
Legendary
*
Offline Offline

Activity: 2534
Merit: 1120


There's no need to be upset


View Profile
September 20, 2017, 07:31:16 PM
 #156

Beta testers are supposed to be contacted tomorrow, right? If no communication from dev by then, then that is concerning.

just wondering, would the dev have any benefit from this? like the chain locking?
is there anything we can do to move our coins again or to solve it?

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
satyakiko
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 20, 2017, 07:39:53 PM
 #157

Beta testers are supposed to be contacted tomorrow, right? If no communication from dev by then, then that is concerning.

I believe he said they would be contacted by Friday.
rizorius
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
September 20, 2017, 07:42:52 PM
 #158

Beta testers are supposed to be contacted tomorrow, right? If no communication from dev by then, then that is concerning.

I believe he said they would be contacted by Friday.
DEV was online at bct  just yesterday - 19\09\17
Why he just not cleared the situation?
Hmm... Undecided

GRAFT ║║║ Decentralized Universal Payment Processor ║║║ GRAFT
ANNOUNCEMENT THREAD▬║║║▬PRE-SALE ENDS ON OCTOBER 15
▬▬▬▬▬▮ TwitterFacebookTelegramReddit ▮▬▬▬▬▬
ViktorM
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
September 20, 2017, 07:44:59 PM
 #159


https://i.imgur.com/6KXh5Wo.jpg

https://i.imgur.com/6YtA55c.png

When Britain leaves the EU we'll have UKCoin A fast and secure method of transacting throughout the world with ease and no issue's. There will be no Governmental interference so all who proceed will benefit, We intend to keep this as a Viable replacement for UK. With this coin we can rid of the Bank control and gain back what is rightfully our's without forking how much out in rising Tax & Vat prices every year as the government has decided our economy is going badly.



Ok as I said some more info of what to come is here.

Paper's
1'st - Whitepaper's               (roughly 10 days time)
2'nd - Infrastructure Improvements (roughly 14 days time)
3'rd - Security Code Improvements Via Other means. (roughly 18 days time)

The Planned Update will be in (roughly 21 days time)

The update will contain a few look changes along with more nodes & checkpoints, We will also be implementing secp256k1 into our code base along with hopefully adding the ability to lock the application whilst it is closed or running but more to come of this in the next few weeks.

Thanks for your following and patience.


Any Issue's or Questions feel free to email us ukcoindev@gmail.com

INF


Name: Uk Coin

Ticker: UKC

Type: PoW/PoS turning Full PoS

Algo: x13



Pow Info:


Block Time - 50 Seconds

Coinbase Maturity - 80

Modifier Interval - 12 minutes

Last Proof Of Work Block = Block 50,000



Pow Reward:


Block 120 - 5,000 = 8,000 Per Block
Block 5,001 - 15,000 = 4,000 Per Block
Block 15,001 - 20,000 = 2,000 Per Block
Block 20,001 - 25,000 = 1,000 Per Block
Block 25,001 - 30,000 = 500 Per Block
Block 30,001 - 35,000 = 250 Per Block
Block 35,001 - 40,000 = 125 Per Block
Block 40,001 - 45,000 = 1250 Per Block
Block 45,001 - 50,000 = 2,500 Per Block



Pos Info:


Proof Of Stake Start Block = Block 3,000

Block Time - 50 Seconds

Min Stake Age - 3 hours

Max Stake Age - 30 days

Block Time - 50 Seconds

Coinbase Maturity - 80

Target Timespan - 12 minutes

Modifier Interval - 12 minutes


Pos Reward:


Block 3,000 - 30,000 = 74% Per Year
Block 30,001 - Onwards = 37% Per Year



Source Code

https://i.imgur.com/pSlNpIk.png
https://github.com/UKCDev/UKCoin


Wallets

https://i.imgur.com/3d2IXmG.png
https://mega.nz/#!e9hjGAhA!pJwVsTlV-IjY7SPEQ2_E64X_9jARY8BLeRGjlZxYFHk

Port Info:


Port - 14354

Rpc Port - 14355


Mining Pools

http://coinminers.net

http://pool.hongico.com

http://mineblocks.co.uk/

http://blockmonsta.ddnss.de/


Exchanges

https://www.coinexchange.io/market/UK/BTC

https://novaexchange.com/market/BTC_UKC/

Block Explorer


Tx Info:


Tx Fee - 0.01 per kb

Tx Confirmations - 4 Blocks


Faucets


Websites


http://bitcoingarden.org/forum/index.php?topic=18692.0


Social


Liking the concept of this...looking forward to reading the Whitepaper in detail.
scribbles
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
September 20, 2017, 07:45:25 PM
 #160

I'm growing a PoS fever, so this is interesting. Regrettably I'm not near my miners now, so can't mine a few to go PoS.

I'm awaiting the whitepaper though. Really interested to see if this project is for real, and serious in its efforts, instead of another drop in the bucket of coins no one cares for Wink

A few more days, fingers crossed 🤞

           ▄▄███████▄▄
        ▄███▀▀
▄▄▄▄    ▀▄
     ▄▄█████████████▄▄  ▀▄
  ▄▀▀██▀           ▀▀██▄▄▀▄
▄▀  ██                 ▀██
  ██       ▀▀█▀▀         █
█▀        █ █ █        ▄█▀▄
▀▄         █ █ █       ▄█  █
 ██         █▄▄▄█      ▄█  ▄▀
  ██▄                ▄█▀  ▄▀
  ▀▄▀██▄▄          ▄█▀  ▄▀
   ▀▄ ▀▀███▄▄▄▄▄▄█████▀▀
     ▀▀▄▄▄▄▄▄▀▀▀▀▀▀▀
UTRUST▀████████▄
  ▀███████▄
    ▀██████▄
      ▀██████
       ▀█████
        ▀████▄
         █████
          ▀███
           ███
           ▀██
            ██
             █
●  Download WHITEPAPER  ●
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ▼ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
facebook      twitter      slack
▀████████▄
  ▀███████▄
    ▀██████▄
      ▀██████
       ▀█████
        ▀████▄
         █████
          ▀███
           ███
           ▀██
            ██
             █
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!