Bitcoin Forum
April 26, 2024, 09:19:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 844 »
  Print  
Author Topic: BiblePay | 10% to Orphan-Charity | RANDOMX MINING | Sanctuaries (Masternodes)  (Read 243126 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. (345 posts by 1+ user deleted.)
nerf-herder
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
December 17, 2017, 09:01:16 PM
 #1081

Still not showing any peers or network activity.
1714123149
Hero Member
*
Offline Offline

Posts: 1714123149

View Profile Personal Message (Offline)

Ignore
1714123149
Reply with quote  #2

1714123149
Report to moderator
1714123149
Hero Member
*
Offline Offline

Posts: 1714123149

View Profile Personal Message (Offline)

Ignore
1714123149
Reply with quote  #2

1714123149
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Alex873434
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 17, 2017, 09:03:38 PM
 #1082

Yeah Rob hasn't updated his things yet. I'm updating the dnsseeder to only return good nodes.

In the meantime, I have launch a backup node you can connect to: node.biblepay-explorer.org.

Tell me if you're still having issues. There's one more thing I can think of.

webster22
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 17, 2017, 09:05:06 PM
 #1083

I have installed latest. And deleted chain stuff. And now reindexing. Hopefully this will all work.
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
December 17, 2017, 09:10:01 PM
 #1084

Here's the code to redo that

Code:
cd ~/.biblepaycore
rm blocks -R
rm chainstate -R
rm banlist.dat fee_estimates.dat governance.dat mncache.dat mnpayments.dat netfulfilled.dat peers.dat

cd /home//YOURUSERNAME/biblepay/src
./biblepayd -daemon -reindex

However, after doing that both my Linux boxes are stuck on block 20000.

Updated the backup block explorer and did the above and looks to be stuck on 21559,

I will add node.biblepay-explorer.org to biblepay.conf and restart again


Code:
cd ~/.biblepaycore
vi biblepay.conf

addnode=node.biblepay-explorer.org

:wq

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
December 17, 2017, 09:12:32 PM
 #1085

Adding your node worked! I am on block 21561 now!

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
December 17, 2017, 09:14:17 PM
 #1086

CLEAN UP GUIDE:

Remove some folders and files, add Alex's node, and then reindex

Code:
cd ~/.biblepaycore
rm blocks -R
rm chainstate -R
rm banlist.dat fee_estimates.dat governance.dat mncache.dat mnpayments.dat netfulfilled.dat peers.dat

vi biblepay.conf
addnode=node.biblepay-explorer.org  #####COMMENT: press i to go into insert mode
:wq #####COMMENT press ESC to go into command mode

cd /home/YOURUSERNAME/biblepay/src
./biblepayd -daemon -reindex

Alex873434
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 17, 2017, 09:14:37 PM
 #1087

Glad it worked Togo!

I just updated the dnsseed node to return the good nodes so I think it should be ok soon enough but ya. I see quite a lot of people have managed to come back so that's pretty nice and will make it easier on all of us!
znffal
Full Member
***
Offline Offline

Activity: 364
Merit: 102


View Profile
December 17, 2017, 09:16:07 PM
 #1088

Glad it worked Togo!

I just updated the dnsseed node to return the good nodes so I think it should be ok soon enough but ya. I see quite a lot of people have managed to come back so that's pretty nice and will make it easier on all of us!

Nice one. If I install .8 on pool will I start mining automatically once the pool is back up to the correct "Height"?
Thanks
Alex873434
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 17, 2017, 09:17:04 PM
 #1089

Glad it worked Togo!

I just updated the dnsseed node to return the good nodes so I think it should be ok soon enough but ya. I see quite a lot of people have managed to come back so that's pretty nice and will make it easier on all of us!

Nice one. If I install .8 on pool will I start mining automatically once the pool is back up to the correct "Height"?
Thanks

I think so. Make sure you're synced though!
webster22
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 17, 2017, 09:29:15 PM
 #1090

I think I am mining again. But shares are again way low. Yesterday it was 15 now 3 on one machine.
Looks like how it was on first update
seasonw
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
December 17, 2017, 09:30:10 PM
 #1091

Thanks, Alex! System was fully synced and mining continues.

I'm waiting for windows wallet to run my controller wallet for MN now  Wink
Alex873434
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 17, 2017, 09:30:47 PM
 #1092

I think I am mining again. But shares are again way low. Yesterday it was 15 now 3 on one machine.
Looks like how it was on first update

The pool hasn't been updated yet. Rob should be back in 45 minutes.
webster22
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 17, 2017, 09:35:48 PM
 #1093

I think I am mining again. But shares are again way low. Yesterday it was 15 now 3 on one machine.
Looks like how it was on first update

The pool hasn't been updated yet. Rob should be back in 45 minutes.

Ok thanks. And great job!

With difficulty lower, how can I take a chance at solo mining a block?
What settings do I need in biblepay.conf?

Do you think I have a better shot than where it was on thursday?
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
December 17, 2017, 09:39:02 PM
 #1094

With difficulty lower, how can I take a chance at solo mining a block?
What settings do I need in biblepay.conf?

Do you think I have a better shot than where it was on thursday?

Given all the updates solo mining may be easier given that a lot of people are not updated,
but even 2 or so months ago it takes a LONG time to find a solo block with weaker PCs

To solo mine just edit your biblepay.conf file and comment out the pool config settings by adding a # in front of them

togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
December 17, 2017, 09:41:27 PM
 #1095

Thank you for all the great work Alex!!!

The main explorer I think is stuck?: https://biblepay-explorer.org/
The backup explorer I hope is on the right chain: http://explorer.biblepay.org:3001/

Alex873434
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 17, 2017, 09:43:11 PM
 #1096

Thank you for all the great work Alex!!!

The main explorer I think is stuck?: https://biblepay-explorer.org/
The backup explorer I hope is on the right chain: http://explorer.biblepay.org:3001/

I actually just finished updating it! It should be synced soon.
exyacminer
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 17, 2017, 09:43:40 PM
 #1097

I've followed all the above instructions, addnode etc. ver 1.0.6.8 linux. Still stuck on block 21559 (9 hours ago). Any ideas?
webster22
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 17, 2017, 09:46:25 PM
 #1098

With difficulty lower, how can I take a chance at solo mining a block?
What settings do I need in biblepay.conf?

Do you think I have a better shot than where it was on thursday?

Given all the updates solo mining may be easier given that a lot of people are not updated,
but even 2 or so months ago it takes a LONG time to find a solo block with weaker PCs

To solo mine just edit your biblepay.conf file and comment out the pool config settings by adding a # in front of them

Like how long do you figure? End of the year long? Or a week?

How do I get any results something got paid? And how does it know what address to pay?

Getmininginfo show hashps 0 and poolmining false
Alex873434
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 17, 2017, 09:50:08 PM
 #1099

I've followed all the above instructions, addnode etc. ver 1.0.6.8 linux. Still stuck on block 21559 (9 hours ago). Any ideas?

I know it might sound repetitive but did you try the instructions provided by Togo (deleting the files, etc)? Are sure you're running 1.0.6.8?
togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
December 17, 2017, 09:57:56 PM
 #1100

With difficulty lower, how can I take a chance at solo mining a block?
What settings do I need in biblepay.conf?

Do you think I have a better shot than where it was on thursday?

Given all the updates solo mining may be easier given that a lot of people are not updated,
but even 2 or so months ago it takes a LONG time to find a solo block with weaker PCs

To solo mine just edit your biblepay.conf file and comment out the pool config settings by adding a # in front of them

Like how long do you figure? End of the year long? Or a week?

How do I get any results something got paid? And how does it know what address to pay?

Getmininginfo show hashps 0 and poolmining false

You can check your wallet amount to see how many coins got changed since last time you checked your wallet,
also command is:  getwalletinfo
(not sure if your using windows or linux)

Back 2 months ago, it would take a weak PC a whole month to get a solo block reward

Its hard to say since we dont really know the network hash rate, you could mathematically calculate an estimate knowing your own HPS and the Network HPS, hopefully we get a correct network hash rate going forward, we shall see!

Pages: « 1 ... 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 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 ... 844 »
  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!