Bitcoin Forum
November 07, 2024, 01:45:10 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 [278] 279 »
5541  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 02:23:34 AM
Problems I have encountered:

No Blocks being found - been running mining for 45 minutes
Opening the wallet on a new PC often causes syncronisation issues where the wallet wont sync (I tried on 2 different PCs).

Guys- it mines fine on windows and linux (Im running one wallet on each node) and have mined a few blocks out of our 30.
Remember with 7 minute blocks, it could take a few hours to generate a block with 19 miners running right now (at least 19 are connected to the external node).  So please have patience.

As far as pegging the processor, tomorrow, I will look into modifying the code to max out all cores - I see in the bitcoinminer they do allow you to start one thread per core, so we will try that together tomorrow afternoon.



Roger that,ty!

In regards to issues with wallet not syncing - what is the resolution for that? I tried running the wallet on another PC and it won't sync.

Hi Viking,

So looking at this a little closer, I see the difficulty rose quickly over the last 4 blocks from 34-37 and we are due for a retarget.
I dont think the blockchain is out of sync, I think the diff is rather high since 5 people dropped off.

Let us not fear, this coin has a feature where if the chain gets stuck for more than one hour, the diff will decrease by 75%.  So in about 3 minutes we should be able to solve this block and roll again.





Whew, was starting to sweat there.

It looks like we rolled past block 37, so the rule worked.

So when that happens, it spams the debug.log, and slows down the mining (exacerbating the actual issue).

Ill remove the spam tomorrow also while working on the miner.


5542  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 02:17:27 AM
CIRCULATION RATE: DECREASE BY 10% PER YEAR?? wooww.. amazing, this project will promising a successfully project.. good job.. any air drop or bounty will be held?

Thanks, the airdrop Is a good idea, and also a faucet would be nice.  I am up for contributing a few hundred $ for part of the airdrop, but I have to look into how that is done technologically.
5543  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 02:11:02 AM
Problems I have encountered:

No Blocks being found - been running mining for 45 minutes
Opening the wallet on a new PC often causes syncronisation issues where the wallet wont sync (I tried on 2 different PCs).

Guys- it mines fine on windows and linux (Im running one wallet on each node) and have mined a few blocks out of our 30.
Remember with 7 minute blocks, it could take a few hours to generate a block with 19 miners running right now (at least 19 are connected to the external node).  So please have patience.

As far as pegging the processor, tomorrow, I will look into modifying the code to max out all cores - I see in the bitcoinminer they do allow you to start one thread per core, so we will try that together tomorrow afternoon.



Roger that,ty!

In regards to issues with wallet not syncing - what is the resolution for that? I tried running the wallet on another PC and it won't sync.

Hi Viking,

So looking at this a little closer, I see the difficulty rose quickly over the last 4 blocks from 34-37 and we are due for a retarget.
I dont think the blockchain is out of sync, I think the diff is rather high since 5 people dropped off.

Let us not fear, this coin has a feature where if the chain gets stuck for more than one hour, the diff will decrease by 75%.  So in about 3 minutes we should be able to solve this block and roll again.

5544  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 02:04:09 AM
Problems I have encountered:

No Blocks being found - been running mining for 45 minutes
Opening the wallet on a new PC often causes syncronisation issues where the wallet wont sync (I tried on 2 different PCs).

Guys- it mines fine on windows and linux (Im running one wallet on each node) and have mined a few blocks out of our 30.
Remember with 7 minute blocks, it could take a few hours to generate a block with 19 miners running right now (at least 19 are connected to the external node).  So please have patience.

As far as pegging the processor, tomorrow, I will look into modifying the code to max out all cores - I see in the bitcoinminer they do allow you to start one thread per core, so we will try that together tomorrow afternoon.

5545  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 12:41:17 AM
type setgenerate true on debug from your official website windows wallet ,but my cpu use 0 .why
Try restarting wallet Cherry, then setgenerate over again, and also while it is re-running again, click Tools | Info | Open and scan debug log to see if miner crashed.  I havent heard of it yet, but it could say something like biblepayminer thread exiting etc.

5546  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 12:33:30 AM
"blocks": 24,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.0001952866346152673,
  "errors": "",
  "genproclimit": -1,
  "networkhashps": 0.1233739072052518,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true

i am minming now?

Yes sir.

Also your blocks match my blocks.

Others: you can do the 'getgenerate' also to see if you are mining.

i  use setgenerate true  and put gen=1 in conf

but my cpu still using 0 is it normal?

Check out miner.cpp, the miner basically consumes one thread, and constantly hashes about 65535 times and then sleeps for a couple milliseconds then starts over with a new nonce.  I really cant answer this exactly today, because CPUs have different core sizes and OSs might cause processes to sleep between thread interrupts etc.  I suppose we will need to address this in a way where we allow the user to run the miner on all cores and consume as much processor as possible- Im all for being as fair as possible but I can assure you everyone is running the same miner. 
5547  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 12:27:11 AM
Just got a message in the BiblePay inbox (contact@biblepay.org) that someone is running this on his sons AlienWare, so that is good news also.
5548  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 12:09:38 AM
any pool here ,i want to join BiblePay

