Bitcoin Forum
March 19, 2024, 04:18:12 AM *
News: Latest Bitcoin Core release: 26.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 56 ... 7011 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722290 times)
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 19, 2014, 09:03:03 AM
 #101

Finally, a WINDOWS Wallet. It is too late to solo mine with a CPU NOW. !!!!

1710821892
Hero Member
*
Offline Offline

Posts: 1710821892

View Profile Personal Message (Offline)

Ignore
1710821892
Reply with quote  #2

1710821892
Report to moderator
1710821892
Hero Member
*
Offline Offline

Posts: 1710821892

View Profile Personal Message (Offline)

Ignore
1710821892
Reply with quote  #2

1710821892
Report to moderator
1710821892
Hero Member
*
Offline Offline

Posts: 1710821892

View Profile Personal Message (Offline)

Ignore
1710821892
Reply with quote  #2

1710821892
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710821892
Hero Member
*
Offline Offline

Posts: 1710821892

View Profile Personal Message (Offline)

Ignore
1710821892
Reply with quote  #2

1710821892
Report to moderator
1710821892
Hero Member
*
Offline Offline

Posts: 1710821892

View Profile Personal Message (Offline)

Ignore
1710821892
Reply with quote  #2

1710821892
Report to moderator
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 19, 2014, 09:07:36 AM
 #102

{
    "blocks" : 2983,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 0.25000000,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 87061476,
    "pooledtx" : 1,
    "testnet" : false
}
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
January 19, 2014, 09:11:35 AM
 #103

- Block reward controlled by moores law ( 1111 / (diff+1 ^ 2))

This is not working, right? I'm getting 500 coins as reward
see all function in source )))

Code:

 int64 static GetBlockValue(int nBits, int64 nFees)
{
    double dDiff =
        (double)0x0000ffff / (double)(nBits & 0x00ffffff);

    int64 nSubsidy = (1111 / (pow((dDiff+1),2)));
    if (nSubsidy > 500) nSubsidy = 500;
    if (nSubsidy < 1) nSubsidy = 1;
    nSubsidy *= COIN;

    return nSubsidy + nFees;
}

That's better, reward always between 1 and 500, I was afraid of seeing rewards in the area of 0.00x
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
January 19, 2014, 09:45:43 AM
Last edit: January 19, 2014, 10:36:42 AM by ig0tik3d
 #104

beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on mainnet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
January 19, 2014, 10:08:41 AM
 #105

Finally, a WINDOWS Wallet. It is too late to solo mine with a CPU NOW. !!!!
Not true, my extremely lucky i7-4820K just mined two blocks (183286 hashes/s, 7 threads).

turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
January 19, 2014, 10:27:55 AM
 #106

beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on minenet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd

awesome. now time for a pool.

drillbaby
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 19, 2014, 10:29:12 AM
 #107

beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on minenet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd

Is this supposed to display something while running ? For me it displays the start messages, the cores are at 100% then nothing else.
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
January 19, 2014, 10:37:08 AM
 #108


Is this supposed to display something while running ? For me it displays the start messages, the cores are at 100% then nothing else.
remove in a.bat -q parameter
-t - nubmer of threads
smartbrain
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
January 19, 2014, 10:38:53 AM
 #109

Ok now it insta crashes when I type "setgenerate true".

Time to go to bed and try again next week?


Yeah, let's do that. I obviously need to do some more testing. Thanks everyone!

Best thing to do I guess. Please, confirm you won't be launching after some minutes/hours even if you fix it, and the sooner would be tomorrow, thanks.

Definitely not. I'll also follow up with this post when I do set a time.

Launch is being moved to 11PM EST!

... seriously?


Just woke up to this Sad How many hours have I lost? Oh, well.  Time to git pull and launch it again.
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 19, 2014, 10:42:50 AM
 #110

Hash rate on LINUX is faster than Windows Wallet.  Why ?

Finally, a WINDOWS Wallet. It is too late to solo mine with a CPU NOW. !!!!
Not true, my extremely lucky i7-4820K just mined two blocks (183286 hashes/s, 7 threads).
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 19, 2014, 11:01:46 AM
 #111

