Pages:
Author

Topic: ANN[gryF]$GRYF/GryfX Virtual Currency Options Market, NEW INFO MUST READ - page 11. (Read 37627 times)

newbie
Activity: 12
Merit: 0
Hi,

Thanks for the inspection and the answer, but I don't know, what is the real, 4 or 0.04? It seems, we have to wait for the dev's answer and his correction in the wallet and/or source?

Either way.

We have taken our pool down as we can't get the wallet to accept blocks, using the FOUNDATION address in the code - it just rejects them.

Waste of time for a pointless coin.

We highly recommend mining Halcyon instead

As a previous member pointed out, it is a temporary hack to disable the second transaction that originally goes to the FOUNDATION address.
We are working on cleaning and improving the code. We will release a new update soon.
newbie
Activity: 51
Merit: 0
Hi,

Thanks for the inspection and the answer, but I don't know, what is the real, 4 or 0.04? It seems, we have to wait for the dev's answer and his correction in the wallet and/or source?

Either way.

We have taken our pool down as we can't get the wallet to accept blocks, using the FOUNDATION address in the code - it just rejects them.

Waste of time for a pointless coin.

We highly recommend mining Halcyon instead

First, we have no FOUNDATION. There are no transaction going towards the foundation address, since it is disabled. That address does not receive any money. It does not work because it is not a valid address and we do not have a foundation address, just a technicality of the code.

In regards to the decimal place issue, we have 1 Trillion total coins, which is why we cut down 2 zeros, as to not overflow the int64 variable.

Please get back to us as we would like to discuss this further. Thank you
hero member
Activity: 629
Merit: 500
people wont complain when the blocks get bigger soon lol

its a good coin. good package. im sure the devs are busy working on it.
legendary
Activity: 938
Merit: 1001
Hi,

Thanks for the inspection and the answer, but I don't know, what is the real, 4 or 0.04? It seems, we have to wait for the dev's answer and his correction in the wallet and/or source?

Either way.

We have taken our pool down as we can't get the wallet to accept blocks, using the FOUNDATION address in the code - it just rejects them.

Waste of time for a pointless coin.

We highly recommend mining Halcyon instead
full member
Activity: 238
Merit: 100
Hi,

Thanks for the inspection and the answer, but I don't know, what is the real, 4 or 0.04? It seems, we have to wait for the dev's answer and his correction in the wallet and/or source?
legendary
Activity: 938
Merit: 1001
Found the issue:

Code:
// gryfencrypto: reduced in order to have 1 trillion
static const int64_t COIN = 1000000;

So, really gryfen has 6 decimal places (not Cool... and instead has 10 integer places.

0000000000.000000

rather than
00000000.00000000

Implemented this way would make it ridiculous for exchanges to implement.

Therefore, its best just to think about it as 0.04. Although your wallets will probably show 4 GRYF...


Also, I noticed that there is a requirement for a FOUNDATION address as second transaction in coinbase - this has been added now, so coins should start paying out.

Apologies that this was actioned sooner - we were not aware of this requirement. The "donation address" actually gets no coins sent to it, so its just sloppy cloning that hasn't removed it properly.

It is also funny that the FOUNDATION address isn't actually a valid Gryfen Coin address - (literally, try typing it into the validateaddress command and watch it fail)

Anyway, the scriptpubkey you need is 76a9140027e9fbc4e5b939d1ffa781bf6033226b7fd7ca88ac - which can be obtained by taking a working block's coinbase transaction, using getrawtransaction and searching for the bit that starts 76a9 and ends 88ac.

sr. member
Activity: 392
Merit: 250
www.DonateMedia.org
Hi,

Thank you, it's very interesting because in the OP 4 GRYF, and I got 7x4 GRYF when I mined in the wallet...

+ my wallet on block 822, your template is 823, what is the real?

Dev, what is your opinion about this issue?

In your wallet, in debug console

Type getblocktemplate and paste that here (in code blocks)

Code:
"coinbasevalue" : 4000000,

according to code, that's right 0.04 GRYF , code in decimal 8 zero behind " , "
legendary
Activity: 938
Merit: 1001
Hi,

Thank you, it's very interesting because in the OP 4 GRYF, and I got 7x4 GRYF when I mined in the wallet...

+ my wallet on block 822, your template is 823, what is the real?

Dev, what is your opinion about this issue?

In your wallet, in debug console

Type getblocktemplate and paste that here (in code blocks)

Code:
"coinbasevalue" : 4000000,
full member
Activity: 238
Merit: 100
Hi,

Thank you, it's very interesting because in the OP 4 GRYF, and I got 7x4 GRYF when I mined in the wallet...

+ my wallet on block 822, your template is 823, what is the real?

Dev, what is your opinion about this issue?
legendary
Activity: 938
Merit: 1001
https://twitter.com/Hashharder/status/502464134785814529

Is now.

X15 = bitblock right?

So there are GPU miners, rental rigs and so forth available for this coin.

Unless I have missed something?

Hi,

Is perfect at your pool? The http://www.hashharder.com/rounds page said Reward= 0 GRYF in case of all today mined GRYF instead of announced 4 GRYF between block 500 and 1000.

Hi,

Current block rewards are 0.04 GRYF

http://www.hashharder.com/block-template/gryfencoin

Ask the devs why...
full member
Activity: 238
Merit: 100
https://twitter.com/Hashharder/status/502464134785814529

Is now.

X15 = bitblock right?

So there are GPU miners, rental rigs and so forth available for this coin.

Unless I have missed something?

Hi,

Is perfect at your pool? The http://www.hashharder.com/rounds page said Reward= 0 GRYF in case of all today mined GRYF instead of announced 4 GRYF between block 500 and 1000.
hero member
Activity: 629
Merit: 500
http://www.fobcoin.com/index.php/Home/Trade/index/convertId/31

coin is on FobCoin Exchange =]

