Bitcoin Forum
May 01, 2024, 03:01:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 66 »
1081  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 31, 2015, 01:07:24 PM
I think that in this situation there are two options:
1. Make another fork. Then from 199999 block will turn on the new version of the protocol. And wallets of old and new versions will stop communicating.
2. Or cancel the upgrade and return to the older version of the core.


Hmmm, looking at things from my PoV, the pools are already upgraded according to hack_, the upgraded version works as expected..... i think we should force everyone to upgrade, as most of the stragglers are multiple BN owners who just do not want the hassle.

We had a similar situation where people tried to exploit the compatibility between upgrades , and i think we should forge ahead now like we did then.

I am going to release an minor update that cuts off old clients... If anyone disagrees, i'm open to discuss the issue for the next few hours, but after that we have to act decisively.

If you think everything will work, do it. Smiley  

I am looking forward to placing my first BCR-backing bid.

Thanks for the support, my health is not yet back to 100% but i'll do what i can. It appears the exchange is stuck as well, we'll have to contact them.


Here's how we'll do it:-

The new version will be protocol 70009 on everything and will refuse to connect to older clients, meanwhile i will ask hack_ to upgrade again so that everyone can sync from the pools and avoid issues.

Last time when I checked, the p2pool was not working with the new wallet.

Please update de github and push the enforcing to, let's say 205000.

And we will see if the found it blocks are accepted by the new version.

As I understood it, there is no new version of the wallet. It has been announced only the number of communication protocol - 70009.
In order to p2pool work with this version of the protocol it is necessary to change in here:
https://github.com/bitcreditscc/p2pool/blob/master/p2pool/bitcoin/p2p.py#L21
these parameters
Code:
 version=70008,
to
Code:
 version=70009,
To get rid of old shares it would be right to change these parameters too:
https://github.com/bitcreditscc/p2pool/blob/master/p2pool/networks/bitcredit.py#L15
Code:
IDENTIFIER = 'b1dc7ed1dc11e0d1'.decode('hex')
PREFIX = 'ba0c05e7ad100301'.decode('hex')
And wait till bitcreditscc creates patch.
1082  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 31, 2015, 10:49:56 AM
I think that in this situation there are two options:
1. Make another fork. Then from 199999 block will turn on the new version of the protocol. And wallets of old and new versions will stop communicating.
2. Or cancel the upgrade and return to the older version of the core.

I am going to release an minor update that cuts off old clients... If anyone disagrees, i'm open to discuss the issue for the next few hours, but after that we have to act decisively.

All right. Absolutely the right choice.
1083  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 30, 2015, 06:23:36 AM
I think that in this situation there are two options:
1. Make another fork. Then from 199999 block will turn on the new version of the protocol. And wallets of old and new versions will stop communicating.
2. Or cancel the upgrade and return to the older version of the core.
1084  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 28, 2015, 01:53:54 PM
The problem is that many have not updated the wallet to the new version.

http://crypto.office-on-the.net:8776/ - new version of the wallet. Node is stopped
http://p2pool.website:8776 - new version of the wallet. Node is stopped
http://bcrp2pool.website:8776 - old version, Keep mining blocks with 50BCR value out.
Bitcredit Blockchain Explorer https://chainz.cryptoid.info/bcr/ - old version, shows blocks with 50BCR value out.

Dev, what are we gonna do?

The old and current master branch builds work fine, it's the RC versions that have stopped syncing at block 199999, as the bidding system isn't finalised yet.

Block reward was never meant to change from 50 BCR AFAIK?

