Bitcoin Forum
April 16, 2024, 07:14:27 PM *
News: Latest Bitcoin Core release: 26.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 ... 85 »
  Print  
Author Topic: [ANN][UNIT] Universal Currency | LIFETIME| POW/POS SHA256 |  (Read 102134 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.
g1itch
Member
**
Offline Offline

Activity: 228
Merit: 10


View Profile
May 08, 2017, 11:25:06 PM
 #441


How can I apply this patch to DEBIAN (Pi)?

THX

Code:
cd <path to>unitcurrency-1.0.2
cat <path to>miniupnpc-14.patch | patch -p1 -g0 -E --no-backup-if-mismatch

"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 09, 2017, 07:44:18 PM
 #442


How can I apply this patch to DEBIAN (Pi)?

THX

Code:
cd <path to>unitcurrency-1.0.2
cat <path to>miniupnpc-14.patch | patch -p1 -g0 -E --no-backup-if-mismatch

THX, i will test...

Code:
pi@raspberrypi:~/unitcurrency $ cat miniupnpc-14.patch | patch -p1 -g0 -E --no-backup-if-mismatch
patch: **** Only garbage was found in the patch input.

then came this message:

Quote
src/net.cpp: In function 'void ThreadMapPort2(void*)':
src/net.cpp:1118:72: error: too many arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int, int*)'
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 0, 0);
                                                                        ^
In file included from src/net.cpp:20:0:
/usr/include/miniupnpc/miniupnpc.h:58:1: note: declared here
 upnpDiscover(int delay, const char * multicastif,
 ^
src/net.cpp:1117:9: warning: unused variable 'error' [-Wunused-variable]
     int error = 0;
         ^
Makefile:1808: recipe for target 'build/net.o' failed
make: *** [build/net.o] Error 1

?? THX




█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
May 09, 2017, 07:52:03 PM
 #443

Why not use "USE_UPNP=-" and be done with the nonsense?
If you need to have a port open for it to work, just open the port manually.  Roll Eyes

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 09, 2017, 09:53:51 PM
 #444

Why not use "USE_UPNP=-" and be done with the nonsense?
If you need to have a port open for it to work, just open the port manually.  Roll Eyes

Hello,

with
Quote
qmake "USE_UPNP=1"

the same error..

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
May 09, 2017, 11:17:09 PM
 #445

Why not use "USE_UPNP=-" and be done with the nonsense?
If you need to have a port open for it to work, just open the port manually.  Roll Eyes

Hello,

with
Quote
qmake "USE_UPNP=1"

the same error..
"USE_UPNP=1"
is not
"USE_UPNP=-"

"=1" tells it to build with UPNP (which is the default; so, no, there would not be any change). Just build it without UPNP (which is what the "=-" means) and open port if necessary.

Be in control of your network programs. Wink

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
May 09, 2017, 11:24:24 PM
 #446

for the record....

Quote
src/net.cpp:1118:72: error: too many arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int, int*)'
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 0, 0);

means that, when it goes to build, it's expecting:
Code:
upnpDiscover(int, const char*, const char*, int, int, int*)
and line number 1118 of the file net.cpp is feeding it:
Code:
upnpDiscover(int, const char*, const char*, int, int, int, int*)
So it has no clue what the last 0 is or what to do with it.
 Roll Eyes


If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 11, 2017, 06:49:12 PM
 #447

Why not use "USE_UPNP=-" and be done with the nonsense?
If you need to have a port open for it to work, just open the port manually.  Roll Eyes

Hello,

with
Quote
qmake "USE_UPNP=1"

the same error..
"USE_UPNP=1"
is not
"USE_UPNP=-"

"=1" tells it to build with UPNP (which is the default; so, no, there would not be any change). Just build it without UPNP (which is what the "=-" means) and open port if necessary.

Be in control of your network programs. Wink

THX this are the solution  Grin Grin

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Plainkoin
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile WWW
May 14, 2017, 05:18:53 PM
 #448

Hello,

Does anyone know of a way to undo a transaction to a yobit exchange wallet that has been under maintenance for weeks?  Without knowing better (newbie), I sent funds to the address provided by their wallet, and did not notice the under maintenance in red.  I have contacted Yobit, but they seem to have little interest in resolving the issue.  I will say, Yobit has lost a future customer in me.

