Bitcoin Forum
June 17, 2024, 07:42:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 [425] 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 ... 684 »
  Print  
Author Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer  (Read 1232521 times)
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 09, 2014, 10:05:39 PM
 #8481

We have been discussing this issue for weeks, we're well aware of it, if it was desirable to fix it (or if a convenient opportunity to do so arose) we'd fix it.

Boris.. what's your opinion on this fix though.. is it legit in your opinion?



Hi Micryon, thanks for your contributions to the discussions about the exploit - I've seen you around in the threads. At first glance the proposed fix looks OK to me, but we haven't really tried to wring it out and come up with exploit scenarios against it - I'd encourage anyone considering implementing a fix to:

a. Weigh up the pros and cons carefully

b. Always bear in mind that untested code is risky, it's not always easy to perceive where you may be opening a new exploit while fixing a known one etc.

c. Consider other options as well, like less frequent retargets

One of the reasons we forked to KGW early on, rather than trying to reinvent the wheel, was because it's production tested. Now we have a situation where an exploit does seem to exist (but hasn't been demonstrated) yet the hashrate of VTC means we have no real need to address it urgently (although that's not to say we haven't considered the options, we are in fact testing some stuff now) - for chains with a much smaller hashrate (who are at much greater risk of a 51% attack) it seems a somewhat serious issue, but the proposed fix may not necessarily be the best in the sense that even if it's good, it is untested and carries risks.

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 09, 2014, 10:09:46 PM
 #8482

Ive tried again to compile the source on RHEL 6.5, but no luck. Im not familiar with this stuff, if anyone can offer advice, I could really use some help here.
Is there any chance of someone having a prebuilt binary? Im really lost on how to do this compile.

# ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

# yum search aclocal
Loaded plugins: product-id, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
Warning: No matches found for: aclocal
No Matches found
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
April 09, 2014, 10:12:10 PM
 #8483

Ive tried again to compile the source on RHEL 6.5, but no luck. Im not familiar with this stuff, if anyone can offer advice, I could really use some help here.
Is there any chance of someone having a prebuilt binary? Im really lost on how to do this compile.

# ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

# yum search aclocal
Loaded plugins: product-id, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
Warning: No matches found for: aclocal
No Matches found


Autogen? What source are you trying to build? Whatever it is you need to install automake and autoconf

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 09, 2014, 10:12:49 PM
 #8484

Ive tried again to compile the source on RHEL 6.5, but no luck. Im not familiar with this stuff, if anyone can offer advice, I could really use some help here.
Is there any chance of someone having a prebuilt binary? Im really lost on how to do this compile.

# ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

# yum search aclocal
Loaded plugins: product-id, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
Warning: No matches found for: aclocal
No Matches found


This may be a dumb question, but are you sure you're trying to compile VTC!!!!! We don't use autogen?

make -f makefile.linux in /src ought to do it.

usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 09, 2014, 10:15:35 PM
 #8485

I found the source here. Is this the wrong source for cpu miner?

https://github.com/Bufius/cpuminer-vert

Tried to cd into src, but doesn't exist...
-ksh: cd: src: [No such file or directory]
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 09, 2014, 10:21:00 PM
 #8486

I found the source here. Is this the wrong source for cpu miner?

https://github.com/Bufius/cpuminer-vert

Tried to cd into src, but doesn't exist...
-ksh: cd: src: [No such file or directory]


Ah I see - I thought you were building the coin daemon or qt wallet. You probably want the automake package.
JohnnyDaMitch
Member
**
Offline Offline

Activity: 135
Merit: 10


View Profile
April 09, 2014, 10:26:34 PM
 #8487

Ive tried again to compile the source on RHEL 6.5, but no luck. Im not familiar with this stuff, if anyone can offer advice, I could really use some help here.
Is there any chance of someone having a prebuilt binary? Im really lost on how to do this compile.

# ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

# yum search aclocal
Loaded plugins: product-id, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
Warning: No matches found for: aclocal
No Matches found


Autogen? What source are you trying to build? Whatever it is you need to install automake and autoconf

Indeed, aclocal is part of automake. A good place to start would probably be: yum groupinstall "Development Tools"
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 09, 2014, 10:27:37 PM
 #8488

I found the source here. Is this the wrong source for cpu miner?

https://github.com/Bufius/cpuminer-vert

Tried to cd into src, but doesn't exist...
-ksh: cd: src: [No such file or directory]


Ah I see - I thought you were building the coin daemon or qt wallet. You probably want the automake package.

Im trying to see if I can get hold of a RHEL/CentOS pre-combinled X64 binary.
Failing that, I tried to grab the software and compile it myself, but I don't have any experience with compiling things, so when it errors, im pretty much out of my comfort zone.
Is there a different source I should be using?
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
April 09, 2014, 10:28:07 PM
 #8489

Ive tried again to compile the source on RHEL 6.5, but no luck. Im not familiar with this stuff, if anyone can offer advice, I could really use some help here.
Is there any chance of someone having a prebuilt binary? Im really lost on how to do this compile.

# ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

# yum search aclocal
Loaded plugins: product-id, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
Warning: No matches found for: aclocal
No Matches found


Autogen? What source are you trying to build? Whatever it is you need to install automake and autoconf

Indeed, aclocal is part of automake. A good place to start would probably be: yum groupinstall "Development Tools"

Ill give that a try. Thanks
seattletu
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
April 09, 2014, 10:36:35 PM
 #8490

hi guys,

i wish i had switched to mining vert back when i first saw this thread. i knew it had potential i just didn't want to modify my mining rigs. anyhow, the coin i'm mining now, fluttercoin, the block reward is gonna start decreasing rapidly and i want to switch to vertcoin. can someone point me to a thread on how to mine vert using a vert bamt? i know it's out there, but i can't find it, and it's not in the OP. thanks.
bengtåke
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250

confused developer


View Profile
April 09, 2014, 10:50:00 PM
 #8491

hi guys,

i wish i had switched to mining vert back when i first saw this thread. i knew it had potential i just didn't want to modify my mining rigs. anyhow, the coin i'm mining now, fluttercoin, the block reward is gonna start decreasing rapidly and i want to switch to vertcoin. can someone point me to a thread on how to mine vert using a vert bamt? i know it's out there, but i can't find it, and it's not in the OP. thanks.

I'm not up to date with what guides there are atm, but you can try looking at http://www.reddit.com/r/VertcoinMining/comments/1xt73i/vertcoin_mining_guide/ or in general in that subreddit.

BTC: 1HoDKDn6Gk7mggAhbRVA1T9UAU8kFAA6sy
seattletu
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
April 09, 2014, 10:56:38 PM
 #8492

hi guys,

i wish i had switched to mining vert back when i first saw this thread. i knew it had potential i just didn't want to modify my mining rigs. anyhow, the coin i'm mining now, fluttercoin, the block reward is gonna start decreasing rapidly and i want to switch to vertcoin. can someone point me to a thread on how to mine vert using a vert bamt? i know it's out there, but i can't find it, and it's not in the OP. thanks.

I'm not up to date with what guides there are atm, but you can try looking at http://www.reddit.com/r/VertcoinMining/comments/1xt73i/vertcoin_mining_guide/ or in general in that subreddit.

thanks. i found this link from your link http://www.reddit.com/r/BAMT
BorisTheSpider
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 09, 2014, 10:58:40 PM
 #8493



One of the longest running, most trusted VTC pools around, run by BorisTheSpider (of the VTC dev team)

P2Pool (recommended) and traditional pool available for VTC

P2Pool: http://p2pool.vtcpool.co.uk:9171
Traditional MPOS pool: https://vtcpool.co.uk

P2Pool setup guide and FAQ

micryon
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
April 10, 2014, 12:49:07 AM
 #8494

Hi Micryon, thanks for your contributions to the discussions about the exploit - I've seen you around in the threads. At first glance the proposed fix looks OK to me, but we haven't really tried to wring it out and come up with exploit scenarios against it - I'd encourage anyone considering implementing a fix to:

a. Weigh up the pros and cons carefully

b. Always bear in mind that untested code is risky, it's not always easy to perceive where you may be opening a new exploit while fixing a known one etc.

c. Consider other options as well, like less frequent retargets

One of the reasons we forked to KGW early on, rather than trying to reinvent the wheel, was because it's production tested. Now we have a situation where an exploit does seem to exist (but hasn't been demonstrated) yet the hashrate of VTC means we have no real need to address it urgently (although that's not to say we haven't considered the options, we are in fact testing some stuff now) - for chains with a much smaller hashrate (who are at much greater risk of a 51% attack) it seems a somewhat serious issue, but the proposed fix may not necessarily be the best in the sense that even if it's good, it is untested and carries risks.

Thanks man.. all good points.

I've been testing the fix on my testnet it seems o.k. but you are right it does carry risk , esp in this part of the code.. and hard forking itself is a lot of risk.  I totally agree with VTC not taking it. .. but was just curious what your thought was.. given i need to decide to make this decision for GPUC.

