Bitcoin Forum
June 16, 2024, 11:41:47 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 »
  Print  
Author Topic: [ANN] [KING] Kingdom Coin X13, 1.9M coins, 2.5% PoS | 5 exchanges  (Read 84371 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.
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 11, 2014, 10:57:26 PM
 #41

Excuse me KeyserSoze,
What happends with unsold ICO ?
Hey, kondiomir.
All unsold coins will be destroyed by C-CEX

Hey, smexy. Don't waste your time. Time's precious.
IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
December 11, 2014, 11:04:44 PM
 #42

Missed the launch brother, BAD storm and was knocked offline for a while.......but congrats on the smooth launch man:-)
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 11, 2014, 11:06:19 PM
 #43

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

Hey, smexy. Don't waste your time. Time's precious.
IMJim
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000


View Profile
December 11, 2014, 11:08:00 PM
 #44

Yeah a little high for my little 10mh/s but I will play with trading when that picks up:-)
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 11, 2014, 11:12:33 PM
 #45

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.

Hey, smexy. Don't waste your time. Time's precious.
mexicantarget
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
December 11, 2014, 11:19:51 PM
 #46

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=-
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 11, 2014, 11:22:46 PM
 #47

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?


Hey, smexy. Don't waste your time. Time's precious.
minerpools
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


( ͡° ͜ʖ ͡°)


View Profile WWW
December 11, 2014, 11:23:43 PM
 #48

Spread the hashes...

mexicantarget
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
December 11, 2014, 11:33:07 PM
 #49

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?
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 11, 2014, 11:39:48 PM
 #50

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

Hey, smexy. Don't waste your time. Time's precious.
EmpoEX
Sr. Member
****
Offline Offline

Activity: 419
Merit: 264


View Profile
December 12, 2014, 12:09:57 AM
 #51

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]https://i.imgur.com/HTfbFXl.png[/img][/url]

EmpoEX Team
Kisokos
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 12, 2014, 12:19:47 AM
 #52

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

PIMP me: PF2uEET6CDtcUD7YnT1gU471ARSLrpZ1Yz
mexicantarget
Legendary
*
Offline Offline

Activity: 1652
Merit: 1043

Cypherpunk (& cyberpunk)


View Profile
December 12, 2014, 12:36:50 AM
 #53


...

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
Sellers
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 12, 2014, 01:22:27 AM
 #54

Looks good , I'll buy some to support the coin : P
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 12, 2014, 03:10:25 AM
 #55


...

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?

Hey, smexy. Don't waste your time. Time's precious.
Kisokos
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 12, 2014, 03:19:17 AM
 #56


...

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.

PIMP me: PF2uEET6CDtcUD7YnT1gU471ARSLrpZ1Yz
CoinSwap-Jared
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
December 12, 2014, 03:21:23 AM
 #57

KING is officially open for trade at coin-swap.net

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

happy trading!
KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 12, 2014, 03:25:14 AM
 #58

KING is officially open for trade at coin-swap.net

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

happy trading!
Thank you very much guys. OP updated with direct link to Coin-Swap!

Hey, smexy. Don't waste your time. Time's precious.
ralexvalex1
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
December 12, 2014, 03:25:48 AM
 #59

So C-CEX is not releasing ICO yet?

KeyserSozeMC (OP)
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 12, 2014, 03:26:19 AM
 #60

So C-CEX is not releasing ICO yet?
I think they are sleeping Smiley

Hey, smexy. Don't waste your time. Time's precious.
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 »
  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!