Pages:
Author

Topic: [GBIT] GRAVITYBITS - SHA256 - POW/hiPOS - GravityBits Auctions - page 6. (Read 12894 times)

newbie
Activity: 17
Merit: 0
rpc port? node? conf?


Code: (GravityBits.conf)
listen=1
daemon=1
gen=0
rpcuser=USERNAME
rpcpassword=STRONGPASSWORD
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcthreads=25
rpcport=49011
addnode=seed1.gravitybits.xyz
addnode=seed2.gravitybits.xyz
hero member
Activity: 490
Merit: 504
hero member
Activity: 490
Merit: 504
Sorry, my mistake.  Its a process that we used with mxe.

means its safe to install the wallet?
full member
Activity: 151
Merit: 100
rpc port? node? conf?
newbie
Activity: 17
Merit: 0
Sorry, my mistake.  Its a process that we used with mxe.
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
newbie
Activity: 17
Merit: 0
That's not a picture from our code.
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Not 100% sure, but:


Code:
Gspawn-win32-helper-console.exe is a type of EXE file associated with Third-Party Software developed by The Gimp Team for the Windows Operating System.


Dev ?
hero member
Activity: 490
Merit: 504
newbie
Activity: 17
Merit: 0
Can you give more info about block rewards please? Thanks

Blocks         Block Reward      Amount of Blocks       Rewards in range
1      500              1000                                     500       500,000.00
501      2500      500                                    2000       1,000,000.00
2501      4500      250                                    2000       500,000.00
4501      10000      100                                    5500       550,000.00
10001   15000      50                                    5000       250,000.00
                     
                     
hiPos Blocks         Block Reward      Amount of Blocks      Rewards in range
15001   16000      250                                1000       250,000.00
16001   20000      25                                4000       100,000.00
20001   25000      8                                5000       40,000.00
25001   25500      500                                  500       250,000.00
25501   35000      50                                 9500       475,000.00
35001   36000      25                                 1000       25,000.00
36001   50000      12                               14000       168,000.00
50001   75000      3                                25000       75,000.00
75001   100000      6                                25000       150,000.00
100001   200000      2                               100000       200,000.00
200001   300000      8                              100000       800,000.00
                     
After 14% yearly * Subject to change after first full year.                  Total GBIT    5,333,000.00
legendary
Activity: 1302
Merit: 1001
7 guys mining and one with 100 th mining the shit out of this coin
its dead before it really begins
legendary
Activity: 1421
Merit: 1001
legendary
Activity: 2688
Merit: 1240
Can you give more info about block rewards please? Thanks

First come, first serve:

    int64_t nSubsidy = 0 * COIN;
 
    if(pindexBest->nHeight <= 500)
    {
        nSubsidy = 1000 * COIN;
    }
        else if(pindexBest->nHeight <= 2500)
    {
        nSubsidy = 500 * COIN;
    }
     else if(pindexBest->nHeight <= 4500)
    {
        nSubsidy = 250 * COIN;
    }
     else if(pindexBest->nHeight <= 10000)
    {
        nSubsidy = 100 * COIN;
    }
     else if(pindexBest->nHeight <= 15000)
    {
        nSubsidy = 50 * COIN;
    }
legendary
Activity: 1421
Merit: 1001
Can you give more info about block rewards please? Thanks
sr. member
Activity: 252
Merit: 250
Waiting for more informations before jumping in!
newbie
Activity: 17
Merit: 0
Weird commit here:

https://github.com/GravityBits/GravityBits/commit/5c60d23797365fccd4f1ddae4bfb12c07ce2515a

What did happen that the netmhhashps call got wrong ?!

Thanks for the tweet btw, but i'm currently out of capacity, good luck though, other pools will surely pick it up.

We were doing some testing with another app.

Thanks for the quick reply though.
legendary
Activity: 2688
Merit: 1240
Weird commit here:

https://github.com/GravityBits/GravityBits/commit/5c60d23797365fccd4f1ddae4bfb12c07ce2515a

What did happen that the netmhhashps call got wrong ?!

Thanks for the tweet btw, but i'm currently out of capacity, good luck though, other pools will surely pick it up.
hero member
Activity: 714
Merit: 500
All good the pool is online  Smiley
newbie
Activity: 17
Merit: 0
wallet  /setgenerate true/  not working ?

No CPU mining from wallet.  You can create a conf file and point a miner at the wallet.
Pages:
Jump to:
© 2020, Bitcointalksearch.org