Bitcoin Forum
June 09, 2024, 01:42:46 PM *
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 »
301  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 08, 2015, 10:37:28 AM
We have 0.4 vol at YObit Wink

I can't access that site.
302  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Teleport/Telepathy Privacy Tech--SuperNET Core Coin on: January 07, 2015, 11:20:22 PM
BTCD runs the superNET BTW

What exactly does this mean?
303  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAC] EarthCoin - EAC v1.3.2 Now Available! on: January 07, 2015, 11:10:33 PM
I told you guys Cheesy EAC is a really good coin.

// EDIT: Finally price is going down, shopping time is coming Cheesy

// EDIT 2: I do not only understand why pumpers are selling their own coins to their own buy walls at this stage, but the most important is that price is slowly going down Smiley

Someone on dumped almost 400k EAC on Cryptsy today on the XRP market and filled a really low order I had for 70k EAC.  I feel lucky, I just turned 300 EAC I collected from faucets into 70k EAC Grin
304  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 07, 2015, 01:44:49 PM
EAGS is on https://btcpool.exchange

WE ARE LIVE!!

But is quiet as well. Is kind new exchange right ?

May see a lot more exchanges like that popping up now that peatio is simple to install.
https://github.com/peatio/peatio
305  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 07, 2015, 01:18:11 AM

Sorry I meant which mining pool is best?

If you have the hash power, the solo pool is the best reward at the moment.
306  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 06, 2015, 08:31:32 AM
And staking started

I am curious, what coin was this based on?  Bitcoindark?
307  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XPC]PorkCoin X11PoW/PoS PORKMARKETS Every 160 blocks on: January 06, 2015, 06:48:29 AM
it  go to  1428.  it  working Cool

we  need a  pool

I am working on that.  The source code has problems building in Linux/Unix.

I  will  try  build  it   int  linux after I get up,then  fix  it.  Thank you for your


I think there is something wrong with the makefile, it's failing for me here:

Code:
c++ -c -O2  -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src/obj -I/usr/local/include -I/usr/local/include/db48 -DUSE_IPV6=1 -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src/leveldb/include -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db48 -L/usr/local/lib -L/usr/local/lib/db48 -Wno-invalid-offsetof -fpermissive -MMD -MF obj/cubehash.d -o obj/cubehash.o cubehash.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated

Code:
cubehash.c:601:6: error: assigning to 'unsigned char *' from incompatible type 'void *'
        out = dst;
            ^ ~~~
cubehash.c:610:2: error: no matching function for call to 'cubehash_init'
        cubehash_init(cc, IV224);
        ^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:617:2: error: no matching function for call to 'cubehash_core'
        cubehash_core(cc, data, len);
        ^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:631:2: error: no matching function for call to 'cubehash_close'
        cubehash_close(cc, ub, n, dst, 7);
        ^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
cubehash.c:639:2: error: no matching function for call to 'cubehash_init'
        cubehash_init(cc, IV256);
        ^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:646:2: error: no matching function for call to 'cubehash_core'
        cubehash_core(cc, data, len);
        ^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:660:2: error: no matching function for call to 'cubehash_close'
        cubehash_close(cc, ub, n, dst, 8);
        ^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
cubehash.c:668:2: error: no matching function for call to 'cubehash_init'
        cubehash_init(cc, IV384);
        ^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:675:2: error: no matching function for call to 'cubehash_core'
        cubehash_core(cc, data, len);
        ^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:689:2: error: no matching function for call to 'cubehash_close'
        cubehash_close(cc, ub, n, dst, 12);
        ^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
cubehash.c:697:2: error: no matching function for call to 'cubehash_init'
        cubehash_init(cc, IV512);
        ^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:704:2: error: no matching function for call to 'cubehash_core'
        cubehash_core(cc, data, len);
        ^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:718:2: error: no matching function for call to 'cubehash_close'
        cubehash_close(cc, ub, n, dst, 16);
        ^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
13 errors generated.
308  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XPC]PorkCoin X11PoW/PoS PORKMARKETS Every 160 blocks on: January 06, 2015, 02:18:20 AM
it  go to  1428.  it  working Cool

we  need a  pool

I am working on that.  The source code has problems building in Linux/Unix.
309  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: January 06, 2015, 01:16:53 AM
I'm glad we can discuss this openly. Anything impacting Uno in a such a big way should be vetted by the community.

It's a good exercise to talk it out. You guys raised merged mining previously as an option. If it's a bad idea, I'm sure someone will point out exactly why. That's why it's open source.

If Blazr/Bryce decide to do it, we should all understand it enough to be able to embrace the decision. Maybe they'll come along and sink the entire idea with one sentence. It's their judgement that matters here more than mine. But if there's a better way, we should find it.

+100

That's open source spirit.
Also important to have everyone on board with it.

Waiting for word from the devs.



According to this
https://en.bitcoin.it/wiki/Merged_mining_specification#Aux_proof-of-work_block

It's possible to have 'multiple auxiliary chains' which means you can merge mine UNO with BTC and ZET.

Also found some python code for pools
https://gitorious.org/bitcoin/luke-jr-bitcoin/commit/6849ac73f3577c1b445787993d134a596c89c09b

I'm going to research this more...
310  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [888] [SCRYPT] OctoCoin ◦ The Power of Eight ◦ Don't Blink on: January 06, 2015, 12:28:01 AM
I think it would take a payment of some Bitcoin and donations of some Octocoins to find a decent dev that could dig us out of this.



Just curious, what is broken with Octocoin that requires a developer?
The block chain appears to be moving just fine as far as I can see.

