megainarmy
|
 |
November 02, 2017, 12:44:48 PM |
|
wow, wow, wow. wtm says that xcn price is "to the moon" more then 2k. there we can sell it now?  is there are some hidden exchanges? Very similar to the glitch of the site WTM. I tried manually to score stats in WTM and for some reason it is loaded very slowly. I think the reason is that! Although, it would be very good to sell that kind of space price !!! 
|
|
|
|
|
|
|
|
No Gods or Kings. Only Bitcoin
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 02, 2017, 12:46:54 PM |
|
wow, wow, wow. wtm says that xcn price is "to the moon" more then 2k. there we can sell it now?  is there are some hidden exchanges? Very similar to the glitch of the site WTM. I tried manually to score stats in WTM and for some reason it is loaded very slowly. I think the reason is that! Although, it would be very good to sell that kind of space price !!!  roll back to june and you could sell at 3k sat ;-)
|
|
|
|
xHire
Newbie
Offline
Activity: 36
Merit: 0
|
 |
November 02, 2017, 02:37:41 PM |
|
there are times when you may need the full blockchain; for example […] if you have troubles syncing for any reason. Any idea what situations may cause such troubles with syncing that a full blockchain is needed?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 02, 2017, 02:44:47 PM |
|
there are times when you may need the full blockchain; for example […] if you have troubles syncing for any reason. Any idea what situations may cause such troubles with syncing that a full blockchain is needed? With the new wallet, which is pretty stable and has fixed sync, it should be rarely needed. One case for example is when you want to use an old wallet.dat on a new PC: if you sync normally, some data about the transactions you did on the old wallet won't be available. Hence the full snapshot need.
|
|
|
|
xHire
Newbie
Offline
Activity: 36
Merit: 0
|
 |
November 02, 2017, 03:00:32 PM |
|
there are times when you may need the full blockchain; for example […] if you have troubles syncing for any reason. Any idea what situations may cause such troubles with syncing that a full blockchain is needed? With the new wallet, which is pretty stable and has fixed sync, it should be rarely needed. One case for example is when you want to use an old wallet.dat on a new PC: if you sync normally, some data about the transactions you did on the old wallet won't be available. Hence the full snapshot need. But that’s only for user’s convenience if I understand it correctly, right? The crucial data are stored in account tree. Or does the wallet also need the history data to function properly?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 02, 2017, 03:07:51 PM |
|
there are times when you may need the full blockchain; for example […] if you have troubles syncing for any reason. Any idea what situations may cause such troubles with syncing that a full blockchain is needed? With the new wallet, which is pretty stable and has fixed sync, it should be rarely needed. One case for example is when you want to use an old wallet.dat on a new PC: if you sync normally, some data about the transactions you did on the old wallet won't be available. Hence the full snapshot need. But that’s only for user’s convenience if I understand it correctly, right? The crucial data are stored in account tree. Or does the wallet also need the history data to function properly? It works properly anyways: you just don't get access to some information in the wallet, but the balances are in the trie and will work normally.
|
|
|
|
gnasirator
|
 |
November 02, 2017, 07:44:15 PM Last edit: November 02, 2017, 10:58:06 PM by gnasirator |
|
In short: blockchain is only needed to list old transaction details. If you're not interested in that, you can prune the blocks. The only thing that's not pruneable are the block headers (very small) which sign the highest block and the current account db state. After a very long time, even the headers could be pruned because they only function as a history of spent work: http://cryptonite.info/wiki/index.php?title=Proof_chainThat's the great thing about the mini blockchain. Finally something really scalable is around thanks to the Single Responsibiliy Principle in action (hello fellow programmers!)  Btw, I've just done a full node re-sync from scratch in under 20 minutes from LAN. That's with complete transaction history. CPU load was <70% per core (<20% 4core). Simply awesome! Another thing about us going forward: I'd like to see some GUI additions happen in the wallet. There are still some core features of the coin which aren't usable in GUI, like: - change withdrawal limits - multi-sig transaction Especially the latter would be important because once that's easy & running, it would open up our path to become a base currency in the new BISQ exchange (trade FIAT <-> XCN directly). maybe we can set up a bounty for it? All required knowledge is in the wiki.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
info_infoman1
Jr. Member
Offline
Activity: 98
Merit: 1
|
 |
November 03, 2017, 05:24:30 AM |
|
can it possibly do automatic trimming of old transactions? through the parameters
|
|
|
|
gnasirator
|
 |
November 03, 2017, 06:27:34 AM |
|
I believe it does that already. Don't think the limit is changeable though. It will reach at least one week into the past ( http://cryptonite.info/wiki/index.php?title=Cycle_time). I've seen my wallets keep them for longer. You can add -txindex 1 to keep blocks forever and turn your wallet into a "master" node.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
muffinrejoice
Newbie
Offline
Activity: 56
Merit: 0
|
 |
November 03, 2017, 07:24:54 AM |
|
where to check roadmap?
|
|
|
|
info_infoman1
Jr. Member
Offline
Activity: 98
Merit: 1
|
 |
November 03, 2017, 07:58:25 AM |
|
I believe it does that already. Don't think the limit is changeable though. It will reach at least one week into the past ( http://cryptonite.info/wiki/index.php?title=Cycle_time). I've seen my wallets keep them for longer. You can add -txindex 1 to keep blocks forever and turn your wallet into a "master" node. by default this does not work: https://bitcointalk.org/index.php?topic=1801595.msg22847581#msg22847581it would not be bad to include this cleaning cycle through the application's startup parameters, this is for those who do not care about transaction information Pallas what do you think about this??
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 03, 2017, 09:20:07 AM |
|
Run with -resync. By default, it will keep the full blocks since you first run it.
|
|
|
|
info_infoman1
Jr. Member
Offline
Activity: 98
Merit: 1
|
 |
