Bitcoin Forum
May 02, 2024, 06:49:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 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 »
281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 14, 2018, 12:56:52 AM
Re-posting this for visibility.  Is anyone interested in helping out on the above R&D and creation of a spreadsheet?  It would help us in our next endeavor, integrating with IPFS by Christmas 2018.  Specifically, I would like to uncover which coin in production already mounts a filesystem, the end-user experience, and the speed in which the up-down works, and the reliability over time.

I hope you can find someone to do the comparison,  I'm not aware of any current coins that have file system mounting, though there may be some.

I was mining BURST for a while, and have 40-50tb of space I can throw together if need be... but i think we're a ways from needing that.
282  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 13, 2018, 11:21:00 PM
for the theme:

Quote
// Return name of current UI-theme or default theme if no theme was found
QString getThemeName()
{
    QSettings settings;
    QString theme = settings.value("theme", "").toString();

    if(!theme.isEmpty()){
        return theme;
    }
    return QString("bezaleel");  
}

also found this.. so conflicting messages, i'll submit a pull request so these are in sync
Quote
// Open CSS when configured
QString loadStyleSheet()
{
    QString styleSheet;
    QSettings settings;
    QString cssName;
    QString theme = settings.value("theme", "").toString();

    if(!theme.isEmpty()){
        cssName = QString(":/css/") + theme;
    }
    else {
        cssName = QString(":/css/light");  
        settings.setValue("theme", "light");
    }
    
    QFile qFile(cssName);      
    if (qFile.open(QFile::ReadOnly)) {
        styleSheet = QLatin1String(qFile.readAll());
    }
        
    return styleSheet;
}


283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 13, 2018, 11:07:26 PM
how soon do you see something in 'transaction' report? i have run it on minersofmen but within 45 minutes nothing yet showing up? Is it same as main pool about every hour it gives out shares?

In the wallet?   

Both of our pools pay out once a day I thought.
284  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 13, 2018, 10:31:46 PM
And which theme did you get as the default? Bezaleel or light theme?
Bezaleel
285  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 13, 2018, 06:29:43 PM
Thats true.  Yes, correct, and I remember testing bezaleel on a new windows box successfully (as the default) and on one of my new linux sancs successfully.

So it appears this was a bad test.

I wonder if the uninstall can be setup to remove the registry settings, or at least prompt you for it?

edit:  I deleted the registry keys and re-launched, it appears to select the new theme as default.
286  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 13, 2018, 05:53:09 PM
I already changed the default theme to Bezaleel, and heard replies back from new users that the default does load as bezaleel.

What kind of OS did you test this on?

I dont think we need a vote to change the default theme; its pretty much universally accepted that Bezaleel is the best (and was created with Anton to be better than the first generation default release).



If it was already installed/run then the registry settings would hold the old theme preference.

a re-install wouldn't update that setting
287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 13, 2018, 12:39:23 PM
I absolutely love the concept of mintnodes but the security aspect is the only thing that keeps me off. They could run away with everybody's funds at any moment and there would be no way to do anything about it (not even a face to search and destroy in case this happens).

I agree on the security aspect. I would never go all-in with my BBP there. Does anyone know a service that provides a shared masternode service that doesn't have this security aspect?

I don't see a way around the security issue at present,  i'd be open to suggestions

Currently the issue is without smart contracts to lock up the "wallet funds",  the masternode requires a single transaction to lock up an exact amount of BBP.
If this requirement was shifted to allow for multiple transactions, then it may be possible, but I believe this would be a significant change to how masternodes are setup.
288  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 11:45:10 PM
Is there a way to specify an address when solo POW mining?  I know it'll take a while for my wallet to run out of keys, but I'd rather not have to worry about it, since I share the wallet with a few computers.  I'm thinking of using one address for each computer, so I can easily identify which one mined the block.

Thanks!

I'm curious about this as well.

It seems the wallet generates a new payment key for each machine you mine on this remains fairly consistent.
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 08:23:28 PM
There is no other crypto that uses 40,000 (as of the date we launched), that is one thing I'm responsible for checking during initial development.  Its up to the lead dev to launch a coin with a certain port.  I used 40,000 based on a few factors (I wanted non-ephemeral but above 32767), these ports are not blocked as commonly by networks since they are used for some existing services.  However I wasnt aware of safetynet.  But I don't think thats a problem for a few reasons.

First, the communication protocol handshake would just hang up on us or us on them.
Next, I have heard of instances of coins launching and stomping (or sharing) another coins ports and technically, the bitcoin protocol has the ability to overcome this (the version message will negotiate to our network only) and it will only store our peers in peers.dat (ones whose version matches).

So even if another coin launched with 40,000 we would be OK.  It would result in more inefficiency for them and hopefully cause them to switch to a free port before they get too far along in life.

That's fair and makes sense,  thanks for clarifying.
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 08:00:36 PM
from mintnodes:
Quote
"The wallet is not locking masternode VIN transaction coins.  So when a withdraw is made the masternode VIN could get destroyed.  We are working on a solution for this in the near future but it will not be a shared masternode but full masternode hosting."

I've asked for more details, and/or an account we can track for this.

It may be related to how they build the nodes,  I thought masternode coins were locked from the client?

291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 06:29:24 PM
Just speculation but, I'm curious if there is another coin that is bigger and requires port 40000 for masternodes,  I could see this being considered a "technical issue"

The idea of a shared MN service like this using one server for 10+ different coin masternodes is great until there is a port conflict
292  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 05:21:54 PM
Other coins require sentinal, watchman is just a variation of that.   The fork thing makes sense.

I see. What kind of issues do other master nodes experience?

Hard to compare (besides gridcoin) because BiblePay has a lot of unique features.

Investors having hard time with bbp unless they can build their own master nodes. I think mintnodes is a great idea and we should work towards keeping them with BiblePay.

I'm trying to engage them, so far no response.
293  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 04:19:34 PM
Random fork this week and watchmen requirement doesn't help

Other coins require sentinal, watchman is just a variation of that.   The fork thing makes sense.
294  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 03:39:23 PM
Quote
Hello,

Due to technological incompatibilities, Mintnodes.com is discontinuing the BiblePay (BBP) Clusternode service.  

Please withdraw your coins by November 1, 2018.

Thanks,

Mintnodes.com Support Team

https://www.mintnodes.com

I've asked what the issue was, will let you know if there is anything we need to change.
295  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 12, 2018, 11:21:19 AM
Thanks everyone for all of your hard work on BBP recently.  With the stock market turning down this week, it seems financial instability is on the rise, and it is comforting that Biblepay exists as a fallback system.  All the hard work has made this happen, and the work in progress gives confidence in its future.

Just to mention a technical topic on my mind, I usually keep my wallet computer off, and turn it on each day and send a "exec podcupdate true" PODC update manually.  However, sometimes the wallet sends an update on its own at the same time, and one PODCupdate goes out with only the remainder of coins staked.  This would reduce my daily payment unless I wait 6 confirmations and send out a new one. Is there anyway to have it not send 2 updates in this case?  Not sure how many people update like this, but I thought I'd ask the question.

Best to all,
bbptoshi


This is similar to what happens if you run more than 1 wallet without the utxooverride.


In your case I think the simplest solution would be to either set gen=0 in the config since you are doing the send yourself,  or just let the wallet sync and sit a few minutes until it creates the transaction.




His response: "I can’t take the opinions of a religious cryptocurrency seriously."

Not being taken seriously is one of the first steps in the ladder to success.

I would consider it as a good sign.

It's still sharing us with the public even if he is trying to  insult us.
296  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Biblepay BBP Community Discussion Thread on: October 10, 2018, 09:30:22 PM
Regardless of whether Rob wants to participate or not, we can design an innovative whale-proof MN voting system that gives everyone equal voting power.

Lets think outside of the DASH box. I suggest a registration process where each staked MN investor is verified and added to a voter registration list. Each voter is assigned an ID via the same process used by legitimate crypto exchanges. Every registered voter gets one vote regardless of how many MNs they own. The majority vote wins. Anyone who wants to remain anonymous simply doesn't register to vote.

This type of democratic voting system would appeal to forward looking Christians interested in investing in a charitable coin where Christ is the only King.

Interesting idea,  how do you validate someone only has 1 identity?

And where would this service live,  on the blockchain?
297  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 10, 2018, 03:31:23 PM
I reached out to mintnodes,  seems they were unaware of the fork and said they would update right away.

298  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 10, 2018, 03:30:46 PM
what's the biblepay-cli instruction for resync, please? I'm using CLI version

thanks

Maybe you wallet has forked. Try to restart with resync.

run with -reindex
299  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BiblePay ✟ Governance ✟ Help Orphans ✟ PODC Cancer Mining ✟ Deflationary ✟ on: October 09, 2018, 02:13:39 PM
Please help me fill a shared masternode for BBP.

Only $1 per month per masternode.


You're not posting a link to the BBP Masternodes...
300  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Biblepay BBP Community Discussion Thread on: October 08, 2018, 02:49:10 PM
So do we want to propose a MN-vote-limit to Rob, or is it a waste of time?

From his public comments it sounds like a waste of time, but you can try.  If it was me I know exactly what would happen.. heh
Pages: « 1 2 3 4 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!