Pages:
Author

Topic: [ANN] STRAKS - A POW/Masternode Cryptocurrency focused on e-commerce utility - page 16. (Read 144880 times)

sr. member
Activity: 588
Merit: 251
EVOS
#HitBTC devs are still working on the implementation for #STRAKS (#STAK). Delays are inevitable but we are reassured by the statement that they; "hope to provide you [STRAKS team] with the listing date very soon" - update off HitBTC Business Development team only 48 hours ago!

Big thanks.
There now just and news to those who strongly was interested in news. And as soon as will be at the exchange of this, here then fun probably will go. In general the exchange not bad and considering the moment of addition and complexity. I will study perhaps the project.
newbie
Activity: 126
Merit: 0
When does the airdrop end?
newbie
Activity: 49
Merit: 0
Hi guys,

Having trouble setting up the Treasury funding for STAK,
Using Unomp as stratum, and have set the rewardreceipent to 0.5 to address : 3K3bPrW5h7DYEMp2RcXawTCXajcm4ZU9Zh
But On finding a block, I still get the error: ERROR: ConnectBlock: treasury funding missing .

Which leads to this part of the source code:

// TREASURY Funding
    if(pindex->nHeight > 0) {
        // Coinbase transaction must include an output sending 5% of
        // the block reward to a treasury
        bool found = false;
        const CTransaction &tx = *(block.vtx[0]);

        CAmount treasuryVal = GetBlockSubsidy(
            pindex->nHeight, chainparams.GetConsensus()) * 0.05;

        // slow start - instamine protection
        if(pindex->nHeight <= PRE_SUBSIDY_HEIGHT)
            treasuryVal = 0.0;

        BOOST_FOREACH(const CTxOut& output, tx.vout) {
            if (output.scriptPubKey ==
                    Params().GetTreasuryRewardScriptAtHeight(pindex->nHeight))
            {
                if (output.nValue == treasuryVal) {
                    found = true;
                    break;
                }
            }
        }

        if (!found) {
            if(fDebug) LogPrintf("[squbs] ** rejecting block - treasury funding missing! **\n");
            return state.DoS(100, error("%s: treasury funding missing", __func__), REJECT_INVALID, "cb-no-treasury-funding");
        }
    }

What is the right approach here to get the treasury funding correct?

There are 4 treasury addresses, modulo 4.  That might be your issue.
member
Activity: 190
Merit: 11


http://BusyPool.com/


  • Zero Mining Fee - 0%
  • Servers hosted in Cloud
  • High Availability & Auto Failover with 1 Gbps Network Connection
  • Automatic payouts every hour
  • No registration required for pool


Mining Straks with lyra2v2 Algo

Code:
ccminer -a lyra2v2 -o stratum+tcp://busypool.com:4533 -u WALLET -p c=STAK

Communication Channels

  Discord  |  Telegram


newbie
Activity: 98
Merit: 0
Good project and must join airdrop. Grin Grin
And when will mining begin?
sr. member
Activity: 539
Merit: 251
Hi guys,

Having trouble setting up the Treasury funding for STAK,
Using Unomp as stratum, and have set the rewardreceipent to 0.5 to address : 3K3bPrW5h7DYEMp2RcXawTCXajcm4ZU9Zh
But On finding a block, I still get the error: ERROR: ConnectBlock: treasury funding missing .

Which leads to this part of the source code:

// TREASURY Funding
    if(pindex->nHeight > 0) {
        // Coinbase transaction must include an output sending 5% of
        // the block reward to a treasury
        bool found = false;
        const CTransaction &tx = *(block.vtx[0]);

        CAmount treasuryVal = GetBlockSubsidy(
            pindex->nHeight, chainparams.GetConsensus()) * 0.05;

        // slow start - instamine protection
        if(pindex->nHeight <= PRE_SUBSIDY_HEIGHT)
            treasuryVal = 0.0;

        BOOST_FOREACH(const CTxOut& output, tx.vout) {
            if (output.scriptPubKey ==
                    Params().GetTreasuryRewardScriptAtHeight(pindex->nHeight))
            {
                if (output.nValue == treasuryVal) {
                    found = true;
                    break;
                }
            }
        }

        if (!found) {
            if(fDebug) LogPrintf("[squbs] ** rejecting block - treasury funding missing! **\n");
            return state.DoS(100, error("%s: treasury funding missing", __func__), REJECT_INVALID, "cb-no-treasury-funding");
        }
    }

What is the right approach here to get the treasury funding correct?
full member
Activity: 728
Merit: 115
Can someone from HitBTC exchange team actually give us some more information regarding the problem they have with STRAKS listing?
Are they short on staff or there are some other problems regarding the coin itself?  Huh

It unusual to have so much delay if all other stuff are settled.
full member
Activity: 387
Merit: 102
#HitBTC devs are still working on the implementation for #STRAKS (#STAK). Delays are inevitable but we are reassured by the statement that they; "hope to provide you [STRAKS team] with the listing date very soon" - update off HitBTC Business Development team only 48 hours ago!

Big thanks.
newbie
Activity: 15
Merit: 0
Titan Mining
About us: The merger of DataPaw Mining and MyCryptoStats has opened its mining pool to the public come join us today!

Benefits:
• Ability to automatically mine to Titan Masternodes with our unique deposit addresses given through our Discord Bot for easy investing!
• Active developers adding more coins weekly and making sure everything runs smoothly!
• Friendly and helpful discord community ready to help you get started and figure out solutions!
• Support when you need it!  Contact us through Discord or from other means below!
• Low mining fee of 0.75%,
• Payouts every two hours!

Where to find us:
Discord: https://discord.gg/dhUyEqM
Email: [email protected]
Twitter: https://twitter.com/TitanCryptoMoon
Website: https://titan-mining.net/

Getting Started:
Nvidia:
Code:
ccminer.exe -a lyra2v2 -o stratum+tcp://pool.titan-mining.net:4533 -u  -p c=STAK,optionalRigName
AMD:  
Code:
sgminer --algorithm lyra2v2 -o stratum+tcp://pool.titan-mining.net:4533 -u  -p c=STAK
full member
Activity: 308
Merit: 111
I want to ask about the price Huh
What price you want to talk about? You can come to discord channel to discuss various topics.
jr. member
Activity: 147
Merit: 7
Türkiye'nin Bitcoin ve Altcoin Borsası
We continue to develop our stock market.
A professional chart has been added to the stock market.

Regards,
Bitexlive Team
http://bitexlive.com/
sr. member
Activity: 1204
Merit: 252
Will straks be more of a cryptcoin or paypal style payment processor or a credit card operator? About the chargeback, will the transactions be confirmed after confirmation?
sr. member
Activity: 676
Merit: 250
Nice to bring some fresh winds into the team, best of luck to all applicants.
member
Activity: 103
Merit: 14
Following extensive internal discussions and the resolution of various key issues, we are pleased to announce that STRAKS is looking to expand and add new brand management, marketing and public relations people to the team.  In total we are targeting five to six new members.

The roles to be filled are as follows, please follow the links for more detailed descriptions;

Brand and Product Manager
https://straks.co/t/brand-and-product-manager/220

Marketing and Social Media Manager
https://straks.co/t/marketing-and-social-media-manager/221

Community Manager and Public Relations
https://straks.co/t/community-manager-and-public-relations/222

Our existing moderator, PROXIMUS, will now fall under the umbrella of Community Moderator and Public Relations, and two additional members of the community have been selected unanimously for a total headcount of three for the Community Moderators and Public Relations role.  These members will be notified in due course.

Please note, the process for selecting a candidate will consist of:

1. Initial shortlist based off interest and fit
2. Internal discussion and views on short listed candidates
3. Very very brief Q&A session with the candidate

Please use the https://straks.co/ forum and reply directly to the posted role, or email the STRAKS team at [email protected], or directly message any member of the team via our Discord server.  Selected individuals will be contacted after stage two above.

We are not looking to make this an onerous and formal process.  We want people to join the team who share a passion for the project.  It is unfortunate that we cannot simply add everyone who shows interest or volunteers.  However, we fully expect the team to grow organically as the STRAKS project develops and positioning is adapted to market conditions.  Further opportunities to join the team will become available in the near future.
full member
Activity: 336
Merit: 100
STRAKS did a good job! Good team, go ahead and win the way.
Now what you need to do is to promote marketing better.
newbie
Activity: 42
Merit: 0
How do I update my old wallet? Download a new one?

Yes, exactly like that.  Wink
Before starting new wallet, backup your wallet.dat just in case something happens that could lead to corrupted file.

very well said, i agree completely.
full member
Activity: 728
Merit: 115
How do I update my old wallet? Download a new one?

Yes, exactly like that.  Wink
Before starting new wallet, backup your wallet.dat just in case something happens that could lead to corrupted file.
newbie
Activity: 16
Merit: 0
How do I update my old wallet? Download a new one?
newbie
Activity: 98
Merit: 0
This project is quite promising! Shocked
I want to ask about the price Huh
member
Activity: 238
Merit: 10
STRAKS Core has been updated and version 1.14.7.3 released.  Please update your wallets/masternodes at your earliest convenience.

Changes
* Protocol update to 70103
* Block validation issue fix
* Suppressed failed peer disconnect messages (for old peers)

STRAKS Release 1.14.7.3
https://github.com/straks/straks/releases/tag/1.14.7.3

STRAKS Docker Node Release 1.14.7.3
https://github.com/straks/straks-node
Pages:
Jump to: