Bitcoin Forum
May 22, 2024, 06:49:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 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 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 19, 2016, 06:13:36 PM
linux up..
does the current DS master compile? there was some revert sometime ago..

I just reverted back as a lot of code was committed that needed a rollback.

Clone now and you should be ok.

However, I have changes I need to implement such as addrman changes, net changes, header re-ordering and a fair few other bits Smiley

compiled, crash
reason: segmentation fault

my setup wrong...?
ubuntu 15.10 64bit

btw. before revert.
there was some misspells in the code, (script folder)

edit:
i was using git before: "Revert to to RPC and a lot more"

Bear with me. I've rolled back and now working my way back through the commits. Im fixing and committing Wink

trying now the latest git.
not so sure if my linux build is correct, not tested with any other coin.

after i get this done i will setup mxe to make win wallet. (amir! i may need your help with mxe..)

now using:Revert to working state
edit: success
client running, downloading blocks
now its time to seek exploits


glad to see my build setup is valid



ps. check out for null pointers.
(still want this to work with mingw..)

and main.cpp has little part of c++11
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 19, 2016, 04:17:36 PM
linux up..
does the current DS master compile? there was some revert sometime ago..

I just reverted back as a lot of code was committed that needed a rollback.

Clone now and you should be ok.

However, I have changes I need to implement such as addrman changes, net changes, header re-ordering and a fair few other bits Smiley

compiled, crash
reason: segmentation fault

my setup wrong...?
ubuntu 15.10 64bit

btw. before revert.
there was some misspells in the code, (script folder)

edit:
i was using git before: "Revert to to RPC and a lot more"
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 19, 2016, 03:40:59 PM
linux up..
does the current DS master compile? there was some revert sometime ago..
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 19, 2016, 01:23:47 PM
lets try this with linux while windows is stuck as gummy..
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 12:54:05 PM
1) Are there any possible attack vectors in DarkSilk that have not been patched?

one point generaly about pow/pos hybrids, pos gives you extra security to so called 30-50 attacks.
currently btc is constantly under a attack. some pools use custom software where they ignore last block submited by network(for sometime). if they can generate two blocks in a row their chain will be longest and valid. then this earlier found&ignored block ends upto be an orphan.

that can be totally be eliminated with pos/pow ratio, depens what rules dev wants to be the final ones.
i think the point is that there would never be a need to do a hardfork.
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 02:13:51 AM
not to make too long, clear start.

about block download.
would it be too easy to have effective p2p like torrentz, make a fast buffer file for chain, and then same time load it.
current hd first just did not make btc dl any better.
every time i use my btc wallet, wait a day or two for synch, that sucks.

Because of Stormnodes and their incentivisation, we will be developing headless wallets after the DarkSilk Core is released.

that is a one way, a short cut for many users.

just opened my btc wallet, wow i have somehow empty chain, lets wait a week..
using the:Latest "stable" version of Bitcoin Core: 0.11.2
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 02:01:27 AM
not to make too long, clear start.

about block download.
would it be too easy to have effective p2p like torrentz, make a fast buffer file for chain, and then same time load it.
current hd first just did not make btc dl any better.
every time i use my btc wallet, wait a day or two for synch, that sucks.
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 01:40:37 AM
code got some new blood into it.. looking way better again.

but, "DarkSilk should take a maximum of 4-6 weeks to be finalised"
i think it can take more time..


What makes you say that Cisa?

after the base code and rules done:
optimization of the final code..etc
that will take time and more people needed to see all the points of view from other os than linux.
of course it can be done after first release, maybe it is the way to go.
code has many parts(mostly argon source is not optimal) that could be changed to drop out some build deps needed.


Argon2d branch is by no means final. We have Wolf looking over the code and Amir is adding this to the wallet. We need to add chainactive and then the rest of the list posted on the last page. The hashes of the Stormnodes will be switched to the Argon2d PoW hash and the PoS blocks will be using Blake2B. Travis is also needed and some other bits for building. Then we test. We have multiple devs on all OS's, including yourself Wink

good.
gcc calls to emmintrin are causing me headache..

also the official argon branch is still having updates

Can always pull request fixes for building on your platform Wink

you know how lazy i am according that.


just a feeling, darksilkgui has some part eating cpu..

Overprinting to debug and CPU usage are on the list.

Those are in fact the last two jobs before and during the UI which is the last job.

