Bitcoin Forum
May 25, 2024, 06:04:45 PM *
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 »
441  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ShinyCoin LAUNCHED (update!) new POW Algorithm NO ASIC/GPU on: June 20, 2014, 07:10:04 PM
Standalone miner for Windows x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
Code:
shinyminer.exe -o http://127.0.0.1:PORT -O USER:PASS -t 1
Let me know if it doesn't work or crashes.
442  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ShinyCoin LAUNCHED (update!) new POW Algorithm NO ASIC/GPU on: June 20, 2014, 07:08:44 PM
...
Looking forward to fixing asap.

Should be working now - https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
443  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 19, 2014, 11:31:06 PM
I have seen some real developer incompetence at another thread (Shinycoin) , slim dev no longer 'feels' like a lost case Smiley

I hope re-launch happens soon, got nothing to mine with my cpus...

Haha... Smiley
444  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ShinyCoin LAUNCHED new POW Algorithm NO ASIC/GPU on: June 19, 2014, 10:56:11 PM
I have made a standalone miner for this coin, Linux only for now and sources will be released soon. Download : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Usage:
Code:
./shinyminer -o http://127.0.0.1:PORT -O USER:PASS -t 1
Warning! Each thread uses 15 GB of RAM.
445  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ShinyCoin LAUNCHED new POW Algorithm NO ASIC/GPU on: June 19, 2014, 04:51:45 PM
I'll have a pool up pretty soon, if there is interest...
Edit: we do need a standalone miner first.
446  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 17, 2014, 08:29:25 PM
DNS Seeder is up : dnsseed.slimcoinpool.com

I was also planning to open a dns seeder. Got to the point of having a serer online and compiling the seeder from https://github.com/pooler/litecoin-seeder
Could you please help me with the configuration?
Thanks.

Look here : https://github.com/pooler/litecoin-seeder/commit/3c64ed5ab35f597480712818a27d442100332719
Make the same changes for Slimcoin, change the default port (41682, 41683 = testnet) , pchMessageStart ({ 0xfb, 0xc0, 0xb6, 0xdb }), change REQUIRE_VERSION to 60002. Then add a bunch of node IPs to mainnet_seeds
447  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 17, 2014, 07:32:51 PM
DNS Seeder is up : dnsseed.slimcoinpool.com

fun to see it redirects to http://ninja2.exarena.net/administrators/login/
what is your relationship to exarena.net lol

No idea, that's just some random node. o_0

oh well, good to see a dnsseed on anyway, now the dev should include it in code

https://github.com/slimcoin/slimcoin/blob/c76e82428028c1e90f315c48fc50a606f4d0fa8f/src/net.cpp#L984

There were two seeders already, but no idea what the status of those two is.

Those are fake.
448  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 17, 2014, 07:01:20 PM
DNS Seeder is up : dnsseed.slimcoinpool.com

fun to see it redirects to http://ninja2.exarena.net/administrators/login/
what is your relationship to exarena.net lol

No idea, that's just some random node. o_0
449  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 17, 2014, 06:37:59 PM
DNS Seeder is up : dnsseed.slimcoinpool.com
450  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 17, 2014, 01:32:08 PM
what happend i can get sync now ,and block is 17144 now.

Ha, yeah. Just started my wallet up and it's synced to 17151.

I think this is irrelevant though as it seems we're going to be re-launching from 16000.
Can we get a definitive statement from the dev about this if possible?

The hard fork is at block 15934.
451  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 17, 2014, 12:35:55 PM
There are some anomalies in the blockchain, look at block 1000, 4000 and 11000 for example.

...

Maybe that's a PoB block mislabeled as PoW?
Because the hash is just a random hash, and the block reward doesn't adhere to reward = 50/((diff*4096)^(1/4))
50/(0.02457705*4096)^(1/4)) = 15.78...
There actually is no label for PoB, check the code.  An easy way to identify them from the getblock() response is to check if the nonce == 0 (as is the case in the example you give).  I'm not sure that's 100% foolproof, but it held in the first 12,345 blocks at least.

Oh ok, that just got me confused. Smiley
452  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 11:17:20 PM
Could people post their ./slimcoind getblockhash 15934
0000003144e8cfc1e1a937978dccb1146abc0d0aba1afeb7fbfe8dc9fd71af8c
15935: af377a2f3be16d3c3d82ad9158a3c24b5e8a7a1af6e315b486a390c651d70ff5
453  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 11:07:04 PM
Definitely instamine after 15934


Of course. After your pool shut down nobody could be sure to connect to main fork so there was someone connected to his own fork and instamine.
Relaunch after block 15934.
Dev is inactive again ?

Pool was actually shut down around block 16315.

I remember seeing even higher block, but the network kicked the pool back everytime? So relaunch after block 15934 is a better option. I don't mind losing a few hundert SLMs.

Truth is, we mined about 750 blocks after block 16000, of which ~300 were accepted by the network, the others were kicked each time the network synced back ~40 blocks.
454  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 10:56:15 PM
Definitely instamine after 15934


Of course. After your pool shut down nobody could be sure to connect to main fork so there was someone connected to his own fork and instamine.
Relaunch after block 15934.
Dev is inactive again ?

Pool was actually shut down around block 16315.
455  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 10:47:17 PM
Definitely instamine after 15934
From pool:
164   1402837916013   {"coin":"slimcoin","ip":"162.220.242.52","reward":16.01,"height":16000,"blockHash":"000000145278a748c37bef93374ddb7e8ab6f951d72a08d10197a9cbc083320f","txHash":"d6b97b6cbd124bd302b6fa5cfe8c9fff30a7afa6281e79712eb72c222773f0ab","time":1402837916013,"founder":"SYHJWERaM8XD3qowYxP2cL6ey1iLYf17dD","type":"immature","delayTimes":0}
Daemon:
slimcoin@euserver:~/.slimcoin$ slimcoind getblock 00000388904d9c15f1e964a07cb2dc
e7147951d9eaf0222c6cec31264240aa92
{
    "hash" : "00000388904d9c15f1e964a07cb2dce7147951d9eaf0222c6cec31264240aa92",
    "size" : 356,
    "height" : 16000,
    "version" : 1,
    "merkleroot" : "5f1f8a6c66a3064f92a648dfb9df3cffd3a2ad00db89c40530c6cac6741f
8a30",
    "time" : "2014-06-15 23:45:48 UTC",
    "nonce" : 2147483861,
    "bits" : "1e039e01",
    "difficulty" : 0.00107989,
    "mint" : 34.48000000,
    "previousblockhash" : "00000064ef4055db5d5d607d4541e804e08d2bc663f11e8e848e1
d2632ef1e42",
    "nextblockhash" : "235695194f18e6c16c25fd3198c5f5b037bb93a1c13acc4540707e0c6
e35aeeb",
    "flags" : "proof-of-work",
    "proofhash" : "00000388904d9c15f1e964a07cb2dce7147951d9eaf0222c6cec31264240a
a92",
    "entropybit" : 0,
    "modifier" : "efa208cc309911b5",
    "modifierchecksum" : "b927616f",
    "tx" : [
        "5f1f8a6c66a3064f92a648dfb9df3cffd3a2ad00db89c40530c6cac6741f8a30"
    ]
}
456  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 10:22:14 PM
Sandor why did you delete your post ? Who is the OVH guy getting all the blocks (92.222.27.45) ?  Grin
You know what that is, you gave me the iptables rules. Smiley
457  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 10:04:14 PM
Since when did: "Can I have your addnode address?" mean Slimcoin is turning back to 15000?

We are now at block     "blocks" : 16384,

I dont know where the 400+ blocks came from so they should ALL be discarded. We should hard-fork at block 15942. Everything above that was not created by the network.

If dev starts at 16000 instead i'd find it suspicious, UNLESS someone reputable syncs him with a 16k blockchain. I cant because 4 of my databases stopped at block 16003 and 16005 are corrupted. My working database syncs at 15942



Hard fork at block 15934 better, none of the blocks after that were found by the pool, which had 80% of hashrate at that time. Which means that a fork occurred and no one could connect to it and it was being instamined.
458  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 07:43:52 PM
I want to test this, I cannot make any promises, but it probably will not be tomorrow.

Also, I need a node to sync from that is on a blockchain of height >= 16000. Coping the files does not work.

It does not work probably because of the database format. Not sure which berkeleyDB i've got running on my centos boxes.

Anyone else synced above 16000 ? bitspender ?


EDIT : OK, this is my windows blockchain at 16005, this has to work.

http://144.76.30.136/blk0001.zip

He needs a node to sync from, not the actual db files.
459  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 10:52:31 AM
So we lose everything we made after block 16000 even if we were on the right fork?

Yes

Ow nice. I lose about 350 coins until now??!!! What a joke this coin.
Not a single working exchange, and all my investement after block 16000 gets lost?
I'm on the right fork, so why should i lose all my coins then?

This sounds like a great plan from 2 forum members to get rich, and make others lose there money...

Don't be selfish, it was agreed upon that we will relaunch the coin at block 16000. There is about 5k coins lost in my pool due to this.
460  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: June 16, 2014, 10:41:55 AM
So we lose everything we made after block 16000 even if we were on the right fork?

Yes
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!