Bitcoin Forum
May 04, 2024, 03:14:39 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 17 18 19 20 21 22 23 24 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 ... 85 »
  Print  
Author Topic: [ANN][UNIT] Universal Currency | LIFETIME| POW/POS SHA256 |  (Read 102141 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
November 16, 2017, 08:52:40 AM
 #541


I need to change $unit logo  to



Do we have any suggestions or objections ?

 Grin

Universal Currency | Cryptocurrency For New World
1714835679
Hero Member
*
Offline Offline

Posts: 1714835679

View Profile Personal Message (Offline)

Ignore
1714835679
Reply with quote  #2

1714835679
Report to moderator
1714835679
Hero Member
*
Offline Offline

Posts: 1714835679

View Profile Personal Message (Offline)

Ignore
1714835679
Reply with quote  #2

1714835679
Report to moderator
1714835679
Hero Member
*
Offline Offline

Posts: 1714835679

View Profile Personal Message (Offline)

Ignore
1714835679
Reply with quote  #2

1714835679
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714835679
Hero Member
*
Offline Offline

Posts: 1714835679

View Profile Personal Message (Offline)

Ignore
1714835679
Reply with quote  #2

1714835679
Report to moderator
1714835679
Hero Member
*
Offline Offline

Posts: 1714835679

View Profile Personal Message (Offline)

Ignore
1714835679
Reply with quote  #2

1714835679
Report to moderator
1714835679
Hero Member
*
Offline Offline

Posts: 1714835679

View Profile Personal Message (Offline)

Ignore
1714835679
Reply with quote  #2

1714835679
Report to moderator
AndreyNag
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile WWW
November 16, 2017, 10:19:15 AM
 #542

Hi. Could you help me?
Today i'm install Ubuntu server 14.04 and try to make UniversalCurrencyd. But i can't.
Code:
andrey@che2pool:~/unit/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/andrey/unit/src -I/home/andrey/unit/src/obj -DUSE_UPNP=0 -I/home/andrey/unit/src/leveldb/include -I/home/andrey/unit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CTransaction::CheckTransaction() const’:
main.cpp:487:37: warning: pointer to a function used in arithmetic [-Wpointer-arith]
     if (nTime > GetAdjustedTime() + FutureDrift)
                                     ^
main.cpp:487:37: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
main.cpp: At global scope:
main.cpp:47:22: warning: ‘nInterval’ defined but not used [-Wunused-variable]
 static const int64_t nInterval = nTargetTimespan / nTargetSpacing;
                      ^
make: *** [obj/main.o] Oшибкa 1
What she need? What i have to do?
Thanks.

carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
November 16, 2017, 03:57:19 PM
 #543

Hi. Could you help me?
Today i'm install Ubuntu server 14.04 and try to make UniversalCurrencyd. But i can't.
Code:
andrey@che2pool:~/unit/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/andrey/unit/src -I/home/andrey/unit/src/obj -DUSE_UPNP=0 -I/home/andrey/unit/src/leveldb/include -I/home/andrey/unit/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CTransaction::CheckTransaction() const’:
main.cpp:487:37: warning: pointer to a function used in arithmetic [-Wpointer-arith]
     if (nTime > GetAdjustedTime() + FutureDrift)
                                     ^
main.cpp:487:37: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
main.cpp: At global scope:
main.cpp:47:22: warning: ‘nInterval’ defined but not used [-Wunused-variable]
 static const int64_t nInterval = nTargetTimespan / nTargetSpacing;
                      ^
make: *** [obj/main.o] Oшибкa 1
What she need? What i have to do?
Thanks.


HOW TO INSTALL Ubuntu 14.xx , 17.xx
https://github.com/unitcurrency/unitcurrency/blob/master/README.md


Universal Currency | Cryptocurrency For New World
AndreyNag
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile WWW
November 17, 2017, 08:30:11 AM
 #544

In the source code in the https://github.com/unitcurrency/unitcurrency/releases/download/1.0.2/unitcurrency-src-v1020.zip is a syntax error.
Code:
main.cpp:487:37: warning: pointer to a function used in arithmetic [-Wpointer-arith]
     if (nTime > GetAdjustedTime() + FutureDrift)
                                     ^
main.cpp:487:37: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
But in the source code https://github.com/unitcurrency/unitcurrency.git  this error does not contain!
Code:
    // Time (prevent mempool memory exhaustion attack)
    //if (nTime > GetAdjustedTime() + FutureDrift)
    if (nTime > FutureDrift(GetAdjustedTime()))
Thank you.

Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2496



View Profile
November 17, 2017, 08:33:46 PM
 #545


I need to change $unit logo  to



Do we have any suggestions or objections ?

 Grin


It's gold so i hope the unit development ging forward😁

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Koal-84
Legendary
*
Online Online

Activity: 2464
Merit: 1065



View Profile
November 18, 2017, 07:46:45 PM
 #546

You have a new roadmap and new good news about the developement from your project?

█████████████████████████
██
█████▀▀███████▀▀███████
█████▀░░▄███████▄░░▀█████
██▀░░██████▀░▀████░░▀██
██▀░░▀▀▀████████████░░▀██
██░░█▄████▀▀███▀█████░░██
██░░███▄▄███████▀▀███░░██
██░░█████████████████░░██
██▄░░████▄▄██████▄▄█░░▄██
██▄░░██████▄░░████░░▄██
█████▄░░▀███▌░░▐▀░░▄█████
███████▄▄███████▄▄███████
█████████████████████████
.
.ROOBET 2.0..██████.IIIIIFASTER & SLEEKER.██████.
|

█▄█
▀█▀
████▄▄██████▄▄████
█▄███▀█░░█████░░█▀███▄█
▀█▄▄░▐█████████▌▄▄█▀
██▄▄█████████▄▄████▌
██████▄▄████████
█▀▀████████████████
██████
█████████████
██
█▀▀██████████████
▀▀▀███████████▀▀▀▀
|.
    PLAY NOW    
carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
November 19, 2017, 05:47:56 AM
 #547

You have a new roadmap and new good news about the developement from your project?

we have working on good mobile wallet and unit-usd exchange.

Universal Currency | Cryptocurrency For New World
Buchi-88
Legendary
*
Offline Offline

Activity: 3794
Merit: 2496



View Profile
November 19, 2017, 11:50:51 AM
 #548

I hate this coin

Today i love this Coin  Grin Grin

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
gagoobree
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 21, 2017, 05:38:06 PM
 #549


we have working on good mobile wallet and unit-usd exchange.

Hi Dev,

I think there might be some issues with the Mac Wallet. Although it syncs all the time (not to the latest block but I get it that, due to transactions, confirmations, etc. this takes time to catch up), my rewards from the solo mining pool as well as another pool aren't in my wallet! When I check my address in the block explorer, it looks like all mining rewards are sent to my address, but thats not the case.

Could you please look into that?

Thank you,
gagoobree
carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
November 21, 2017, 06:04:31 PM
 #550

we are #TOP1 on the gourl voting list

https://gourl.io/coin-voting.html

Universal Currency | Cryptocurrency For New World
darkistorrik
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 25, 2017, 02:30:29 AM
 #551

UNIT listing on cryptopia now ! https://twitter.com/Cryptopia_NZ  Wink

I am still alive.
tuaris
Hero Member
*****
Offline Offline

Activity: 765
Merit: 500



View Profile WWW
November 25, 2017, 02:48:32 AM
 #552

UNIT listing on cryptopia now ! https://twitter.com/Cryptopia_NZ  Wink

Finally!

darkistorrik
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 25, 2017, 03:09:46 AM
 #553

Let's see what happens with the price. It is possible that it will grow to 2k.

I am still alive.
herma
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
November 25, 2017, 04:08:05 AM
 #554

UniversalCurrency(UNIT) is now live on Cryptopia

https://twitter.com/Cryptopia_NZ/status/934238312226701312

https://www.cryptopia.co.nz/Exchange/?market=UNIT_BTC

Congratulation !

Wish you very happy trading !
gagoobree
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 25, 2017, 08:07:18 AM
 #555

There are some issues with the wallet qt.
First of all, it won't sync all the way to the latest block so therefore my transactions never arrive (even with a week of synching which is absolutely irritating)
And second of all, a couple of days ago when I sent a small amount of UNIT to an coinexchange, it created an invalid txid which is not traceable on the block explorer!
Carboncredit, maybe I am alone with this, but I kindly ask you to please take a look into it. I think the main issue here is the speed of the synchronisation, its not fast enough to keep up with latest transactions which is very frustrating, after all UNIT does have some worth now and if people cant send/receive anything, thats really frustrating.

Thank you
carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
November 25, 2017, 08:42:47 AM
 #556

There are some issues with the wallet qt.
First of all, it won't sync all the way to the latest block so therefore my transactions never arrive (even with a week of synching which is absolutely irritating)
And second of all, a couple of days ago when I sent a small amount of UNIT to an coinexchange, it created an invalid txid which is not traceable on the block explorer!
Carboncredit, maybe I am alone with this, but I kindly ask you to please take a look into it. I think the main issue here is the speed of the synchronisation, its not fast enough to keep up with latest transactions which is very frustrating, after all UNIT does have some worth now and if people cant send/receive anything, thats really frustrating.

Thank you

Please show screenshot.

Universal Currency | Cryptocurrency For New World
carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
November 25, 2017, 08:44:47 AM
 #557

UniversalCurrency(UNIT) is now live on Cryptopia

https://twitter.com/Cryptopia_NZ/status/934238312226701312

https://www.cryptopia.co.nz/Exchange/?market=UNIT_BTC

Congratulation !

Wish you very happy trading !

Thanks

Universal Currency | Cryptocurrency For New World
aan001
Sr. Member
****
Offline Offline

Activity: 728
Merit: 250


StableDex | Decentralized, Secure & Cost Effective


View Profile WWW
November 25, 2017, 01:30:45 PM
 #558

UNIT is very bad !! my coin transaction stalled more than 12 hours  Undecided Undecided
and wallet on yobit maintance !

                                ▄▄▄
                         ▄▄▄▄█████
                     ▀▀██████████
  ▀██████▄             ▄████████
    ▀██████▄        ▄██████████
      ▀██████▄    ▄██████▀  ██
        ▀█████▀▄██████▀     ▀
          ▀█▀▄██████▀
          ▄▄█████▀▄▄
        ▄██████▀▄████▄
      ▄██████▀  ▀██████▄
   ▄▄█████▀       ▀██████▄
████████▀           ▀██████▄
██████▀               ▀██████▄
.stableDEX.
ϟ

ϟ
.

ϟ
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
█████   ████████████████
██████▄▄▄█████████████████
▐██████   ██   ▀    ▀██████▌
▐██████   ██   ▄██▄   █████▌
▐██████   ██   ████   █████▌
██████   ██   ████   █████
█████▄▄▄██▄▄▄████▄▄▄████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀
▄██████████████████▄
██▀              ▀██
██                ██
██                ██
██    ▄▄▄▄▄▄▄▄    ██
██    ▀▀▀▀▀▀▀▀    ██
██   ▄▄▄▄▄▄▄▄▄▄   ██
██   ▀▀▀▀▀▀▀▀▀▀   ██
██                ██
██                ██
██                ██
██▄              ▄██
▀██████████████████▀
.
WP
▀ ▀▀▀



darkistorrik
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 25, 2017, 01:38:31 PM
 #559

Yobit this SCAM!
Read the forum, this is problematic for many coins, and the exchange itself is to blame - the developers for years (literally there are several coins) require this to be corrected, and besides on this exchange there are no problems.

I am still alive.
Seasonic
Member
**
Offline Offline

Activity: 168
Merit: 10


View Profile
November 25, 2017, 01:52:30 PM
 #560


WOW! you need to see the long buy orders of UNIT in Cryptopia but the coin is not avalaible. With the minimum buy order at 811 sats.This coin is about to enter another level.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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 ... 85 »
  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!