Pages:
Author

Topic: [ANN] [XRA] Ratecoin POW/POS - No ICO/ No premine / No ninja - page 19. (Read 34068 times)

legendary
Activity: 2688
Merit: 1240
legendary
Activity: 1007
Merit: 1010
★YoBit.Net★
Please upload source code to GIT or Bitbucket
legendary
Activity: 2688
Merit: 1240
guys when you are copying OBJ folder from old coin dont forget to copy zerocoin folder in Obj directory otherwise you'll get following error

obj/zerocoin/accumulator.o failed

Does this coin really have working Zerocoin in it? Does it work anonymously? 

dozens, if not hundreds, (most shitcoins) have that folder in their source.

thats correct.. I cannot even remember which was the first coin with this (inactive) folder/extension ... All the coins after got forked from that source..
full member
Activity: 209
Merit: 100
guys when you are copying OBJ folder from old coin dont forget to copy zerocoin folder in Obj directory otherwise you'll get following error

obj/zerocoin/accumulator.o failed

Does this coin really have working Zerocoin in it? Does it work anonymously? 

dozens, if not hundreds, (most shitcoins) have that folder in their source.
full member
Activity: 154
Merit: 100
★YoBit.Net★ 100+ Coins Exchange & Dice
guys when you are copying OBJ folder from old coin dont forget to copy zerocoin folder in Obj directory otherwise you'll get following error

obj/zerocoin/accumulator.o failed

Does this coin really have working Zerocoin in it? Does it work anonymously? 
legendary
Activity: 2688
Merit: 1240
guys when you are copying OBJ folder from old coin dont forget to copy zerocoin folder in Obj directory otherwise you'll get following error

obj/zerocoin/accumulator.o failed

simply do:

cd src
cd obj
mkdir zerocoin

before you compile Smiley
member
Activity: 84
Merit: 10
guys when you are copying OBJ folder from old coin dont forget to copy zerocoin folder in Obj directory otherwise you'll get following error

obj/zerocoin/accumulator.o failed
member
Activity: 117
Merit: 10
BinPool Admin
Guys please spread hash on our pool. Thanks
full member
Activity: 150
Merit: 100
Just check the other topic: https://bitcointalksearch.org/topic/bluesteel-blus-x11-1094616

both launches did have some problem around groestl algo when compiling on Linux.

And decide. Whenever it will be the runaway or not.
legendary
Activity: 1400
Merit: 1001
Undeads.com - P2E Runner Game
same error with another same day same algo launch , seem both dev memic from same coin or same dev launched 2 coins. what a freaking coincidence
Error Huh havent had a single problem at all , chugging away like a hooker on friday night !! Grin
member
Activity: 84
Merit: 10
same error with another same day same algo launch , seem both dev memic from same coin or same dev launched 2 coins. what a freaking coincidence
newbie
Activity: 42
Merit: 0
Suprnova up

Ocminer help please with source

RATEcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10): undefined reference to `typeinfo for leveldb::WriteBatch::Handler'
obj/miner.o: In function `~CTxDB':
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [RATECoind] Error 1


i check

cd/leveldb
make clean
cd..

just delete the old leveldb dir and copy the leveldb directory from another coin into the leveldb directory of this coin, there are some objects left from a mac os x compile.

Since you were the one who requested the source 10 mins before launch (according to dev) you should also be fixing any problems with the coin in that time... Having the source 10 mins early is like a lightyear in crypto...  

i delete old leveldb - and copy folder leveldb from other coin.

and have this error - make: *** [obj/groestl.o] Error 1


cd src
mkdir obj

obj is ready create.

but have other problem. Thanks ocminer


@BinPool up and launch

Great.
@Thanks ocminer
member
Activity: 117
Merit: 10
BinPool Admin
Suprnova up

Ocminer help please with source

RATEcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10): undefined reference to `typeinfo for leveldb::WriteBatch::Handler'
obj/miner.o: In function `~CTxDB':
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [RATECoind] Error 1


