Pages:
Author

Topic: [ANN][Frycoin][FRY] - Shut up and take my money! Coin halving coming up! - page 35. (Read 195173 times)

sr. member
Activity: 294
Merit: 250
We're working on a source-tarball and problem diagnoses atm, expect a link to it in the next couple of minutes


//EDIT:

What we found out:
Sync breaks when the DGW blockheight is in the past
TestNet is broken for unknown reason.

What we did:
Re-Implement DGW(v2)
Raise the DGW blockheight to 200.000 (~15k blocks in the future) / Can be changed if OP decides
Test the Sync of the current blockchain to the new code

What we didnt/couldnt do:
Make sure DGW really kicks in at block 200.000
We're working on a test-version that has lower blockheight but for to test either of them we will need some mining-power as TestNet option is broken for unknown reasons
legendary
Activity: 2688
Merit: 1030
Yes I am a pirate, 300 years too late!
Shoot me a link, I'll give it a go!!!
sr. member
Activity: 294
Merit: 250
IT SYNCS!!!

I need some lab-bunnies who would like to run a node too so we can test it better.

But for now:
Code:
#1/
    "blocks" : 173946,
    "connections" : 4,
    "difficulty" : 0.00085350,
        "addr" : "127.0.0.2:55912",
        "blocksrequested" : 0,
        "addr" : "127.0.0.3:55913",
        "blocksrequested" : 37501,
        "addr" : "127.0.0.4:55914",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:49894",
        "blocksrequested" : 3508,
#2/
    "blocks" : 36700,
    "connections" : 6,
    "difficulty" : 0.18033202,
        "addr" : "127.0.0.1:55911",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:56670",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:56674",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:56747",
        "blocksrequested" : 0,
        "addr" : "127.0.0.3:55913",
        "blocksrequested" : 0,
        "addr" : "127.0.0.4:55914",
        "blocksrequested" : 0,
#3/
    "blocks" : 37129,
    "connections" : 5,
    "difficulty" : 0.15726274,
        "addr" : "127.0.0.1:57011",
        "blocksrequested" : 0,
        "addr" : "127.0.0.2:55912",
        "blocksrequested" : 16965,
        "addr" : "127.0.0.1:57016",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:57090",
        "blocksrequested" : 16555,
        "addr" : "127.0.0.4:55914",
        "blocksrequested" : 0,

Note: #1 is running a hybrid-wallet, something inbetween 1&2 so it's difficulty is not DGW. #2 & #3 are DGW.
full member
Activity: 238
Merit: 100
Great NEWS !! I love this little coin, fair and great active dev, hope others will join the party now when it will be updated soon

SHUT UP AND TAKE MY MONEY !!!
legendary
Activity: 1876
Merit: 1014
Hi,

we re-implemented DGW(v2) into the old Frycoin source and we're experiencing something that can be called 'progress'...
It's not sync'ing yet but at least the nodes find each-other now and also give right feedback.

We will post again whenever we find something.

Code:
coind:~/frytest# for i in */; do echo "#$i"; (./Frycoind -datadir=$i getinfo; ./Frycoind -datadir=$i getpeerinfo) | grep -e connec -e blocks -e diff -e addr; done
#1/
    "blocks" : 173946,
    "connections" : 2,
    "difficulty" : 0.00085350,
        "addr" : "127.0.0.1:39556",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:55912",
        "blocksrequested" : 0,
#2/
    "blocks" : 0,
    "connections" : 4,
    "difficulty" : 0.00024414,
        "addr" : "127.0.0.1:40960",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:40962",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:55911",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:40978",
        "blocksrequested" : 0,
#3/
    "blocks" : 0,
    "connections" : 1,
    "difficulty" : 0.00024414,
        "addr" : "127.0.0.1:55912",
        "blocksrequested" : 0,
#4/
    "blocks" : 0,
    "connections" : 1,
    "difficulty" : 0.00024414,
        "addr" : "127.0.0.1:55912",
        "blocksrequested" : 0,

PS: Donations are welcome if we manage to truly fix it Wink

Good news!
sr. member
Activity: 294
Merit: 250
Hi,

we re-implemented DGW(v2) into the old Frycoin source and we're experiencing something that can be called 'progress'...
It's not sync'ing yet but at least the nodes find each-other now and also give right feedback.

We will post again whenever we find something.

Code:
coind:~/frytest# for i in */; do echo "#$i"; (./Frycoind -datadir=$i getinfo; ./Frycoind -datadir=$i getpeerinfo) | grep -e connec -e blocks -e diff -e addr; done
#1/
    "blocks" : 173946,
    "connections" : 2,
    "difficulty" : 0.00085350,
        "addr" : "127.0.0.1:39556",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:55912",
        "blocksrequested" : 0,
#2/
    "blocks" : 0,
    "connections" : 4,
    "difficulty" : 0.00024414,
        "addr" : "127.0.0.1:40960",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:40962",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:55911",
        "blocksrequested" : 0,
        "addr" : "127.0.0.1:40978",
        "blocksrequested" : 0,
#3/
    "blocks" : 0,
    "connections" : 1,
    "difficulty" : 0.00024414,
        "addr" : "127.0.0.1:55912",
        "blocksrequested" : 0,
#4/
    "blocks" : 0,
    "connections" : 1,
    "difficulty" : 0.00024414,
        "addr" : "127.0.0.1:55912",
        "blocksrequested" : 0,

PS: Donations are welcome if we manage to truly fix it Wink
legendary
Activity: 2212
Merit: 1199
We have update our FRY wallet and it works fine now:

You mean revert/downgrade, right?
The new wallet with DGW is still broken as far as we know...

It's old, just tested.

The old one is the working one at the moment, indeed.

Any news on when we will have the new one up?

Working on it. COntributers have more time in the weekend Smiley

So perhaps after a weekend we will catch up some great news from you? Smiley

This is great! Can't wait already Smiley
full member
Activity: 210
Merit: 100
We have update our FRY wallet and it works fine now:

You mean revert/downgrade, right?
The new wallet with DGW is still broken as far as we know...

It's old, just tested.

The old one is the working one at the moment, indeed.

Any news on when we will have the new one up?

Working on it. COntributers have more time in the weekend Smiley
sr. member
Activity: 490
Merit: 250
We have update our FRY wallet and it works fine now:

You mean revert/downgrade, right?
The new wallet with DGW is still broken as far as we know...

It's old, just tested.

The old one is the working one at the moment, indeed.

Any news on when we will have the new one up?
full member
Activity: 210
Merit: 100
We have update our FRY wallet and it works fine now:

You mean revert/downgrade, right?
The new wallet with DGW is still broken as far as we know...

It's old, just tested.

The old one is the working one at the moment, indeed.
full member
Activity: 210
Merit: 100
Should the block reward be 150 by now?
Halving on block 166.666, we are on block 176.778

Good point! Smiley

The coin reward halved at 16.666 blocks by accident, so by block 80.000 the reward was only 18,75. We raised the reward to 300 when we found out, but in between a lot of blocks were very low. At the moment we haven't decided yet if we want to halve the coin again, because it could hurt the coin at the moment. We will still go for the 500M coins, though. We will probably introduce a vote to decide this in a while.
legendary
Activity: 1456
Merit: 1000
Can you do a short note on why you added DGW here please.


https://bitcointalksearch.org/topic/m.6139074http://

I think more people should use it.

Thanks. And sorry for the spam.
hero member
Activity: 924
Merit: 1000
We have update our FRY wallet and it works fine now:

You mean revert/downgrade, right?
The new wallet with DGW is still broken as far as we know...

It's old, just tested.
sr. member
Activity: 294
Merit: 250
We have update our FRY wallet and it works fine now:

You mean revert/downgrade, right?
The new wallet with DGW is still broken as far as we know...
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com
We have update our FRY wallet and it works fine now:

https://c-cex.com/?p=fry-btc
https://c-cex.com/?p=fry-usd

Welcome!
hero member
Activity: 924
Merit: 1000
Should the block reward be 150 by now?
Halving on block 166.666, we are on block 176.778
legendary
Activity: 1876
Merit: 1014
I think my new wallet is connecting to a node in the network. Not synching, but it's something.
sr. member
Activity: 294
Merit: 250
Is there an IRC server/channel for frycoin-talk?

if not, feel free to use our server:
obfuscode.net:6697 (SSL)
obfuscode.net:6667 (NO SSL)
full member
Activity: 210
Merit: 100
We're putting one of our developers on the Fry-Wallet.
Maybe he can find something.

Any changes will be sent as Pull-Request via GitHub to both wallets.

Thanks a lot! Smiley PM me your github username. Then we can add you to the new team.
sr. member
Activity: 294
Merit: 250
We're putting one of our developers on the Fry-Wallet.
Maybe he can find something.

Any changes will be sent as Pull-Request via GitHub to both wallets.
Pages:
Jump to: