Pages:
Author

Topic: STAR COIN [STR] - The coin with bonus STAR blocks - page 16. (Read 143753 times)

newbie
Activity: 21
Merit: 0
Networks only averaging around 30MH/s, difficulty only 0.2, easy money guys. Check out all the buy orders on Crypsty. Keeping my personal pool open to all while starcoin revival is in the works. Zero fees, donations appreciated. Don't forget this coin has bonus blocks, hitting several a day increasing income that much more

http://starcoin.mining.sexy
newbie
Activity: 21
Merit: 0
Well, the interesting news is that simply adding the lines to the sources, recompiling, wiping the blockchain, etc etc .. Doesn't work. So there must be another trick to it .. I suspected there might be, but I don't know enough about it to guess. Will do some more debugging .. the code itself seems simple enough .. but if there is supposed to be a node in the network that does something special, and its down or not functioning correctly .. I cannot compensate for this.

Found out the same on my end also. It's definitely a learning experience. I looked at a number of other coins source code for clues and one thing is pretty clear, this one is really out of date. As long as Cryptsy is trading them and people are buying them all up I'll keep my pool going.
newbie
Activity: 38
Merit: 0
Incidentally, if you want somewhere to hang out and talk crypto, or want to rally the cause for Starcoin, I'm holding the #starcoin channel open on irc.freenode.net if you want to drop by Smiley

I think there used to be an IRC room on another network, but last I heard that network was barring use by cryptocoins .. so far no problems on Freenode Smiley. See ya there!
newbie
Activity: 38
Merit: 0
Well, the interesting news is that simply adding the lines to the sources, recompiling, wiping the blockchain, etc etc .. Doesn't work. So there must be another trick to it .. I suspected there might be, but I don't know enough about it to guess. Will do some more debugging .. the code itself seems simple enough .. but if there is supposed to be a node in the network that does something special, and its down or not functioning correctly .. I cannot compensate for this.
newbie
Activity: 21
Merit: 0
@ Sirnubbles, could you be a bit more precise about how to get the POS working again. Where do I have to fill in

Don't worry about the PoS checkpoints, that's just for whenever people get the source code together for an update. You'll see a 'Checkpoints too old' warning with wallet for now but it doesn't harm anything

Cheers

Ah allright. Yes I do. It didn't synched earlier, but yesterday (or the day before) it suddently start synching Smiley.  Is the PoS system still working now?


As far as I know it is. Haven't kept any coins in one place for long enough to notice  Cheesy
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
@ Sirnubbles, could you be a bit more precise about how to get the POS working again. Where do I have to fill in

Don't worry about the PoS checkpoints, that's just for whenever people get the source code together for an update. You'll see a 'Checkpoints too old' warning with wallet for now but it doesn't harm anything

Cheers

Ah allright. Yes I do. It didn't synched earlier, but yesterday (or the day before) it suddently start synching Smiley.  Is the PoS system still working now?

newbie
Activity: 21
Merit: 0
@ Sirnubbles, could you be a bit more precise about how to get the POS working again. Where do I have to fill in

Don't worry about the PoS checkpoints, that's just for whenever people get the source code together for an update. You'll see a 'Checkpoints too old' warning with wallet for now but it doesn't harm anything

Cheers
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
@ Sirnubbles, could you be a bit more precise about how to get the POS working again. Where do I have to fill in
Quote
starcoind getblockhash 400000
result - 0000001c28ec2d77f40b4dd9ef777f1aeb11e0527ee0eb9901f876a2e2231ba3

starcoind getblock 0000001c28ec2d77f40b4dd9ef777f1aeb11e0527ee0eb9901f876a2e2231ba3
result - "modifierchecksum" : "7f08adf2"
Quote
?

Thanks in advance!

I saw my wallet started synching again suddently. Great to see that we all can keep this coin alive!
newbie
Activity: 21
Merit: 0
Anyone on Linux can change this source code and recompile to fix the checkpoints too old message

edit ~/starcoin/src/checkpoints.cpp


Yes, that's what I did, and there's another section in 'src/kernel.cpp' as well, although I'm not sure I got this bit down yet.

As I posted before, as soon as I have proved this out, I'll publish my results here, and hopefully get a Windows compile going. As things stand currently, I might just get a few minutes to look back at it later on this week...

For the PoS checkpoints we:

starcoind getblockhash 400000
result - 0000001c28ec2d77f40b4dd9ef777f1aeb11e0527ee0eb9901f876a2e2231ba3

starcoind getblock 0000001c28ec2d77f40b4dd9ef777f1aeb11e0527ee0eb9901f876a2e2231ba3
result - "modifierchecksum" : "7f08adf2"

using that result in kernel.cpp:

Code:
    boost::assign::map_list_of
    (     0, 0x0e00670bu )
    (   100, 0xb52d1d99u )
    ( 10000, 0xc1c3e28fu )
    (100000, 0x88a23121u )
    (200000, 0xfcbb2766u )
    (300000, 0x1e19374au )
    (371800, 0xa200c164u )
    (400000, 0x7f08adf2u )
    (500000, 0x7fc5df8au )
    (600000, 0x205ec908u )
    (700000, 0x48e9ce24u )
    (755275, 0x470d454cu )
    ;

updated list of live fast nodes, from moments ago:

Code:
addnode=198.58.99.249
addnode=198.58.115.87
addnode=84.45.63.215
addnode=107.170.67.240
addnode=188.226.176.232
addnode=85.25.194.238
addnode=192.81.135.88
addnode=192.241.160.190
addnode=54.186.69.238

If I can be of any help let me know.

no fees at pool: http://starcoin.mining.sexy
hero member
Activity: 616
Merit: 500
Make sure you don't release anything until linux/windows/etc wallets are all fully functional. Don't just release 1.
newbie
Activity: 38
Merit: 0
Anyone on Linux can change this source code and recompile to fix the checkpoints too old message

edit ~/starcoin/src/checkpoints.cpp


Yes, that's what I did, and there's another section in 'src/kernel.cpp' as well, although I'm not sure I got this bit down yet.

As I posted before, as soon as I have proved this out, I'll publish my results here, and hopefully get a Windows compile going. As things stand currently, I might just get a few minutes to look back at it later on this week...
hero member
Activity: 826
Merit: 500
How is the revival going. It had an interesting day today on cryptsy.
newbie
Activity: 21
Merit: 0
Price is going crazy on cryptsy.

New news?

Revival of sorts is in the works. great coin for miners, the bonus blocks give it an edge
newbie
Activity: 21
Merit: 0
Anyone on Linux can change this source code and recompile to fix the checkpoints too old message

edit ~/starcoin/src/checkpoints.cpp

original:

Code:
       boost::assign::map_list_of
        ( 0, hashGenesisBlockOfficial )
        ( 100, uint256("0x000006ab7ca611673c6a20fc7845b13ab770230a0879c293f55a6729cb765a44"))
        ( 10000, uint256("0x00000004d1e43697a0b91bfc088c6e6e55789ad810f025a504eb966ae0d82d65"))
        (100000, uint256("0x59fd2cf11f8e1d9b2889cb376f04509c39d5afc7df9c333ec6db0542bb39daf5"))
        (200000, uint256("0x00000007ebf95521cf2e4ee16771eda5864ae8c4cccb44fbaaab369640414ee0"))
        (300000, uint256("0x00000037cc8dde0f29bf77248e03b07efb5f3a338a4c6c3e0e03e6e3b0440958"))
        (371800, uint256("0x000000231e3abea847919c620b5693a36b6e454923b42398db927387523a08e4"))

change to:

Code:
       boost::assign::map_list_of
        (     0, hashGenesisBlockOfficial )
        (   100, uint256("0x000006ab7ca611673c6a20fc7845b13ab770230a0879c293f55a6729cb765a44"))
        ( 10000, uint256("0x00000004d1e43697a0b91bfc088c6e6e55789ad810f025a504eb966ae0d82d65"))
        (100000, uint256("0x59fd2cf11f8e1d9b2889cb376f04509c39d5afc7df9c333ec6db0542bb39daf5"))
        (200000, uint256("0x00000007ebf95521cf2e4ee16771eda5864ae8c4cccb44fbaaab369640414ee0"))
        (300000, uint256("0x00000037cc8dde0f29bf77248e03b07efb5f3a338a4c6c3e0e03e6e3b0440958"))
        (371800, uint256("0x000000231e3abea847919c620b5693a36b6e454923b42398db927387523a08e4"))
        (400000, uint256("0x0000001c28ec2d77f40b4dd9ef777f1aeb11e0527ee0eb9901f876a2e2231ba3"))
        (500000, uint256("0x000000010a78f82710cc8ec1b1fd47958afc98a58fb912f130d759e5f6c62b8f"))
        (600000, uint256("0x0000000033decf403df3baab1839410ecdea7a4c847122a78b8f4205dab54bba"))
        (700000, uint256("0x000000004182235600cf619bea194fb3018241e71c011537c5707824f77d874a"))
        (755275, uint256("0x000000026b1d161077d7edaee7ab25f7245fddcd559a208f7858b6a68df68830"))


for nodes (any OS) use in your StarCoin.conf file:

Code:
rpcuser=yourpcusername
rpcpassword=yourpassword
rpcallowip=*
rpcport=18217
daemon=1
server=1
listen=1
addnode=198.58.115.87
addnode=198.58.99.249
addnode=162.243.78.234:18216
addnode=158.255.214.124:18216
addnode=82.204.105.135:18216
addnode=63.141.237.82
addnode=173.172.193.128
addnode=24.255.59.102
addnode=86.214.142.153
addnode=121.73.160.84

working pool at starcoin.mining.sexy


enjoy!
full member
Activity: 126
Merit: 100
Price is going crazy on cryptsy.

New news?
full member
Activity: 224
Merit: 100
http://qoinpro.com/cc9596f66d20add189728cb834d59b8
star is a dead coin let me know when you get the wallet working again as i have alot of them to get rid of as i was on of the first miners and i have about a months worth of coins to sell.

anyone have a working node?   pretty sure your wasting your time on this coin.
sr. member
Activity: 314
Merit: 250
Looks like I can't get the wallet synched now.. Anyway, I don't have time now to get it back running again. 

The POS has worked earlier.

Hello, did you try this node: 198.58.99.249

Let me know, if it works with that node, if not, I will ask Cryptsy, which node are they using. They already answered me, when I asked about CASH coin node, when CASH coin had similar issue. We need to add those working nodes to new forked version, so let us know, if this works fine. Star coin will be soon very hot:)
legendary
Activity: 1050
Merit: 1007
Live like there is no tomorrow!
Looks like I can't get the wallet synched now.. Anyway, I don't have time now to get it back running again. 

The POS has worked earlier.
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
Does anyone know how to contact the dev(s) for this coin? I have forked the source and tried to add some checkpoints to bring the wallet up-to-date, but I can't seem to find any contact details on the website or here to get them adopted upstream.

Why do you need dev? If you forked it, than simply create new thread, post here link to new thread and thats it. In new thread link all new wallets and sync nodes. Contact Cryptsy to change the wallet to new one and Star Coin can live forever. It is so cheap now, that I am buying it like crazy, so please do the new thread and make yourself new Dev for Starcoin, I am voting for you.

i 3rd it  Wink

can anyone confirm (or deny) the POS is minting or not?
newbie
Activity: 32
Merit: 0
Starcoin is awesome. massively underrated and ignored right now, considering how profitable it is
I second the idea of going ahead with fork and new dev.
dev or new dev: stable node available at 198.58.99.249 default port
I have a pool running for personal use but if no other stable pools are around anyone is welcome to hop on and register at: starcoin.mining.sexy - averaging a block every 5 mins just by myself. no fees or nonsense unless it goes > 50%. no issues with pool wallet to cryptsy




Star coin is really old good pow+pos coin. I am buying it as much as I can, It will soon skyrocket again. If new dev fork it and cryptsy will change the wallet, than star can 10x value instantly.

I agree, if a new dev  forks it, the price will rocket
Pages:
Jump to: