Bitcoin Forum
July 06, 2024, 12:53:42 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 »
681  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ☯ UniversityCoin UVC ☯ [PoW+PoS] Only 20m | Launch TODAY + Giveaways! on: April 29, 2014, 09:07:46 PM
Dev, please return my pool http://uni.pool.mn to the pool list

Thank you
682  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ☯ UniversityCoin UVC ☯ [PoW+PoS] Only 20m | Launch TODAY + Giveaways! on: April 29, 2014, 09:02:16 PM


The pool is up and running!

0% fees
Powerful dedicated server
DDOS Protection
Friendly support via email, jabber or support forums
Skilled admin

Please, join us
683  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CPS] CryptoPowers coin X11 DGW with PowerVault on: April 28, 2014, 09:05:46 PM
You should give some time for people to understand your goal and market it better. Launching it immediately after posting doesn't add credibility to your stated goals.
684  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Version1.0.0.1 Released - Please Upgrade your wallet on: April 28, 2014, 07:50:09 PM


We are planning to set up multipool for AsiaCoin and it will start to operate immediately after the POW stage. You don't have to do anything, just keep your hashes on our pool after POW stage and you will continue receiving AC to your wallets.

Please, join us
685  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 07:06:08 PM
these lying scums want us to believe that there is nothing wrong when none of the pools with almost 2 gh hash rate found 0 blocks.

riiiiiight.

even the developer admitted and posted this:

Quote
We're finding the problem and fixing it, please be patience.

and these lying scum supporters says there is nothing wrong we are just doing it wrong.

Source is ok, stratum implementation is different for this coin, this was overlooked by the pools.
How is stratum implementation different from any other X11 coin?
686  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:54:40 PM
TO FIX SOURCE CODE...

Add this

Code:
obj/%.o: %.c
        $(CXX) -c $(xCXXFLAGS) -fpermissive -MMD -MF $(@:%.o=%.d) -o $@ $<
        @cp $(@:%.o=%.d) $(@:%.o=%.P); \
          sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
              -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \
          rm -f $(@:%.o=%.d)

BELOW

Code:
obj/%.o: %.cpp
        $(CXX) -c $(xCXXFLAGS) -MMD -MF $(@:%.o=%.d) -o $@ $<
        @cp $(@:%.o=%.d) $(@:%.o=%.P); \
          sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
              -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \
          rm -f $(@:%.o=%.d)

ADD this

Code:
    obj/groestl.o \
    obj/blake.o \
    obj/bmw.o \
    obj/skein.o \
    obj/keccak.o \
    obj/shavite.o \
    obj/jh.o \
    obj/luffa.o \
    obj/cubehash.o \
    obj/echo.o \
    obj/simd.o \

ABOVE

Code:
   obj/alert.o \
    obj/version.o \
    obj/checkpoints.o \
    obj/netbase.o \
    obj/addrman.o \
    obj/crypter.o \

Thanks a lot!
687  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:53:04 PM


The pool is up and running!

0% fees
Powerful dedicated server
DDOS Protection
Friendly support via email, jabber or support forums
Skilled admin

Please, join us
688  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:38:45 PM
Aaaaaand SUPRNOVA.CC IS LIVE MINING SUMMERCOIN !!!!!!

Get it while its hot:

https://sum.suprnova.cc

NO FEE WHILE WE ARE SEARCHING FOR THE FIRST BLOCK !!

Suprnova - X11 experienced - we have lots of X11 pools - your stats will be correct !

What did you have to do to get it to compile?

You have to fix the makefile - or fill in the missing objects - there are several ways to fix it.. I just saw the thread and thought I'll drop in a pool ..

We yet have to find a block.. I'm not sure if there is anything more fucked up with this CoinD yet
That is standard but I get the following errors:
hashblock.h:85: undefined reference to `sph_blake512_init'
hashblock.h:86: undefined reference to `sph_blake512'
etc
689  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:34:25 PM
Aaaaaand SUPRNOVA.CC IS LIVE MINING SUMMERCOIN !!!!!!

Get it while its hot:

https://sum.suprnova.cc

