Bitcoin Forum
May 06, 2024, 12:07:56 PM *
News: Latest Bitcoin Core release: 27.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 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 »
261  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 16, 2016, 07:41:41 AM
Hi,

"Set Account Info" still not working here : "Could not validate unsigned bytes returned by the server."
I get the same Error when I try to cretae a workpakage for the Network.

Regards
262  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 16, 2016, 07:12:51 AM
Ah it's working now ...

public node is back again https://elastic.cryptnodes.site

I'll set up some Miners to have Power if someone submits a Job - could anyone send me some testnet-xel to start : XEL-XFMU-85XU-V4S3-EZZY2

Regards
263  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 16, 2016, 06:57:35 AM
Hi,

I'm trying to run on the new Version but my client blacklists the public node because the version is too low ?!:

Code:
2016-09-16 08:53:53 FINE: Peer 52.28.123.208 version null returned error: {"cause":"Old version: 0.2.3","error":"Your peer is blacklisted"}, request was: {"protocol":1,"announcedAddress":"elastic.cryptnodes.site","apiPort":6876,"application":"Elastic","apiServerIdleTimeout":30000,"requestType":"getInfo","blockchainState":1,"services":"20","version":"0.3.1","platform":"linuxDebian8","disabledAPIs":"","shareAddress":true}, disconnecting
2016-09-16 08:53:53 FINE: Peer 52.57.31.137 version null returned error: {"cause":"Old version: 0.2.3","error":"Your peer is blacklisted"}, request was: {"protocol":1,"announcedAddress":"elastic.cryptnodes.site","apiPort":6876,"application":"Elastic","apiServerIdleTimeout":30000,"requestType":"getInfo","blockchainState":1,"services":"20","version":"0.3.1","platform":"linuxDebian8","disabledAPIs":"","shareAddress":true}, disconnecting

Is there a node with updated version Or should I disable blacklisting ?

Regards
264  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Hybrid X11 minable / PoS | MasterNodes, stealth, mixing on: September 14, 2016, 08:59:39 AM

thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

Well this depends - running a controller wallet on a windows machine you don't really want any software to open ports in your router and build bridges to a windows host.
If you want to run a full / masternode use linux and configure your ports by hand - my two mojtoshis :-)

Quote
what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?

external and local should be different IF upnp is working correctly. As told prior I never used or enabled upnp in any case  ... I even disabled it on my router.

Regards

thats a good two mojtoshis  Cheesy

still failing to build the linux client, got past the libgmp error thanks to dsutil its now listed in the makefille, but now getting an error for secp256k1 also loooks like its to do with gmp.

Code:
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_mod_inverse':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:128: undefined reference to `__gmpn_gcdext'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `__gmpn_sub':
/usr/include/x86_64-linux-gnu/gmp.h:2097: undefined reference to `__gmpn_sub_n'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_set_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:49: undefined reference to `__gmpn_set_str'
~/tmp/mojocoin/src/secp256k1/src/libsecp256k1_la-secp256k1.o: In function `secp256k1_num_get_bin':
~/tmp/mojocoin/src/secp256k1/src/num_gmp_impl.h:34: undefined reference to `__gmpn_get_str'
collect2: error: ld returned 1 exit status
make: *** [mojocoin2.3.0.1] Error 1

shame cause i leave my linux box running 24/7 and usually compile wallets without issue.

This is strange - I didn't see this before - I run 3 mastrenodes on debian8 without an issue ..
is the libgmp correctly installed - or could you deinstall it and use the static linked version from the wallet ?

Could this be some stub of a previous installation - I wonder because the header is build into your system.

regards

265  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Hybrid X11 minable / PoS | MasterNodes, stealth, mixing on: September 14, 2016, 07:35:52 AM

thanks hagie, i don't mind being connectable as its needed really if everyone has closed ports connections are a bastard. which is what we're seeing

Well this depends - running a controller wallet on a windows machine you don't really want any software to open ports in your router and build bridges to a windows host.
If you want to run a full / masternode use linux and configure your ports by hand - my two mojtoshis :-)

Quote
what about this:

correct me if I'm being dense but I've noticed in the debug.log the 2 lines:

2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)

are using the same ip address shouldn't the local address be the local address on my network of the system rather than the external ip?

external and local should be different IF upnp is working correctly. As told prior I never used or enabled upnp in any case  ... I even disabled it on my router.

Regards
266  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Hybrid X11 minable / PoS | MasterNodes, stealth, mixing on: September 14, 2016, 07:20:47 AM
MOJO v2.3.0.1 is out - Windows only for now, Mac to follow

https://github.com/MojocoinV2/mojocoin/releases

still seem to be getting the same issue, blinking connection and debug.log:

Code:

2016-09-14 07:10:01 Mojocoin version v2.3.0.1-61402 (Sep 13 2016, 07:55:11)
2016-09-14 07:10:01 Using OpenSSL version OpenSSL 1.0.1j 15 Oct 2014
2016-09-14 07:10:01 Default data directory C:\Users\**\AppData\Roaming\Mojocoin
2016-09-14 07:10:01 Used data directory C:\Users\**\AppData\Roaming\Mojocoin
2016-09-14 07:10:01 Creating backup of "C:\Users\**\AppData\Roaming\Mojocoin\wallet.dat" -> "C:\Users\**\AppData\Roaming\Mojocoin\backups\wallet.dat.2016-09-14-07.10"
2016-09-14 07:10:01 Old backup deleted: "C:\Users\**\AppData\Roaming\Mojocoin\backups\wallet.dat.2016-09-06-22.23"
2016-09-14 07:10:01 init message: Verifying database integrity...
2016-09-14 07:10:01 dbenv.open LogDir=C:\Users\**\AppData\Roaming\Mojocoin\database ErrorFile=C:\Users\**\AppData\Roaming\Mojocoin\db.log
2016-09-14 07:10:01 Bound to [::]:22255
2016-09-14 07:10:01 Bound to 0.0.0.0:22255
2016-09-14 07:10:01 init message: Loading block index...
2016-09-14 07:10:01 Opening LevelDB in C:\Users\**\AppData\Roaming\Mojocoin\txleveldb
2016-09-14 07:10:01 Transaction index version is 70509
2016-09-14 07:10:01 Opened LevelDB successfully
2016-09-14 07:10:02 LoadBlockIndex(): hashBestChain=6a79446957f845f2af1902a62f9f2313718b981e4e09f02ee1be3213ec14fe3a  height=129358  trust=162625150521255530268  date=09/14/16 07:08:25
2016-09-14 07:10:02 Verifying last 5000 blocks at level 1
2016-09-14 07:10:02  block index            1429ms
2016-09-14 07:10:02 init message: Loading wallet...
2016-09-14 07:10:02 nFileVersion = 2030001
2016-09-14 07:10:02 Keys: 0 plaintext, 2001 encrypted, 2001 w/ metadata, 2001 total
2016-09-14 07:10:02  wallet                   81ms
2016-09-14 07:10:02 init message: Loading addresses...
2016-09-14 07:10:02 Loaded 161 addresses from peers.dat  0ms
2016-09-14 07:10:02 smsg thread start
2016-09-14 07:10:02 smsg-pow thread start
2016-09-14 07:10:02 init message: Loading masternode cache...
2016-09-14 07:10:02 Loaded info from mncache.dat  5ms
2016-09-14 07:10:02   masternodes: 29, peers who asked us for masternode list: 0, peers we asked for masternode list: 0, entries in Masternode list we asked for: 28, nDsqCount: 0
2016-09-14 07:10:02 fLiteMode 0
2016-09-14 07:10:02 nInstantXDepth 10
2016-09-14 07:10:02 MojoMix rounds 2
2016-09-14 07:10:02 Anonymize Mojocoin Amount 1000
2016-09-14 07:10:02 mapBlockIndex.size() = 129433
2016-09-14 07:10:02 nBestHeight = 129358
2016-09-14 07:10:02 setKeyPool.size() = 1000
2016-09-14 07:10:02 mapWallet.size() = 14
2016-09-14 07:10:02 mapAddressBook.size() = 1
2016-09-14 07:10:02 dnsseed thread start
2016-09-14 07:10:02 upnp thread start
2016-09-14 07:10:02 net thread start
2016-09-14 07:10:02 addcon thread start
2016-09-14 07:10:02 opencon thread start
2016-09-14 07:10:02 msghand thread start
2016-09-14 07:10:02 dumpaddr thread start
2016-09-14 07:10:02 Loading addresses from DNS seeds (could take a while)
2016-09-14 07:10:02 init message: Done loading
2016-09-14 07:10:02 3 addresses found from DNS seeds
2016-09-14 07:10:02 dnsseed thread exit
2016-09-14 07:10:02 GUI: QObject::connect: Cannot connect (null)::showProgress(QString,int) to BitcoinGUI::showProgress(QString,int)
2016-09-14 07:10:03 GUI: QObject::connect: No such signal OptionsModel::transactionFeeChanged(CAmount)
2016-09-14 07:10:03 GUI: QObject::connect:  (receiver name: 'SendCoinsDialog')
2016-09-14 07:10:03 socket recv error 10053
2016-09-14 07:10:03 socket recv error 10053
2016-09-14 07:10:05 UPnP: ExternalIPAddress = *.*.*.*
2016-09-14 07:10:05 AddLocal( *.*.*.*:22255,3)
2016-09-14 07:10:07 UPnP Port Mapping successful.
2016-09-14 07:10:09 socket recv error 10054
2016-09-14 07:10:12 socket recv error 10054
2016-09-14 07:10:14 socket recv error 10053
2016-09-14 07:10:21 socket recv error 10054

port not listed on routers upnp page.

You don't need the port if you don't want incoming connections. For normal staking there is no need for an incoming mapping !
Only for Masternodes / Fullnodes.

In my case it works after some hours. But after a restart I got the same as anyone - blinking 1/0 connections. Looks like it takes some time until the node the client tries to connect (hardcoded nodes) timeout or are banned.

Regards
Regards

267  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DAPPSTER - BLOCKCHAIN PLATFORM - A NEW INNOVATIVE COIN. on: September 13, 2016, 09:18:37 AM
Block explorer back up.

Great - could you give us a short status ?

Why did you removed the votes from the genesis_delegates - is there a reason for that ?
What are you working on currently

HOW CAN WE SUPPORT YOU ?

Regards
268  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 12, 2016, 07:13:17 PM
I'm moving explorer to another IP address and connecting to domain.

Later I'll have little request for reddit/r/XEL mod(s) to update topic with proper address. Or even better, can I have mod status on this subreddit?

Thanks!

If you need a temporary or permanent hostname just let me know.

regards
269  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 11, 2016, 05:09:20 PM
Explorer Live!

http://31.178.227.21/

Supported queries:
1. Block height
2. Transaction ID
3. Transaction Full Hash
4. Address (RS only)

Not supported queries:
1. Block ID
2. Address (numeric) (will never be supported I think)

Supported queries/functionalities in future:
1. Block ID
2. List of peers and thier geolocation
3. World map of peers
4. Statistics about XEL network
5. Forging calculator
6. ...IDEAS?

In Overview you can see last 100 blocks and last 200 transactions in last 100 blocks.

If you want to search for something direct blockchain explorer support this since genesis block so you can provide:
1. Block height
2. Transaction ID
3. Transaction Full Hash
4. Address (RS only)

In search query.

If you want more you have Contact page where you can go to places where you can suggest issues/suggestions/ideas.

Later this week I'll buy domain for it.

As you all know we have datetime issue in our network. I had to do hack aka time offset that is in the network so you can see actual dates while you spending time in explorer. If @EK fix this issue I'll update explorer to display dates from daemon.

Have fun, waiting for some feedback.



http://31.178.227.21/


Really cool - I hope you don't mind if I put a host name entry for this IP under http://xelplorer.cryptnodes.site until you like to have it removed. The DNS properagtion should be active in the next 1-2 hours.

regards

270  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 11, 2016, 01:59:02 PM
maybe asked before;
but when I run ./run.sh (after a good compile) the test reference client seems to work in a terminal (on a MAC)
But unfortunately 127.0.0.1:7876 doesn't work, no page no connection. The terminal seems to work fine (connecting and seeing broadcasting messages).

Does anyone have some tips?

And one again, please use the reddit r/XEL . For quick and fast community reddit is the place to use!

127.0.0.1:6876 (7876 would be for the mainnet)

Thanks! it is now working!
Now please send some test XEL:

XEL-JLD4-8T9Q-LGAM-6MM98

done
regards
271  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 11, 2016, 01:57:49 PM
Hey guys! The project looks great. I've donated some btc a month ago. Hope it will be ok  Smiley
Could you please send me some xel to test the network? Thank you in advance!
XEL-259Z-HCC9-UKAS-D6P69

on the way ..

regards
272  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 11, 2016, 11:33:13 AM
Happy to see real progress! Great work on wallet UI and on the explorer!
hi everyone, do we have a wallet yet ?

If you want to take a look you may check out my public testnet-wallet at https://elastic.dryptnodes.site

As soon as the migration to the current NXT Backend is over I will update the wallet.

regards
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DAPPSTER - BLOCKCHAIN PLATFORM - A NEW INNOVATIVE COIN. on: September 10, 2016, 05:45:45 PM
Why is DLISK block explorer down?

Blockexplorer down, price down, maybe dev down too?

Maybe he needs a Break or is working on something.

274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 09, 2016, 06:48:25 AM
@EK why not 1.10.1?

Let's take 1.10.2!  Wink

I am half way through porting everything. At the protocol level, we're done! It's just that I need to update the UI to support the slightly different API.
I thing we should make use of the already-there PrunableData functionality for our work source code as well as the corresponsing PoW and Bounty submissions, so this will be one more little change (which will cause a testnet reset) but which will natively give us sort-of a "mini blockchain" taste and avoid blockchain bloating.

Great news - I'm happy to provide a 24/7 Wallet and a 24/7 miner if the migration is over.

Regards
275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [MOJO] Mojocoin - Hybrid X11 minable / PoS | MasterNodes, stealth, mixing on: September 09, 2016, 06:46:46 AM
Sorry, I meant:
The explanation here was, that there was a fork, but I can't believe that this was the reason for connection problems.

I don't believe this either ...

I compile ALL wallets with use_upnp=-  under linux and create the port forwarding by hand in iptables. I never open incoming ports on my windows machine (for obvlious reasons) and of course don't use UPNP and have it disabled on the router.
I hardly get one connection to the network now with my controller wallet and it takes forever to establish something.
There must be another problem.

Regards

276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 08, 2016, 07:11:19 PM
From now on I have no daytime job anymore, I will be working on Elastic full time until everything is up and running!
Today's agenda: Elastic was forked off NXT 1.4.5 I think. I will consider moving to the latest blockchain reorganization methodology from 1.9.2! I guess they added a few stability tweaks that should increase robustness. I will work in a different branch and merge it in once it's ready.

This is great - if you need help with 24/7 nodes I can provide 4 hosts with dedicated ip/address.

regards

Could you give me one of that hosts? If you can, can I run on it miner? (it could have 100% CPU usage 24/7). I would like to test on your host. Hope I'll get root/sudo access on it.

You can send me PM here or bitmessage.

My bitmessage address: BM-2cXBfGPnZCkEQQnK6GVCUDNySEP6HExsr1

Hi,

all 4 hosts are rented vps and are used for other projects as well. If you need your own login I could create on one a login for you.
Are 2 cores enough for the test (you won't have much computation but can run 24/7)

regrads
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DAPPSTER - BLOCKCHAIN PLATFORM - A NEW INNOVATIVE COIN. on: September 08, 2016, 07:04:29 PM
so, where is a windows wallet?!! i dont want instal Ubuntu to get DAPPSTER, online I do not like, no win wallet - we never see a good price on exchange...     wallet like NXT

Installing linux is not a big thing - check out my debian howto and get your own wallet - or use a online wallet .

regards
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 08, 2016, 01:46:56 PM
From now on I have no daytime job anymore, I will be working on Elastic full time until everything is up and running!
Today's agenda: Elastic was forked off NXT 1.4.5 I think. I will consider moving to the latest blockchain reorganization methodology from 1.9.2! I guess they added a few stability tweaks that should increase robustness. I will work in a different branch and merge it in once it's ready.

This is great - if you need help with 24/7 nodes I can provide 4 hosts with dedicated ip/address.

regards
279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 08, 2016, 09:45:16 AM
And please remember to del your blockchain before start. It's always good to delete blockchain after update in testnet.

Code:
rm -rf nxt_test_db/

Updated to latest git. Signature problem when register account sill present.

You may try and log in.

regards
280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 08, 2016, 09:15:37 AM
Right.

Thanks for the clarification. Anyway - I can't put work on the network I get the "Could not verify signature (server side)." Error when creating a Job or register my Account. Any Hint how to solve this ?

Regards

I've problem with reproducing this. In NRS.verifyAndSignTransactionBytes function lot of conditions returns false. Maybe irrelevant question but do you have proper date set on your computer?

Is your node public? Can I login to it?

Yes the date is correct BUT it's shown wrong in the GUI

Code:
root@vmd14147:~# su - elastic
elastic@vmd14147:~$ date
Thu Sep  8 11:15:52 CEST 2016

And yes - it's the https://elastic.cryptnodes.site

Regards

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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!