From https://github.com/bitcreditscc/bicreditsnew/blob/master/src/main.cpp#L1490
Code:
    if (nHeight> 199999){ 
nSubsidy = 18* COIN;
1085  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 28, 2015, 01:27:28 PM
The problem is that many have not updated the wallet to the new version.

http://crypto.office-on-the.net:8776/ - new version of the wallet. Node is stopped
http://p2pool.website:8776 - new version of the wallet. Node is stopped
http://bcrp2pool.website:8776 - old version, Keep mining blocks with 50BCR value out.
Bitcredit Blockchain Explorer https://chainz.cryptoid.info/bcr/ - old version, shows blocks with 50BCR value out.

Dev, what are we gonna do?
1086  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 27, 2015, 07:59:14 PM
On https://bittrex.com/Status
Quote
Inactve    BCR    200015    1    18 minutes    Fri Aug 28 2015 00:52:35 GMT+0600
Wallet under maintenance

So many peers with wallets version 0.30.16.8 https://chainz.cryptoid.info/bcr/#!network
Latest blocks - 50 BCR:
Quote

Block Height   Age   Transactions   Value Out   Difficulty   Extracted by
200126   2 minutes    1   50.0 BCR   0.0000   P2Pool
200125   2 minutes    1   50.0 BCR   0.0000   P2Pool
200124   3 minutes    1   50.0 BCR   0.0000   P2Pool
200123   3 minutes    1   50.0 BCR   0.0000   P2Pool
200122   5 minutes    1   50.0 BCR   0.0000   P2Pool
=> FORK
1087  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | UPDATE NOW 26/08/15 | BID ON THE BLOCKCHAIN | ESCROW on: August 27, 2015, 07:53:02 PM
Same problem:

bitcredit-cli getinfo
{
    "version" : 301609,
    "protocolversion" : 70008,
    "walletversion" : 60000,
    "balance" :
    "darksend_balance" : 0.00000000,
    "blocks" : 199999,
    "timeoffset" : 0,
    "moneysupply" : 19594284.99810301,
    "connections" : 59,
    "proxy" : "",
    "difficulty" : 0.00001604,
    "testnet" : false,
    "keypoololdest" : 1440360763,
    "keypoolsize" : 2,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}

[debug.log]
...
2015-08-27 19:50:39 ERROR: AcceptBlockHeader : block is marked invalid
2015-08-27 19:50:39 ERROR: invalid header received
2015-08-27 19:50:39 ProcessMessage(headers, 9702 bytes) FAILED peer=57
2015-08-27 19:50:43 ERROR: AcceptBlockHeader : block is marked invalid
2015-08-27 19:50:43 ERROR: invalid header received
2015-08-27 19:50:43 ProcessMessage(headers, 9702 bytes) FAILED peer=44
2015-08-27 19:51:12 receive version message: /Section 32:0.30.16.8/: version 70008, blocks=200108, us=82.200.205.30:8877, peer=68, blockchain=Bitcredit
2015-08-27 19:51:12 ERROR: AcceptBlockHeader : block is marked invalid
2015-08-27 19:51:12 ERROR: invalid header received
2015-08-27 19:51:12 ProcessMessage(headers, 9791 bytes) FAILED peer=68
2015-08-27 19:51:49 receive version message: /Section 32:0.30.16.8/: version 70008, blocks=200108, us=82.200.205.30:8877, peer=69, blockchain=Bitcredit
2015-08-27 19:51:49 Added time data, samples 22, offset -22 (+0 minutes)
2015-08-27 19:51:51 ERROR: AcceptBlockHeader : block is marked invalid
2015-08-27 19:51:51 ERROR: invalid header received
2015-08-27 19:51:51 ProcessMessage(headers, 9791 bytes) FAILED peer=69
2015-08-27 19:51:51 ProcessMessages(addr, 31 bytes) : Exception 'CDataStream::read(): end of data' caught, normally caused by a message being shorter than its stated length
2015-08-27 19:51:51 ProcessMessage(addr, 31 bytes) FAILED peer=69
2015-08-27 19:52:14 receive version message: /Minato:0.30.16.8/: version 70008, blocks=200108, us=82.200.205.30:8877, peer=70, blockchain=Bitcredit
2015-08-27 19:52:14 Added time data, samples 23, offset +27 (+0 minutes)
2015-08-27 19:52:14 nTimeOffset = +0  (+0 minutes)
2015-08-27 19:52:14 ProcessMessages(addr, 31 bytes) : Exception 'CDataStream::read(): end of data' caught, normally caused by a message being shorter than its stated length
2015-08-27 19:52:14 ProcessMessage(addr, 31 bytes) FAILED peer=70
2015-08-27 19:52:14 ERROR: AcceptBlockHeader : block is marked invalid
2015-08-27 19:52:14 ERROR: invalid header received
2015-08-27 19:52:14 ProcessMessage(headers, 9791 bytes) FAILED peer=70
...
1088  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QTZ] Quartz - SHA - hiPOS! on: August 26, 2015, 04:50:00 PM
Any alive nodes?
1089  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | SPV WALLET IN TESTING on: August 21, 2015, 10:40:54 PM
Error compile from branch 0.30.19-rc2+ibtp
Code:
  CXX      libbitcredit_server_a-main.o
main.cpp: In function ‘int64_t GetBanknodePayment(int, int64_t)’:
main.cpp:1505:47: error: ‘blockvalue’ was not declared in this scope
  if(nHeight%900==0 && nHeight >199999) ret+= (blockvalue/5);
                                               ^