EDIT: Last job, lol

that never ends, it is a infinity loop to make a good one.
imagine all the work, time and number of peoples behind current btc code, and now btc is making suicide because minor things, worst one is too late and missing consensus to blocksize.
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 01:31:28 AM
code got some new blood into it.. looking way better again.

but, "DarkSilk should take a maximum of 4-6 weeks to be finalised"
i think it can take more time..


What makes you say that Cisa?

after the base code and rules done:
optimization of the final code..etc
that will take time and more people needed to see all the points of view from other os than linux.
of course it can be done after first release, maybe it is the way to go.
code has many parts(mostly argon source is not optimal) that could be changed to drop out some build deps needed.


Argon2d branch is by no means final. We have Wolf looking over the code and Amir is adding this to the wallet. We need to add chainactive and then the rest of the list posted on the last page. The hashes of the Stormnodes will be switched to the Argon2d PoW hash and the PoS blocks will be using Blake2B. Travis is also needed and some other bits for building. Then we test. We have multiple devs on all OS's, including yourself Wink

good.
gcc calls to emmintrin are causing me headache..

also the official argon branch is still having updates

Can always pull request fixes for building on your platform Wink

you know how lazy i am according that.


just a feeling, darksilkgui has some part eating cpu..
150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 01:20:50 AM
code got some new blood into it.. looking way better again.

but, "DarkSilk should take a maximum of 4-6 weeks to be finalised"
i think it can take more time..


What makes you say that Cisa?

after the base code and rules done:
optimization of the final code..etc
that will take time and more people needed to see all the points of view from other os than linux.
of course it can be done after first release, maybe it is the way to go.
code has many parts(mostly argon source is not optimal) that could be changed to drop out some build deps needed.


Argon2d branch is by no means final. We have Wolf looking over the code and Amir is adding this to the wallet. We need to add chainactive and then the rest of the list posted on the last page. The hashes of the Stormnodes will be switched to the Argon2d PoW hash and the PoS blocks will be using Blake2B. Travis is also needed and some other bits for building. Then we test. We have multiple devs on all OS's, including yourself Wink

good.
gcc calls to emmintrin are causing me headache..

also the official argon branch is still having updates
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 05, 2016, 01:07:21 AM
code got some new blood into it.. looking way better again.

but, "DarkSilk should take a maximum of 4-6 weeks to be finalised"
i think it can take more time..


What makes you say that Cisa?

after the base code and rules done:
optimization of the final code..etc
that will take time and more people needed to see all the points of view from other os than linux.
of course it can be done after first release, maybe it is the way to go.
code has many parts(mostly argon source is not optimal) that could be changed to drop out some build deps needed.
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: February 04, 2016, 11:49:54 PM
code got some new blood into it.. looking way better again.

but, "DarkSilk should take a maximum of 4-6 weeks to be finalised"
i think it can take more time..
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AR2] Argon2Coin new PoW algo, CPU friendly on: January 16, 2016, 11:28:51 PM
Hi!
Is available new pre-release(beta version) cpuminer with some optimization. This might provide you 20% more performance, on some PCs, at best.
   source code: https://github.com/Encel-US/cpuminer-multi.git
Best regards Encel-US.

There is an implementation for the windows miner?

https://github.com/Encel-US/cpuminer-multi/releases/tag/cpumine-v.1.3

+33% sse3
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AR2] Argon2Coin new PoW algo, CPU friendly on: January 16, 2016, 10:04:10 PM
hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/Encel-US/Argon2.git
cd Argon2/src/
make -f makefile.unix

getting this errors:



if i use
make USE_UPNP=-  -f makefile.unix

 


 DEFS += -DSTATICLIB -DUSE_UPNP=$(USE_UPNP)

if still not working update source code, or use older upnp.
source code is out dated according upnp.

add new rules to net.cpp if you want it uptodate
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MMXVI - NO PREMINE - NO ICO - PURE POW - MULTIPOOL! HIGHEST ARGON2 COIN! on: January 16, 2016, 09:51:52 PM
happy i did not waste any of my idle cpu time into this one.
it crossed my mind but there where bad sings in the air..
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: January 16, 2016, 08:02:30 PM
about the cpu mining..
sounds good and easy way for new users.

