Bitcoin Forum
May 04, 2024, 10:51:47 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 83 »
  Print  
Author Topic: [ANN] official NovaCoin thread - the original PoS+scrypt coin.  (Read 282626 times)
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 21, 2013, 11:15:15 PM
 #281

Code:
{
    "account" : "",
    "category" : "immature",
    "amount" : 100.40000000,
    "confirmations" : 404,
    "blockhash" : "f5b9490fa77577381569418f7522f1076111c5004892b00a38ba68bb31664daf",
    "blockindex" : 1,
    "txid" : "dff392162e709bd6070ba397cedc0e60a75cb7ce80f5919155e182b13d1587e3",
    "time" : 1363643971
},

Suddenly found the PoS block.  Smiley Didn't thought that I have old INPUTs in the wallet, because done a lot of transactions in this month during the testing of p2pool fixes. Roll Eyes
1714819907
Hero Member
*
Offline Offline

Posts: 1714819907

View Profile Personal Message (Offline)

Ignore
1714819907
Reply with quote  #2

1714819907
Report to moderator
1714819907
Hero Member
*
Offline Offline

Posts: 1714819907

View Profile Personal Message (Offline)

Ignore
1714819907
Reply with quote  #2

1714819907
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714819907
Hero Member
*
Offline Offline

Posts: 1714819907

View Profile Personal Message (Offline)

Ignore
1714819907
Reply with quote  #2

1714819907
Report to moderator
1714819907
Hero Member
*
Offline Offline

Posts: 1714819907

View Profile Personal Message (Offline)

Ignore
1714819907
Reply with quote  #2

1714819907
Report to moderator
hanzac
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
March 22, 2013, 05:09:03 AM
 #282

Code:
{
    "account" : "",
    "category" : "immature",
    "amount" : 100.40000000,
    "confirmations" : 404,
    "blockhash" : "f5b9490fa77577381569418f7522f1076111c5004892b00a38ba68bb31664daf",
    "blockindex" : 1,
    "txid" : "dff392162e709bd6070ba397cedc0e60a75cb7ce80f5919155e182b13d1587e3",
    "time" : 1363643971
},

Suddenly found the PoS block.  Smiley Didn't thought that I have old INPUTs in the wallet, because done a lot of transactions in this month during the testing of p2pool fixes. Roll Eyes

You're so lucky. Wow, I'd say it's a big number!
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 22, 2013, 06:10:52 AM
 #283

Actually reward is 0.4 coins. Smiley

http://novacoin.ru/block/f5b9490fa77577381569418f7522f1076111c5004892b00a38ba68bb31664daf

But the 100 would have been nicer, of course. Cheesy
ryhel
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
March 24, 2013, 06:32:55 PM
 #284

I compared

forrestv - https://github.com/forrestv/p2pool/blob/master/p2pool/main.py
Balthazar - https://github.com/CryptoManiac/p2pool/blob/master/p2pool/main.py

I don't see

Code:
    parser.add_argument('-a', '--address',
        help='generate payouts to this address (default: <address requested from bitcoind>)',
        type=str, action='store', default=None, dest='address')


Why we can't set external novacoin address as default payout address?
Why you disabled this nice feature?
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 24, 2013, 06:49:29 PM
Last edit: March 24, 2013, 08:13:35 PM by Balthazar
 #285

It was removed due to NovaCoin's protocol limitations. For each block the NVC network requires digital signature from the owner of one of the destinations in coinbase transaction. Thus, the generation is possible only with addresses that belongs to miner. You are able to specify custom public key by editing cached_payout_pubkey file, but it's not recommended. It's risky due to possibility of invalid blocks generation.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 26, 2013, 09:51:32 PM
Last edit: March 26, 2013, 10:03:23 PM by Balthazar
 #286

v0.3.3 released. This release fixes entropy bit calculation problem, which was discovered yesterday.

Sources: https://github.com/CryptoManiac/novacoin/
Binary builds: https://sourceforge.net/projects/novacoin/files/