1090  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XG] - [POS] - [650k XG] - [New RoadMap 15/04] on: August 21, 2015, 09:34:13 PM

How to use this? Is it just me or does wallet crash from console?
My wallet runs on Linux.
I compiled it from https://github.com/XGCoin/XG.git source
xgd getinfo
{
    "version" : "v1.1.2.0",
...

crappy wallet, keeps crashing

My wallet runs several months without problems.
If he had created the problem, I would have turned it off.
For me this coin of little value.

if anyone can post directions to addnodes in a conf file that might work.
No more working nodes, except those that were listed earlier.
My node at IP 82.200.205.30, and
Code:
xgd getpeerinfo
[
    {
        "addr" : "122.168.42.81:54764",
        "services" : "00000001",
        "lastsend" : 1440192028,
        "lastrecv" : 1440192028,
        "conntime" : 1440154628,
        "version" : 60014,
        "subver" : "/Xgflubb:1.1.2/",
        "inbound" : true,
        "startingheight" : 493257,
        "banscore" : 0
    }
]
1091  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XG] - [POS] - [650k XG] - [New RoadMap 15/04] on: August 21, 2015, 02:17:13 PM

How to use this? Is it just me or does wallet crash from console?
My wallet runs on Linux.
I compiled it from https://github.com/XGCoin/XG.git source
xgd getinfo
{
    "version" : "v1.1.2.0",
    "protocolversion" : 60014,
    "walletversion" : 60000,
    "balance" :
    "newmint" : 0.00000000,                                                                                                          
    "stake" :
    "blocks" : 493424,                                                                                                              
    "timeoffset" : -13,                                                                                                              
    "moneysupply" : 715597.45806602,                                                                                                
    "connections" : 1,                                                                                                              
    "proxy" : "",                                                                                                                    
    "ip" : "82.200.205.30",                                                                                                          
    "difficulty" : {                                                                                                                
        "proof-of-work" : 0.37703664,                                                                                                
        "proof-of-stake" : 0.00029857                                                                                                
    },                                                                                                                              
    "testnet" : false,                                                                                                              
    "keypoololdest" : 1417419366,                                                                                                    
    "keypoolsize" : 101,                                                                                                            
    "paytxfee" : 0.00000000,                                                                                                        
    "mininput" : 0.00000000,                                                                                                        
    "errors" : ""                                                                                                                    
}
1092  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XG] - [POS] - [650k XG] - [New RoadMap 15/04] on: August 18, 2015, 10:20:57 PM
Blockchain at 2015-08-19: http://crypto.office-on-the.net/files/xg-20150819.zip 316M
1093  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XG] - [POS] - [650k XG] - [New RoadMap 15/04] on: August 16, 2015, 09:30:55 AM
i am staking & have 1 connection so someone is running a node, on a dead coin?
Probably it's dead.
Now there are 2 working nodes:
Code:
addnode=122.168.7.185:53894
addnode=82.200.205.30:52733
The last one is mine.
1094  Local / Альтернативные криптовалюты / Re: NovaCoin (scrypt PoW + PoS hybrid) [self-mod] on: August 15, 2015, 10:23:21 PM
https://explorer.novaco.in/ поломался.
Опять, что-то часто стал ломаться.
1095  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: July 24, 2015, 08:54:21 PM
P2pool node http://crypto.office-on-the.net:7903 has been updated to version fedb4fe-dirty
Node fee - 0%
Sgminer config:
Code:
sgminer -k x11mod -o stratum+tcp://crypto.office-on-the.net:7903 -u YourDASHPayoutAddress -p x --expiry 1 --scan-time 1 --queue 0 --no-extranonce
1096  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRV]Travelcoin|X11|POW+POS|Travelling together|Crowdsale.io on: July 20, 2015, 05:08:48 PM
Dev, add p2pool to OP: http://crypto.office-on-the.net:17533

Config for sgminer:
Code:
sgminer -k x11mod -o stratum+tcp://crypto.office-on-the.net:17533 -u YourTRVPayoutAddress -p x --expiry 1 --scan-time 1 --queue 0 --no-extranonce

how can i check the status?
I'm mining but how the hell i can find my (un)confirmed coins? For now i dont know if ur stealing my coins, also because i didnt get 1 coin in my wallet?

I dont say u are stealing my hashrate, but i just want to see what my status from mining is.