You can still solo mine since the diff is so low.

That brings up an interesting point - should we support pools?  For now, if someone wants to write a pool, you are welcome to go for it  Cheesy.



Blocks mature at height N+100.
5549  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 24, 2017, 12:01:55 AM
santa@fanta:~/coins/biblepay/src# ./biblepay-cli getgenerate
true

santa@fanta:~/coins/biblepay/src# ./biblepay-cli getmininginfo
{
  "blocks": 24,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.0001952866346152673,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 0.1233739072052518,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true
}


Current block reward is 1,000 indeed? Why the large gap between 20,000 and 1,000?

Thats the block size, the reward is still 20,000.  It would only be 1,000 if Diff was much much higher and block solve times much lower than normal.
5550  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 11:55:17 PM
"blocks": 24,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.0001952866346152673,
  "errors": "",
  "genproclimit": -1,
  "networkhashps": 0.1233739072052518,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true

i am minming now?

Yes sir.

Also your blocks match my blocks.

Others: you can do the 'getgenerate' also to see if you are mining.
5551  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 11:49:11 PM
wallet out of sync


and i got this error when i write gen=1



Method not found (code -32601)




From the Debug | RPC Console | type "setgenerate true"
The gen=1 is for the .conf file.


Node.biblepay.org has 18 connections, so we are getting more popular!


Addnode:

addnode node.biblepay.org

To test the node from windows command line:

telnet node.biblepay.org 40000




5552  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 11:43:08 PM
New algo for botnet?
There was once a NYC school IT technician that loaded BTC on hundreds of PCs, so I suppose it could be, but of course do not condone it.
5553  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 11:35:22 PM
i cant mine with gen=1 code in wallet, can you tell us specific way?

The %appdata%\biblepaycore\biblepay.conf file must contain "gen=1" and be restarted, or alternatively, type setgenerate true from the rpc.

To verify you are mining, do a 'getgenerate'



5554  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 11:12:32 PM
So I spoke to Yuri from CCEX the other day, and he said he would list us on the exchange free of charge since we are a charitable org.

I will contact him again in a few days, and shoot for roughly the beginning of August for an exchange go live.

5555  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 11:05:53 PM
How I can mine this coin?
Do I just need to leave the wallet running or something else?
You can either leave the wallet running with gen=1 set in the config, or you can run the BiblePay headless daemon (biblepayd.exe).
5556  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 10:54:17 PM
Where's can we find information regarding the team that is driving this?


The lead dev is not sure if he wants to unmask yet.


5557  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 10:45:56 PM
Code:
Proof of Work has been replaced with Proof Of Biblehash (POB) - an algorithm that compensates full nodes participation,
  while preventing GPUs and ASIC by requiring full blockchain transaction referencing in the hashing function,
along with chained bible verses.  This means biblepay subsidizes full nodes that stay online.

I'm new to this algorithm,1st time heard, so this mean we have to set up a full node to get Biblepay ?

How much the block rewards ? is there any specific amount ?


The block reward is 20,000 BBP as long as the duration between blocks stays around 7 mins (if solved too fast, the reward is lower).
Yes, you have to run a full node in order to run the algo.  You can run the full node on linux or windows (wallet is at biblepay.org in downloads).

(Mac still requires self-compiling at this stage).
5558  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 10:39:54 PM
Sorry, but I do not understand how the blocks mined? CPU load at zero, but 1 block is already mined

That is just because difficulty is very low (< .0005) with only 5 of us or so online.  The POB algo will get harder as the bar is raised.


Usefulness of Coin:
The coin helps sponsor orphans, but attracts investors since we are deflationary.

5559  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 10:33:54 PM
Hmm, still waiting on a wallet connection. Hope I get one.


On the wallet connection:
telnet node.biblepay.org 40000
(We are on port 40000, looks like it is working, please try manually adding the node with addnode node.biblepay.org?) (Shouldnt have to).

Next:

What is diference PROOF OF BIBLEHASH with pow or pos:
POB is a flavor of POW, but since the algorithm contains all 31000 bible verses, it would be a feat to port it to an asic (since the results are md5 chained and encrypted), so it keeps the full nodes hashing on PCs, and keeps the energy consumption down.

Next:

May I use this coin if I'am atheist?  Grin

LOL, Yes of course.  As a community I hope we can help convince you that God exists (I am not starting a war, so please take that in a positive way).

5560  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay - New Coin Launch - Official Thread on: July 23, 2017, 10:17:30 PM
algo?wallet binary?POW?

Algo: BibleHash Algorithm (PC Only, no ASICs or GPUs)

Wallet Binary:  www.biblepay.org

Source: See OP Page 1 Post

Pow/Pos:  POW only, through BibleHashAlgo (No POS later)



Pages: « 1 ... 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 [278] 279 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!