VTC: Vi5NxyF6FPCCEQDrsDcA34P8pXe1Yck21y
PDR: PP3EQsV3oX9bBkjpsnESguMHz3tfMqHXhy PlanetDollar
GeminiSimba
Full Member
***
Offline Offline

Activity: 176
Merit: 100

Ain't no party like a Counterparty!


View Profile
April 10, 2014, 02:10:47 AM
 #8495

I have a question for all of you, not necessarily specific to vertcoin per se but digital currency as a whole with input from those of you who are coders for crypto currencies.

To keep it simple this whole digital currency craze has peaked my interest in so many ways over this past year that it makes me want to go back to school. I've realized after much thought that I carry 2 separate interest in the digital currency space and i don't want to double major though. The two separate areas are the economics of how digital currencies are affecting people worldwide and also the technological aspect as in wanting to fully understand the blockchain technology and what mining really is on a programming level.

I guess my question to you guys in the first place is what sort of program or programs would i even have to take to for example be on Boris' level of understanding the software mechanisms behind digital currencies? I currently have a minor degree in computer networking but that has nothing to do with programming, the only reason I even learned about bitcoin is because I have been working at this company called XFX for a few years, they are a manufacturer of AMD graphics cards and I do tech support for people who purchase our products (this is how i first found out about people mining since they would call me after they broke their cards doing it.)  I see you guys talking about coding and such with vertcoin and I am so lost and I think to myself jeez I almost want to go to school just so I can fully understand this stuff....

And then on the other hand I think to myself if i'm just interested in the economics of it, how in western cultures we are like "oh cool, something new and sparkly but meh the volatility is stupid" but in third world countries they could really change their entire lifestyles for the better with the introduction of digital currencies and I am super interested in putting myself in a position to understanding and dealing with such things but ofcourse to go that route I'd have to go get a economics degree.

You see the separation here? Do I go to school to be a programmer just to fully understand block chain from a technical aspect or do I go for the economics degree? This is why I wanted to hear just what kind of school programs have you programmers gone through or better yet, how many years of study and experiences did it take for you guys to be able to be on the level you guys are on? Designing crypto graphic currencies is so far beyond my understanding I almost want to shoot myself sometimes lol.

"You see, you and I, we believe in life. But you want to fight for it, to kill for it, even to die--for life. I only want to live it."  (Ayn Rand)
PROFIT
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
April 10, 2014, 05:16:53 AM
 #8496

Coin every day develops.
Particularly liked the photo masterpiece -Developer Joe Fisher giving his speech at the 1st CryptoCurrency Convention.


Miners choose which pool ?

Miners are invited to friends for a joint production from reliable pool http://vtc.coinsprofit.com/

Attractive than the pool for mining?

1. 0% commission.

2 . Maximum protected from DDoS attacks.

3 . One of the most powerful and stable pools for mining today. Located on redundant servers in real-time in Germany and designed for 1800 + workers ( speed Mining 1.8 Gh / s +).
Scalable servers based on Intel Xeon E5- 1650 v2 Hexa-Core Ivy Bridge-E, 6 physical cores , 12 threads (hyper-threading), wheels : 2 x 240 GB 6 Gb / s SSD, memory: 128 GB ECC.

3 . Real a support forum and Directions


Cordially invited to http://vtc.coinsprofit.com/
layyen
Full Member
***
Offline Offline

Activity: 172
Merit: 100



View Profile
April 10, 2014, 05:34:36 AM
 #8497

Is there anybody who is working on 1click mining in extendend version of wallet ? I think it can have presetes and you have to choose your gpu, or there can be gpu autodetection.
MichBjukenon
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 10, 2014, 06:28:58 AM
 #8498

Is there anybody who is working on 1click mining in extendend version of wallet ? I think it can have presetes and you have to choose your gpu, or there can be gpu autodetection.

http://vertcoinmarket.com/campaigns/1-click-miner/
yanglei504
Full Member
***
Offline Offline

Activity: 206
Merit: 100



View Profile
April 10, 2014, 06:56:20 AM
 #8499

i'm about to sell 80vtc to cover expenses..but the old timer post about his litecoin experience made me wait for higher prices...holding majority of my coins!
MichBjukenon
Full Member
***
Offline Offline

Activity: 121
Merit: 100


View Profile
April 10, 2014, 08:07:34 AM
 #8500

will there be a video from CCCNYC ?
Pages: « 1 ... 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 [425] 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 ... 684 »
  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!