infernoman
Legendary
Offline
Activity: 964
Merit: 1000
|
|
October 09, 2014, 02:52:44 AM Last edit: October 09, 2014, 03:41:20 AM by infernoman |
|
P2POOL IS LIVE ! http://99.236.215.227:9343/static/I can also verify that there is no hidden premine that i can see atleast. int64_t GetBlockValue(int nHeight, int64_t nFees) { int64_t nSubsidy = 10 * COIN; int halvings = nHeight / Params().SubsidyHalvingInterval(); // Force block reward to zero when right shift is undefined. if (halvings >= 64) return nFees; // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years. nSubsidy >>= halvings; return nSubsidy + nFees; }
|
|
|
|
beginner_x
Newbie
Offline
Activity: 56
Merit: 0
|
|
October 09, 2014, 04:28:20 AM |
|
[ { "addr" : "77.93.196.5:9340", "services" : "00000001", "lastsend" : 1412828857, "lastrecv" : 1412828863, "bytessent" : 569549, "bytesrecv" : 1357523, "conntime" : 1412828578, "pingtime" : 0.00000000, "version" : 70002, "subver" : "/Satoshi:0.9.2/", "inbound" : false, "startingheight" : 23732, "banscore" : 0, "syncnode" : true }, { "addr" : "109.108.104.222:9340", "services" : "00000001", "lastsend" : 1412828863, "lastrecv" : 1412828863, "bytessent" : 312195, "bytesrecv" : 290162, "conntime" : 1412828653, "pingtime" : 0.00000000, "version" : 70002, "subver" : "/Satoshi:0.9.2/", "inbound" : false, "startingheight" : 23748, "banscore" : 0, "syncnode" : false }, { "addr" : "88.86.101.45:9340", "services" : "00000001", "lastsend" : 1412828849, "lastrecv" : 1412828863, "bytessent" : 722, "bytesrecv" : 5405, "conntime" : 1412828720, "pingtime" : 0.00000000, "version" : 70002, "subver" : "/Satoshi:0.9.2/", "inbound" : false, "startingheight" : 23763, "banscore" : 0, "syncnode" : false } ]
|
|
|
|
|
infernoman
Legendary
Offline
Activity: 964
Merit: 1000
|
|
October 09, 2014, 05:06:04 AM |
|
65 blocks in 10 minutes. somethings wrong. if we cant get ahold of the dev then release a wallet with an update. i should be able to fork the network over to a fork that properly adjusts difficulty. well it seems if im correct the dev has the target to 20,160 blocks with 400% max adjustment. difficulty is currently at 4. should get better but for the first little while blocks are going to be found really fast. static const int64_t nTargetTimespan = 14 * 24 * 60 * 60; // two weeks 1,209,600 static const int64_t nTargetSpacing = 1 * 60; 60 static const int64_t nInterval = nTargetTimespan / nTargetSpacing; 1,209,600 / 60 = 20,160
|
|
|
|
slayersher
Newbie
Offline
Activity: 18
Merit: 0
|
|
October 09, 2014, 06:49:18 AM |
|
nice coin seems to mine just fine ... any new updates or the like though ?
|
|
|
|
HunterS
|
|
October 09, 2014, 08:23:10 AM |
|
says there is no makefile when i try to compile
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1764
Merit: 1000
Admin of CoinMiners Pools
|
|
October 09, 2014, 08:30:45 AM |
|
says there is no makefile when i try to compile Go to crowncoin folder and run ./autogen.sh && ./configure && make
|
|
|
|
HunterS
|
|
October 09, 2014, 09:01:31 AM |
|
says there is no makefile when i try to compile Go to crowncoin folder and run ./autogen.sh && ./configure && make i get this error when i try that configure: error: Found Berkeley DB other than 4.8
|
|
|
|
|
emilraileanu82
Newbie
Offline
Activity: 13
Merit: 0
|
|
October 09, 2014, 09:30:10 AM |
|
sorry i have 1 question i can mine with antminer s3 sha256d??? thx
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1764
Merit: 1000
Admin of CoinMiners Pools
|
|
October 09, 2014, 09:31:15 AM |
|
sorry i have 1 question i can mine with antminer s3 sha256d??? thx
Yes you can
|
|
|
|
nikl
|
|
October 09, 2014, 09:45:35 AM |
|
My wallet doesn't sync. Can anybody help me?
|
|
|
|
michaelb87
|
|
October 09, 2014, 09:53:46 AM |
|
Great another newbie with his ICO coin. Get the F out of here. There needs to change something here
|
|
|
|
HunterS
|
|
October 09, 2014, 09:57:52 AM |
|
Great another newbie with his ICO coin. Get the F out of here. There needs to change something here
Its not newbie account and there is no ICO i dont think.
|
|
|
|
HunterS
|
|
October 09, 2014, 10:13:20 AM |
|
well i give up.never had this sort of trouble compiling a wallet
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1764
Merit: 1000
Admin of CoinMiners Pools
|
|
October 09, 2014, 10:23:40 AM |
|
well i give up.never had this sort of trouble compiling a wallet You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version #define DB_VERSION_STRING "Berkeley DB 5.3.28: (September 9, 2013)"
|
|
|
|
HunterS
|
|
October 09, 2014, 10:41:04 AM |
|
well i give up.never had this sort of trouble compiling a wallet You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version #define DB_VERSION_STRING "Berkeley DB 5.3.28: (September 9, 2013)" changed to Berkeley DB 5.3.28 still get same error
|
|
|
|
HunterS
|
|
October 09, 2014, 10:49:20 AM |
|
can some upload the source with all the files in it like every other source code
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1764
Merit: 1000
Admin of CoinMiners Pools
|
|
October 09, 2014, 10:52:07 AM |
|
well i give up.never had this sort of trouble compiling a wallet You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version #define DB_VERSION_STRING "Berkeley DB 5.3.28: (September 9, 2013)" changed to Berkeley DB 5.3.28 still get same error Damn i forget to tell you to use this command ./configure --with-incompatible-bdb my bad , sorry
|
|
|
|
HunterS
|
|
October 09, 2014, 10:53:55 AM |
|
well i give up.never had this sort of trouble compiling a wallet You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version #define DB_VERSION_STRING "Berkeley DB 5.3.28: (September 9, 2013)" changed to Berkeley DB 5.3.28 still get same error Damn i forget to tell you to use this command ./configure --with-incompatible-bdb my bad , sorry cheers bro.that worked.thanks for help
|
|
|
|
|