November 03, 2017, 10:55:20 AM |
|
Run with -resync. By default, it will keep the full blocks since you first run it. I want the program to do this in the process of work  (every block connect)
|
|
|
|
romasalah
|
 |
November 03, 2017, 07:02:52 PM |
|
I really don't get it, Coinsmarket is listing like every coin out there why aren't we applying there?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 03, 2017, 09:58:07 PM |
|
I really don't get it, Coinsmarket is listing like every coin out there why aren't we applying there?
What do you mean by "coinsmarket"?
|
|
|
|
gnasirator
|
 |
November 04, 2017, 06:31:41 AM |
|
I really don't get it, Coinsmarket is listing like every coin out there why aren't we applying there?
What do you mean by "coinsmarket"? Maybe he's referring to this ?
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
mak013
|
 |
November 05, 2017, 07:42:01 AM |
|
was some news here? tried to read last pages but saw just technical information.
|
|
|
|
| | | . Duelbits | | | | | █▀▀▀▀▀ █ █ █ █ █ █ █ █ █ █ █ █▄▄▄▄▄▄▄ | TRY OUR
NEW UNIQUE GAMES! | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀DICE .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ ███▀▀ ▀▀███ ███ ▄▄▄▄ ▄▄▄▄ ███ ███ ██████ ██████ ███ ███ ▀████▀ ▀████▀ ███ ███ ███ ███ ███ ███ ███ ███ ▄████▄ ▄████▄ ███ ███ ██████ ██████ ███ ███ ▀▀▀▀ ▀▀▀▀ ███ ███▄▄ ▄▄███ ███████████████████████████████ | | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀MINES .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ ████████████████████████▄▀▄████ ██████████████▀▄▄▄▀█████▄▀▄████ ████████████▀ █████▄▀████ █████ ██████████ █████▄▀▀▄██████ ███████▀ ▀████████████ █████▀ ▀██████████ █████ ██████████ ████▌ ▐█████████ █████ ██████████ ██████▄ ▄███████████ ████████▄▄ ▄▄█████████████ ███████████████████████████████ | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀PLINKO .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ █████████▀▀▀ ▀▀▀█████████ ██████▀ ▄▄███ ███ ▀██████ █████ ▄▀▀ █████ ████ ▀ ████ ███ ███ ███ ███ ███ ███ ████ ████ █████ █████ ██████▄ ▄██████ █████████▄▄▄ ▄▄▄█████████ ███████████████████████████████ | | 10,000x MULTIPLIER | │ | | | | ▀▀▀▀▀█ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▄▄█ |
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 05, 2017, 08:48:41 AM |
|
was some news here? tried to read last pages but saw just technical information.
I'm working on a solution to make life easier for the exchanges to integrate our coin. It is getting more difficult every day to get listed on a decent exchange, so we need to avoid forcing them to do additional work: this will make our chances higher.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
 |
November 05, 2017, 08:49:13 AM |
|
Does anyone know what will happen with the tokens that wont be sold?
There are no tokens nor ICOs, besides the coin is from 2014.
|
|
|
|
mak013
|
 |
November 05, 2017, 10:22:44 AM |
|
was some news here? tried to read last pages but saw just technical information.
I'm working on a solution to make life easier for the exchanges to integrate our coin. It is getting more difficult every day to get listed on a decent exchange, so we need to avoid forcing them to do additional work: this will make our chances higher. as i understand, working with exchanges for listing is stopped now untill the wallet be ready? don`t u want to try some small exchanges now? or it will be better to test new wallet at them?
|
|
|
|
| | | . Duelbits | | | | | █▀▀▀▀▀ █ █ █ █ █ █ █ █ █ █ █ █▄▄▄▄▄▄▄ | TRY OUR
NEW UNIQUE GAMES! | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀DICE .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ ███▀▀ ▀▀███ ███ ▄▄▄▄ ▄▄▄▄ ███ ███ ██████ ██████ ███ ███ ▀████▀ ▀████▀ ███ ███ ███ ███ ███ ███ ███ ███ ▄████▄ ▄████▄ ███ ███ ██████ ██████ ███ ███ ▀▀▀▀ ▀▀▀▀ ███ ███▄▄ ▄▄███ ███████████████████████████████ | | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀MINES .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ ████████████████████████▄▀▄████ ██████████████▀▄▄▄▀█████▄▀▄████ ████████████▀ █████▄▀████ █████ ██████████ █████▄▀▀▄██████ ███████▀ ▀████████████ █████▀ ▀██████████ █████ ██████████ ████▌ ▐█████████ █████ ██████████ ██████▄ ▄███████████ ████████▄▄ ▄▄█████████████ ███████████████████████████████ | | ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀PLINKO .▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ | | ███████████████████████████████ █████████▀▀▀ ▀▀▀█████████ ██████▀ ▄▄███ ███ ▀██████ █████ ▄▀▀ █████ ████ ▀ ████ ███ ███ ███ ███ ███ ███ ████ ████ █████ █████ ██████▄ ▄██████ █████████▄▄▄ ▄▄▄█████████ ███████████████████████████████ | | 10,000x MULTIPLIER | │ | | | | ▀▀▀▀▀█ █ █ █ █ █ █ █ █ █ █ █ ▄▄▄▄▄█ |
|
|
|
|