AntiVir  TR/BitCoinMiner.Gen  20140118 
Avast  Win32:Miner-B [PUP]  20140119 
ESET-NOD32  a variant of Win64/BitCoinMiner.E  20140118 
Ikarus  Win32.Crypt  20140119 
Malwarebytes  Riskware.BitcoinMiner  20140119 
Sophos  Quarkcoin Miner  20140119 
Symantec  Bitcoinminer  20140119 
VIPRE  Trojan.Win64.CoinMiner.e (v)  20140119 

 Huh Huh Huh Huh


beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on mainnet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd
eddywise
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250

Let's Boolberry


View Profile
January 19, 2014, 12:12:33 PM
 #112

beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on mainnet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd

thx,we have the windows qt and mine tool

XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F
thx

Boolberry : @eddywise                                                                                                                                                                                                                       DRK:XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F                                                                                                                                                                                   BTC:1FZYvzY4cPLwwZmU8rGPM7xGYjfjiZUmuZ  Once desperately want, now desperate to forget
kaene
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1005


View Profile
January 19, 2014, 12:18:29 PM
 #113

beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on mainnet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd

Found 2 blocks mining with ur standalone miner. Hashrate is about the same as the wallet, but we are one step closer to a pool Smiley

Half block sent as donation Wink
Bigal
Full Member
***
Offline Offline

Activity: 204
Merit: 100



View Profile
January 19, 2014, 12:29:24 PM
 #114

The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

The Small Time Miner Pools   CryptoCoin Ticker   BTC 1EHV2BY8JcvpBqnMqq5BSkbZvFHT7ndpnz    LTC  LaBigaLvm7L8XT5urnwJW5MpoArBAjsk2X
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
January 19, 2014, 12:43:23 PM
 #115

The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

Getting 100% rejects.

vovan115
Full Member
***
Offline Offline

Activity: 238
Merit: 100

vovan115


View Profile WWW
January 19, 2014, 12:44:43 PM
 #116

   CPU ---  GPU  --  Huh?

[color=red[ANN]Bwincoin(BWC) 丨1,000,000 Max Coins丨100% pure PoS丨Free IPO丨[/color][/b].B6tJDwd7p6QMNtJUENKvgd8XgehgASQQyC
Let's flower the moon: ScCWUoqPNyBquYemXUvAkivBd7QFopaUgY
BTCtalkcoin [BCC] :CQmNzZKUBM8MdJiC71ZM338qKnwKvvPqLx
TheSmurfsCoin [SMURFS] :Tu3vPjMbC96SMJAmjgJzQ58fWTk56kHB2B
Let's Color the MOON: Y8uDVFVpMKtHw7z9H9MqW1RQ6FzvxE5oGY
Bigal
Full Member
***
Offline Offline

Activity: 204
Merit: 100



View Profile
January 19, 2014, 12:52:20 PM
 #117

The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

Getting 100% rejects.

Thanks for checking it for me, I'll have to fix it later. Sorry folks.

The Small Time Miner Pools   CryptoCoin Ticker   BTC 1EHV2BY8JcvpBqnMqq5BSkbZvFHT7ndpnz    LTC  LaBigaLvm7L8XT5urnwJW5MpoArBAjsk2X
phm
Full Member
***
Offline Offline

Activity: 378
Merit: 110


DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO


View Profile
January 19, 2014, 12:55:08 PM
 #118

Difficulty increased to 1, so reward is 277 now?

eddywise
Sr. Member
****
Offline Offline

Activity: 253
Merit: 250

Let's Boolberry


View Profile
January 19, 2014, 01:31:56 PM
 #119

OK,a quesion,total coin is?

Boolberry : @eddywise                                                                                                                                                                                                                       DRK:XqTbkj1hpCWBpBSvbWtzBRu5PxzJ2KoA3F                                                                                                                                                                                   BTC:1FZYvzY4cPLwwZmU8rGPM7xGYjfjiZUmuZ  Once desperately want, now desperate to forget
Bigal
Full Member
***
Offline Offline

Activity: 204
Merit: 100



View Profile
January 19, 2014, 01:34:34 PM
 #120

The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

Getting 100% rejects.

Thanks for checking it for me, I'll have to fix it later. Sorry folks.

I think I have it fixed now folks if anyone wants to try again. Thanks

The Small Time Miner Pools   CryptoCoin Ticker   BTC 1EHV2BY8JcvpBqnMqq5BSkbZvFHT7ndpnz    LTC  LaBigaLvm7L8XT5urnwJW5MpoArBAjsk2X
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 56 ... 7011 »
  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!