pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 25, 2018, 06:58:24 PM |
|
|
|
|
|
gnasirator
|
|
February 25, 2018, 07:00:04 PM |
|
As a side note, when this thing hits the fan it's not only most of these new projects that disappear, it will hit exchanges too.
That's probably what we should prepare for, especially because it's part of our core strategy anyways. After all, XCN's main feature is scalability, which is a way of avoiding *** from hitting the fans
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
xbitbotx
Newbie
Offline
Activity: 9
Merit: 7
|
|
February 25, 2018, 10:37:06 PM |
|
Hi all.After many tests i do with new opennssl version, transactions is not work , old original version after fix opennssl work fine. at original ./cryptonited sendtoaddress CPPrUQnobuqdPWJgsAFP2tq4ztMXZwCVem "0.0100000000ep" work fine, pallas version error: {"code":-4,"message":"CommitTransaction() : Error: Transaction not valid\n"}.Other error what i see is error: {"code":-1,"message":"boost::bad_get: failed value get using boost::get"}.Think need more fixed here.
|
|
|
|
e6ug
|
|
February 25, 2018, 10:59:10 PM |
|
As a side note, when this thing hits the fan it's not only most of these new projects that disappear, it will hit exchanges too.
That's probably what we should prepare for, especially because it's part of our core strategy anyways. After all, XCN's main feature is scalability, which is a way of avoiding *** from hitting the fans xcn was way ahead for its time, the true sleeping giant
|
|
|
|
d5000
Legendary
Offline
Activity: 4088
Merit: 7483
Decentralization Maximalist
|
|
February 26, 2018, 03:57:51 AM |
|
Thanks! I have now downloaded and re-synced Cryptonite with Debian Stretch. I get the warning about incompatible wallets if I build it with libdb5 or newer, but this seems like a minor issue as exporting private keys is always possible. Otherwise, it seems to work fine - but I haven't tried transactions still. Imo Raiblocks/nano had this "advantage" of bitgrail'ed Thanks, never had heard about Bitgrail. Just read that article about the theft/hack/whatever - and it doesn't really boost my confidence in Raiblocks/Nano ... But DPoS is quite good consensus nonetheless - it makes cryptocurrency really scalable, even if sacrificing some decentralization (pools aren't so decentralized either especially if farms of asics are mining).
In my opinion, a DPoS or similar BFT-based PoS system is not bad per se. If there are enough validators (at least 100), and even better if the number of possible validators is infinite (like in Tendermint), then the centralization (and thus, social-engineering-attack) risk is limited. But there is a possibly severe flaw that has to be taken into account - DPoS blockchains will stop working if more than 33% of the deisgned validators (also called "delegates" or "witnesses") go offline.
|
|
|
|
y6uBaKa
|
|
February 26, 2018, 06:28:10 AM |
|
Hi! How I Can verify on BX? I' m not from Thailand! I like it coin but I can't trade. wtf
|
|
|
|
arvin777
Member
Offline
Activity: 196
Merit: 15
|
|
February 26, 2018, 06:33:33 AM |
|
Hi! How I Can verify on BX? I' m not from Thailand! I like it coin but I can't trade. wtf You can't trade in bx . Just thai citizen You should wait for a new exchange.
|
XCN wallet:
|
|
|
xbitbotx
Newbie
Offline
Activity: 9
Merit: 7
|
|
February 26, 2018, 06:45:36 AM |
|
log is attached 2018-02-26 06:40:31 CommitTransaction() : Sending to mempool 52e014e1da50667ff002f752af173edc02ee9662443d1c9f6a401ee99acd848a 2018-02-26 06:40:31 ERROR: CheckTransaction() : txin < txout 2018-02-26 06:40:31 ERROR: AcceptToMemoryPool: : CheckTransaction failed 2018-02-26 06:40:31 CommitTransaction() : Error: Transaction not valid
eror is in bool CheckTransaction(const CTransaction& tx, CValidationState &state) in main.cpp, i put original code, transaction work well. need some fix here.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 26, 2018, 08:50:26 AM |
|
log is attached 2018-02-26 06:40:31 CommitTransaction() : Sending to mempool 52e014e1da50667ff002f752af173edc02ee9662443d1c9f6a401ee99acd848a 2018-02-26 06:40:31 ERROR: CheckTransaction() : txin < txout 2018-02-26 06:40:31 ERROR: AcceptToMemoryPool: : CheckTransaction failed 2018-02-26 06:40:31 CommitTransaction() : Error: Transaction not valid
eror is in bool CheckTransaction(const CTransaction& tx, CValidationState &state) in main.cpp, i put original code, transaction work well. need some fix here.
thanks, I will look into it ASAP.
|
|
|
|
muf18
|
|
February 26, 2018, 09:16:06 AM |
|
Talk with Freicoin supporters, they have freiexchange. Slimcoin was there listed for free.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 26, 2018, 09:22:48 AM |
|
Talk with Freicoin supporters, they have freiexchange. Slimcoin was there listed for free.
Thanks. Adding a coin seems like a simple process (and fee must be low): https://freiexchange.com/pages/coin_requestI also got a reply from: https://coinfalcon.com/asking me what we would like to pay for listing (BTC or ETH). What do you guys think?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 26, 2018, 04:13:44 PM |
|
log is attached 2018-02-26 06:40:31 CommitTransaction() : Sending to mempool 52e014e1da50667ff002f752af173edc02ee9662443d1c9f6a401ee99acd848a 2018-02-26 06:40:31 ERROR: CheckTransaction() : txin < txout 2018-02-26 06:40:31 ERROR: AcceptToMemoryPool: : CheckTransaction failed 2018-02-26 06:40:31 CommitTransaction() : Error: Transaction not valid
eror is in bool CheckTransaction(const CTransaction& tx, CValidationState &state) in main.cpp, i put original code, transaction work well. need some fix here.
please try again with the latest github code, thanks.
|
|
|
|
farsky
|
|
February 26, 2018, 09:15:54 PM |
|
Poloniex was bought by Circle https://blog.circle.com/2018/02/26/circle-acquires-poloniex/They will expand and I think it's a good time to suggest they again add XCN
|
Rus fascists: Goran_, mp3.Maniac, Xommy, ivan1975, lovesmayfamilis, Excimer, leonello, Snork1979, be.open, K210, Azrieli.
|
|
|
muf18
|
|
February 26, 2018, 10:19:04 PM |
|
They will be focusing on tokens, with "real" assets behind them, so I don't think it's so great. I think Polo has also lost a lot of trust and clients - they have luck, they sold it for 400M$, in a bull run, they lost a lot trading activity from june, and are behind HitBTC... And even, when they lost clients, they were stubborn enough, to not innovate and make this exchange better, or even add new coins.
|
|
|
|
e.nexus
Member
Offline
Activity: 96
Merit: 25
|
|
February 26, 2018, 11:09:02 PM |
|
log is attached 2018-02-26 06:40:31 CommitTransaction() : Sending to mempool 52e014e1da50667ff002f752af173edc02ee9662443d1c9f6a401ee99acd848a 2018-02-26 06:40:31 ERROR: CheckTransaction() : txin < txout 2018-02-26 06:40:31 ERROR: AcceptToMemoryPool: : CheckTransaction failed 2018-02-26 06:40:31 CommitTransaction() : Error: Transaction not valid
eror is in bool CheckTransaction(const CTransaction& tx, CValidationState &state) in main.cpp, i put original code, transaction work well. need some fix here.
please try again with the latest github code, thanks. Success.
|
|
|
|
arvin777
Member
Offline
Activity: 196
Merit: 15
|
|
February 27, 2018, 09:07:22 AM |
|
|
XCN wallet:
|
|
|
arvin777
Member
Offline
Activity: 196
Merit: 15
|
|
February 27, 2018, 09:14:11 AM |
|
any news from bitfreak? Does he give you cryptonite domain ?
|
XCN wallet:
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 27, 2018, 09:17:00 AM |
|
any news from bitfreak? Does he give you cryptonite domain ?
Thanks for the exchanges list, I will look into it. No news from bitfreak, I tried contacting him by various means but no way.
|
|
|
|
musafir501
Newbie
Offline
Activity: 12
Merit: 0
|
|
February 27, 2018, 11:54:32 AM |
|
How big is the team behind this project? Could someone please point me to their introduction?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
February 27, 2018, 12:03:21 PM |
|
How big is the team behind this project? Could someone please point me to their introduction?
I'm the main developer and the project is community driven. Some prominet users on this thread (and discord) provide additional services like the block explorer, code review and building, debugging, etc. I'm afraid this is not the "company" type of team, but the coin speaks for itself, just have a look at the features and history.
|
|
|
|
|