Also the link on ur profile for ur pool site is not working Smiley
If you don't see status page then maybe URL or IP of my site  blocked by AVAST antivirus, I wrote in a support but they do nothing.
I checked at https://www.virustotal.com
http://crypto.office-on-the.net/
The site is clean: https://www.virustotal.com/en/url/22cc43d3976f2507a73b3993b6d19fbd61be8b0ff03e85810896fc754dcab17c/analysis/1437411756/

http://crypto.office-on-the.net:17533
Here is clean too https://www.virustotal.com/en/url/10221fba858b284bdb12485429aa6e4439d0901bda7a1864d536a8d1815d91d9/analysis/1437411872/

If you want to see a status on the site it's enough to add my site to the exclusion list of avast, or use another antivirus.

I see that you tried to mine on my node with address TnvCqjMhJvtJwrQqDUVdy1VLeocaNf3gxo, but very short time - it's not enough to get blocks.

1097  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRV]Travelcoin|X11|POW+POS|Travelling together|Crowdsale.io on: July 20, 2015, 03:06:40 PM
Dev, add p2pool to OP: http://crypto.office-on-the.net:17533

Config for sgminer:
Code:
sgminer -k x11mod -o stratum+tcp://crypto.office-on-the.net:17533 -u YourTRVPayoutAddress -p x --expiry 1 --scan-time 1 --queue 0 --no-extranonce
1098  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MONA] Monacoin LAUNCHING 2014/01/01 0:00 GMT on: July 19, 2015, 10:42:29 AM
I raised a node http://crypto.office-on-the.net:9904 in April with 0% fee. During this time no one mined but me. In fact, I mined in solo.
Maybe the problem is that monacoin has high difficulty and it needed to attract at least 70 MH/s hashrates to receive at least a block in a day.
My impression is that no one needs this node. I'll let it work for a week, and if the situation does not change i will close it.
1099  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: July 19, 2015, 10:11:48 AM
Try to add this node:
Code:
addnode=82.200.205.30
1100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ [GMC] GameCredits - MANDATORY UPDATE • A Multi-Platform Gaming Currency [GMC]★ on: July 01, 2015, 07:02:29 PM
p2pool source:
~/p2pool-rav/p2pool/bitcoin/networks/gamecredits.py
Code:
import os
import platform

from twisted.internet import defer

from .. import data, helper
from p2pool.util import pack


P2P_PREFIX = 'fbc0b6db'.decode('hex')
P2P_PORT = 40001
ADDRESS_VERSION = 38
RPC_PORT = 40002
RPC_CHECK = defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'gamecreditsaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        ))
SUBSIDY_FUNC = lambda height: 25*100000000 >> (height + 1)//840000
POW_FUNC = lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data))
BLOCK_PERIOD = 90 # s
SYMBOL = 'GMC'
CONF_FILE_FUNC = lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'gamecredit') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/gamecredit/') if platform.system() == 'Darwin' else os.path.expanduser('~/.gamecredit'), 'gamecredit.conf')
BLOCK_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/address/'
TX_EXPLORER_URL_PREFIX = 'http://gmc.cryptocloudhosting.org:3001/tx/'
SANE_TARGET_RANGE = (2**256//100000000 - 1, 2**256//1000 - 1)
DUMB_SCRYPT_DIFF = 2**16
DUST_THRESHOLD = 0.03e8


~/p2pool-rav/p2pool/networks/gamecredits.py
Code:
from p2pool.bitcoin import networks

PARENT = networks.nets['gamecredits']
SHARE_PERIOD = 15 # seconds
NEW_SHARE_PERIOD = 15 # seconds
CHAIN_LENGTH = 24*60*60//10 # shares
REAL_CHAIN_LENGTH = 24*60*60//10 # shares
TARGET_LOOKBEHIND = 60 # shares
SPREAD = 150 # blocks
NEW_SPREAD = 150 # blocks
IDENTIFIER = '5a1a4884fb33717d'.decode('hex')
PREFIX = '878022b63d4b7ea2'.decode('hex')
P2P_PORT = 40003
MIN_TARGET = 0
MAX_TARGET = 2**256//2**20 - 1
PERSIST = False
WORKER_PORT = 40004
BOOTSTRAP_ADDRS = ' '.split(' ')
ANNOUNCE_CHANNEL = '#p2pool-gmc'
VERSION_CHECK = lambda v: True
VERSION_WARNING = lambda v: 'Upgrade GameCredits to >= 0.9.4.3!' if v < 90403 else None

I closed my p2pool - not enough resources on the server
Pages: « 1 ... 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 66 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!