when i get home i will compile gryfencoin daemon in CentOS and paste compiling instructions.
newbie
Activity: 51
Merit: 0
Past block 800! Block 1002 is where the real fun begins!
hero member
Activity: 629
Merit: 500
please release CentOS 6.5 install for gryfen daemon so pools can add the coin.

We have been running this coin for over 24 hours.

What's the issue?

on CentOS?

this boost 1.37 is not like boost install i am used to. normally this would be easier. (on CentOS)

example, my boost portion of compiling daemon normally looks like this (for CentOS):

wget 'https://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2'

tar --warning=no-timestamp -xjf boost_1_55_0.tar.bz2

pushd boost_1_55_0

./bootstrap.sh --without-icu

./bjam toolset=gcc threadapi=pthread threading=multi variant=release link=static runtime-link=shared --without-mpi --without-python -sNO_BZIP2=1 --layout=tagged --build-type=complete --prefix="$VERT_STAGE_LOC" $MAKEOPTS -d+2 install

popd

but, there is no bootstrap.sh for this boost 1.37, so i can not ./bootstrap.sh =[
how should i go about this step?
newbie
Activity: 32
Merit: 0
OK got it working on Hashharder. I downloaded miner from https://www.dropbox.com/s/hnleulsps90opt9/miner.rar, then made a bat file with this ( minerd-fx -a bitblock -t 2 -s 4 -o stratum+tcp://www.hashharder.com:9588 -u (Wallet Address). And getting some Yays now. 
newbie
Activity: 32
Merit: 0
I just downloaded the cpuminer from the link on the pool website and used the commands they offered which were (minerd -a --scrypt -t 6 -s 4 -o stratum+tcp://stratum.minerpools.com:4185 -u Weblogin.WorkerName -p WorkerPassword). Can only use cpu for now as I have and intel video card that will not except opencl. I do have some gridseed multiminers on the way though.
sr. member
Activity: 342
Merit: 250
New to Mining, and liked this coin. After a two days of mining from the wallet I have 0 coins. Tried the pool and all I get are booos scrolling up the screen. Am I missing something, all other coins mine just fine.

which miner are you using? id recommend this one:
https://github.com/sgminer-dev/sgminer/tree/v5_0

GRYF is currently using the x15 algo so you would need to use bitblock algorithm
in .conf
"algorithm" : "bitblock"
newbie
Activity: 32
Merit: 0
New to Mining, and liked this coin. After a two days of mining from the wallet I have 0 coins. Tried the pool and all I get are booos scrolling up the screen. Am I missing something, all other coins mine just fine.
legendary
Activity: 938
Merit: 1001
please release CentOS 6.5 install for gryfen daemon so pools can add the coin.

We have been running this coin for over 24 hours.

What's the issue?
hero member
Activity: 629
Merit: 500
please release CentOS 6.5 install for gryfen daemon so pools can add the coin.
Pages:
Jump to: