Pages:
Author

Topic: [ANN] [KING] Kingdom Coin X13, 1.9M coins, 2.5% PoS | 5 exchanges - page 35. (Read 84422 times)

newbie
Activity: 49
Merit: 0
KING is officially open for trade at coin-swap.net

https://coin-swap.net/market/KING/BTC

happy trading!
member
Activity: 70
Merit: 10

...

same thing ;/
and i have the dependances i think i compiled blackcoin, litecoin, bitcoin and about 10-20 other alts. any special dependancy needed for this?

Not sure man, did you clone the git repo directly?

This worked for me:
git clone
chmod +x that file you know which one
qmake
make

No issues.


Edit: anyone knows any extra addnodes? I have only 1 single connection Smiley

got it fixed, i dont understand why but i deleted everything from the cloned git and recloned, all worked no issues
What did you do? Deleted source and recompiled?

Yeah, sounds legit. That error seemed to me like the source was corrupted somehow, that's why I asked if he cloned the repo directly from git, or copied over/downloaded the zip.
hero member
Activity: 742
Merit: 500
I'm dying.

...

same thing ;/
and i have the dependances i think i compiled blackcoin, litecoin, bitcoin and about 10-20 other alts. any special dependancy needed for this?

Not sure man, did you clone the git repo directly?

This worked for me:
git clone
chmod +x that file you know which one
qmake
make

No issues.


Edit: anyone knows any extra addnodes? I have only 1 single connection Smiley

got it fixed, i dont understand why but i deleted everything from the cloned git and recloned, all worked no issues
What did you do? Deleted source and recompiled?
member
Activity: 98
Merit: 10
Looks good , I'll buy some to support the coin : P
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)

...

same thing ;/
and i have the dependances i think i compiled blackcoin, litecoin, bitcoin and about 10-20 other alts. any special dependancy needed for this?

Not sure man, did you clone the git repo directly?

This worked for me:
git clone
chmod +x that file you know which one
qmake
make

No issues.


Edit: anyone knows any extra addnodes? I have only 1 single connection Smiley

got it fixed, i dont understand why but i deleted everything from the cloned git and recloned, all worked no issues
member
Activity: 70
Merit: 10
We have decided to open and launch the KING VS bitcoin market:


https://twitter.com/EmpoExchange/status/543195140064813056
All the best and happy trading! Wink

EmpoEX Team

Yay! Nice. I was hoping the exchanges come on board before the miners have time to accumulate big, dump-able amounts - so maybe the price can withstand the POW  (assuming ICO buyers won't dump ofc Smiley)


...

same thing ;/
and i have the dependances i think i compiled blackcoin, litecoin, bitcoin and about 10-20 other alts. any special dependancy needed for this?

Not sure man, did you clone the git repo directly?

This worked for me:
git clone
chmod +x that file you know which one
qmake
make

No issues.


Edit: anyone knows any extra addnodes? I have only 1 single connection Smiley
sr. member
Activity: 419
Merit: 264
We have decided to open and launch the KING VS bitcoin market:


https://twitter.com/EmpoExchange/status/543195140064813056
All the best and happy trading! Wink

Please use following code with direct link to KING vs BTC markets. You can use it to add it in the OP:
Code:
[url=https://empoex.com/trade/KING-BTC][img width=300]http://i.imgur.com/HTfbFXl.png[/img][/url]

EmpoEX Team
hero member
Activity: 742
Merit: 500
I'm dying.
trying to compile this from source but getting an error i havent seen before:

Code:
error: no matching function for call to CNetAddr::CNetAddr(in6_addr&)

thats with USE_IPV6=-, and with USE_IPV6=1:

Code:
undefined reference to `CNetAddr::CNetAddr(in6_addr const&)'

i'm using ubuntu 14.04 64bit, got the most common dependancies and other coins compiled no problems, anyone can assist? thanks
Try not using that parameter when you're building the wallet.

thanks but still no difference, my full build command is:

Code:
cd leveldb
chmod +x build_detect_platform && make clean && make libleveldb.a libmemenv.a
cd ../
make -f makefile.unix USE_UPNP=-

Just asked a friend of mine. Try this:

Quote
cd leveldb
chmod +x build_detect_platform
cd ..
make -f makefile.unix
cd ..
qmake
make

He asked if you have the right dependicies installed on your machine?



same thing ;/
and i have the dependances i think i compiled blackcoin, litecoin, bitcoin and about 10-20 other alts. any special dependancy needed for this?
Not sure what to say. You might want to wait for someone who could give you an answer Sad
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
trying to compile this from source but getting an error i havent seen before:

Code:
error: no matching function for call to CNetAddr::CNetAddr(in6_addr&)

thats with USE_IPV6=-, and with USE_IPV6=1:

Code:
undefined reference to `CNetAddr::CNetAddr(in6_addr const&)'

i'm using ubuntu 14.04 64bit, got the most common dependancies and other coins compiled no problems, anyone can assist? thanks
Try not using that parameter when you're building the wallet.

thanks but still no difference, my full build command is:

Code:
cd leveldb
chmod +x build_detect_platform && make clean && make libleveldb.a libmemenv.a
cd ../
make -f makefile.unix USE_UPNP=-

Just asked a friend of mine. Try this:

Quote
cd leveldb
chmod +x build_detect_platform
cd ..
make -f makefile.unix
cd ..
qmake
make

He asked if you have the right dependicies installed on your machine?



same thing ;/
and i have the dependances i think i compiled blackcoin, litecoin, bitcoin and about 10-20 other alts. any special dependancy needed for this?
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
Spread the hashes...
hero member
Activity: 742
Merit: 500
I'm dying.
trying to compile this from source but getting an error i havent seen before:

Code:
error: no matching function for call to CNetAddr::CNetAddr(in6_addr&)

thats with USE_IPV6=-, and with USE_IPV6=1:

Code:
undefined reference to `CNetAddr::CNetAddr(in6_addr const&)'

i'm using ubuntu 14.04 64bit, got the most common dependancies and other coins compiled no problems, anyone can assist? thanks
Try not using that parameter when you're building the wallet.

thanks but still no difference, my full build command is:

Code:
cd leveldb
chmod +x build_detect_platform && make clean && make libleveldb.a libmemenv.a
cd ../
make -f makefile.unix USE_UPNP=-

Just asked a friend of mine. Try this:

Quote
cd leveldb
chmod +x build_detect_platform
cd ..
make -f makefile.unix
cd ..
qmake
make

He asked if you have the right dependicies installed on your machine?

legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
trying to compile this from source but getting an error i havent seen before:

Code:
error: no matching function for call to CNetAddr::CNetAddr(in6_addr&)

thats with USE_IPV6=-, and with USE_IPV6=1:

Code:
undefined reference to `CNetAddr::CNetAddr(in6_addr const&)'

i'm using ubuntu 14.04 64bit, got the most common dependancies and other coins compiled no problems, anyone can assist? thanks
Try not using that parameter when you're building the wallet.

thanks but still no difference, my full build command is:

Code:
cd leveldb
chmod +x build_detect_platform && make clean && make libleveldb.a libmemenv.a
cd ../
make -f makefile.unix USE_UPNP=-
hero member
Activity: 742
Merit: 500
I'm dying.
trying to compile this from source but getting an error i havent seen before:

Code:
error: no matching function for call to CNetAddr::CNetAddr(in6_addr&)

thats with USE_IPV6=-, and with USE_IPV6=1:

Code:
undefined reference to `CNetAddr::CNetAddr(in6_addr const&)'

i'm using ubuntu 14.04 64bit, got the most common dependancies and other coins compiled no problems, anyone can assist? thanks
Try not using that parameter when you're building the wallet.
legendary
Activity: 1260
Merit: 1000
Yeah a little high for my little 10mh/s but I will play with trading when that picks up:-)
hero member
Activity: 742
Merit: 500
I'm dying.
Missed the launch brother, BAD storm and was knocked offline for a while.......but congrats on the smooth launch man:-)
Thanks Jim!

Diff went up to 450 earlier.
It's down to
Code:
proof-of-work" : 369.20314254,
now. It's jumping all the time Cheesy
legendary
Activity: 1260
Merit: 1000
Missed the launch brother, BAD storm and was knocked offline for a while.......but congrats on the smooth launch man:-)
hero member
Activity: 742
Merit: 500
I'm dying.
Excuse me KeyserSoze,
What happends with unsold ICO ?
Hey, kondiomir.
All unsold coins will be destroyed by C-CEX
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Excuse me KeyserSoze,
What happends with unsold ICO ?
hero member
Activity: 742
Merit: 500
I'm dying.
Yep, but why ICO is still open?
Looks like they aren't online Sad
I have reached them, but no reply yet.
sr. member
Activity: 434
Merit: 250
but when will ICO end so we can see this coin on other exchanges?!
Pages:
Jump to: