rbrunner7
Newbie
Offline
Activity: 7
Merit: 0
|
 |
August 06, 2017, 03:13:51 PM |
|
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with git clone -b lmdb_scratch https://github.com/clintar/boolberry.git then mkdir -p build/release; cd build/release cmake -DDATABASE=lmdb ../.. make -j4 daemon should compile it, at least in linux. Let me know if it compiles or not at least!  I tried this branch. It compiled without problems. The produced binary started and created an initial db file of about 1 GB. There is no file conversion yet from the "old" .bin format to lmdb format, so it wants to sync the blockchain from start, even with a blockchain file within reach, right? At least that was what it did on my system. Sync immediately ran into problems however. I had repeated messages as follows: 2017-Aug-06 13:37:10.273809 [P2P3][193.70.85.9:10101 OUT]Block verification failed, dropping connection
These messages come from currency_protocol_handler.inl, line #377 (as checked out from GitHub today): if(bvc.m_verifivation_failed) { LOG_PRINT_CCONTEXT_L0("Block verification failed, dropping connection"); m_p2p->drop_connection(context); m_p2p->add_ip_fail(context.m_remote_ip); return 1; }
Sync stuck forever at block 3 with repeated messages like this one: 2017-Aug-06 13:37:09.362602 [P2P7][193.70.85.9:10101 OUT]Sync data returned unknown top block: 3 -> 840955 [840952 blocks (1167 days) behind] Is it supposed to be able to sync with "conventional" Boolberry nodes?
|
|
|
|
clintar2
|
 |
August 06, 2017, 07:05:10 PM |
|
If anyone wants to test out my latest db code, I have it at https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with git clone -b lmdb_scratch https://github.com/clintar/boolberry.git then mkdir -p build/release; cd build/release cmake -DDATABASE=lmdb ../.. make -j4 daemon should compile it, at least in linux. Let me know if it compiles or not at least!  I tried this branch. It compiled without problems. The produced binary started and created an initial db file of about 1 GB. There is no file conversion yet from the "old" .bin format to lmdb format, so it wants to sync the blockchain from start, even with a blockchain file within reach, right? At least that was what it did on my system. Sync immediately ran into problems however. I had repeated messages as follows: 2017-Aug-06 13:37:10.273809 [P2P3][193.70.85.9:10101 OUT]Block verification failed, dropping connection
These messages come from currency_protocol_handler.inl, line #377 (as checked out from GitHub today): if(bvc.m_verifivation_failed) { LOG_PRINT_CCONTEXT_L0("Block verification failed, dropping connection"); m_p2p->drop_connection(context); m_p2p->add_ip_fail(context.m_remote_ip); return 1; }
Sync stuck forever at block 3 with repeated messages like this one: 2017-Aug-06 13:37:09.362602 [P2P7][193.70.85.9:10101 OUT]Sync data returned unknown top block: 3 -> 840955 [840952 blocks (1167 days) behind] Is it supposed to be able to sync with "conventional" Boolberry nodes? It should, but it's not in a good state. I have some fixes, but it will fall if there is an alt chain. I haven't had a lot of time to debug the problems. You should probably create a different folder for it to keep it's files in and use --data-dir= to point it to that folder. It should at least sync, but don't trust it for anything yet. Hopefully this week I can look more into it. BTW, did everyone notice the scratchpad got too large again for current miner software? Time to increase those buffers
|
|
|
|
Molenta
Newbie
Offline
Activity: 84
Merit: 0
|
 |
August 08, 2017, 12:51:02 PM |
|
Any chance to reveal what can be done in miner to accept bigger scratchpad would be honored or can give me address for 10BBR, am a small miner 
|
|
|
|
clintar2
|
 |
August 08, 2017, 01:43:22 PM |
|
Any chance to reveal what can be done in miner to accept bigger scratchpad would be honored or can give me address for 10BBR, am a small miner  Usually if you are compiling from source, the git repo will get updates, so you can just run git pull to get the changes and run make again, but if you are just using a binary, you'll have to wait for someone to compile a new one. Which miner are you using?
|
|
|
|
Molenta
Newbie
Offline
Activity: 84
Merit: 0
|
 |
August 08, 2017, 01:57:19 PM |
|
Any chance to reveal what can be done in miner to accept bigger scratchpad would be honored or can give me address for 10BBR, am a small miner  Usually if you are compiling from source, the git repo will get updates, so you can just run git pull to get the changes and run make again, but if you are just using a binary, you'll have to wait for someone to compile a new one. Which miner are you using? Using minerd (designed for algo wildkeccak_ocl with rx470, win10 64 bit, mining in pool). Where to put code: "git pull" in *.bat file. Please do not forget to paste address where i can send for help.
|
|
|
|
clintar2
|
 |
August 08, 2017, 04:40:14 PM |
|
Any chance to reveal what can be done in miner to accept bigger scratchpad would be honored or can give me address for 10BBR, am a small miner  Usually if you are compiling from source, the git repo will get updates, so you can just run git pull to get the changes and run make again, but if you are just using a binary, you'll have to wait for someone to compile a new one. Which miner are you using? Using minerd (designed for algo wildkeccak_ocl with rx470, win10 64 bit, mining in pool). Where to put code: "git pull" in *.bat file. Please do not forget to paste address where i can send for help. If it's a windows machine, I think you should be ok just downloading this latest miner. Looks like it has a scratchpad setting large enough. https://github.com/mbkuperman/cpuminer-multi-opencl/releases
|
|
|
|
The Cryptophilanthropist
|
 |
August 09, 2017, 03:37:54 AM Last edit: August 09, 2017, 03:52:22 AM by The Cryptophilanthropist |
|
Is the wallet link in the OP (windows binaries) the correct current wallet download?
Also please the links for an Nvidia GPU miner?
I would like to mine at one of the pools, any suggestion anyone?
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
|
The Cryptophilanthropist
|
 |
August 10, 2017, 01:30:55 PM |
|
Thank you very much for the info, yes a Win binary would be great! And regarding the OP wallet links, are those correct??
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
clintar2
|
 |
August 10, 2017, 01:36:27 PM Last edit: August 10, 2017, 06:46:04 PM by clintar2 |
|
Thank you very much for the info, yes a Win binary would be great! And regarding the OP wallet links, are those correct?? No, I should build those, too. Here is the updated tpruvot ccminer binary. Let me know if it works as I don't have a windows machine to test on. https://github.com/clintar/ccminer/releases/tag/v2.1-xbbI'm having some issues with the boolberry wallet build. I'll update when I get that sorted. Edit: OK, I made a release on my github repo for cryptozoidberg's latest master that has all the latest fixes. https://github.com/clintar/boolberry/releases/tag/v0.2a
|
|
|
|
The Cryptophilanthropist
|
 |
August 11, 2017, 01:08:54 PM Last edit: August 11, 2017, 01:25:18 PM by The Cryptophilanthropist |
|
Thank you very much for the info, yes a Win binary would be great! And regarding the OP wallet links, are those correct?? No, I should build those, too. Here is the updated tpruvot ccminer binary. Let me know if it works as I don't have a windows machine to test on. https://github.com/clintar/ccminer/releases/tag/v2.1-xbbI'm having some issues with the boolberry wallet build. I'll update when I get that sorted. Edit: OK, I made a release on my github repo for cryptozoidberg's latest master that has all the latest fixes. https://github.com/clintar/boolberry/releases/tag/v0.2aNice and thank you, I let wallet run overnight, no connections and no sync however, am I missing a conf file with nodes? I am familiar with cryptonote coins in linux and windows. Log file shows no connection to seeds, how to change or add connections, this I don't know, any advice? I ran you Win build from the link above. EDIT: It connects if I use the "start" batch with proxy node flag in the folder, thanks 
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
rooster2000bka
|
 |
August 11, 2017, 01:40:58 PM |
|
Thanks your hard working! I really like this coins! But this coin needs stronger Dev!
|
|
|
|
The Cryptophilanthropist
|
 |
August 11, 2017, 08:00:07 PM |
|
Re: CCMINER from recent post, after about an hour I notice the miner will begin submitting "boo" because of low diff share submission. Is there a fix or reason for this, I have used highest diff port, .... should I set a static diff in the batch or just write a restart batch script? Any thoughts are welcome, thanks.
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
clintar2
|
 |
August 11, 2017, 09:43:38 PM |
|
Re: CCMINER from recent post, after about an hour I notice the miner will begin submitting "boo" because of low diff share submission. Is there a fix or reason for this, I have used highest diff port, .... should I set a static diff in the batch or just write a restart batch script? Any thoughts are welcome, thanks.
Does it to me, too. It goes away and comes back. I think it is something to do with how the miner determines difficulty being off by a bit, but I'm not sure. Does it clear up after that?
|
|
|
|
The Cryptophilanthropist
|
 |
August 12, 2017, 09:10:34 PM |
|
Wanting to send funds from Windows GUI wallet but do not see a place for payment ID when wanting to send to Bittrex, some advise please?
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
jd1959
|
 |
August 12, 2017, 10:58:09 PM |
|
Wanting to send funds from Windows GUI wallet but do not see a place for payment ID when wanting to send to Bittrex, some advise please?
Click on the "More options" to the right of the amount.......it will open payment I.D field Cheers Jon 
|
dICO Disguised Instant Cash Out
|
|
|
The Cryptophilanthropist
|
 |
August 13, 2017, 12:11:43 AM |
|
Wanting to send funds from Windows GUI wallet but do not see a place for payment ID when wanting to send to Bittrex, some advise please?
Click on the "More options" to the right of the amount.......it will open payment I.D field Cheers Jon  I see it now, must have missed it. Also how does one generate recovery passphrase (deterministic seed) I am familiar with CLI Linux version not this one, thanks.
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
Old_Timer
Member

Offline
Activity: 131
Merit: 13
In the fray since 2013.
|
 |
August 14, 2017, 09:53:42 PM |
|
guys any nodes for wallet?
|
|
|
|
clintar2
|
 |
August 14, 2017, 10:57:41 PM |
|
guys any nodes for wallet?
You can try --add-priority-node 5.9.44.154:10101
|
|
|
|
Old_Timer
Member

Offline
Activity: 131
Merit: 13
In the fray since 2013.
|
 |
August 16, 2017, 01:48:32 PM |
|
I added the code in boolberry.conf in boolberry directory but no effect.
What am I doing wrong?
Also is there any effort been done to bring this hidden gem in the spotlight?
|
|
|
|
|