I love solo mining UNIT.  But where to trade up and exchange?  I have looked over every exchange that I could Google.  Any suggestions highly welcomed.

Lost forever?  5875 UNITs?

Status: 22085 confirmations
Date: 5/5/2017 04:54
To: yobit PPe9YjNqfWBmVKFRaJyLcsFeeAoQGBtKb7
Debit: -5375.00 UNIT
Transaction fee: -0.075 UNIT
Net amount: -5375.075 UNIT
Transaction ID: 3a5f95fadc6d0f231ece61e0d5d356ad3722ac4d40fdb71cce8231c9263bacbc


Status: 25168 confirmations
Date: 5/4/2017 18:26
To: yobit PPe9YjNqfWBmVKFRaJyLcsFeeAoQGBtKb7
Debit: -0.1506 UNIT
To: yobit PPe9YjNqfWBmVKFRaJyLcsFeeAoQGBtKb7
Debit: -500.00 UNIT
Transaction fee: -0.016 UNIT
Net amount: -500.1666 UNIT
Transaction ID: 510e62f806912549686fc112385083061c9d1ab338757c30de5aa6c0d34d0d10

carlow2
Member
**
Offline Offline

Activity: 189
Merit: 10


View Profile
May 17, 2017, 12:19:50 AM
 #449

My first mined crypto coin ever will go into my wallet soon, very long sync 3 days now but im just happy to have mined:)
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 17, 2017, 07:59:13 AM
 #450

Unitcoin 1.0.3 will release soon
- anonymous
- masternode

 Grin

any Update?

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
carlow2
Member
**
Offline Offline

Activity: 189
Merit: 10


View Profile
May 17, 2017, 09:27:40 PM
 #451

What does this mean mate?
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 18, 2017, 08:22:33 AM
 #452

What does this mean mate?

Anonymous: You can send coin anonymous -> BTC is not anonymous...
Masternode: For example DASH:

http://dashmasternode.org/what-is-a-masternode/

regards


█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 20, 2017, 09:15:02 AM
 #453



Universal Currency
Cryptocurrency For The World





ROADMAP

-> Exchange : OK
-> website, social : OK
-> Online Wallet :  OK
-> Full-Time Dev/PR, ATM, Debit card : Q2-Q3 2017

$UNIT :

Soooo.... It's 2017, Q2-Q3, Per your tentative timeline, How is the debit/ATM dev coming along? I'm SUPER excited to be able to use this feature, so let me know, so I can put it on the radar. THANKS!!!

I hope for a good Exchange, like Cryptopia, Bittrex or Poloniex...

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
carboncredit (OP)
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile WWW
May 20, 2017, 11:30:58 AM
 #454

DONATE address $unit P9XgnurjgmGsXLusQbYidnY4uMqU2Xj2Mo

 Grin

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

Activity: 765
Merit: 500



View Profile WWW
May 21, 2017, 01:09:17 AM
 #455

How can I buy GH/s with UNIT or Tether? The only option is BTC:


carlow2
Member
**
Offline Offline

Activity: 189
Merit: 10


View Profile
May 22, 2017, 09:36:52 PM
 #456

What is the best pool to mine on im mining on minertopia is there any better ones, answer me im important.
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
May 22, 2017, 09:42:23 PM
 #457

...answer me im important.
  Cheesy That's the 2nd funniest thing I've read all day (and I've spent most of the day reading Bitcoin segwit "debates")!  Cheesy

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
carlow2
Member
**
Offline Offline

Activity: 189
Merit: 10


View Profile
May 23, 2017, 08:47:56 PM
 #458

So whats your opinion on the segwig matter?  Mine is it would be an ecumenical matter.
Buchi-88
Legendary
*
Offline Offline

Activity: 3766
Merit: 2492



View Profile
May 29, 2017, 08:32:13 PM
 #459

Anyone habe also sync problems with the wallet?

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
JuliusNL
Member
**
Offline Offline

Activity: 173
Merit: 12


View Profile WWW
May 30, 2017, 05:24:42 PM
 #460

this are the nodes showing at coinexchange :

addnode=68.5.1.174
addnode=178.155.194.27
addnode=68.99.151.141
addnode=96.235.160.238
addnode=103.22.181.62
addnode=173.212.202.33
addnode=151.80.230.151
addnode=86.26.119.177
addnode=73.211.90.130

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 ... 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!