NO FEE WHILE WE ARE SEARCHING FOR THE FIRST BLOCK !!

Suprnova - X11 experienced - we have lots of X11 pools - your stats will be correct !
How did you manage to compile the wallet?
690  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:32:02 PM
hashblock.h:85: undefined reference to `sph_blake512_init'
hashblock.h:86: undefined reference to `sph_blake512'


etc

is anyone managing to compile it by himself?

try install https://github.com/evan82/xcoin-hash
That is not the reason, hashing function is necessary for mining, not for the wallet compilation
691  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:26:45 PM
hashblock.h:85: undefined reference to `sph_blake512_init'
hashblock.h:86: undefined reference to `sph_blake512'


etc

is anyone managing to compile it by himself?
692  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:13:56 PM
The wallet is not compiling, errors everywhere
693  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN]SummerCoin|First X11/POS coin|Summer coin|Launch in 2 hours on: April 27, 2014, 06:01:10 PM
github source ?
694  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][OC] Orangecoin - Limited POW Distribution Starts NOW!!!! on: April 27, 2014, 04:19:23 PM


The pool is up and running!

0% fees
Powerful dedicated server
DDOS Protection
Friendly support via email, jabber or support forums
Skilled admin

Please, join us
695  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Version1.0.0.1 Released - Please Upgrade your wallet on: April 27, 2014, 10:00:35 AM
Can you send me your IP?
696  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QBC] Québecoin - X11 - DGW - (BITTREX) - Win/Mac/Linux Wallets - New on: April 27, 2014, 09:44:57 AM
http://qbc.pool.mn
We have finally resolved all withdrawal issues. Please withdraw your coins. The pool has been under massive DDoS for many days, but your coins are safe.
697  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Version1.0.0.1 Released - Please Upgrade your wallet on: April 27, 2014, 08:46:56 AM
http://ac.pool.mn pool has been under massive DDoS attack, the server went down and after reboot wallet.dat file of the pool is not accessible, deamon gives the following error:
terminate called after throwing an instance of 'std::runtime_error'
  what():  CDB() : can't open database file wallet.dat, error 12
If anyone can help restore private-keys from the file please write to me or to the pool's email. Reward for help!
I was able to recover the wallet. If any of you guys end up with such a problem do the following:
- check db.log file
- if you see the following line: "unable to allocate memory for mutex; resize mutex region"
- create DB_CONFIG file in datadir folder and set: mutex_set_max 100000 or something bigger

Run deamon
698  Alternate cryptocurrencies / Altcoin Discussion / Re: Recover alt coin wallet.dat on: April 27, 2014, 08:19:18 AM
Thanks, but the problem is not with the version but with the wallet.dat not being readable due to the deamon process not ending properly.
699  Alternate cryptocurrencies / Altcoin Discussion / Recover alt coin wallet.dat on: April 27, 2014, 02:26:54 AM
Hello,
We had a huge failure of the pool server and as a result wallet.dat file cannot be opened, deamon gives the following error message
EXCEPTION: St13runtime_error
CDB() : can't open database file wallet.dat, error 12
AsiaCoin in AppInit()

terminate called after throwing an instance of 'std::runtime_error'
  what():  CDB() : can't open database file wallet.dat, error 12


Do you have a suggestion what could be done with it ?

pywallet gives the following:

Traceback (most recent call last):
  File "pywallet.py", line 2062, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "pywallet.py", line 2031, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "pywallet.py", line 1945, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "pywallet.py", line 1984, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes
ERROR parsing wallet.dat, type tx
key data: tx$LE\▒v▒▒▒▒z*f▒▒▒{▒▒▒▒U▒Ν


Please, write if you can help. Reward for recovered coins.
700  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Version1.0.0.1 Released - Please Upgrade your wallet on: April 27, 2014, 01:36:46 AM
We have DDoS protection and it has been in place from the very beginning (we have been under DDoS from day 1), unfortunately there is no perfect DDoS, especially because stratum port is vulnerable. Today's DDoS was very similar to what true miners behavior and it was very hard to filter it.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!