Bitcoin Forum
April 28, 2024, 05:55:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 137 »
  Print  
Author Topic: Vertcoin - 1 | ASIC - 0 | Lyra2RE | Decentralised | GPU Mineable | Open Source  (Read 415367 times)
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 24, 2015, 10:36:42 AM
 #1121

Then Danila launches a botnet for GPUs.
you mean Ipominer ? (should be obvious by now, also botnet are still illegal,may-be reporting to the authority could help at some point)
lets assume that people having gpu's in their computer would notice  Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
1714326953
Hero Member
*
Offline Offline

Posts: 1714326953

View Profile Personal Message (Offline)

Ignore
1714326953
Reply with quote  #2

1714326953
Report to moderator
1714326953
Hero Member
*
Offline Offline

Posts: 1714326953

View Profile Personal Message (Offline)

Ignore
1714326953
Reply with quote  #2

1714326953
Report to moderator
1714326953
Hero Member
*
Offline Offline

Posts: 1714326953

View Profile Personal Message (Offline)

Ignore
1714326953
Reply with quote  #2

1714326953
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714326953
Hero Member
*
Offline Offline

Posts: 1714326953

View Profile Personal Message (Offline)

Ignore
1714326953
Reply with quote  #2

1714326953
Report to moderator
1714326953
Hero Member
*
Offline Offline

Posts: 1714326953

View Profile Personal Message (Offline)

Ignore
1714326953
Reply with quote  #2

1714326953
Report to moderator
1714326953
Hero Member
*
Offline Offline

Posts: 1714326953

View Profile Personal Message (Offline)

Ignore
1714326953
Reply with quote  #2

1714326953
Report to moderator
centrafuge
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
July 24, 2015, 01:25:05 PM
 #1122

Can someone please post the update news here as I seem to always have difficulties getting the official page to load.

Thanks
volyova
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
July 24, 2015, 01:33:01 PM
 #1123

Can someone please post the update news here as I seem to always have difficulties getting the official page to load.

Thanks
Vertans,

Since my last blog post, a botnet has started mining on the network and is taking up a large portion of the mining power (easily over 50%). As a result we have decided to hard fork the network to a refactored version of Lyra2RE with new parameters and different padding algorithms. Our current experimental changes have produced at least a 5x ratio of GPU to CPU hashrate. We hope with additional changes and optimisation we can further increase this ratio in order to nullify the botnet. I imagine the fork itself will occur some time in August after the wallet has been updated and new miners have been written.

The new test coin is effectively ready for release but is currently on hiatus due to our efforts in dealing with the botnet. It will be released shortly after the hard fork has occurred and the network has stabilised. It makes sense to hard fork Vertcoin first and then release the new coin so that we only have to fork one network rather than two. The coin itself will act as a testbed for future Vertcoin features and updates with more regular wallet releases. Most future changes will first be made to the new coin before being merged into Vertcoin itself once we have determined they are stable. This will allow us to be far more agile when prototyping new features without the fear of endangering the maturity and stability of the long established Vertcoin network.

I have not as of yet received any offers from people wishing to help us update the Android wallet. The bounty was originally set at 1000 VTC but I am willing to take offers from developers stating the bounty which would be required for them to complete the task. Once again, please do not hesitate to contact me at: jameslovejoy1@gmail.com.
Kind Regards,

James
centrafuge
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
July 24, 2015, 01:45:43 PM
 #1124

Thanks Volyova  Smiley
centrafuge
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
July 24, 2015, 10:30:48 PM
 #1125

Any conjecture on what effect nullifying the botnet will have on price?
Telescopium
Sr. Member
****
Offline Offline

Activity: 242
Merit: 250


Diamond good coin


View Profile
July 25, 2015, 08:58:00 AM
 #1126

It seems that this coin is pump and dump. No change in the algorithm here does not help.


arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
July 27, 2015, 11:49:28 PM
 #1127

Sorry, if this has been answered before, but I couldn't find any answer.

I have a problem with stealth.cpp, line 126 etc.

The method ec_multiply uses

secp256k1_ec_pubkey_tweak_mul(init.getContext(), a.data(), a.size(), b.data());

, but I can only find a method

int secp256k1_ec_pubkey_tweak_mul(const secp256k1_context_t* ctx, secp256k1_pubkey_t *pubkey, const unsigned char *tweak)

