Bitcoin Forum
April 27, 2024, 01:26:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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 187 188 189 190 191 192 193 194 ... 307 »
  Print  
Author Topic: [PoS+PoW] eXocoin [EXO]-gen 2.0- dev. from scratch! Give-Away | Open Beta  (Read 415594 times)
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 22, 2014, 09:16:35 PM
 #2861

Good news after some abstinence from me.

We decided to totally reorganize the udp and udp reliable part. That took of course time to thoroughly investigate after coding was done.

Anyway we come up now with 150 lines less code than before and - more important - it is more straight forward and cleaner than before. We also improved the logging speed (if many transactions per seconds appear this is somewhat not irrelevant, however, the logging will be reduced once it will have to deal with more people). We cleared one memory waste but we will seek for not freed memory with 0.6 more thoroughly.

If 0.59.3 runs stable until the planned eta of 0.6 (to be announced) then the next version will be 0.6 instead of 0.59.4
Also, if it runs stable for the next days then the launch early june seems realistic to us. No major feature is missing, however, we need the proxy part to be done to be more safe against early DDoS attacks. But that is no rocket science so we should get in ready early enough. Features like standing orders can be implemented later on without major troubles as well as the decentral inclient marketplace.

Just created 500 transactions in ~2.5 minutes which translates to 3.3 transactions per second (but note: this speed is not limited by the network but it is limited by my local computer's speed). More important here is not the speed but: all 500 transactions got confirmed and integrated in the block. Then, a new client, was able to download that big block without problems. And that's the major difference to 0.59.2: Even with 0.59.2 we were able to create 2000 transactions (should be still possible Wink ) _but_ a new client was not always able anymore to get that block because of its size. Not always translated to: "a node with very good connection to the network had a good chance to get that block, others not". A block with 500 transactions will be splitted to roughly 250 single udp packets/ethernet frames and if one of them was lost on the way then the 0.59.2 client requested all parts again.

With 0.59.3 we not only split those big blocks into small *reliable* packets - if any packet gets dropped then only that one will get queried again - but with our redesign every udp message in the program that is considered to be too big will automatically splitted into reliable ones. So the reliability aspect moved completly into the inner-udp class. But enough said ---




Right now 4 nodes are up, running and synced. Please report if you have troubles syncing beyond block #14 or #15 (but wait to get it synced first). It should not but who knows....



I'd just like to make a final check on all nodes and make a final test in the other chain.
So I will come back here in about ~2hours and I really hope that we can deliver the update then to you


best regards exocoin

Very nice! Honestly I would like to see the decentralized marketplace to be ready on release day. Well, can't have everything I guess. Smiley

1714224413
Hero Member
*
Offline Offline

Posts: 1714224413

View Profile Personal Message (Offline)

Ignore
1714224413
Reply with quote  #2

1714224413
Report to moderator
1714224413
Hero Member
*
Offline Offline

Posts: 1714224413

View Profile Personal Message (Offline)

Ignore
1714224413
Reply with quote  #2

1714224413
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
eXo_coin (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile WWW
May 22, 2014, 09:20:31 PM
 #2862

Good news after some abstinence from me.

We decided to totally reorganize the udp and udp reliable part. That took of course time to thoroughly investigate after coding was done.

Anyway we come up now with 150 lines less code than before and - more important - it is more straight forward and cleaner than before. We also improved the logging speed (if many transactions per seconds appear this is somewhat not irrelevant, however, the logging will be reduced once it will have to deal with more people). We cleared one memory waste but we will seek for not freed memory with 0.6 more thoroughly.

If 0.59.3 runs stable until the planned eta of 0.6 (to be announced) then the next version will be 0.6 instead of 0.59.4
Also, if it runs stable for the next days then the launch early june seems realistic to us. No major feature is missing, however, we need the proxy part to be done to be more safe against early DDoS attacks. But that is no rocket science so we should get in ready early enough. Features like standing orders can be implemented later on without major troubles as well as the decentral inclient marketplace.

Just created 500 transactions in ~2.5 minutes which translates to 3.3 transactions per second (but note: this speed is not limited by the network but it is limited by my local computer's speed). More important here is not the speed but: all 500 transactions got confirmed and integrated in the block. Then, a new client, was able to download that big block without problems. And that's the major difference to 0.59.2: Even with 0.59.2 we were able to create 2000 transactions (should be still possible Wink ) _but_ a new client was not always able anymore to get that block because of its size. Not always translated to: "a node with very good connection to the network had a good chance to get that block, others not". A block with 500 transactions will be splitted to roughly 250 single udp packets/ethernet frames and if one of them was lost on the way then the 0.59.2 client requested all parts again.

With 0.59.3 we not only split those big blocks into small *reliable* packets - if any packet gets dropped then only that one will get queried again - but with our redesign every udp message in the program that is considered to be too big will automatically splitted into reliable ones. So the reliability aspect moved completly into the inner-udp class. But enough said ---




Right now 4 nodes are up, running and synced. Please report if you have troubles syncing beyond block #14 or #15 (but wait to get it synced first). It should not but who knows....



I'd just like to make a final check on all nodes and make a final test in the other chain.
So I will come back here in about ~2hours and I really hope that we can deliver the update then to you


best regards exocoin


added to changelog of this version:

- update: completly reworked udp class
- a connected miner will automatically stop mining the current block if his parent node (==wallet client) quits and will resume once he connects again
- slightly improvement in miner code

download link is available now on our homepage: http://exocoin.org

linux build will be available tomorrow.

please don't spam transactions yet. Just use it "normally" as for now Wink We would like to ensure that the mining part will be ok before maybe transaction flooding crashes everything.


best regards
eXocoin

Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 22, 2014, 09:59:22 PM
 #2863

exocoin, please also remember that you wanted to have a non-linear mining revenue. is this alreaddy build in?  Smiley

Something like a root function maybe.


Also: Please upload it also on mega, your server is to slow. It takes 30 minutes to download the client.

What are your plans with a new website?

migello
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
May 22, 2014, 10:13:05 PM
 #2864

can't go past block 14, closed an relaunched, same thing and on block overview only block 0 is validated.

ok deleted all the files in chain folder , seem to work now

kk synced
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 10:24:02 PM
 #2865

someone pm me an address, I would like to try to send some exo
migello
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
May 22, 2014, 10:27:41 PM
 #2866

someone pm me an address, I would like to try to send some exo


EXOfAMA8q4Qx5xNuU3aAHK95P8nZzbp63NhHcmbh
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 10:30:19 PM
 #2867

sent
migello
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
May 22, 2014, 10:33:17 PM
 #2868

seems to work flawlessly, received and resent
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 10:34:40 PM
 #2869

received ty, works great.

I have been synced for 15 mins and my wallet is decrypted but no mining?
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 10:35:44 PM
 #2870

EXOf1SA4t44CsTXhXgGUgY77OWFYrCGTcWZUcmdg   
eXo_coin (OP)
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile WWW
May 22, 2014, 10:36:44 PM
 #2871

exocoin, please also remember that you wanted to have a non-linear mining revenue. is this alreaddy build in?  Smiley

Something like a root function maybe.


Also: Please upload it also on mega, your server is to slow. It takes 30 minutes to download the client.

What are your plans with a new website?
With v0.6 ongoing we will provide 1 or 2 download mirror. Well it is a step-function right now but it might changes again.
Regarding the website, we already changed something here and there. I think it looks much better than before. Sure, it could be improved but we like the basic design of it. If someone has CSS-style improvement or color suggestions feel free to tell us. We could make different themes via url parameter and check what is best then. Sometimes small changes can bring very good results.


can't go past block 14, closed an relaunched, same thing and on block overview only block 0 is validated.

ok deleted all the files in chain folder , seem to work now

kk synced
Good to hear




#don't use the bug reporter. We made a mistake there. If you submit a bug report than your client will probably shutdown all udp instances so you must restart the client then. Working on a small fix tomorrow




#everything seems to work good until now. Lets wait for some more hours.

received ty, works great.

I have been synced for 15 mins and my wallet is decrypted but no mining?
You must launch the eXoMiner.exe as well, did you? But, yes... I would assume it starts mining after decrypting the wallet if I read the text in the mining tab. You are right - we will clarify the instructions there with the next fix!

migello
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250



View Profile
May 22, 2014, 10:38:46 PM
Last edit: May 22, 2014, 10:50:33 PM by migello
 #2872

something not right, now block 38 seems not validated and no transactions on recents

re deleted files in chain folder, redownloaded blockchain now works transactions are there

i would like to have a balance also on transactions page
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 22, 2014, 10:38:54 PM
 #2873

exocoin, please also remember that you wanted to have a non-linear mining revenue. is this alreaddy build in?  Smiley

Something like a root function maybe.


Also: Please upload it also on mega, your server is to slow. It takes 30 minutes to download the client.

What are your plans with a new website?
With v0.6 ongoing we will provide 1 or 2 download mirror. Well it is a step-function right now but it might changes again.
Regarding the website, we already changed something here and there. I think it looks much better than before. Sure, it could be improved but we like the basic design of it. If someone has CSS-style improvement or color suggestions feel free to tell us. We could make different themes via url parameter and check what is best then. Sometimes small changes can bring very good results.

Honestly, it looks like shit. Sorry man. Your client is fantastic, but the website is just ugly.


Btw. synced completely without any issues. No errors until now. Just the latest block shows an X at validated, the next block should already exist.

mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 10:39:51 PM
 #2874

ok started the miner.exe and seems to be working, I didn't see that folder before.
mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 11:01:10 PM
 #2875

my log says i found a block but block was empty?
rramires
Full Member
***
Offline Offline

Activity: 231
Merit: 100



View Profile
May 22, 2014, 11:01:53 PM
 #2876

Please send exo for test:
EXOGnBpyAhDm13rWqOssgcU1yc2sCx4c17Nkdbdd

mrvegad
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
May 22, 2014, 11:06:58 PM
 #2877

Please send exo for test:
EXOGnBpyAhDm13rWqOssgcU1yc2sCx4c17Nkdbdd


sent
Althoelzer
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
May 23, 2014, 12:33:11 AM
 #2878

i agree with this, look at qora which has *30 of its ipo cost, and exo deserve at least *20—*50 it's ipo cost.

so 1.5btc first period ipo may reach at least 20btc after launch.

 Smiley

btw total qora 10 000 000 000/total exo 100 000 000=100/ exo price *100.why not?Smiley

That would be awesome! Btw - when I can buy some Exocoins?
Is 26 of May or 3 of Juin still the fix date of release?

NEM - Nothing Else Matters
yoyo2
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
May 23, 2014, 01:06:30 AM
 #2879

i agree with this, look at qora which has *30 of its ipo cost, and exo deserve at least *20—*50 it's ipo cost.

so 1.5btc first period ipo may reach at least 20btc after launch.

 Smiley

btw total qora 10 000 000 000/total exo 100 000 000=100/ exo price *100.why not?Smiley

That would be awesome! Btw - when I can buy some Exocoins?
Is 26 of May or 3 of Juin still the fix date of release?

I think exo must reach 15000sat.
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
May 23, 2014, 04:21:54 AM
 #2880

wow, the addresses start with an "EXO" :-)
My client has synced, seemingly, I see block 71.

Please send me some testcoins to: EXOpsOuUOAuabUGnNO3mh95TeGpwPFp32wwQdbgg - thanks.

First thoughts:
  • Some great ideas, good work!

  • I dislike the million conditions on the password. My choice what kind of pw I choose.
    Idea: Make all those conditions opt-out. My 2 cents.

  • The block explorer inside the wallet ... makes soooooooo much sense!

  • get balance * = get the current balance of all addresses, one per line

  • Stick to the syntax of the bitcoin API where possible?

GREAT!
Really looking forward to seeing how this work out.

no sign of a signature
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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 187 188 189 190 191 192 193 194 ... 307 »
  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!