but we have seen how botnets will crash those coins in no time.
also there is lot of people who have acces to datacenters and other bigger pc groups.
cpu mining is a good way to use to instamine a coin like darkcoin did.
relesease the algo but not the gpu miner, 2 million darkcoins instamined in one day..
and one part of that was so called bug in the code.. that was planned to happen.

and there are still big rigs out there and it is sure that rental power will come around if the coin kicks out.

Yes. We thought about this long and hard on many levels. We are attempting to make this coin as fair as possible. In terms of release, mining, distribution and use.

Thank you Cisa for making these points. I am keeping a neutral stance on Darkcoin and the instamine, but yes Argon2d and the fact we are releasing miners and the UNOMP module eliminates that issue.

One good reason why I've never made a coin and don't plan to - that kind of diplomatic bullshit. I do wonder what he actually thinks about that, though.

a man who could do another evil pharma coin or extremely fair coin to mine. guess i told that to you ages ago..
i agree with this diplomatic thing.. and all the promotion needed.. those are not neither in my interest.
let the right guys handle those..


just got the latest git compiled for win.. and testing..

ProcessBlock: ORPHAN BLOCK 1, prev=083e9d9651532df339fa2952ed8be5030143c36573c2125de89eb5931315ebfd
ERROR: AcceptBlock() : reject proof-of-work at height 1
ERROR: ProcessBlock() : AcceptBlock FAILED

shall we have new chain..
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: January 16, 2016, 05:34:38 PM
about the cpu mining..
sounds good and easy way for new users.

but we have seen how botnets will crash those coins in no time.
also there is lot of people who have acces to datacenters and other bigger pc groups.
cpu mining is a good way to use to instamine a coin like darkcoin did.
relesease the algo but not the gpu miner, 2 million darkcoins instamined in one day..
and one part of that was so called bug in the code.. that was planned to happen.

and there are still big rigs out there and it is sure that rental power will come around if the coin kicks out.
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: January 12, 2016, 02:44:09 AM
Can the public know how many devs this coin has? It seems someone enters this coin every now and then.
I would like to read more about the weaver, where can I find some more info?
Why don't you have an internet site for god's sake  Grin

4 developers, full time - Spencer Lievens, Matthew Langdon, Amir Abrams, Gregory Betz (in order of joining)

1 developer, work hand-in-hand - Alistair Clark a.k.a Infernoman i.e. Transfercoin

2 freelancers, whenever needed - Sakr (Mobile Applications) and Wolf0 (Algorithms/Programming)


current git ignored, no tx yet.
and master issues still there.
i have my own working one, but i dont want to mess up your development.
conf rule.. fix it.
so i am waiting you guys to get this UP! and BIG..

ps. orphan rules are outdated and stalled rules has to time to correct.

still the best coin i have ever seen, ( when it is ready)

Thank you Cisa, if only the non-code literate could realise the depth and technicality of DarkSilk Cheesy

if people could read the code.. they would see this will outdate btc ,dash and all the pos coins.
but there is still road to move on..
159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: January 11, 2016, 08:33:38 PM
Can the public know how many devs this coin has? It seems someone enters this coin every now and then.
I would like to read more about the weaver, where can I find some more info?
Why don't you have an internet site for god's sake  Grin

4 developers, full time - Spencer Lievens, Matthew Langdon, Amir Abrams, Gregory Betz (in order of joining)

1 developer, work hand-in-hand - Alistair Clark a.k.a Infernoman i.e. Transfercoin

2 freelancers, whenever needed - Sakr (Mobile Applications) and Wolf0 (Algorithms/Programming)


current git ignored, no tx yet.
and master issues still there.
i have my own working one, but i dont want to mess up your development.
conf rule.. fix it.
so i am waiting you guys to get this UP! and BIG..

ps. orphan rules are outdated and stalled rules has to time to correct.

still the best coin i have ever seen, ( when it is ready)
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SILKCOIN][DARKSILK PREANN][TESTING STORMNODES/DarkSIlk MARKET/I2P] on: January 06, 2016, 10:20:17 PM
Any chances of having SHA256 or Scrypt mining algorithm? I don't do GPU/CPU at all

Sorry no.

Argon2d will be the PoW mining algorithm and Blake2B will be the PoS algorithm.

good selections!
how did you end up to those? Grin

waiting to see gpu vs cpu results..

I recommended them to him.

really? you are one of the bests!!!
Pages: « 1 2 3 4 5 6 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!