in the lib?

So I have to generate a secp256k1_pubkey_t from the data and then copy the data after the mul back to the ec_point ?

Thanks in advance,
Andreas
arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
July 28, 2015, 09:55:20 PM
 #1128

Ok, I hacked me a solution by generating dummy pubkey_t objects and serializing their data after the method call. Not the perfect solution, but code compiles at least.
jamesl22 (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 30, 2015, 12:17:14 PM
 #1129

Ok, I hacked me a solution by generating dummy pubkey_t objects and serializing their data after the method call. Not the perfect solution, but code compiles at least.


I need to fix this problem in the actual code, could you post your fix as a pull request to GitHub? It would be a great help.
jamesl22 (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 30, 2015, 05:15:16 PM
 #1130

Hard Fork at block 347000 - Mandatory Update! - https://vertcoin.org/wp/hard-fork-at-block-347000/
noideacoin
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 30, 2015, 05:26:23 PM
 #1131

What do you think will happen with price after fork? Sure the danilla botnet causes centralization, but it also causes market action which will disappear once he is gone.
geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
July 30, 2015, 07:36:33 PM
 #1132

Hard Fork at block 347000 - Mandatory Update! - https://vertcoin.org/wp/hard-fork-at-block-347000/

James, it seems that the 32bit windows version is not an executable file or am I missing something? Sad
jamesl22 (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 30, 2015, 07:50:24 PM
 #1133

Hard Fork at block 347000 - Mandatory Update! - https://vertcoin.org/wp/hard-fork-at-block-347000/

James, it seems that the 32bit windows version is not an executable file or am I missing something? Sad

There is not currently a 32-bit Windows version. Only 64-bit is available at this time, are you unable to use the 64-bit build?
geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
July 30, 2015, 08:15:20 PM
 #1134

Hard Fork at block 347000 - Mandatory Update! - https://vertcoin.org/wp/hard-fork-at-block-347000/

James, it seems that the 32bit windows version is not an executable file or am I missing something? Sad

There is not currently a 32-bit Windows version. Only 64-bit is available at this time, are you unable to use the 64-bit build?

unfortunately no because i have 32bit windows. i will wait that is not a problem Smiley
jamesl22 (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 30, 2015, 09:32:18 PM
 #1135

Hard Fork at block 347000 - Mandatory Update! - https://vertcoin.org/wp/hard-fork-at-block-347000/

James, it seems that the 32bit windows version is not an executable file or am I missing something? Sad

There is not currently a 32-bit Windows version. Only 64-bit is available at this time, are you unable to use the 64-bit build?

unfortunately no because i have 32bit windows. i will wait that is not a problem Smiley

There is a 32-bit build here: https://www.sendspace.com/file/d4jarg
arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
July 30, 2015, 10:30:02 PM
 #1136

I need to fix this problem in the actual code, could you post your fix as a pull request to GitHub? It would be a great help.

Had no opportunity to check this code, so just take a look it for now...

http://pastebin.com/rR3pddy9
geenius
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
July 30, 2015, 10:49:56 PM
 #1137

Hard Fork at block 347000 - Mandatory Update! - https://vertcoin.org/wp/hard-fork-at-block-347000/

James, it seems that the 32bit windows version is not an executable file or am I missing something? Sad

There is not currently a 32-bit Windows version. Only 64-bit is available at this time, are you unable to use the 64-bit build?

unfortunately no because i have 32bit windows. i will wait that is not a problem Smiley

There is a 32-bit build here: https://www.sendspace.com/file/d4jarg

that was quick Smiley thank you very much james Smiley  Grin Wink
entertheabyss
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


★Bitvest.io★ Play Plinko or Invest!


View Profile
July 31, 2015, 05:12:26 AM
 #1138

hello is there a up to date list of peers i can add in the .conf
i checked https://cryptocointalk.com/topic/3093-vertcoin-vtc-information/ but it almost a year old



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
pwpwpw
Hero Member
*****
Offline Offline

Activity: 908
Merit: 503



View Profile
July 31, 2015, 11:30:25 AM
 #1139

will the miner soft / kernel change with the hardfork?

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 31, 2015, 01:25:52 PM
 #1140

will the miner soft / kernel change with the hardfork?
yes, update is coming

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 137 »
  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!