Bitcoin Forum
June 28, 2024, 10:33:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [XRBC] ReddByteCoin PoW/PoS X11 | NO PREMINE  (Read 46538 times)
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 01:58:12 PM
 #41

Wallet Compilation Complete
Node Open redbcoinnode.ddns.net

Where Can I download windows wallet? I only use windows system for my computer.
how about the exchange and pool, Dev? Please give more details about your coin.
Wait. I'm working on Windows wallet.
After compilation, I will start to pool.

ok..but Node doesn't work
You are connected the Node
Synchronization error?
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:02:48 PM
 #42

If synchronization error, please delete .ReddByte folder and download new version of wallet.
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:10:34 PM
 #43

If synchronization error, please delete .ReddByte folder and download new version of wallet.

no...no Synchronization error...
(out of sync)
Number of connection 0

I Just compiled from git hub
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:15:32 PM
 #44

Please create the configuraion file.
Go to folder .ReddByte
Create file ReddByte.conf in text of file:
listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcallowip=*
rpcport=4530
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


Restart the Wallet
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:22:21 PM
 #45

Please create the configuraion file.
Go to folder .ReddByte
Create file ReddByte.conf in text of file:
listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcallowip=*
rpcport=4530
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


Restart the Wallet


in git hub The port is 4528, not 4530:
Technical specifications

PoW / POS hybrid
X11 algorithm
BlockTime - 60 sec
PoS reward - 40% per annum
Min. StakeAge - 5 min
Max. StakeAge - 90 days
RPC Port - 4528
default port - 4548 # ReddByteCoin

if different, please, change
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:26:41 PM
 #46

Create file ReddByte.conf in text of file:
listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcallowip=*
rpcport=4528
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:28:02 PM
 #47

so the port is 4528...correct?
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:30:09 PM
 #48

Yes port 4528
loutchano
Hero Member
*****
Offline Offline

Activity: 618
Merit: 500



View Profile WWW
January 04, 2017, 02:30:46 PM
 #49

dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }

blackice2013
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
January 04, 2017, 02:32:05 PM
 #50

Port is not important.

But still no sync to network.
 Sad
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:33:25 PM
 #51

Yes port 4528

this is my conf

listen=1
server=1
daemon=1
gen=1
rpcuser=rpcrdbyecoin
rpcpassword=randomr8wv0mrwcr
rpcallowip=*
rpcport=4528
port=4548
addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net

no, still does not sync
no connections
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:35:24 PM
 #52

dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }

Lol...


bloody hell
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:35:47 PM
 #53

dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }
main.cpp
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 200 * COIN; return nSubsidy;
   }
       else if(pindexBest->nHeight > 1)
   {
        nSubsidy = 200 * COIN / (1+(pindexBest->nHeight /1051200));
    }

This wallet no premine
blackice2013
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
January 04, 2017, 02:36:40 PM
 #54

But no sync !!  Huh Huh
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:41:32 PM
 #55

Who ip 93.40. etc. connected to my node?
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:42:40 PM
 #56

dev sais 0% premine


if (pindexBest->nHeight+1 == 1)
972 {
973 nSubsidy = 1000000 * COIN; return nSubsidy;
974 }
main.cpp
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 200 * COIN; return nSubsidy;
   }
       else if(pindexBest->nHeight > 1)
   {
        nSubsidy = 200 * COIN / (1+(pindexBest->nHeight /1051200));
    }

This wallet no premine

dev...

in git hub main.cpp:

// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 1000000 * COIN; return nSubsidy;
   }
    else if(pindexBest->nHeight < 2880)
   {
        nSubsidy = 200 * COIN;
    }
   else if(pindexBest->nHeight < 10000)
   {
        nSubsidy = 250 * COIN;
    }
   else if(pindexBest->nHeight < 12880)
   {
        nSubsidy = 200 * COIN;
    }
else if(pindexBest->nHeight < 43200)
Moondreams
Sr. Member
****
Offline Offline

Activity: 347
Merit: 250


View Profile
January 04, 2017, 02:47:00 PM
 #57

anyway...no connection
 Sad
blackice2013
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
January 04, 2017, 02:47:17 PM
 #58

True...

// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

   if (pindexBest->nHeight+1 == 1)
   {
      nSubsidy = 1000000 * COIN; return nSubsidy;
Redni
Sr. Member
****
Offline Offline

Activity: 370
Merit: 255


View Profile
January 04, 2017, 02:48:25 PM
 #59


addnode=reddbcoin.dlinkddns.com
addnode=redbcoinnode.ddns.net


This link contains pool with wrong configuration not nodes. If you connected to wallet and synchronized please tell you IP. This is node.
Denlon (OP)
Sr. Member
****
Offline Offline

Activity: 357
Merit: 251


View Profile
January 04, 2017, 02:49:46 PM
 #60

I just uploaded a git hub version 0.0.9.I wallet linux compilaion of new 1.0.0.I upload new version of git hub please wait.
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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!