The devs abandoned the coin. Then there was a double withdrawal issue at bittrex for the second time. It's something about the code being based on a certain version of Dogecoin. If you dig through the last few months posts which are fairly light, there was some discussion about it. I'm no dev so I don't know much about that part of it.

Either way we have a coin dead in the water, we are just now able to withdraw from bittrex and have no dev to take over and try to make something of this.



So if I merge with the latest Dogecoin, that should fix the issue?
311  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 06, 2015, 12:07:26 AM
1 Petahash!

Network Hash Rate: 1.00 PH/s
312  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: January 05, 2015, 10:04:42 PM

Merge mining is optional.  You can still solo mine it.

then that's pretty cool.


Does it need a change in blocktime for uno? (hope not as that would be much slower)


No, block time does not matter.  Doge has 60 sec block time, Litecoin has 2.5 minutes.

then it's a no-brainer, is it?  Cheesy

any downsides to it?

That's a matter of opinion based on these two facts:

  • UNO would need to fork (again)
  • It would be more difficult to mine UNO
313  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: January 05, 2015, 09:54:06 PM

Merge mining is optional.  You can still solo mine it.

then that's pretty cool.


Does it need a change in blocktime for uno? (hope not as that would be much slower)


No, block time does not matter.  Doge has 60 sec block time, Litecoin has 2.5 minutes.
314  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: January 05, 2015, 09:48:17 PM
It appears the parent chain doesn't need to be changed or updated. Only the weaker childcoin (example doge) would need implement auxpow.

That is correct, the 'weaker' coin that wishes to get stronger, would make the change in order to gain the benefits of the stronger one.  It doesn't work as great the other way around.  If your not clear as to why, I'll be happy to explain further.

1) make uno a sheltercoin for many weaker alts which all would implement auxpow when they feel they need it - uno doesn't need to change for that (correct?)

This option will not benefit UNO.  However you are correct UNO would not need to hard fork.

2) merge mining with bitcoin - uno needs implement auxpow

This is indeed the 'best' option.  It may be possible to do a 'multple' auxpow so it's not just limited to BTC.  If so, that would be great.

can't have both, or can we?

Your technically can.  Another ALT could choose to 'leech' on to UNO and live off it's hash power.  Agian, as stated, this benefits the ALT more than it benefits UNO.

Personally I don't see an issue with hard forking UNO again.  I think it's already done it twice.

thanks for clarification.

my last question would be:
Could Uno still be mined solo (without mining btc at the same time) after implementing auxpow in case of a fatal event with bitcoin?  

Merge mining is optional.  You can still solo mine it.
315  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: January 05, 2015, 09:43:49 PM
It appears the parent chain doesn't need to be changed or updated. Only the weaker childcoin (example doge) would need implement auxpow.

That is correct, the 'weaker' coin that wishes to get stronger, would make the change in order to gain the benefits of the stronger one.  It doesn't work as great the other way around.  If your not clear as to why, I'll be happy to explain further.

1) make uno a sheltercoin for many weaker alts which all would implement auxpow when they feel they need it - uno doesn't need to change for that (correct?)

This option will not benefit UNO.  However you are correct UNO would not need to hard fork.

2) merge mining with bitcoin - uno needs implement auxpow

This is indeed the 'best' option.  It may be possible to do a 'multple' auxpow so it's not just limited to BTC.  If so, that would be great.

can't have both, or can we?

You technically can.  UNO can merge mine again BTC and another ALT could choose to 'leech' (merge mine) on to UNO and live off it's hash power.  Agian, as stated, this benefits the ALT more than it benefits UNO.

Personally I don't see an issue with hard forking UNO again.  I was not pleased when it did it the first time, but that's now in the past.  I think it's already done it twice.
316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UNO] Unobtanium Info & Discussion - Current wallet 0.9.5 on: January 05, 2015, 08:51:56 PM
" Authpow with Bitcoin (merge mining) is a viable option for a long term rare, store-of-value, crypto-bullion/currency with big plans"

Yes!

UNO implementing AuxPoW against other coins is more beneficial than asking other Alts to implement AuxPoW against UNO.  Take for example, NameCoin, IXCoin which are merged mined against BTC.  They both enjoy a large amount of hash power since people would prefer to mine BTC and merge mining these coins with BTC is 'free' extra income.

Perhaps the best example is also DogeCoin that is merged mined against LTC.  If they did it the other way around I don't think they would have gained the amount of hash power they currently have.

I'd love to see UNO merge mine with more than one coin.  Wouldn't it be great to mine BTC, NMC, ZET, DEM, and UNO all at the same time?  That sounds like a win for everyone to me.
317  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 05, 2015, 08:42:46 PM
Network Hash Rate: 720.11 TH/s

Not bad.

where can i find this info? Do you know if there is a wallet?

It's displayed on my pool.  The wallet doesn't have the feature built in.  I calculate this value using block times, difficulty, etc...
Network Hash Rate: 911.94 TH/s
318  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 05, 2015, 08:39:44 PM
I willing to give these guys a chance to prove themselves.  They are senior forum members and I doubt they are going to throw away their reputation on a simple 'scam' coin.

In other news, I just found 2 more blocks!
319  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 05, 2015, 06:09:45 PM
Network Hash Rate: 720.11 TH/s

Not bad.
320  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EAGS]EagsCurrency SHA256 - POW/POS [POW Mining Phase Jan 5th]"EiB PLAN" !! on: January 05, 2015, 05:35:23 PM
The faucet will be filled as soon as the blocks start confirming or someone donates
http://faucet.securepayment.cc/eags/
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!