i check

cd/leveldb
make clean
cd..

just delete the old leveldb dir and copy the leveldb directory from another coin into the leveldb directory of this coin, there are some objects left from a mac os x compile.

Since you were the one who requested the source 10 mins before launch (according to dev) you should also be fixing any problems with the coin in that time... Having the source 10 mins early is like a lightyear in crypto...  

i delete old leveldb - and copy folder leveldb from other coin.

and have this error - make: *** [obj/groestl.o] Error 1


cd src
mkdir obj

obj is ready create.

but have other problem. Thanks ocminer


@BinPool up and launch
legendary
Activity: 2688
Merit: 1240
Suprnova up

Ocminer help please with source

RATEcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10): undefined reference to `typeinfo for leveldb::WriteBatch::Handler'
obj/miner.o: In function `~CTxDB':
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [RATECoind] Error 1


i check

cd/leveldb
make clean
cd..

just delete the old leveldb dir and copy the leveldb directory from another coin into the leveldb directory of this coin, there are some objects left from a mac os x compile.

Since you were the one who requested the source 10 mins before launch (according to dev) you should also be fixing any problems with the coin in that time... Having the source 10 mins early is like a lightyear in crypto...  

i delete old leveldb - and copy folder leveldb from other coin.

and have this error - make: *** [obj/groestl.o] Error 1


cd src
mkdir obj
member
Activity: 117
Merit: 10
BinPool Admin
Suprnova up

Ocminer help please with source

RATEcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10): undefined reference to `typeinfo for leveldb::WriteBatch::Handler'
obj/miner.o: In function `~CTxDB':
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [RATECoind] Error 1


i check

cd/leveldb
make clean
cd..

just delete the old leveldb dir and copy the leveldb directory from another coin into the leveldb directory of this coin, there are some objects left from a mac os x compile.

Since you were the one who requested the source 10 mins before launch (according to dev) you should also be fixing any problems with the coin in that time... Having the source 10 mins early is like a lightyear in crypto...  

i delete old leveldb - and copy folder leveldb from other coin.

and have this error - make: *** [obj/groestl.o] Error 1
full member
Activity: 120
Merit: 100
newbie
Activity: 42
Merit: 0

Did you release the source to Suprnova first!!!??? All blocks were find on suprnova... going throw the list now, blocks 1 to 14 are all suprnova...

Suprnova up

5 seconds after your post Suprnova is up... strange... very strange...

First block was even found before your post... at 2015-06-20 13:00:06

Ok, rewards are small but still pool owners should receive the source at the same moment.

I gave the source to pools 10 min. before launch.
To prevent istamine. (first 100 blocks were 1 block reward)
First block was found 13:00:06... I think it was good launch.

just launched and already 300 blocks !!!! wow!  Shocked Shocked

now its 300 blocks  Wink

Block time: 30 seconds
legendary
Activity: 2688
Merit: 1240
Suprnova up

Ocminer help please with source

RATEcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10): undefined reference to `typeinfo for leveldb::WriteBatch::Handler'
obj/miner.o: In function `~CTxDB':
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
RATEcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [RATECoind] Error 1


i check

cd/leveldb
make clean
cd..

just delete the old leveldb dir and copy the leveldb directory from another coin into the leveldb directory of this coin, there are some objects left from a mac os x compile.

Since you were the one who requested the source 10 mins before launch (according to dev) you should also be fixing any problems with the coin in that time... Having the source 10 mins early is like a lightyear in crypto...  
hero member
Activity: 623
Merit: 500
just launched and already 300 blocks !!!! wow!  Shocked Shocked

now its 300 blocks  Wink
hero member
Activity: 560
Merit: 500
Am i broke yet?
So is this coin safe to mine? Looks like problems. I will put half my rigs on BlueSteel and hope one of these two tonight do something.
Pages:
Jump to: