Bitcoin Forum
May 13, 2024, 12:12:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 [106] 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 486 »
  Print  
Author Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014  (Read 1210691 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.
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
July 04, 2014, 03:45:51 PM
 #2101

Don't ask me, grep your logs
So this is real/confirmed, right? If so, that really speaks to broad, high-level interest in BBR and most likely cryptonote coins in general.

Well, I don't know what they are doing, but governments want to snoop as much as possible (read e.g. http://cryptome.org/2014/06/gao-14-496.pdf )

And speaking of interest, *.amazonaws.com has 2680 hits (even though I limit connections to 3 per one /24 block) Grin

it means that even if a company or govt says crypto is bad, the employees are still using the company/govt computers to use the crypto.

similar situation with movie piracy and the bittorrent network. analysis of IP address shows movie downloads from many places you would not believe.

http://torrentfreak.com/priests-watch-dvd-screeners-while-pirates-download-filth-in-the-vatican-130407/
1715602358
Hero Member
*
Offline Offline

Posts: 1715602358

View Profile Personal Message (Offline)

Ignore
1715602358
Reply with quote  #2

1715602358
Report to moderator
1715602358
Hero Member
*
Offline Offline

Posts: 1715602358

View Profile Personal Message (Offline)

Ignore
1715602358
Reply with quote  #2

1715602358
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715602358
Hero Member
*
Offline Offline

Posts: 1715602358

View Profile Personal Message (Offline)

Ignore
1715602358
Reply with quote  #2

1715602358
Report to moderator
hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 04, 2014, 03:57:41 PM
 #2102


Yeah, maybe pool disconnects you, but i don't think so.
Anyway, i've increased minerTimeout from 900 to 10000 seconds. Check this out.
And post please log, i'm iterested  in time difference between starting recv scratchpad and fail message.

On your last logs i see one minute - it means that original 60 seconds timeout happend.
Code:
[2014-07-03 15:28:01] Getting full scratchpad....
[2014-07-03 15:28:01] > {"method": "getfullscratchpad", "params": {"id": "321737723262049", "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-03 15:29:01] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK","hi":{"block_id":"2e051a359...
[2014-07-03 15:29:01] JSON decode failed(1): premature end of input

With last code it should be 120 seconds, if it is - i'll change code a little once again.



Hi C_Z

Yes, now there are 120 secs to try to get scratchpad.
On these time traffic speed is on limit at 1 Mbps.
 
Code:
./minerd -a wildkeccak -o stratum+tcp://162.243.210.156:7777 -u        1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE  -p x -P -D -t 1
parsing algo: wildkeccak
[2014-07-04 17:42:18] Using JSON-RPC 2.0
[2014-07-04 17:42:18] 1 miner threads started, using 'wildkeccak' algorithm.
[2014-07-04 17:42:18] Starting Stratum on stratum+tcp://162.243.210.156:7777
* Rebuilt URL to: http://162.243.210.156:7777/
* About to connect() to 162.243.210.156 port 7777 (#0)
*   Trying 162.243.210.156...
* TCP_NODELAY set
* Adding handle: conn: 0x7fafe4013550
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fafe4013550) send_pipe: 1, recv_pipe: 0
* Connected to 162.243.210.156 (162.243.210.156) port 7777 (#0)
* Connection #0 to host 162.243.210.156 left intact
[2014-07-04 17:42:18] > {"method": "login", "params": {"login": "1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE", "pass": "x", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:42:19] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"749150593881495","job":{"blob":"","job_id":"","target":"","difficulty":"","prev_hi":{"block_id":"0000000000000000000000000000000000000000000000000000000000000000","height":0}},"status":"OK","addms":[]}}
[2014-07-04 17:42:19] Auth id: 749150593881495
[2014-07-04 17:42:19] Requested work before work was received
[2014-07-04 17:42:19] Getting full scratchpad....
[2014-07-04 17:42:19] > {"method": "getfullscratchpad", "params": {"id": "749150593881495", "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:44:19] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK","hi":{"block_id":"5d63a64b6bf072be5e9372a967c2e376373d90d9749653056cb8c385f806070f","height":34226},"scratchpad_hex":"d73243ee4f03f9d84a82a52ae5ed784053ebb0cf273586efe1f2c6209ff2bbf2d9c8cb207cdaed5532b2c4797aa29be7ebbc607284b9f04d92e3bc185be454f0374bd7745444e629455e7aa06cbdc7b13467cfc7ac8b972f0933d27b77c2cfe1e131359b10b5797e4f756b8f6fc2c4e7cb8d2fbec8355db775369705fcec5f60f43ac2affb46498fbe632a05c02a08ce471dda1643b29f6bc2e2a29cdb8d48cd8550c9998f8550e77aa2ea2dee1086b33e264b3ff9131bf22621ebf24376a763d4f593963dfbe6a8e06da9786d64421f4ee550c4b53220d691b16ae0226f0c1c33daac93cf865969d3d414d7969c714d1d275d43e1400276e4d29bf618e8a8cda7fc90ec93cfb9661675b4ec52d1f065484066062331d8231758085fe93f7d3c2bf52f6650ceee4f5d536d94b84058acca39a20a227c481b7d7e160b30c508fa6c9be455599d4b0c909b555aac4f168df1aad6bff071091d2593ba7d8aa1a66c350e0a36386d0af2db0c1b1dddc0ec1630db51f8327802aa1fa4f3cf95ebdbebfa5b9cdc89fcd6d101c779361db6bab852681f4dfe3784e56...
[2014-07-04 17:44:19] Getting full scratchpad received line
[2014-07-04 17:44:19] JSON decode rpc2_getscratchpad response failed(1): premature end of input
[2014-07-04 17:44:19] ...retry after 10 seconds
[2014-07-04 17:44:29] > {"method": "getjob", "params": {"id": "749150593881495", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:44:29] Stratum failed to send getjob line
[2014-07-04 17:44:29] ...retry after 10 seconds
[2014-07-04 17:44:39] Stratum connection timed out
[2014-07-04 17:44:39] Stratum connection interrupted
* Rebuilt URL to: http://162.243.210.156:7777/
* About to connect() to 162.243.210.156 port 7777 (#1)
*   Trying 162.243.210.156...
* TCP_NODELAY set
* Adding handle: conn: 0x7fafe4012fb0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 1 (0x7fafe4012fb0) send_pipe: 1, recv_pipe: 0
* Connected to 162.243.210.156 (162.243.210.156) port 7777 (#1)
* Connection #1 to host 162.243.210.156 left intact
[2014-07-04 17:44:39] > {"method": "login", "params": {"login": "1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE", "pass": "x", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:44:39] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"898242257372476","job":{"blob":"","job_id":"","target":"","difficulty":"","prev_hi":{"block_id":"0000000000000000000000000000000000000000000000000000000000000000","height":0}},"status":"OK","addms":[]}}
[2014-07-04 17:44:39] Auth id: 898242257372476
[2014-07-04 17:44:39] Requested work before work was received
[2014-07-04 17:44:39] Getting full scratchpad....
[2014-07-04 17:44:39] > {"method": "getfullscratchpad", "params": {"id": "898242257372476", "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:46:39] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK","hi":{"block_id":"5d63a64b6bf072be5e9372a967c2e376373d90d9749653056cb8c385f806070f","height":34226},"scratchpad_hex":"d73243ee4f03f9d84a82a52ae5ed784053ebb0cf273586efe1f2c6209ff2bbf2d9c8cb207cdaed5532b2c4797aa29be7ebbc607284b9f04d92e3bc185be454f0374bd7745444e629455e7aa06cbdc7b13467cfc7ac8b972f0933d27b77c2cfe1e131359b10b5797e4f756b8f6fc2c4e7cb8d2fbec8355db775369705fcec5f60f43ac2affb46498fbe632a05c02a08ce471dda1643b29f6bc2e2a29cdb8d48cd8550c9998f8550e77aa2ea2dee1086b33e264b3ff9131bf22621ebf24376a763d4f593963dfbe6a8e06da9786d64421f4ee550c4b53220d691b16ae0226f0c1c33daac93cf865969d3d414d7969c714d1d275d43e1400276e4d29bf618e8a8cda7fc90ec93cfb9661675b4ec52d1f065484066062331d8231758085fe93f7d3c2bf52f6650ceee4f5d536d94b84058acca39a20a227c481b7d7e160b30c508fa6c9be455599d4b0c909b555aac4f168df1aad6bff071091d2593ba7d8aa1a66c350e0a36386d0af2db0c1b1dddc0ec1630db51f8327802aa1fa4f3cf95ebdbebfa5b9cdc89fcd6d101c779361db6bab852681f4dfe3784e56...
[2014-07-04 17:46:39] Getting full scratchpad received line
[2014-07-04 17:46:39] JSON decode rpc2_getscratchpad response failed(1): premature end of input
[2014-07-04 17:46:39] ...retry after 10 seconds
[2014-07-04 17:46:49] > {"method": "getjob", "params": {"id": "898242257372476", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:46:49] Stratum failed to send getjob line
[2014-07-04 17:46:49] ...retry after 10 seconds
[2014-07-04 17:46:59] Stratum connection timed out
[2014-07-04 17:46:59] Stratum connection interrupted
* Rebuilt URL to: http://162.243.210.156:7777/
* About to connect() to 162.243.210.156 port 7777 (#2)
*   Trying 162.243.210.156...
* TCP_NODELAY set
* Adding handle: conn: 0x7fafe4012bf0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 2 (0x7fafe4012bf0) send_pipe: 1, recv_pipe: 0
* Connected to 162.243.210.156 (162.243.210.156) port 7777 (#2)
* Connection #2 to host 162.243.210.156 left intact
[2014-07-04 17:46:59] > {"method": "login", "params": {"login": "1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE", "pass": "x", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-04 17:46:59] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"259302847879007","job":{"blob":"","job_id":"","target":"","difficulty":"","prev_hi":{"block_id":"0000000000000000000000000000000000000000000000000000000000000000","height":0}},"status":"OK","addms":[]}}
[2014-07-04 17:46:59] Auth id: 259302847879007
[2014-07-04 17:46:59] Requested work before work was received
[2014-07-04 17:46:59] Getting full scratchpad....
[2014-07-04 17:46:59] > {"method": "getfullscratchpad", "params": {"id": "259302847879007", "agent": "cpuminer-multi/0.1"}, "id": 1}
^C



BBR: @hornypo
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
July 04, 2014, 04:01:29 PM
 #2103


Just download http://209.126.71.170/Boolberry.zip
unzip and start qt-boolb

this is just a stop gap solution and not an official BBR thing at all

I get the following error when I try to start qt-boolb:

/Users/[My Username]/Boolberry/qt-boolb ; exit;
dyld: Library not loaded: /Users/jimbolaptop/Qt/5.3/clang_64/lib/QtWebKit.framework/Versions/5/QtWebKit
  Referenced from: /Users/[MyUsername]/Boolberry/qt-boolb
  Reason: image not found
Trace/BPT trap: 5
logout


More details needed. What version of OSX? How much memory?

Did you copy html folder from qt-daemon directory to where qt-boolb is?
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
July 04, 2014, 04:26:23 PM
 #2104


Hey! Bro! Get in!
If you have a lot of CPUs you can do solomining:
http://boolberry.com/howto.html#daemon

Check

I'll give that a try tomorrow. I previously tried to follow the instructions, exactly, but got vague responses when asking for help. Now; However, it seems that the help page you linked me to has been updated, so I remain hopeful and confident that I can conquer this mystery!

Many of you probably learned most of the needed skills to mine this coin in previous adventures, forgetting how difficult the initial learning steps must have been along the way. This coin, like any, needs Investors AND Miners to succeed (and Assholes like me). I've got a headache trying to be a new miner for the day, so I will report back tomorrow. I hope I do not end up having to sell my hardware investment for cash so I can simply trade Boolberry in the market. I spent $1,000+ for an awesome PC because I wanted to get away from day-trading cryptos, have a return-on-investment (unlike ASICs'), and mine some coins I felt have a huge potential payout in the future!

As of now:

1. I don't know if GPU mining Boolberry is even possible. 2. I don't know if I should CPU mine for now (If so, then how do I?). 3. Temporarily, should I just keep mining Vertcoin @ $.025/day since some hobbyist developed an easy one-click-mining solution (stupid profits/brilliant fan)?

...

Sorry I was not able to help more yesterday. The previous mining situation was people solo-mining using lots of CPU cores, many with Amazon cloud rentals. One person has an ATI GPU miner they developed. The GPU miner developer agreed to release his miner open-source once we provided a more robust CPU mining platform (stratum-based). We have a beta version of the stratum-based CPU miner and people are reporting their issues with it. It is currently running on Linux. jl777 was able to compile the binaries on Mac, and you see several error reports coming in.

Once the major issues are corrected on Linux, we can work on the windows miner binary. For now, download the Windows Boolberry package and give the GUI a try. Send me a PM with your address and and will send a little BBR so you can see the wallet in action. 
hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 04, 2014, 04:39:28 PM
 #2105

Don't ask me, grep your logs
So this is real/confirmed, right? If so, that really speaks to broad, high-level interest in BBR and most likely cryptonote coins in general.

Well, I don't know what they are doing, but governments want to snoop as much as possible (read e.g. http://cryptome.org/2014/06/gao-14-496.pdf )

And speaking of interest, *.amazonaws.com has 2680 hits (even though I limit connections to 3 per one /24 block) Grin

it means that even if a company or govt says crypto is bad, the employees are still using the company/govt computers to use the crypto.

similar situation with movie piracy and the bittorrent network. analysis of IP address shows movie downloads from many places you would not believe.

http://torrentfreak.com/priests-watch-dvd-screeners-while-pirates-download-filth-in-the-vatican-130407/


I agree that it´s interesting the connection shown in boolberry daemon-log from banks and govs.
But it´s also hard to imagine that it´s official now, because boolberry is so new and should be under radar.
For me the most plausible possibility, until now, is that , like christian say, "random victims of a botnet".
 


BBR: @hornypo
mvidetto
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
July 04, 2014, 07:35:08 PM
 #2106

Still wondering why people are selling down to .001...
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 04, 2014, 07:51:13 PM
 #2107


Just download http://209.126.71.170/Boolberry.zip
unzip and start qt-boolb

this is just a stop gap solution and not an official BBR thing at all

I get the following error when I try to start qt-boolb:

/Users/[My Username]/Boolberry/qt-boolb ; exit;
dyld: Library not loaded: /Users/jimbolaptop/Qt/5.3/clang_64/lib/QtWebKit.framework/Versions/5/QtWebKit
  Referenced from: /Users/[MyUsername]/Boolberry/qt-boolb
  Reason: image not found
Trace/BPT trap: 5
logout


More details needed. What version of OSX? How much memory?

Did you copy html folder from qt-daemon directory to where qt-boolb is?
this is my fault...
I guess the executable is hardcoded to my directory structure
need to include all the Qt libs in a .dmg file
we are looking for someone that does this

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 04, 2014, 07:57:13 PM
 #2108


Just download http://209.126.71.170/Boolberry.zip
unzip and start qt-boolb

this is just a stop gap solution and not an official BBR thing at all

I get the following error when I try to start qt-boolb:

/Users/[My Username]/Boolberry/qt-boolb ; exit;
dyld: Library not loaded: /Users/jimbolaptop/Qt/5.3/clang_64/lib/QtWebKit.framework/Versions/5/QtWebKit
  Referenced from: /Users/[MyUsername]/Boolberry/qt-boolb
  Reason: image not found
Trace/BPT trap: 5
logout


More details needed. What version of OSX? How much memory?

Did you copy html folder from qt-daemon directory to where qt-boolb is?
For now it seems you have to do the long install of the Qt5 and then follow the Mac build instructions
Then it does work, but making a .dmg so that all that can be avoided is clearly what is needed
I have my project manager looking for a .dmg guy, hopefully will get something soonish, but I am not a GUI dev so I cant really do this

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
silvo
Full Member
***
Offline Offline

Activity: 196
Merit: 100

8pool.dtdns.net OP


View Profile
July 04, 2014, 09:10:00 PM
 #2109

ehi guys,
like this?

New Boolberry Pool for CPU

bbr.darktech.org port 1111,5555,7777
Grin EU server
super stable, vardiff, fast retarget, 0.2% fee
Start mining Now!!!!!!
happy mining with  Simpleminer & Cryptonoteminer

mining configuration ex:
Code:
 simpleminer.exe --pool-addr bbr.darktech.org:1111 --login wallet_address --pass x --mining-threads N 
New Features in next days!
Cool Cool Cool Cool Cool Cool Cool Cool Cool Cool Cool Cool Cool Cool Cool

█████8pool.dtdns.net , multiple algo support █████
damashup
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile
July 04, 2014, 10:08:51 PM
 #2110


Just download http://209.126.71.170/Boolberry.zip
unzip and start qt-boolb

this is just a stop gap solution and not an official BBR thing at all

I get the following error when I try to start qt-boolb:

/Users/[My Username]/Boolberry/qt-boolb ; exit;
dyld: Library not loaded: /Users/jimbolaptop/Qt/5.3/clang_64/lib/QtWebKit.framework/Versions/5/QtWebKit
  Referenced from: /Users/[MyUsername]/Boolberry/qt-boolb
  Reason: image not found
Trace/BPT trap: 5
logout


More details needed. What version of OSX? How much memory?

Did you copy html folder from qt-daemon directory to where qt-boolb is?
this is my fault...
I guess the executable is hardcoded to my directory structure
need to include all the Qt libs in a .dmg file
we are looking for someone that does this


Let me know when .dmg file is ready... happy to test it. Will install on a MacBook Pro, Mavericks, 4GB memory.
damashup
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile
July 05, 2014, 05:30:54 AM
Last edit: July 05, 2014, 10:06:16 AM by damashup
 #2111

I'm contemplating dabbling in some mining (for the first time and probably against my better judgment)...

This is the only coin that I'm interested in mining.

Could someone succinctly explain what's the best mining set-up for Boolberry?

For example, can this coin be GPU mined?
EDIT just read GPU miner is in development.

I'm looking for a rig, I can set-up and leave (monitor/ tweak occasionally).

My goal would be to accumulate as many coins as possible & do my bit to support the coin over the long term. I'm not interested ROI at today's market prices.

Looking to spend no more than £2k sterling (approx. $3k USD) on this + electricity costs (providing these aren't too prohibitive).

I'd prefer not to spend on equipment that would be useless to man or beast should this little enterprise go pear shaped!  Smiley
cbuchner1
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
July 05, 2014, 09:21:11 AM
 #2112

Still wondering why people are selling down to .001...

clearly because not enough people are buying.
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
July 05, 2014, 10:15:06 AM
 #2113


Dear frineds! Good news!
I fixed bug with "Bad hash"/"Low difficulty share"/Banned miners, also little fix to make re-login and re-request job in case of any fail.

Current version of cpuminer seems to be working, i've turned my local pool to work with shareTrust=false and have not seen any broken shares for several hours. Hope this is final fix.
I would like to ask you (once again) to mine on test server with new cpuminer version.



     !!!!!! Let's find a block !!!!!!!


Thant you!

hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 05, 2014, 01:05:00 PM
 #2114


Dear frineds! Good news!
I fixed bug with "Bad hash"/"Low difficulty share"/Banned miners, also little fix to make re-login and re-request job in case of any fail.

Current version of cpuminer seems to be working, i've turned my local pool to work with shareTrust=false and have not seen any broken shares for several hours. Hope this is final fix.
I would like to ask you (once again) to mine on test server with new cpuminer version.



     !!!!!! Let's find a block !!!!!!!


Thant you!


Still don´t get full scratchpad. Why it is not possible to get the full scratchpat only one time, and for the next work, only the differences of the last scratchpad?
Otherwise it would produce a big traffic.

here the log:

Code:
cpuminer 1.0.3
 built on Jul  5 2014
 features: x86_64 SSE2 AVX AVX2 XOP
libcurl/7.32.0 OpenSSL/1.0.1e zlib/1.2.8 libidn/1.28 librtmp/2.3
libjansson 2.4


./minerd -a wildkeccak -o stratum+tcp://162.243.210.156:7777 -u        1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE  -p x -P -D -t 4
parsing algo: wildkeccak
[2014-07-05 14:57:28] Using JSON-RPC 2.0
[2014-07-05 14:57:28] Starting Stratum on stratum+tcp://162.243.210.156:7777
[2014-07-05 14:57:28] 4 miner threads started, using 'wildkeccak' algorithm.
* Rebuilt URL to: http://162.243.210.156:7777/
* About to connect() to 162.243.210.156 port 7777 (#0)
*   Trying 162.243.210.156...
* TCP_NODELAY set
* Adding handle: conn: 0x7fcefc013530
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fcefc013530) send_pipe: 1, recv_pipe: 0
* Connected to 162.243.210.156 (162.243.210.156) port 7777 (#0)
* Connection #0 to host 162.243.210.156 left intact
[2014-07-05 14:57:28] > {"method": "login", "params": {"login": "1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE", "pass": "x", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-05 14:57:28] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"572241655201651","job":{"blob":"","job_id":"","target":"","difficulty":"","prev_hi":{"block_id":"0000000000000000000000000000000000000000000000000000000000000000","height":0}},"status":"OK","addms":[]}}
[2014-07-05 14:57:28] Auth id: 572241655201651
[2014-07-05 14:57:28] Requested work before work was received
[2014-07-05 14:57:28] Getting full scratchpad....
[2014-07-05 14:57:28] > {"method": "getfullscratchpad", "params": {"id": "572241655201651", "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-05 14:59:28] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK","hi":{"block_id":"edc62f6fc737e702f36a43fccfeb0b8a32d1c044d2ca2695f5b38cdaa22afd92","height":34330},"scratchpad_hex":"d73243ee4f03f9d84a82a52ae5ed784053ebb0cf273586efe1f2c6209ff2bbf2d9c8cb207cdaed5532b2c4797aa29be7ebbc607284b9f04d92e3bc185be454f0374bd7745444e629455e7aa06cbdc7b13467cfc7ac8b972f0933d27b77c2cfe1e131359b10b5797e4f756b8f6fc2c4e7cb8d2fbec8355db775369705fcec5f60f43ac2affb46498fbe632a05c02a08ce471dda1643b29f6bc2e2a29cdb8d48cd8550c9998f8550e77aa2ea2dee1086b33e264b3ff9131bf22621ebf24376a763d4f593963dfbe6a8e06da9786d64421f4ee550c4b53220d691b16ae0226f0c1c33daac93cf865969d3d414d7969c714d1d275d43e1400276e4d29bf618e8a8cda7fc90ec93cfb9661675b4ec52d1f065484066062331d8231758085fe93f7d3c2bf52f6650ceee4f5d536d94b84058acca39a20a227c481b7d7e160b30c508fa6c9be455599d4b0c909b555aac4f168df1aad6bff071091d2593ba7d8aa1a66c350e0a36386d0af2db0c1b1dddc0ec1630db51f8327802aa1fa4f3cf95ebdbebfa5b9cdc89fcd6d101c779361db6bab852681f4dfe3784e56...
[2014-07-05 14:59:28] Getting full scratchpad received line
[2014-07-05 14:59:28] JSON decode rpc2_getscratchpad response failed(1): premature end of input
[2014-07-05 14:59:28] ...retry after 10 seconds
[2014-07-05 14:59:38] > {"method": "getjob", "params": {"id": "572241655201651", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-05 14:59:38] Stratum failed to send getjob line
[2014-07-05 14:59:38] ...retry after 10 seconds
[2014-07-05 14:59:48] Stratum connection timed out
[2014-07-05 14:59:48] Stratum connection interrupted
* Rebuilt URL to: http://162.243.210.156:7777/
* About to connect() to 162.243.210.156 port 7777 (#1)
*   Trying 162.243.210.156...
* TCP_NODELAY set
* Adding handle: conn: 0x7fcefc012f90
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 1 (0x7fcefc012f90) send_pipe: 1, recv_pipe: 0
* Connected to 162.243.210.156 (162.243.210.156) port 7777 (#1)
* Connection #1 to host 162.243.210.156 left intact
[2014-07-05 14:59:48] > {"method": "login", "params": {"login": "1L1ZPC9XodC6g5BX8j8m3vcdkXPiZrVF7RcERWE879coQDWiztUbkkVZ86o43P27Udb3qxL4B41gbaGpvj3nS7DgFZauAZE", "pass": "x", "hi": { "height": 0, "block_id": "0000000000000000000000000000000000000000000000000000000000000000" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
[2014-07-05 14:59:48] < {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"868030886421911","job":{"blob":"","job_id":"","target":"","difficulty":"","prev_hi":{"block_id":"0000000000000000000000000000000000000000000000000000000000000000","height":0}},"status":"OK","addms":[]}}
[2014-07-05 14:59:48] Auth id: 868030886421911
[2014-07-05 14:59:48] Requested work before work was received
[2014-07-05 14:59:48] Getting full scratchpad....
[2014-07-05 14:59:48] > {"method": "getfullscratchpad", "params": {"id": "868030886421911", "agent": "cpuminer-multi/0.1"}, "id": 1}


BBR: @hornypo
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
July 05, 2014, 01:55:22 PM
 #2115

Still don´t get full scratchpad. Why it is not possible to get the full scratchpat only one time, and for the next work, only the differences of the last scratchpad?
Otherwise it would produce a big traffic.

I've increased timeout once again.
Scratchpad is receiving once on new connection and then during the mining transferring only diff.

In next version i'll add cache scratchpad into the file.

Try new version please.

coins_and_coins
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
July 05, 2014, 04:06:58 PM
 #2116


Hey! Bro! Get in!
If you have a lot of CPUs you can do solomining:
http://boolberry.com/howto.html#daemon

Check

I'll give that a try tomorrow. I previously tried to follow the instructions, exactly, but got vague responses when asking for help. Now; However, it seems that the help page you linked me to has been updated, so I remain hopeful and confident that I can conquer this mystery!

Many of you probably learned most of the needed skills to mine this coin in previous adventures, forgetting how difficult the initial learning steps must have been along the way. This coin, like any, needs Investors AND Miners to succeed (and Assholes like me). I've got a headache trying to be a new miner for the day, so I will report back tomorrow. I hope I do not end up having to sell my hardware investment for cash so I can simply trade Boolberry in the market. I spent $1,000+ for an awesome PC because I wanted to get away from day-trading cryptos, have a return-on-investment (unlike ASICs'), and mine some coins I felt have a huge potential payout in the future!

As of now:

1. I don't know if GPU mining Boolberry is even possible. 2. I don't know if I should CPU mine for now (If so, then how do I?). 3. Temporarily, should I just keep mining Vertcoin @ $.025/day since some hobbyist developed an easy one-click-mining solution (stupid profits/brilliant fan)?

...

Sorry I was not able to help more yesterday. The previous mining situation was people solo-mining using lots of CPU cores, many with Amazon cloud rentals. One person has an ATI GPU miner they developed. The GPU miner developer agreed to release his miner open-source once we provided a more robust CPU mining platform (stratum-based). We have a beta version of the stratum-based CPU miner and people are reporting their issues with it. It is currently running on Linux. jl777 was able to compile the binaries on Mac, and you see several error reports coming in.

Once the major issues are corrected on Linux, we can work on the windows miner binary. For now, download the Windows Boolberry package and give the GUI a try. Send me a PM with your address and and will send a little BBR so you can see the wallet in action. 

I apologize for my late drunk rant and any hostilities in my tone. This is very useful info, thanks! I'll be happy to CPU mine for now on the 4Ghz 8-core FX8350, I'll send a PM.
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
July 05, 2014, 04:23:03 PM
 #2117


Hey! Bro! Get in!
If you have a lot of CPUs you can do solomining:
http://boolberry.com/howto.html#daemon

Check

I'll give that a try tomorrow. I previously tried to follow the instructions, exactly, but got vague responses when asking for help. Now; However, it seems that the help page you linked me to has been updated, so I remain hopeful and confident that I can conquer this mystery!

Many of you probably learned most of the needed skills to mine this coin in previous adventures, forgetting how difficult the initial learning steps must have been along the way. This coin, like any, needs Investors AND Miners to succeed (and Assholes like me). I've got a headache trying to be a new miner for the day, so I will report back tomorrow. I hope I do not end up having to sell my hardware investment for cash so I can simply trade Boolberry in the market. I spent $1,000+ for an awesome PC because I wanted to get away from day-trading cryptos, have a return-on-investment (unlike ASICs'), and mine some coins I felt have a huge potential payout in the future!

As of now:

1. I don't know if GPU mining Boolberry is even possible. 2. I don't know if I should CPU mine for now (If so, then how do I?). 3. Temporarily, should I just keep mining Vertcoin @ $.025/day since some hobbyist developed an easy one-click-mining solution (stupid profits/brilliant fan)?

...

Sorry I was not able to help more yesterday. The previous mining situation was people solo-mining using lots of CPU cores, many with Amazon cloud rentals. One person has an ATI GPU miner they developed. The GPU miner developer agreed to release his miner open-source once we provided a more robust CPU mining platform (stratum-based). We have a beta version of the stratum-based CPU miner and people are reporting their issues with it. It is currently running on Linux. jl777 was able to compile the binaries on Mac, and you see several error reports coming in.

Once the major issues are corrected on Linux, we can work on the windows miner binary. For now, download the Windows Boolberry package and give the GUI a try. Send me a PM with your address and and will send a little BBR so you can see the wallet in action. 

I apologize for my late drunk rant and any hostilities in my tone. This is very useful info, thanks! I'll be happy to CPU mine for now on the 4Ghz 8-core FX8350, I'll send a PM.

Thank you for apology but your "drunk rant" was spot-on. A person seeing BBR or CryptoNote coins for the first time today would be confused without reading entire thread.

Unfortunately for the documentation process, we have been spending our time on stratum miner testing. Once the testing has given us a more stable stratum miner, I will go back and update the how-to.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
July 05, 2014, 05:27:57 PM
 #2118

I want to announce that I have selected Boolberry to be the cryptonote platform that I will use for NXTprivacy integration. Having analyzed the source code of the various cryptonote coins, it is clear that BBR is far and away the best. Even has cross platform Qt GUI.

My plan is to integrate a "private send" feature into NXTservices GUI that will allow people with NXT to leverage the privacy from BBR. There will also be a NXT internal privateNXT asset and pNXT BBR fork that map 1:1 to avoid having to exchange NXT <-> BBR in thin markets.

I have not worked out all the details, but I am looking forward to bring a lot of value to both the Boolberry and cryptonote communities in general. My investment strategy is to select the strongest tech platform, invest BTC into it and then invest even more time and dev work to make the investment more valuable.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
coins_and_coins
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
July 05, 2014, 06:48:36 PM
 #2119

Oh, I'm so close to mining and am excited! I've downloaded the Windows package and the wallet is synched. The pools say to download the cryptonote-easy-miner, so I did, and entered the address and port info. So I have two wallet addresses now? Before I start mining, how do I tie the easy miner wallet address to my Boolberry wallet address? Do I simply lookup the easy miner address on the pool's website and send payouts to my Boolberry wallet address? There are no logins or workers?

EDIT: looks like this is the Windows stratum miner that's not ready yet? stratum_recv_line failed

No way to mine with Windows with simple miner? I'll have to read the whole thread.
teknohog
Sr. Member
****
Offline Offline

Activity: 519
Merit: 252


555


View Profile WWW
July 05, 2014, 07:03:51 PM
 #2120

I've increased timeout once again.
Scratchpad is receiving once on new connection and then during the mining transferring only diff.

In next version i'll add cache scratchpad into the file.

Try new version please.
Works Cheesy

world famous math art | masternodes are bad, mmmkay?
Every sha(sha(sha(sha()))), every ho-o-o-old, still shines
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 [106] 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 ... 486 »
  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!