You need to update your nodes as soon as possible, otherwise you risk to be affected by blockchain fork which will happen soon (deadline is approximately ~30.03.2013) for unfixed clients.

P.S. Thanks to SunnyKing for help with investigating this issue.  Smiley
Sunny King
Legendary
*
Offline Offline

Activity: 1205
Merit: 1010



View Profile WWW
March 26, 2013, 10:32:43 PM
 #287

v0.3.3 released. This release fixes entropy bit calculation problem, which was discovered yesterday.

Sources: https://github.com/CryptoManiac/novacoin/
Binary builds: https://sourceforge.net/projects/novacoin/files/

You need to update your nodes as soon as possible, otherwise you risk to be affected by blockchain fork which will happen soon (deadline is approximately ~30.03.2013) for unfixed clients.

P.S. Thanks to SunnyKing for help with investigating this issue.  Smiley

You are welcome Balthazar.

Please note block chain re-download is required for this upgrade to function properly.

ppcoin is not affected by this issue which is introduced by p2pool support for novacoin.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 26, 2013, 10:49:44 PM
 #288

I changed blkindex format, so users are forced to re-download blockchain before new client will be able to function. Roll Eyes

P.S. Sent alert, it will affect 60002 and 60003.
hanzac
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
March 26, 2013, 11:12:24 PM
 #289

Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 26, 2013, 11:33:47 PM
 #290

Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. Roll Eyes

P.S. tried to start p2pool with 0.3.3, it works fine.  Cool
hanzac
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
March 26, 2013, 11:44:50 PM
 #291

Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. Roll Eyes

P.S. tried to start p2pool with 0.3.3, it works fine.  Cool

P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh

I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable?

BTW, I also notice that the p2pool running behind the route always has 0 incoming connections, does the upnp work?
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 26, 2013, 11:48:32 PM
Last edit: March 27, 2013, 12:00:51 AM by Balthazar
 #292

Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. Roll Eyes

P.S. tried to start p2pool with 0.3.3, it works fine.  Cool

P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh

I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable?
Are the 9777 & 6667 ports accessible for outcoming connections? That's required for p2pool.

My case (I'm behind the NAT):

Quote
2013-03-27 03:53:33.839000 P2Pool: 5769 shares in chain (2923 verified/5769 total) Peers: 6 (0 incoming)

// I'll back few hours later.
hanzac
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
March 27, 2013, 12:00:28 AM
 #293

Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. Roll Eyes

P.S. tried to start p2pool with 0.3.3, it works fine.  Cool

P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming)
Local: 0H/s in last 0.0 seconds Local dead on arrival: Huh Expected time to share: Huh

I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable?
Are the 9777 & 6667 ports accessible for outcoming connections? That's required for p2pool.

My case (I'm behind the NAT):

Quote
2013-03-27 03:53:33.839000 P2Pool: 5769 shares in chain (2923 verified/5769 total) Peers: 6 (0 incoming)

I think yes, I've used following cmd to turn off iptables:
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT

it works last week, this week I found I can't connect to external peers.

The following ports are opened, after I run p2pool:

Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:8344          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:7777            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:8336            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:9777            0.0.0.0:*               LISTEN
tcp6       0      0 :::22                   :::*                    LISTEN
tcp6       0      0 :::111                  :::*                    LISTEN
udp        0      0 0.0.0.0:43218           0.0.0.0:*
udp        0      0 0.0.0.0:111             0.0.0.0:*
udp        0      0 0.0.0.0:750             0.0.0.0:*
udp        0      0 0.0.0.0:5353            0.0.0.0:*
udp6       0      0 :::111                  :::*
udp6       0      0 :::750                  :::*

It seems that there's no 6667 port, how it is opened?
meebs
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
March 27, 2013, 03:27:06 AM
 #294

Is it possible to generate stake while having the wallet encrypted? (using QT client) I found that with PPC I was never able to do so as it said stake couldn't be generated due to a locked wallet...

              ▄▄▄█████████████▄▄▄
           ▄████████▀▀▀▀▀▀▀████████▄
        ▄██████▀▀             ▀▀██████▄
      ▄█████▀▀                    ▀▀█████▄
     █████▀                          ▀█████
    ████▀          ▄▄███████▄▄         ▀████
   ████▌        ▄██▀▀▀    ▀▀▀██▄        ▐████
  ████▌       ▄██▀            ▀██▄       ▐████
 ▐████       ██▀   ▄▄█▀▀▀█▄▄    ▀██       ████▌
 ████▌      ▐█▌   █▀  ▄▄   ▀▀             ▐████
▐████       ██  █▌  █▌ █████████████      ████▌
▐████       ██  ▐█  ▐█                     ████▌
▐████       ██  █▌  █▌ █████████████      ████▌
 ████▌      ▐█▌   █▄  ▀▀   ▄▄    ██▀      ▐████
 ▐████       ██▄   ▀▀█▄▄▄█▀▀    ██▌       ████▌
  █████       ▀██▄            ▄██▀       █████
   █████        ▀██▄▄▄    ▄▄▄██▀        █████
    █████          ▀▀███████▀▀         █████
     █████▄                          ▄█████
      ▀█████▄▄                    ▄▄█████▀
        ▀██████▄▄             ▄▄██████▀
           ▀████████▄▄▄▄▄▄▄████████▀
              ▀▀▀█████████████▀▀▀
Global Cryptocurrency
          ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

  DECENTRALISING PRODUCTION, LOGISTICS AND PAYMENT 
                ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   3D SERVICE      32 BAY     GCC WEBWALLET
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

maunderingcabal
Full Member
***
Offline Offline

Activity: 154
Merit: 100


Don't dwell in the past, don't dream of the future


View Profile WWW
March 27, 2013, 03:38:23 AM
 #295

I have the latest version of the wallet and it says warning checkpoint too old. wait for block to download, or notify dev.... and it's doing nothing. What am I doing wrong?

You like my post? Buy me a beer for ฿0.01
13KKQYQLmDFaTtcoPDtnt3My1PPUdcc8AL
My website/blog/bitcoin store
hanzac
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
March 27, 2013, 03:54:44 AM
 #296

I have the latest version of the wallet and it says warning checkpoint too old. wait for block to download, or notify dev.... and it's doing nothing. What am I doing wrong?

I think check point old is not a big issue, I also have this warning but it works fine.
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 27, 2013, 04:29:02 AM
Last edit: March 27, 2013, 04:45:53 AM by Balthazar
 #297

Quote
I have the latest version of the wallet and it says warning checkpoint too old. wait for block to download, or notify dev.... and it's doing nothing. What am I doing wrong?

It's just information message, you can ignore it. Anyway, it should disappear now.
maunderingcabal
Full Member
***
Offline Offline

Activity: 154
Merit: 100


Don't dwell in the past, don't dream of the future


View Profile WWW
March 27, 2013, 06:48:52 AM
 #298

I sent 1 nvc to that address as a test and it didn't show up. any ideas? Warning is still up?

You like my post? Buy me a beer for ฿0.01
13KKQYQLmDFaTtcoPDtnt3My1PPUdcc8AL
My website/blog/bitcoin store
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1358



View Profile
March 27, 2013, 06:52:05 AM
 #299

Is it possible to generate stake while having the wallet encrypted? (using QT client) I found that with PPC I was never able to do so as it said stake couldn't be generated due to a locked wallet...
Stake generation is impossible while your wallet is locked.
maunderingcabal
Full Member
***
Offline Offline

Activity: 154
Merit: 100


Don't dwell in the past, don't dream of the future


View Profile WWW
March 27, 2013, 06:56:08 AM
 #300

I just deleted the block file and I'm trying to download again. Maybe My payment will show up then?

You like my post? Buy me a beer for ฿0.01
13KKQYQLmDFaTtcoPDtnt3My1PPUdcc8AL
My website/blog/bitcoin store
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 83 »
  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!