Bitcoin Forum
May 01, 2024, 03:47:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BlueCoin (ß) | PoS Velocity | 10% Interest on: June 30, 2015, 03:58:55 PM
Hmmm...i can't send coins from my wallet to Bleutrade or any other address! Wallet is up to date, v1.3.0.0.
What is going on?
Yesterday I sent a ticket to the exchange and now the wallet is on the Bleautrade in maintenance mode
1102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | NEW BANKNODES | UPDATE 6/15/15 on: June 29, 2015, 03:49:39 AM
Please add my p2pool to OP: http://crypto.office-on-the.net:8776 - fee 0.5%

How do we redirect the miner to your pool, isnt it locked to either 1 or 2?

Thanks,
In hosts file add:
Code:
82.200.205.30     p2pool.website
Read this howto: http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file
And use:
Code:
clpts -o 1 -u ...
1103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | NEW BANKNODES | UPDATE 6/15/15 on: June 28, 2015, 08:34:43 PM
Please add my p2pool to OP: http://crypto.office-on-the.net:8776 - fee 0.5%
1104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★ [GMC] GameCredits - MANDATORY UPDATE • A Multi-Platform Gaming Currency [GMC]★ on: June 28, 2015, 06:27:39 PM
Is tested p2pool http://crypto.office-on-the.net:40004
Miners can connect, fee - 0%

Since I could not to find the source code p2pool http://p2pool.e-pool.net:8897, these nodes are not linked.
For those who wish, I can publish the source code
1105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EMD] Emerald Crypto Official Thread New Client v. 8.5.1 Update Now! on: June 26, 2015, 09:48:44 PM
Any alive nodes?
http://crypto.office-on-the.net:12125
1106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BlueCoin (ß) | PoS Velocity | 10% Interest on: June 17, 2015, 09:59:45 PM
Dev was last on 17 days ago (31 May).  

This does not inspire confidence when some users (myself included) are having problems with lost coin in the new wallet.

I've re-downloaded entire block chain and did re-scan 3 times now and the coin is still not confirmed.  

In my case, the missing coin is not due to a wrong fork.
Having had some confirmed in the midst of the unconfirmed disproves wrong fork theory.  The coin was there prior to upgrade.

What else can be tried to recover the coin?
http://www.multifaucet.tk/index.php?blockexplorer=BLU&address=BdFpsp9TuCDrWWCUEDQUJTbMEzxqdhGVet
- you have only 8 transactions.
http://blockexperts.com/blu/address/BdFpsp9TuCDrWWCUEDQUJTbMEzxqdhGVet
- 3829 transactions
This is a fork.
1107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, CAT bot, Loads of News! on: June 13, 2015, 03:13:07 PM
Hello, Can someone help me with the exclusivecoin.conf addnode...

I put this in the .conf file

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22621
port=22622
gen=0
server=1
addnode=178.62.229.182
addnode=104.131.112.9
addnode=168.62.178.174
addnode=199.116.117.126
addnode=node.minerpools.com
addnode=194.79.23.168
addnode=193.109.128.158
addnode=198.55.116.102
addnode=88.198.255.220

I have 0 connections to the ExclusiveCoin network.

Please help... Thanks...

addnode=104.236.88.91
addnode=108.61.10.90
addnode=137.135.57.119
addnode=151.236.14.155
addnode=154.58.77.119
addnode=176.9.140.183
addnode=176.9.63.136
addnode=178.118.176.135
addnode=178.222.74.190
addnode=188.230.237.32
addnode=192.95.29.153
addnode=192.99.0.112
addnode=192.99.35.133
addnode=198.105.120.69
addnode=199.103.61.149
addnode=204.11.237.233
addnode=213.46.130.236
addnode=23.21.204.34
addnode=46.10.239.70
addnode=50.149.211.203
addnode=62.221.89.173
addnode=67.160.158.66
addnode=73.178.212.116
addnode=76.26.82.101
addnode=77.251.15.108
addnode=77.78.55.107
addnode=82.200.205.30
addnode=84.105.11.242
addnode=84.238.242.252
addnode=94.23.29.195
addnode=96.58.166.85
1108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 19, 2015, 06:00:37 PM
Sorry, but how do you compute the network hashrate ?
I change the code in .../p2pool-bcr/p2pool/web.py

Code:
    def get_global_stats():
        # averaged over last hour
        if node.tracker.get_height(node.best_share_var.value) < 10:
            return None
        lookbehind = min(node.tracker.get_height(node.best_share_var.value), 3600//node.net.SHARE_PERIOD)

        nonstale_hash_rate = p2pool_data.get_pool_attempts_per_second(node.tracker, node.best_share_var.value, lookbehind)
        stale_prop = p2pool_data.get_average_stale_prop(node.tracker, node.best_share_var.value, lookbehind)
        diff = bitcoin_data.target_to_difficulty(wb.current_work.value['bits'].target)
        return dict(
            pool_nonstale_hash_rate=nonstale_hash_rate,
            pool_hash_rate=nonstale_hash_rate/(1 - stale_prop),
            pool_stale_prop=stale_prop,
            min_difficulty=bitcoin_data.target_to_difficulty(node.tracker.items[node.best_share_var.value].max_target),
            network_block_difficulty=diff,
            network_hashrate=(diff * 2**32 // node.net.PARENT.BLOCK_PERIOD),
        )
1109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 19, 2015, 05:15:00 PM

The first 3 blocks was ok http://crypto.office-on-the.net:8776/static/
Quote
just now   Tue May 19 2015 23:03:43 GMT+0600 (ALMT)   117693   00000e52ab9e99aff4c5134487b9c16d93c406fe56e1c9b72b5828d33999ac3e
3 minutes ago   Tue May 19 2015 23:00:58 GMT+0600 (ALMT)   117690   00000a09ec4d457fe04f5a71866af44af589009724ee40f5fe9ec9b240ae0f94
7 minutes ago   Tue May 19 2015 22:56:44 GMT+0600 (ALMT)   117689   000010ad3a8578deb92e29584f612c8138168fd6c4dbaf9a6462196099b397ba


Best.
Now, even if there is a problem with p2pool.website and bcrp2pool.website, there are other 2 pools to maintain active the network !
This I call decentralization Smiley
It is not right. P2pools must operate in one p2p network.
Now the has increased difficulty of the coin:
Quote
BCR network hashrate (estimate):    81.67 KH/s.
Greatly reducing the chance to get a block in solo.
I return parameters, the problem is not in my pool.
1110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 19, 2015, 05:07:41 PM

The first 3 blocks was ok http://crypto.office-on-the.net:8776/static/
Quote
just now   Tue May 19 2015 23:03:43 GMT+0600 (ALMT)   117693   00000e52ab9e99aff4c5134487b9c16d93c406fe56e1c9b72b5828d33999ac3e
3 minutes ago   Tue May 19 2015 23:00:58 GMT+0600 (ALMT)   117690   00000a09ec4d457fe04f5a71866af44af589009724ee40f5fe9ec9b240ae0f94
7 minutes ago   Tue May 19 2015 22:56:44 GMT+0600 (ALMT)   117689   000010ad3a8578deb92e29584f612c8138168fd6c4dbaf9a6462196099b397ba
1111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 19, 2015, 04:46:47 PM
...
Sawa, check to see if you are running the last version of the wallet.

I compiled the latest version of the wallet:

Code:
git clone https://github.com/bitcreditscc/bicreditsnew.git
cd bicreditsnew
./autogen.sh
CFLAGS="-fPIE" CXXFLAGS="-fPIE" LDFLAGS="-fPIE" ./configure --without-gui --with-incompatible-bdb
make install
bitcreditd --help
Bitcredit Core Daemon version v0.30.16.7-2927a46-dirty

Is it the latest version?

Yes, it's the last version.
Maybe because you do not use DB4.8 as DB support ?
No, it shall not affect
I disabled my node from p2p networks.
I check how it works autonomously.
1112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 19, 2015, 04:26:57 PM
...
Sawa, check to see if you are running the last version of the wallet.

I compiled the latest version of the wallet:

Code:
git clone https://github.com/bitcreditscc/bicreditsnew.git
cd bicreditsnew
./autogen.sh
CFLAGS="-fPIE" CXXFLAGS="-fPIE" LDFLAGS="-fPIE" ./configure --without-gui --with-incompatible-bdb
make install
bitcreditd --help
Bitcredit Core Daemon version v0.30.16.7-2927a46-dirty

Is it the latest version?
1113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XG] - [POS] - [650k XG] - [New RoadMap 15/04] on: May 18, 2015, 05:56:06 PM
No more exchanges?
1114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 18, 2015, 01:41:09 PM
Is there a issue with the network, we seem to be stalled at 116501, i notice the pool thinks it has found 116502 however all my peers are still reporting 116501.  Anyone else seeing anything different?

Thanks

I am seeing this

2015-05-18 00:50:05 InvalidChainFound: invalid block=0000100a58f11f188a062cca31bb0fb9bc4e3089fd3c4c2a34adbb6db698590a  height=116502  log2_work=35.644575  date=2015-05-18 00:50:12
2015-05-18 00:50:05 InvalidChainFound:  current best=0000028de284be28c8861c7abb27bc73a71b88959e670eaeaaa795635ac03ebe  height=116501  log2_work=35.644548  date=2015-05-18 00:01:53
2015-05-18 00:50:05 ERROR: ConnectTip() : ConnectBlock 0000100a58f11f188a062cca31bb0fb9bc4e3089fd3c4c2a34adbb6db698590a failed
2015-05-18 00:50:05 InvalidChainFound: invalid block=0000100a58f11f188a062cca31bb0fb9bc4e3089fd3c4c2a34adbb6db698590a  height=116502  log2_work=35.644575  date=2015-05-18 00:50:12
2015-05-18 00:50:05 InvalidChainFound:  current best=0000028de284be28c8861c7abb27bc73a71b88959e670eaeaaa795635ac03ebe  height=116501  log2_work=35.644548  date=2015-05-18 00:01:53

I found 116502, and now the network start working again. The correct 116502 block is here http://bitcredits.pw:8776/static/

I'm not sure, but seems that the problem is on this pool ... http://crypto.office-on-the.net:8776/static/
It's not a problem, it's orphan.
The problem is created by node: http://bitcredits.pw:8776/static/
This node has no peers, probably it was specially configured to work autonomously.
Quote
Node peers:    0 / 0    
http://bitcredits.pw:8776/peer_addresses = ""

So how other pools connected to p2p network and their speed is faster, they get the most of blocks.
If you are an owner of this node, please connect to others.
Stop the pool, delete .../p2pool-bcr/data directory (with all content), delete *.pyc files and change next parameters in file .../p2pool-bcr/p2pool/networks/bitcredit.py:
Code:
IDENTIFIER = 'b1dc7ed1dc11e0d1'.decode('hex')
PREFIX = 'ba0c05e7ad100301'.decode('hex')
BOOTSTRAP_ADDRS = '198.52.160.59:54003 198.52.160.60:8777 82.200.205.30:8777'.split(' ')
/* See the source code on GitHub: https://github.com/bitcreditscc/p2pool */
By doing so you will strengthen the p2p network and reduce the number of orphans.
1115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 17, 2015, 04:36:23 PM
Microsoft is a joke too... But you know, 95% of the people don't use Linux  Grin
You guess it. I'm using AVAST and I can't get into any of your pools.
I'd recommend you to change this unreliable antivirus software.
I am internet provider and several times avast prevented thousands of people access to the Internet after updating.
Avast recognized windows system .dll as viruses and removed them.

1116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 16, 2015, 10:46:57 AM
Avast is a free toy, not an antivirus.

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/1431772451/

http://crypto.office-on-the.net:8776/static/
Here is clean too https://www.virustotal.com/en/url/b3d549f209f3b10005f9fb09d3cfb2f9e00c81d749caaffb4b99f2c4bcb3ba92/analysis/1431772644/
1117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BITCREDIT | BANKNODES | P2P LENDING | CREDIT SYSTEM| MANDATORY UPDATE 3/5/15 on: May 15, 2015, 02:59:49 PM
New p2pool: http://crypto.office-on-the.net:8776/static/
1118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Exclusive Coin - Cryptsy/Bittrex, Fork is READY - UPDATE NOW! on: May 06, 2015, 08:45:09 PM
http://crypto.office-on-the.net:15999 p2pool works with the new wallet.
1119  Local / Майнеры / Re: [P2POOL] п2пулы на crypto.office-on-the.net (fee 0) on: May 06, 2015, 04:44:39 AM
Перенёс все пулы на новый сервер, более мощный. Старенький с ксеонами начал глючить.
Всё кто майнил на crypto.office-on-the.net перезапустите майнеры. Доменное имя осталось прежним, поменялся айпи адрес с 82.200.205.39 на 82.200.205.30.

Пару суток ноды на старом IP ещё будут работать
1120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BlueCoin (ß) | First DGW PoS X11 Hybrid | Custom EMA Algorithm on: April 27, 2015, 03:53:01 PM
Yes, I have the same problem with version "v1.2.1.0":
    "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."

Where is dev?
Pages: « 1 ... 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!