Bitcoin Forum
May 15, 2024, 07:35:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 [175] 176 177 178 179 180 181 182 183 184 185 186 »
  Print  
Author Topic: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine  (Read 578441 times)
duboisi
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
December 23, 2016, 04:41:10 PM
 #3481

Done. TQ.
(BTW, also tested AhmedMSedeek's latest uploaded block chain, still same problem. )
George5
Legendary
*
Offline Offline

Activity: 1208
Merit: 1003



View Profile WWW
December 23, 2016, 05:49:49 PM
 #3482

Done. TQ.
(BTW, also tested AhmedMSedeek's latest uploaded block chain, still same problem. )

Same for me - didn't work.

But the one that pallas posted, worked great and my wallet is finally synced! Yaaaay! Grin

https://nuls.io/about/ The sky is not the limit
dextronomous
Full Member
***
Offline Offline

Activity: 429
Merit: 105


View Profile
December 23, 2016, 11:32:47 PM
 #3483

someone should stop the xcn, supernva miners them creating to many blocks to fast,

wallets cant keep it up,, should be d forked
AhmedMSedeek
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 24, 2016, 05:47:29 AM
 #3484

Done. TQ.
(BTW, also tested AhmedMSedeek's latest uploaded block chain, still same problem. )

Same for me - didn't work.

But the one that pallas posted, worked great and my wallet is finally synced! Yaaaay! Grin

I don't know where the problem is!
.
I have cleaned the blockchain of my wallet and used the one I created earlier to see whether it will sync correctly and it worked just fine.

May be because I'm on windows or what?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 24, 2016, 08:16:22 AM
 #3485

Done. TQ.
(BTW, also tested AhmedMSedeek's latest uploaded block chain, still same problem. )

Same for me - didn't work.

But the one that pallas posted, worked great and my wallet is finally synced! Yaaaay! Grin

I don't know where the problem is!
.
I have cleaned the blockchain of my wallet and used the one I created earlier to see whether it will sync correctly and it worked just fine.

May be because I'm on windows or what?

Could be incompatible bdb versions.

AhmedMSedeek
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 24, 2016, 08:26:32 AM
 #3486

Done. TQ.
(BTW, also tested AhmedMSedeek's latest uploaded block chain, still same problem. )

Same for me - didn't work.

But the one that pallas posted, worked great and my wallet is finally synced! Yaaaay! Grin

I don't know where the problem is!
.
I have cleaned the blockchain of my wallet and used the one I created earlier to see whether it will sync correctly and it worked just fine.

May be because I'm on windows or what?

Could be incompatible bdb versions.

I don't know what is "bdb versions", but does that mean what I'm doing (frequently creating a torrent file for the blockchain) is pointless and won't help anybody?
Blockchain Mechanic
Full Member
***
Offline Offline

Activity: 380
Merit: 103

Developer and Consultant


View Profile WWW
December 24, 2016, 10:09:30 AM
 #3487

BDB == wallet
LevelDB == blocks

In normal implementations. however libmldb is used here.

Equality vs Equity...
Discord :- BlockMechanic#8560
AhmedMSedeek
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
December 24, 2016, 01:49:20 PM
 #3488

BDB == wallet
LevelDB == blocks

In normal implementations. however libmldb is used here.

alright
Thanks for clarification
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
December 25, 2016, 03:01:16 AM
Last edit: December 25, 2016, 03:11:50 AM by bitfreak!
 #3489

Well I guess there's no better time than Christmas to let you guys know I'm still alive. I am truly sorry for being absent for so long, I've just had so many other projects that have consumed my time and honestly there's not much I can do in terms of core development. Like I said before, since there was no premine it's very hard to create an incentive for people to work on Cryptonite. However I am really amazed how well XCN has managed to chug along without absolutely any development and without me being around. It's still ranked #143 on coinmarketcap.com despite all the bugs and lack of development. That tells me people think the technology behind Cryptonite has value and I think developers should see that instead of focusing all their effort of complex scripting applications. Some times people just want to send some coins to each other and they want fast micro-transactions to be possible without needing to hear about how it bloats the blockchain.

Anyways, after new years I will make myself more active in this community again. I've finished most of the stuff I wanted to work on now and I have done quite a lot of C++ development in the process. So I'm probably at the point where I would feel confident modifying the Cryptonite code base but it's still a very complex task especially since it works very differently to most coins. As for the block explorer, the chain is now so large that I will need to recode the existing explorer so that it reads block files directly from disk instead of using the RPC API. However I could also design it to only show transactions from the last week so that anyone could create their own explorer without needing a complete copy of the blockchain. I feel like that's ultimately a better approach because it wouldn't have the sort of scaling problems that a normal block explorer would have.

Of course it would still show the correct balance because that information is stored in the account tree. I don't think people would really care if they couldn't see transactions made more than a week ago. However I've come to the decision that I cannot run the explorer myself unless I think the explorer can be kept alive by donations. The type of server required to run a coin daemon is not very cheap and I already paid to keep the explorer alive for over a year. I don't make anything from Cryptonite and I'm not going to keep spending money to keep it alive. I also decided not to run a XCN web wallet myself for the same reason, and also because I don't want to be responsible for all that money if something were to go wrong with the web wallet. I can share all the javascript code I wrote for creating valid XCN transactions, but I don't want to run a web wallet myself.

I also don't think it's a good idea to have XCN services so centralized, it shouldn't be up to me to build and run all these services. I will see what I can do in terms of core development, but I cannot do everything myself. One of the reasons I haven't been around here for a while is because I felt overwhelmed having so much to do myself. Obviously I care a lot about Cryptonite since I played a large role in developing the concepts behind it, so I don't want to see it fail. But I cannot do everything myself and I cannot keep spending my own money to get things done. I am thankful to you guys who have been helping others solve problems while I was absent, once again I'm glad to see so many people still showing interest in this coin. Hopefully in 2017 we will be able to make a bit of progress and get things happening again.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
enerbyte
Hero Member
*****
Offline Offline

Activity: 556
Merit: 501


View Profile
December 25, 2016, 04:47:15 AM
 #3490

@bitfreak! It's good that you're back

PS: Happy Holidays!
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 25, 2016, 10:30:48 AM
 #3491

Hi bitfreak glad to hear that you are back! I'm ready to donate for Cryptonite development and also will help with my programming skills. Just ask :-)
Have you seen my little patch to fix the compilation issue?  Is it good for you?

dextronomous
Full Member
***
Offline Offline

Activity: 429
Merit: 105


View Profile
December 25, 2016, 10:38:46 AM
 #3492

we really need a solo miner for amd guys, come on link us please.

hook us up.. what the hell, only non compiled miners, or strange slow working ones right, am i wrong,

and or miners to be sold, have been,

now in doubt, so only when the time comes i think you need some moments to think if you have enough money,
and if not = sell to me, some others, till again enough money,

Hi there, mr bitfreak himself, nice, long time ago, wow. welcome back, was in doubt if anyone alive could help this community, but yes there is.. one,
you have secret miners sir?

bitfreak.
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
December 25, 2016, 11:27:18 AM
Last edit: December 25, 2016, 11:46:40 AM by bitfreak!
 #3493

@enerbyte: thanks man, good to see you still around.

@pallas: I've been trying to catch up on all the posts I missed in this thread but I haven't seen that patch, can you link me to it please. I appreciate what you've done to keep XCN alive and of course I'll take any coding help I can get. I do have a roadmap for Cryptonite development, but the most important thing right now is getting people who can work on the core code and iron out some of these annoying bugs. I'm currently visiting relatives for xmas so I cannot do much right now but I'll be back at home after new years.

@dextronomous: well it just happens that one of the projects I've been working on is a ray tracing engine which uses OpenCL. So I could probably write some code for mining XCN with an AMD GPU, especially since I imagine most of the code I will need is already out there in open source miners. The most difficult part will probably be making it run fast enough to be remotely competitive with the CUDA miners, and also the networking code, but I imagine most of that code has already been written for me as well.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
duboisi
Full Member
***
Offline Offline

Activity: 202
Merit: 100


View Profile
December 25, 2016, 11:55:48 AM
 #3494

Solving Poloniex's wallet problem would be a solid action needed immediately. If Poloniex really de-list XCN, it will be a blow to XCN.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 25, 2016, 04:31:00 PM
 #3495

@bitfreak: https://github.com/pallas1/Cryptonite

pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 25, 2016, 04:32:27 PM
 #3496

Solving Poloniex's wallet problem would be a solid action needed immediately. If Poloniex really de-list XCN, it will be a blow to XCN.

Btc38 has wallet issues as well. I tried hard to help both of them without success.

bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
December 25, 2016, 11:41:26 PM
 #3497

What issues are they having exactly? I'm guessing the cause of the issue is one of these old bugs Cryptonite has always had, so solving those problems should solve a lot of other problems.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
dextronomous
Full Member
***
Offline Offline

Activity: 429
Merit: 105


View Profile
December 26, 2016, 12:02:51 AM
 #3498

you guys should addnode=178.84.34.124:8253

and wallets got 15 connections, can see em on http://xcn.miners-zone.net

thanks please keep up the responses mr. bitfreak. you're abscence nearly destroyed the coins existence,

omg. unbelievable. but true. anyway if you could give a pm for a faster miner then pallas's miner,

merry christmas guys, hohoo hooo
logictense
Hero Member
*****
Offline Offline

Activity: 2146
Merit: 518


View Profile WWW
December 26, 2016, 01:03:40 AM
 #3499

Lemme see whats gonna come out of this one. Nothing. Cryptonote coinzzz aint movers. XCN seems to follow this general notion.

bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
December 26, 2016, 01:58:17 AM
 #3500

Cryptonite is not a Cryptonote coin, they have no relation.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
Pages: « 1 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 [175] 176 177 178 179 180 181 182 183 184 185 186 »
  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!