Bitcoin Forum
April 25, 2024, 05:54:06 AM *
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  Print  
Author Topic: BitShares PTS (formerly ProtoShares) Mandatory Upgrade & Snapshot Announcement  (Read 218396 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
atta2k15
Sr. Member
****
Offline Offline

Activity: 315
Merit: 250


View Profile
November 07, 2013, 05:23:41 PM
 #421


Question: why do I see in the log:
Found Hash 00049945caf793d422dccfb56212d35a3161b9b960315a806099c4df3c9e5c94
hash 00049945caf793d422dccfb56212d35a3161b9b960315a806099c4df3c9e5c94
hash2 00049945caf793d422dccfb56212d35a3161b9b960315a806099c4df3c9e5c94
ProtoSharesMiner:
proof-of-work found

but still nothing added in the QT....
(multiple-times occuring in log)

ok some lines further in log:
ERROR: ProtoSharesMiner : generated block is stale



https://github.com/InvictusInnovations/ProtoShares/blob/psforkinit/src/main.cpp
line:4521

(printf's are log lines:)

 //// debug print
    printf("ProtoSharesMiner:\n");
    printf("proof-of-work found \n hash: %s \ntarget: %s\n", hash.GetHex().c_str(), hashTarget.GetHex().c_str());
    pblock->print();
    printf("generated %s\n", FormatMoney(pblock->vtx[0].vout[0].nValue).c_str());

    // Found a solution
    {
        LOCK(cs_main);
        if (pblock->hashPrevBlock != hashBestChain)
            return error("ProtoSharesMiner : generated block is stale");

        // Remove key from key pool
        reservekey.KeepKey();

        // Track how many getdata requests this block gets
        {
            LOCK(wallet.cs_wallet);
            wallet.mapRequestCount[pblock->GetHash()] = 0;
        }

        // Process this block the same as if we had received it from another node
        CValidationState state;
        if (!ProcessBlock(state, NULL, pblock))
            return error("ProtoSharesMiner : ProcessBlock, block not accepted");
    }

1714024446
Hero Member
*
Offline Offline

Posts: 1714024446

View Profile Personal Message (Offline)

Ignore
1714024446
Reply with quote  #2

1714024446
Report to moderator
1714024446
Hero Member
*
Offline Offline

Posts: 1714024446

View Profile Personal Message (Offline)

Ignore
1714024446
Reply with quote  #2

1714024446
Report to moderator
1714024446
Hero Member
*
Offline Offline

Posts: 1714024446

View Profile Personal Message (Offline)

Ignore
1714024446
Reply with quote  #2

1714024446
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714024446
Hero Member
*
Offline Offline

Posts: 1714024446

View Profile Personal Message (Offline)

Ignore
1714024446
Reply with quote  #2

1714024446
Report to moderator
cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
November 07, 2013, 05:44:13 PM
 #422

Pretty normal.

I've got about 300HPm in my farm with only 4 blocks since genesis

This is VERY strange, I got way more blocks with more or less the same amount of HPM, what was your setup ?
BTW, I was using about 100 low power instances running Ubuntu 10.4.

IMO, a very optimized miner is already out, otherwise the lack of blocks has no explanation.
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
November 07, 2013, 05:55:27 PM
 #423

I managed to make 8 threads work with an Amazon EC2 instance.  Run "free -m" to see if it's dying due to memory starvation.  You'll need ~750MB memory per thread, so make sure you have at least 6GB free.
If you do and it still crashes, make sure you're running a 64-bit version of linux.

What is your hashespermin on EC2?
markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
November 07, 2013, 06:11:20 PM
 #424

Pretty normal.

I've got about 300HPm in my farm with only 4 blocks since genesis

This is VERY strange, I got way more blocks with more or less the same amount of HPM, what was your setup ?
BTW, I was using about 100 low power instances running Ubuntu 10.4.

IMO, a very optimized miner is already out, otherwise the lack of blocks has no explanation.

13 blocks found so far at 13.9hpm (I5 2500k @ 4.Cool
bahamapascal
Hero Member
*****
Offline Offline

Activity: 695
Merit: 500



View Profile
November 07, 2013, 06:15:05 PM
 #425

10 hpm 3570k windows7 64

2x11hpm 6core i7 on debian7 64

no block found within 6 hours

is it bad luck or normal ?



Pretty normal.

I've got about 300HPm in my farm with only 4 blocks since genesis

I think it all depends on the Internet conection, if you have a high ping (US and or EU) you will get a lott of stalles.
Search in the log fiele for "generated block is stale" and count how many you got, I bet its a lott.
Well this is just a theory, but I think it could be that way...now would be interesting how many stalles you got and mybe your Internet ping.
Btw, I got 11 stalles and one exeptet block untill the difficulty got adjusted. Have a 260-300 ping to US/EU server.
cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
November 07, 2013, 06:18:03 PM
 #426

13 blocks found so far at 13.9hpm (I5 2500k @ 4.Cool
Impressive. Linux or Windows ? And also, is the CPU overclocked ? Memory type ?
markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
November 07, 2013, 06:25:21 PM
 #427

13 blocks found so far at 13.9hpm (I5 2500k @ 4.Cool
Impressive. Linux or Windows ? And also, is the CPU overclocked ? Memory type ?


running windows 7 x64, I5 2500k is watercooled and running at 4.8 per core, 8gb ram (nothing special but not cheap generic stuff)

Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
November 07, 2013, 06:27:04 PM
 #428

I am running a couple of instances where I have a combined 48hpm. Unfortunately have not found a block yet.

Have found 25 stale blocks though.

Anyone try this out on a x64 compiled exec?
NineLives
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile WWW
November 07, 2013, 06:39:59 PM
 #429

13 blocks found so far at 13.9hpm (I5 2500k @ 4.Cool
Impressive. Linux or Windows ? And also, is the CPU overclocked ? Memory type ?


running windows 7 x64, I5 2500k is watercooled and running at 4.8 per core, 8gb ram (nothing special but not cheap generic stuff)



Mark, send us your debug log please.

Many of us are getting no blocks.

Bitcoin Mining Hardware:   www.mininghardware.co.uk
markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
November 07, 2013, 06:50:42 PM
 #430

got to pop out - in laws anviersary, will upload and post link a little later.

p.s. make that 12 blocks now Smiley

Just got another, now down to 45.125 coins per block
l3jmr
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
November 07, 2013, 06:58:26 PM
 #431

I have checked my log on 1 pc now too, 4 stale and 16 orphans, 1 found block...gg

⚫ ⚫ ⚫  Listen to the weekly altcoinsidekick.com podcast to understand what cryptocurrency is really all about.  ⚫ ⚫ ⚫
AltcoinSidekick.com - CRYPTO Blog | Podcasts | Videos | Tools  ▬▬▬ ■
NUFCrichard
Legendary
*
Offline Offline

Activity: 1218
Merit: 1003


View Profile
November 07, 2013, 07:03:49 PM
 #432

ok, my computer isn't fast (4 hashes per min) but i have only found 1 stale, no orphans and no blocks even though I have been going from the start.
I am going to stick it out until I find at least 1 stinking block!
gigawatt
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
November 07, 2013, 07:14:40 PM
 #433

Is there a version of the $5000 bounty thread here on BitcoinTalk?

BTC: 1E2egHUcLDAmcxcqZqpL18TPLx9Xj1akcV   Ψ: AWHJbwoM67Ez12SHH4pH5DnJKPoMSdvLz2   Primecoin All-In-One VPS Setup Script   Quarkcoin All-In-One VPS Setup Script   Metiscoin VPS Pool Mining Script
bbxx
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


cryptoshark


View Profile WWW
November 07, 2013, 07:17:04 PM
 #434

hi i finally found a block

stupid me i sent it to my pc without fee
do i have to wait until i find next block on this machine wchich mined this block
or just wait few days ?

or maybe coins are lost ?
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
November 07, 2013, 07:17:20 PM
 #435

Is there any pool for this?
idev
Hero Member
*****
Offline Offline

Activity: 859
Merit: 1004


BTC OG and designer of the BitcoinMarket.com logo


View Profile
November 07, 2013, 07:21:36 PM
 #436

Is there a buyer/seller thread for protoshares?

Buy - http://bitsharestalk.org/index.php?board=18.0
Sell - http://bitsharestalk.org/index.php?board=17.0
NineLives
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile WWW
November 07, 2013, 07:25:00 PM
 #437

Is there any pool for this?

Not yet

Bitcoin Mining Hardware:   www.mininghardware.co.uk
Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
November 07, 2013, 07:42:20 PM
 #438

Lol found another block on my piece of crap Celeron...nothing for 2 days on the i7  Shocked
alexrossi
Legendary
*
Offline Offline

Activity: 3724
Merit: 1739


Join the world-leading crypto sportsbook NOW!


View Profile
November 07, 2013, 07:44:51 PM
 #439

hi i finally found a block

stupid me i sent it to my pc without fee
do i have to wait until i find next block on this machine wchich mined this block
or just wait few days ?

or maybe coins are lost ?

Totally different from a bitcoin block
A protoshare block 90% doesn't have transactions, so it isn't any priority fee problem related: u can leave no fee

  ▄▄███████▄███████▄▄▄
 █████████████
▀▀▀▀▀▀████▄▄
███████████████
       ▀▀███▄
███████████████
          ▀███
 █████████████
             ███
███████████▀▀               ███
███                         ███
███                         ███
 ███                       ███
  ███▄                   ▄███
   ▀███▄▄             ▄▄███▀
     ▀▀████▄▄▄▄▄▄▄▄▄████▀▀
         ▀▀▀███████▀▀▀
░░░████▄▄▄▄
░▄▄░
▄▄███████▄▀█████▄▄
██▄████▌▐█▌█████▄██
████▀▄▄▄▌███░▄▄▄▀████
██████▄▄▄█▄▄▄██████
█░███████░▐█▌░███████░█
▀▀██▀░██░▐█▌░██░▀██▀▀
▄▄▄░█▀░█░██░▐█▌░██░█░▀█░▄▄▄
██▀░░░░▀██░▐█▌░██▀░░░░▀██
▀██
█████▄███▀▀██▀▀███▄███████▀
▀███████████████████████▀
▀▀▀▀███████████▀▀▀▀
▄▄██████▄▄
▀█▀
█  █▀█▀
  ▄█  ██  █▄  ▄
█ ▄█ █▀█▄▄█▀█ █▄ █
▀▄█ █ ███▄▄▄▄███ █ █▄▀
▀▀ █    ▄▄▄▄    █ ▀▀
   ██████   █
█     ▀▀     █
▀▄▀▄▀▄▀▄▀▄▀▄
▄ ██████▀▀██████ ▄
▄████████ ██ ████████▄
▀▀███████▄▄███████▀▀
▀▀▀████████▀▀▀
█████████████LEADING CRYPTO SPORTSBOOK & CASINO█████████████
MULTI
CURRENCY
1500+
CASINO GAMES
CRYPTO EXCLUSIVE
CLUBHOUSE
FAST & SECURE
PAYMENTS
.
..PLAY NOW!..
Stinky_Pete
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
November 07, 2013, 07:51:27 PM
 #440

hi i finally found a block

stupid me i sent it to my pc without fee
do i have to wait until i find next block on this machine wchich mined this block
or just wait few days ?

or maybe coins are lost ?
Wait, it should come eventually

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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  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!