Bitcoin Forum
April 26, 2024, 02:05:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 ... 261 »
  Print  
Author Topic: [ANN][CRW] CROWN (MN-PoS) | Platform | NFT framework | Governance | Masternodes  (Read 316607 times)
infernoman
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 09, 2014, 02:52:44 AM
Last edit: October 09, 2014, 03:41:20 AM by infernoman
 #81

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;
}
1714140345
Hero Member
*
Offline Offline

Posts: 1714140345

View Profile Personal Message (Offline)

Ignore
1714140345
Reply with quote  #2

1714140345
Report to moderator
1714140345
Hero Member
*
Offline Offline

Posts: 1714140345

View Profile Personal Message (Offline)

Ignore
1714140345
Reply with quote  #2

1714140345
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
beginner_x
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
October 09, 2014, 04:28:20 AM
 #82

[
{
"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
}
]
Blazr2
Full Member
***
Offline Offline

Activity: 218
Merit: 105



View Profile
October 09, 2014, 04:34:58 AM
 #83

Here's a Mac build, courtesy of Coinworks.info:



https://www.dropbox.com/s/e3l9ar6hhmxxkhh/Crowncoin-0.9.2.0.dmg?dl=0

Virustotal (0/55 - Clean): https://www.virustotal.com/en/file/310e3f49fcd8eb19afe6c922fb541703427b033a547923f4bb236dbd66391a8d/analysis/1412829180/

Can't wait for this one to hit an exchange. If you need assistance with fixing the diff adjustment, feel free to contact us.
infernoman
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 09, 2014, 05:06:04 AM
 #84

65 blocks in 10 minutes. somethings wrong.

Here's a Mac build, courtesy of Coinworks.info:



https://www.dropbox.com/s/e3l9ar6hhmxxkhh/Crowncoin-0.9.2.0.dmg?dl=0

Virustotal (0/55 - Clean): https://www.virustotal.com/en/file/310e3f49fcd8eb19afe6c922fb541703427b033a547923f4bb236dbd66391a8d/analysis/1412829180/

Can't wait for this one to hit an exchange. If you need assistance with fixing the diff adjustment, feel free to contact us.

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 Offline

Activity: 18
Merit: 0


View Profile
October 09, 2014, 06:49:18 AM
 #85

nice coin seems to mine just fine ... any new updates or the like though ?
HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 08:23:10 AM
 #86

says there is no makefile when i try to compile Huh

scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 09, 2014, 08:30:45 AM
 #87

says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make

HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 09:01:31 AM
 #88

says there is no makefile when i try to compile Huh

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

scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 09, 2014, 09:13:25 AM
 #89

says there is no makefile when i try to compile Huh

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


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md

emilraileanu82
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
October 09, 2014, 09:30:10 AM
 #90

sorry i have 1 question i can mine with antminer s3 sha256d??? thx
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 09, 2014, 09:31:15 AM
 #91

sorry i have 1 question i can mine with antminer s3 sha256d??? thx

Yes you can Smiley

nikl
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
October 09, 2014, 09:45:35 AM
 #92

My wallet doesn't sync. Can anybody help me?
michaelb87
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
October 09, 2014, 09:53:46 AM
 #93

Great another newbie with his ICO coin. Get the F out of here. There needs to change something here
HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 09:57:52 AM
 #94

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
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 10:13:20 AM
 #95

says there is no makefile when i try to compile Huh

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


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
well i give up.never had this sort of trouble compiling a wallet

scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 09, 2014, 10:23:40 AM
 #96

says there is no makefile when i try to compile Huh

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


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
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
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"

HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 10:41:04 AM
 #97

says there is no makefile when i try to compile Huh

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


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
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
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"
changed to Berkeley DB 5.3.28 still get same error

HunterS
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 10:49:20 AM
 #98

can some upload the source with all the files in it like every other source code

scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 09, 2014, 10:52:07 AM
 #99

says there is no makefile when i try to compile Huh

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


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
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
Code:
#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
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
October 09, 2014, 10:53:55 AM
 #100

says there is no makefile when i try to compile Huh

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


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
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
Code:
#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

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 ... 261 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!