Bitcoin Forum
December 04, 2023, 07:53:32 PM *
News: Latest Bitcoin Core release: 25.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [EMC] EMERCOIN|崛起币 ★ Blockchain Service Platform ★ PoS | PoW | BTC merge-mined on: May 09, 2019, 04:51:58 PM
this is price chart.
question was about development.

https://github.com/emercoin/emercoin/graphs/commit-activity
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: November 27, 2018, 06:44:26 PM
Other two pears:

Code:
{
"addr" : "82.7.189.241:34162",
"services" : "00000001",
"lastsend" : 1543344179,
"lastrecv" : 1543344179,
"conntime" : 1543343346,
"version" : 60013,
"subver" : "/Satoshi:1.0.1.3/",
"inbound" : false,
"startingheight" : 2466679,
"banscore" : 0
},
{
"addr" : "95.216.23.211:34162",
"services" : "00000001",
"lastsend" : 1543344179,
"lastrecv" : 1543344178,
"conntime" : 1543343379,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 413262,
"banscore" : 0
}
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: November 27, 2018, 06:27:00 PM
Actually, 3 connections:

Code:
19:26:00

getpeerinfo


19:26:00

[
{
"addr" : "73.193.117.192:34162",
"services" : "00000001",
"lastsend" : 1543343111,
"lastrecv" : 1543343122,
"conntime" : 1543342810,
"version" : 60013,
"subver" : "/Satoshi:1.0.1.3/",
"inbound" : false,
"startingheight" : 2413058,
"banscore" : 0
},
{
"addr" : "5.196.190.82:34162",
"services" : "00000001",
"lastsend" : 1543343111,
"lastrecv" : 1543343122,
"conntime" : 1543342824,
"version" : 60013,
"subver" : "/Satoshi:1.0.1.3/",
"inbound" : false,
"startingheight" : 2466668,
"banscore" : 0
},
{
"addr" : "76.171.34.102:34162",
"services" : "00000001",
"lastsend" : 1543343103,
"lastrecv" : 1543343111,
"conntime" : 1543342848,
"version" : 60013,
"subver" : "/Satoshi:1.0.1.3/",
"inbound" : false,
"startingheight" : 2466668,
"banscore" : 0
}
]
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: November 27, 2018, 06:14:57 PM
This is the node in my configuration:

Code:
addnode=45.60.11.241
addnode=104.236.15.120
addnode=104.42.224.48
addnode=128.199.186.111
addnode=141.101.134.84
addnode=174.19.244.228
addnode=174.68.73.162
addnode=176.87.34.80
addnode=189.132.222.76
addnode=194.88.142.114
addnode=195.241.172.90
addnode=47.137.162.206
addnode=67.87.74.15
addnode=76.14.221.195
addnode=82.12.250.230
addnode=82.196.11.189
addnode=82.196.13.206
addnode=83.85.26.94
addnode=97.117.161.222
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: November 10, 2018, 04:34:01 PM
hi,

I have 4 active connections and it is downloading the chain
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | update v.1.5.2.0 released on: July 22, 2018, 04:37:36 PM
hi,

actually I have erros on compile the source on server:

Code:
/opt/multi-pool/src/incakoin-new/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2  -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/opt/multi-pool/src/incakoin-new/src -I/opt/multi-pool/src/incakoin-new/src/obj -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/rpcwallet.d -o obj/rpcwallet.o rpcwallet.cpp
In file included from IncaKoinrpc.h:16:0,
                 from rpcwallet.cpp:8:
json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^
rpcwallet.cpp: In function ‘json_spirit::Value repairwallet(const Array&, bool)’:
rpcwallet.cpp:1720:66: error: no matching function for call to ‘CWallet::FixSpentCoins(int&, int64&)’
     pwalletMain->FixSpentCoins(nMismatchSpent, nBalanceInQuestion);
                                                                  ^
In file included from rpcwallet.cpp:6:0:
wallet.h:303:10: note: candidate: void CWallet::FixSpentCoins(int&, int64&, int&, bool)
     void FixSpentCoins(int& nMismatchSpent, int64& nBalanceInQuestion, int& nOrphansFound, bool fCheckOnly = false);
          ^
wallet.h:303:10: note:   candidate expects 4 arguments, 2 provided
makefile.unix:153: recipe for target 'obj/rpcwallet.o' failed
make: *** [obj/rpcwallet.o] Error 1

7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | update v.1.5.2.0 released on: July 11, 2018, 06:32:05 PM
Maybe I can reopen the old nka pool at my multi-pool.info domain.
Howerver I need to set up the server from scartch again (now it is power off without disk) and recover pool DB and setting from old backup
Man that would be cool to have you running a pool for us again Ping me your address and I’ll get some Coín your way.

Thanks, no need of coins, I only need maybe 7 to 10 days to set up all again  Smiley
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | update v.1.5.2.0 released on: July 11, 2018, 05:51:46 PM
cann't find pool, please someone can help?

kind regards

here you go http://brutum-pool.com/

The above pool is now showing 502 Bad Gateway

Maybe I can reopen the old nka pool at my multi-pool.info domain.
Howerver I need to set up the server from scartch again (now it is power off without disk) and recover pool DB and setting from old backup
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | update v.1.5.2.0 released on: June 13, 2018, 06:33:42 PM
Can anyone explain how I can store the IncaKoin block chain in a different hard drive and directory where I have more room?
hi,

use the
Code:
-datadir=
as command line paramether and put there the path where you want to store the blockchain
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NEW FuelCoin - FC2 Re-Distribution x11/pos 2% interest on: January 31, 2018, 06:18:50 PM
I sync and it has many connections too.

Those are my nodes:

Code:
addnode=45.60.11.241
addnode=104.236.15.120
addnode=104.42.224.48
addnode=128.199.186.111
addnode=141.101.134.84
addnode=174.19.244.228
addnode=174.68.73.162
addnode=176.87.34.80
addnode=189.132.222.76
addnode=194.88.142.114
addnode=195.241.172.90
addnode=47.137.162.206
addnode=67.87.74.15
addnode=76.14.221.195
addnode=82.12.250.230
addnode=82.196.11.189
addnode=82.196.13.206
addnode=83.85.26.94
addnode=97.117.161.222
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Latest update v.1.5.0.0 on: January 10, 2018, 09:47:35 PM
I would like to purchase an account there if it's possible.  They closed the registration. 

Sorry, I still use it from time to time.

Actually 50% or more trading platform have registration blocked (I'm still attending the confirmation on some registrations done one month ago!)
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Latest update v.1.5.0.0 on: January 10, 2018, 08:51:08 PM
Does anyone have TradeSatoshi account?

I trade a lot in the past on TradeSatoshi
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Latest update v.1.5.0.0 on: January 08, 2018, 06:02:47 PM
On cryptopia doge and ltc market are paused.What is happened?

They are closing it now as they did not know how many times it takes to reopen  Sad
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.1 on: December 22, 2017, 07:10:50 AM
We need to have more people step in here.  I have been running the wallet and usually just two active connections to the network.  I am not sure if that means that's the total number of people staking.  If there are other nodes, does that mean there could be others online staking Growthcoin?  The problem with my wallet is that there are thousands of tiny fractional payments, and I can't send to an exchange without using coin control to select each payment.   I did a sort by size and did select some of the higher ones, but now it's down to ones that are like 1.x size or below.  I checked the error type and did see some people talk about this error.  I can't post it now but just wanted people to know that my staking computers are filled up with other wallets and so this one needs more support.   

I take it opens one time a week, maybe I will increase the open time to 2 or 3.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Mandatory update v.1.5.0.0 on: September 24, 2017, 11:06:42 AM
it will take 35 days to mature and then you will receive 9% in pos and then there goes 35 days again before the next 9%.

I see that when I allow POS mining in my wallet, a block is find in less that 3 seconds (in average one every 2 seconds): I test this for 12 minutes (more that 320 blocks mined).
Instead POW mining takes more that 30 seconds to achieve (even 1 minutes).

Is the POS difficulty recalculation to slow in updating it?
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Mandatory update v.1.5.0.0 on: September 16, 2017, 01:03:48 PM
are you saying that if i dont use password then there is a chance it would fork the network?

Seems like that. Unlock after your wallet is fully synced. Looks like I need to encrypt all my POS wallets.

there always is a risk involved with pos coins that this can happen. really it is basic security to encrypt anyway regardless :-)


It's off topic, but I did not really understand why a wallet allows to have pos mining if it is still downloading a blockchain! It is like allowing to send coins on your wallet even if the blockchain is not full syncronized. It seems that the programmer that first code the POS functions did not implement a simple check to prevent problem.

As not all wallet are encrypetd (think for example at pools), you can still using the "reservebalance=987654321" option in conf file to prevent POS.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Mandatory update v.1.5.0.0 on: September 13, 2017, 01:18:18 PM
why am I mining  currency for 24-hourat in Brutum-pool and still have not received anything?
is it another coin for the bath?
there is no other pool?
wallet:NU4jLSkURsstuwmbEMaKLNnFyUajDdxeEq

and also

NdYvsYqP5htQ86UhptRDnsH4qHggZHAyFH

it is probably normal as 1000 confirmations are still a good amount of time to reach (I'm mining from 3 days on that pool, but my wallet is still syncronizing to the chain, so I can not know if I get payout already).

Back in time when i run Incakoin pool on multi-pool.info, I execute the payout after 250 confirmations by anticipating the 5000 real confirmations, so users get coin soon  Smiley

Unfortunately my pool is not running as old server get disk failure and I had not yet restart the new powerful server for lack free oftime, even if I had the backup of all Sad
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Mandatory update v.1.5.0.0 on: September 10, 2017, 02:12:38 PM
hi,

try to mine one all day in pool, but no one share was accepted. I use bfgminer program (it usually goes right for other pools).
What can I check?
thanks

I answer myself: I did not see that pool has different ports for different difficulty to use  Smiley
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | Mandatory update v.1.5.0.0 on: September 10, 2017, 01:56:12 PM


IncaKoin has been re-enabled on our new server using the new updated wallet with 1% fee

Code:
stratum+tcp://new.brutum-pool.com:8008 -u <WALLET_ADDRESS> -p x

new.Brutum-Pool.com


Node for wallet
Code:
addnode=new.brutum-pool.com

Follow me on twitter @BrutumPool Smiley

If you have any questions or concerns pm me or post in my thread




Just an FYI for anyone mining at my pool, it will take about 3.5 days before getting your first payout since mined coins need 5000 confirmations before they can be moved.



hi,

try to mine one all day in pool, but no one share was accepted. I use bfgminer program (it usually goes right for other pools).
What can I check?
thanks
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NKA] INCAKOIN l Perú l Launched Aug 2013 | 3rd Birthday Today | on: September 19, 2016, 11:26:17 PM
IncaKoin (NKA) now has another block explorer: http://www.fuzzbawls.pw/explore/IncaKoin/

Live Charts
Rich List (with optional address claim)
PoW/PoS Detailing
Market Tracking
Network Mapping
CMC Compatible API

Pool???

still mine at http://78.26.93.125/nka

Please, be sure to have another pool in queue as my network provider has some random issues (in the last week) in the net line that has not jet resolved that block the net until an hardware reset of the line is given.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!