Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | Masternodes | Sanctuaries | POBH - ASIC Resistant | 10% ORPHANS
by
turbokongen
on 04/05/2018, 15:25:20 UTC
I need a little advice:

I have set up a second wallet to make it heatmine to pool.biblepay.org
But it does not seem to get going.
What I've done:
Added a new worker to pool.biblepay.org
Downloaded and installed the wallet on the second machine.
Copied the wallet.dat and biblepay.conf from the main wallet.
Added to biblepay.conf: utxooverride=-1
Modified worker in biblepay.conf
Started the wallet and synced.

What am I missing? Please advice.

Code:
16:47:50
?
getmininginfo


16:47:50
?
{
  "blocks": 44516,
  "currentblocksize": 29946,
  "currentblocktx": 9,
  "difficulty_podc": 1842.526928915109,
  "difficulty_pow": 11360.03719935218,
  "difficulty": 1842.526928915109,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 1358738.787182576,
  "hashps": 292.2213392015292,
  "minerstarttime": "05-04-2018 14:27:07",
  "hashcounter": 362924,
  "pooledtx": 10,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true,
  "poolinfo1": "",
  "poolinfo2": "",
  "poolinfo3": "",
  "podc_tried": 0,
  "podc_sent": 0,
  "podc_sent_amount": 0,
  "podc_average_amount_sent": 0,
  "miningpulse": 172,
  "poolmining": false,
  "pool_url": "http://pool.biblepay.org\rutxooverride=-1",
  "poolmining_use_ssl": false
}

Code:
16:48:20
?
{
  "Command": "getboincinfo",
  "CPID": "72a5162338116948c70e904a21916e42",
  "Address": "B99KSo452MCNpDEaRsWtveGpRkDyw98YYq",
  "CPIDS": "72a5162338116948c70e904a21916e42;",
  "CPID-Age (hours)": 423734,
  "NextSuperblockHeight": 44690,
  "NextSuperblockBudget": 1161612,
  "72a5162338116948c70e904a21916e42_ADDRESS": "B99KSo452MCNpDEaRsWtveGpRkDyw98YYq",
  "72a5162338116948c70e904a21916e42_RAC": 1778.65,
  "72a5162338116948c70e904a21916e42_TEAM": 15044,
  "72a5162338116948c70e904a21916e42_WCGRAC": 1067,
  "72a5162338116948c70e904a21916e42_TaskWeight": 100,
  "72a5162338116948c70e904a21916e42_UTXOWeight": 21768,
  "Total_RAC": 2845.65,
  "Total Payments (One Day)": 165,
  "Total Payments (One Week)": 1228,
  "Total Budget (One Day)": 1161612,
  "Total Budget (One Week)": 8131284,
  "Superblock Count (One Week)": 8,
  "Superblock Hit Count (One Week)": 8,
  "Superblock List": "44485,44280,44075,43870,43665,43460,43255,43050",
  "Last Superblock Height": 44485,
  "Last Superblock Budget": 1161612,
  "Last Superblock Payment": 165,
  "Magnitude (One-Day)": 0.1420439871488931,
  "Magnitude (One-Week)": 0.1510216590639313
}
You have a wrong edit/typo in your config:
pool_url": "http://pool.biblepay.org\rutxooverride=-1

Did you edit the config on windows and copy it to Linux? Obviously this line should end with *.org and after a line break the new line should start with utxo...

Other than that you should be good to go. If you use the Linux version on the second PC don't forget to unlock the wallet!

Uh.....
I feel studpid! I ignored my previously own advice to not use notepad++ for editing.
Now it works. Studpid me.... Haha Grin Grin Grin

Thanks for the pointer Wink