|
vlight
|
|
January 29, 2017, 04:01:48 PM |
|
Is this supposed to be Pascal Coin 2.0 ?
|
|
|
|
Clyze
Full Member
Offline
Activity: 177
Merit: 100
Invest in your future.
|
|
January 29, 2017, 04:39:27 PM |
|
Is this supposed to be Pascal Coin 2.0 ? Nope, something innovative, that has potential much much better!
|
Invest in your future.
|
|
|
jasonv75 (OP)
Full Member
Offline
Activity: 156
Merit: 100
I'm an artist, my paint is code
|
|
January 29, 2017, 05:24:25 PM |
|
Sunday update:As some of you must have noticed, Veltor's hash rate has seen a steep rise this week. This is good for the network overall. However, we are still lacking on nodes and have to disperse our hash rate on the pools available to us. But enough nagging for now. I have decided to use Argon2 as a hash function for mining blocks. It was developed by a team of cryptography researchers and won a renowned password hashing competition. The algorithm is memory-hard, which makes it quite resistant to ASICs. It should help the Veltor network to stay more decentralised. Argon2 mode of operation with no parallelism One of the key advantages of Argon2 is the possibility to define custom parameters for the algorithm to change the performance, memory usage and parallelism. I will play with different sets of parameters to find the right trade-off between ASIC resistance and block validation times. You can read more about it here: https://www.cryptolux.org/images/0/0d/Argon2.pdfThe progress on the codebase is going well: ------------------------------------------------------------------------------- Language files blank comment code Go 19 119 65 581 Markdown 1 0 0 1 ------------------------------------------------------------------------------- SUM: 20 119 65 582 -------------------------------------------------------------------------------
600 lines of code might not seem like much, but it includes an almost complete peer-to-peer network implementation, an initial working miner, transaction signing and block assembly. I believe that says a lot about the quality of the code. I refactor often and never stop until I find an elegant solution for what I'm working on. Simplicity and efficiency are my utmost priorities! J.V.
|
Veltor.
|
|
|
Alohaboy?!
|
|
January 29, 2017, 05:30:53 PM |
|
Sunday update:As some of you must have noticed, Veltor's hash rate has seen a steep rise this week. This is good for the network overall. However, we are still lacking on nodes and have to disperse our hash rate on the pools available to us. But enough nagging for now. I have decided to use Argon2 as a hash function for mining blocks. It was developed by a team of cryptography researchers and won a renowned password hashing competition. The algorithm is memory-hard, which makes it quite resistant to ASICs. It should help the Veltor network to stay more decentralised. Argon2 mode of operation with no parallelism One of the key advantages of Argon2 is the possibility to define custom parameters for the algorithm to change the performance, memory usage and parallelism. I will play with different sets of parameters to find the right trade-off between ASIC resistance and block validation times. You can read more about it here: https://www.cryptolux.org/images/0/0d/Argon2.pdfThe progress on the codebase is going well: ------------------------------------------------------------------------------- Language files blank comment code Go 19 119 65 581 Markdown 1 0 0 1 ------------------------------------------------------------------------------- SUM: 20 119 65 582 -------------------------------------------------------------------------------
600 lines of code might not seem like much, but it includes an almost complete peer-to-peer network implementation, an initial working miner, transaction signing and block assembly. I believe that says a lot about the quality of the code. I refactor often and never stop until I find an elegant solution for what I'm working on. Simplicity and efficiency are my utmost priorities! J.V. i really like the idea of keeping everything clean and simple. good work!
|
|
|
|
iefken
Sr. Member
Offline
Activity: 280
Merit: 250
Live by your own rules
|
|
January 29, 2017, 05:53:29 PM |
|
Hi! Great project for as far as I get to understand it! Small question: why does coinmarket says VLT supply is 480k but when you calculate the block reward up untill now (with records from OP) I get to 850k+ released coins?
|
|
|
|
imjustsayintho
|
|
January 29, 2017, 06:00:11 PM |
|
Does mrr support the algo?
|
|
|
|
jasonv75 (OP)
Full Member
Offline
Activity: 156
Merit: 100
I'm an artist, my paint is code
|
|
January 29, 2017, 06:13:32 PM |
|
Hi! Great project for as far as I get to understand it! Small question: why does coinmarket says VLT supply is 480k but when you calculate the block reward up untill now (with records from OP) I get to 850k+ released coins?
I have contacted coinmarketcap regarding the issue. Thanks for the heads up! Current total amount of coins in existence is: 543895 http://blocks.veltor.orgJ.V.
|
Veltor.
|
|
|
Stenull
|
|
January 29, 2017, 06:30:45 PM |
|
You are saying that veltor does what btc do but with just roughly around 600 lines of code? !
|
Change...is in the air. You know why
|
|
|
jasonv75 (OP)
Full Member
Offline
Activity: 156
Merit: 100
I'm an artist, my paint is code
|
|
January 29, 2017, 06:51:42 PM |
|
Does mrr support the algo?
No, its not supported. You are saying that veltor does what btc do but with just roughly around 600 lines of code? ! Not quite, I suspect that when the minimalist foundation of the new codebase is done, it will be around 2000-3000 lines of code. Also keep in mind there is no scripting system, no UI and no smart contracts at that point. J.V.
|
Veltor.
|
|
|
ICOcountdown.com
|
|
January 29, 2017, 07:15:05 PM |
|
Sunday update:As some of you must have noticed, Veltor's hash rate has seen a steep rise this week. This is good for the network overall. However, we are still lacking on nodes and have to disperse our hash rate on the pools available to us. But enough nagging for now. I have decided to use Argon2 as a hash function for mining blocks. It was developed by a team of cryptography researchers and won a renowned password hashing competition. The algorithm is memory-hard, which makes it quite resistant to ASICs. It should help the Veltor network to stay more decentralised. Argon2 mode of operation with no parallelism One of the key advantages of Argon2 is the possibility to define custom parameters for the algorithm to change the performance, memory usage and parallelism. I will play with different sets of parameters to find the right trade-off between ASIC resistance and block validation times. You can read more about it here: https://www.cryptolux.org/images/0/0d/Argon2.pdfThe progress on the codebase is going well: ------------------------------------------------------------------------------- Language files blank comment code Go 19 119 65 581 Markdown 1 0 0 1 ------------------------------------------------------------------------------- SUM: 20 119 65 582 -------------------------------------------------------------------------------
600 lines of code might not seem like much, but it includes an almost complete peer-to-peer network implementation, an initial working miner, transaction signing and block assembly. I believe that says a lot about the quality of the code. I refactor often and never stop until I find an elegant solution for what I'm working on. Simplicity and efficiency are my utmost priorities! J.V. Very cool update, I think application development for protocols would be much more streamlined if people can easily understand and resonate with the code.
|
|
|
|
Stenull
|
|
January 29, 2017, 07:48:27 PM |
|
Does mrr support the algo?
No, its not supported. You are saying that veltor does what btc do but with just roughly around 600 lines of code? ! Not quite, I suspect that when the minimalist foundation of the new codebase is done, it will be around 2000-3000 lines of code. Also keep in mind there is no scripting system, no UI and no smart contracts at that point. J.V. Ah ok still sounds efficient as fuck
|
Change...is in the air. You know why
|
|
|
o48o
Legendary
Offline
Activity: 3038
Merit: 1158
Leading Crypto Sports Betting & Casino Platform
|
|
January 29, 2017, 08:25:06 PM |
|
Does mrr support the algo?
No, its not supported. You are saying that veltor does what btc do but with just roughly around 600 lines of code? ! Not quite, I suspect that when the minimalist foundation of the new codebase is done, it will be around 2000-3000 lines of code. Also keep in mind there is no scripting system, no UI and no smart contracts at that point. J.V. Ah ok still sounds efficient as fuck "efficient as fuck" would be a good slogan
|
..Stake.com.. | | | ▄████████████████████████████████████▄ ██ ▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄ ██ ▄████▄ ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██ ██████ ██ ██████████ ██ ██ ██████████ ██ ▀██▀ ██ ██ ██ ██████ ██ ██ ██ ██ ██ ██ ██████ ██ █████ ███ ██████ ██ ████▄ ██ ██ █████ ███ ████ ████ █████ ███ ████████ ██ ████ ████ ██████████ ████ ████ ████▀ ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██ ██ ▀▀▀▀▀▀▀▀▀▀ ██ ▀█████████▀ ▄████████████▄ ▀█████████▀ ▄▄▄▄▄▄▄▄▄▄▄▄███ ██ ██ ███▄▄▄▄▄▄▄▄▄▄▄▄ ██████████████████████████████████████████ | | | | | | ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▀▄ █▀▀█▀▄▄ █ █▀█ █ ▐ ▐▌ █ ▄██▄ █ ▌ █ █ ▄██████▄ █ ▌ ▐▌ █ ██████████ █ ▐ █ █ ▐██████████▌ █ ▐ ▐▌ █ ▀▀██████▀▀ █ ▌ █ █ ▄▄▄██▄▄▄ █ ▌▐▌ █ █▐ █ █ █▐▐▌ █ █▐█ ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█ | | | | | | ▄▄█████████▄▄ ▄██▀▀▀▀█████▀▀▀▀██▄ ▄█▀ ▐█▌ ▀█▄ ██ ▐█▌ ██ ████▄ ▄█████▄ ▄████ ████████▄███████████▄████████ ███▀ █████████████ ▀███ ██ ███████████ ██ ▀█▄ █████████ ▄█▀ ▀█▄ ▄██▀▀▀▀▀▀▀██▄ ▄▄▄█▀ ▀███████ ███████▀ ▀█████▄ ▄█████▀ ▀▀▀███▄▄▄███▀▀▀ | | | ..PLAY NOW.. |
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
January 29, 2017, 10:52:10 PM |
|
Again argon2? Was that algo somewhere in the news or why is everyone choosing it? When will be the switch?
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
Skyrik
|
|
January 30, 2017, 02:14:54 AM |
|
can smb give me full list of nodes? thanks. Cann't sync wallet
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2898
Merit: 1091
--- ChainWorks Industries ---
|
|
January 30, 2017, 02:37:39 AM |
|
hi all ... ive finally got my old profile back ... tanx to cyrus ( bct mod ) and a few others - i now have full access to my old profile ... so will be using this one as much as possible from now on ... the 'crysx' profile will still be in use - but will be only when necessary - not as my standard ... a lot to sort out now ... update ... https://bitcointalk.org/index.php?topic=1563601.msg17653092#msg17653092 ... #crysx
|
|
|
|
ryvirath
Newbie
Offline
Activity: 47
Merit: 0
|
|
January 30, 2017, 04:33:06 AM |
|
What's the target date on when you'd have a functional/secure subsecond transaction blockchain? This year? I think it's a pretty cool idea, reminds me of Vcash, except for the part where that dev randomly gave up on his codebase hopefully.
|
|
|
|
zjy
Newbie
Offline
Activity: 66
Merit: 0
|
|
January 30, 2017, 04:49:46 AM |
|
block 7783 6 hours where is 7784
|
|
|
|
jasonv75 (OP)
Full Member
Offline
Activity: 156
Merit: 100
I'm an artist, my paint is code
|
|
January 30, 2017, 08:06:22 AM |
|
can smb give me full list of nodes? thanks. Cann't sync wallet
Try these: addnode=2a01:4f8:201:6211::2101 addnode=78.94.32.195 addnode=2001:41d0:8:250e:: addnode=veltor.suprnova.cc addnode=178.33.228.14 addnode=144.76.237.39 What's the target date on when you'd have a functional/secure subsecond transaction blockchain? This year? I think it's a pretty cool idea, reminds me of Vcash, except for the part where that dev randomly gave up on his codebase hopefully.
Yes, definitely this year. block 7783 6 hours where is 7784
This has happened twice before, looks like hashing dropped sharply leaving us with a high difficulty. Time will resolve this. J.V.
|
Veltor.
|
|
|
HI-TEC99
Legendary
Offline
Activity: 2772
Merit: 2846
|
|
January 30, 2017, 12:07:52 PM |
|
What's the target date on when you'd have a functional/secure subsecond transaction blockchain? This year? I think it's a pretty cool idea, reminds me of Vcash, except for the part where that dev randomly gave up on his codebase hopefully.
Yes, definitely this year. There are fears highly connected Bitcoin lightning network routing nodes could lead to centralisation, and consequently privacy issues. Will veltor include an anonymous layer to mitigate such privacy issues when its lightning network implementation gets released? https://bitcoinmagazine.com/articles/exploring-the-centralization-risks-of-bitcoin-s-lightning-network-1462460852/Lopp also noted possible censorship and privacy issues related to centralization among a small number of entities:
“Centralization among a small number of entities would also pose privacy and censorship issues, making it harder to route around uncooperative entities or those known to collect data for the purposes of deanonymization.”
Blockstream’s Rusty Russell, who is working on his own implementation of the Lightning Network, has noted his belief that the layer-2 protocol will likely feature a Tor-esque arms race between those who wish to preserve privacy and those who wish to abolish it. Russell and other Lightning Network developers are also working on Tor-style onion routing for the network.
|
|
|
|
|