Author

Topic: EUROPECOIN [ERC] 🌟 FINANCECLOUD 🌟 CRYPTOCURRENY & FINANCE API + SMARTHUB 🌟 - page 163. (Read 543135 times)

legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API
one question towards wallet devs

i see coin pile still split at POS

do u have already a zero user interaction required methode implemented

like a set able value in conf that below that treshhold coin pile dont split when create a POS block?

or even better a mechanism that automatic like in DMD POS split or merge coin pile dynamic based on
coin age and size

at least some methode of remove the work to merge coin pile manual by hand via coincontroll should be added asap

maybe its in already then please explain how it works/ or if needed how i can configure it

This is a good question I think that is a good idea.

I'm not a expert for pos coin but i think the biggest problem is the timetarget for block creation ( 1 min) That
is to much. 

1 min blocktime is no issue

code examples for  configureable combinetreshhold and splittreshhold u will find at this github

https://github.com/Crypto-Expert/HoboNickels

should be a easy adoption in fact

or energycoin for example have this console command (also be able to set as conf parameter)

setstakesplitthreshold [max=5000; min=1000]



hy everybody, just came back from customer.
Interesting things are going an here today, its fun with a responsive dev, eh?
Don't stress him too much, i have given him tons of work and some of it is urgent
But your idea is great, it could stop wallets from ninja-staking and rendering QT unresponsive,
in wallets with people, to lazy like me or to newbe to do prober maintenance, correct?
Sounds cool Grin
have fun
Matthias

.-
newbie
Activity: 46
Merit: 0
Hi!
I have a problem with the  wallet synchronization.
Synchronization unit reaches and stops at block 850241.
I tried to remove all but wallet.dat, but the problem persists.
Again, I deleted all created europecoin.conf:
Code:
daemon=1
listen=1
rpcuser=europecoinfreakingcoin
rpcpassword=iaminyouareout
rpcallowip=127.0.0.1
logtimestamps=1
connect=stratum.infernopool.com
addnode=erc.infernopool.com
It got to 254837 block and already hanging day.
Then I modify europecoin.conf:
Code:
##########################################################
# Europecoin Installer 21-04-2016 write Christian 
##########################################################
# server=1
# daemon=1
# listen=1
##########################################################
# Nodes
##########################################################
addnode=167.114.224.79
addnode=167.114.224.82
addnode=194.135.92.209
addnode=104.255.33.55
addnode=194.135.93.49
addnode=23.227.190.77
##########################################################
But it does not help too.
How to solve a problem? Thank you.

Debug.log:
Code:
Done loading
ThreadDNSAddressSeed started
Loading addresses from DNS seeds (could take a while)
ThreadOpenConnections started
ThreadMessageHandler started
ThreadStakeMiner started
ThreadSocketHandler started
ThreadOpenAddedConnections started
trying connection 167.114.224.79:2828 lastseen=378223.7hrs
Flushed 0 addresses to peers.dat  43ms
connected 167.114.224.79:2828
send version message: version 60015, blocks=254837, us=0.0.0.0:0, them=167.114.224.79:2828, peer=167.114.224.79:2828
refreshWallet
ipcThread started
Added time data, samples 2, offset -1 (+0 minutes)
receive version message: version 60015, blocks=921455, us=95.67.68.179:57300, them=167.114.224.79:2828, peer=167.114.224.79:2828
ERROR: ValidateSyncCheckpoint: block index missing for received sync-checkpoint debb070e8b008102b547b61eee033a111ddc786f9e46929a83a9a6713eebc60d
trying connection 167.114.224.82:2828 lastseen=378223.7hrs
Added 1 addresses from ::: 0 tried, 1 new
trying connection 194.135.92.209:2828 lastseen=146.1hrs
connected 194.135.92.209:2828
send version message: version 60015, blocks=254837, us=0.0.0.0:0, them=194.135.92.209:2828, peer=194.135.92.209:2828
Added time data, samples 3, offset +0 (+0 minutes)
Moving 194.135.92.209:2828 to tried
receive version message: version 60015, blocks=925690, us=95.67.68.179:57303, them=194.135.92.209:2828, peer=194.135.92.209:2828
Added 1 addresses from ::: 1 tried, 1 new
connection timeout
trying connection 104.255.33.55:2828 lastseen=378223.7hrs
connected 104.255.33.55:2828
send version message: version 60015, blocks=254837, us=0.0.0.0:0, them=104.255.33.55:2828, peer=104.255.33.55:2828
trying connection 23.227.190.77:2828 lastseen=132.3hrs
Added time data, samples 4, offset +0 (+0 minutes)
receive version message: version 60015, blocks=925690, us=95.67.68.179:57304, them=104.255.33.55:2828, peer=104.255.33.55:2828
connected 23.227.190.77:2828
send version message: version 60015, blocks=254837, us=0.0.0.0:0, them=23.227.190.77:2828, peer=23.227.190.77:2828
trying connection 194.135.93.49:2828 lastseen=378223.7hrs
connected 194.135.93.49:2828
send version message: version 60015, blocks=254837, us=0.0.0.0:0, them=194.135.93.49:2828, peer=194.135.93.49:2828
Added time data, samples 5, offset +0 (+0 minutes)
nTimeOffset = +0  (+0 minutes)
receive version message: version 60015, blocks=925690, us=95.67.68.179:57307, them=194.135.93.49:2828, peer=194.135.93.49:2828
Added time data, samples 6, offset +0 (+0 minutes)
Moving 23.227.190.77:2828 to tried
receive version message: version 60015, blocks=925690, us=95.67.68.179:57306, them=23.227.190.77:2828, peer=23.227.190.77:2828
Added 1 addresses from ::: 2 tried, 1 new
Added 1 addresses from ::: 2 tried, 2 new
Added 1 addresses from ::: 2 tried, 3 new
5 addresses found from DNS seeds
ThreadDNSAddressSeed exited
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
one question towards wallet devs

i see coin pile still split at POS

do u have already a zero user interaction required methode implemented

like a set able value in conf that below that treshhold coin pile dont split when create a POS block?

or even better a mechanism that automatic like in DMD POS split or merge coin pile dynamic based on
coin age and size

at least some methode of remove the work to merge coin pile manual by hand via coincontroll should be added asap

maybe its in already then please explain how it works/ or if needed how i can configure it

This is a good question I think that is a good idea.

I'm not a expert for pos coin but i think the biggest problem is the timetarget for block creation ( 1 min) That
is to much.  

1 min blocktime is no issue

code examples for  configureable combinetreshhold and splittreshhold u will find at this github

https://github.com/Crypto-Expert/HoboNickels

should be a easy adoption in fact

or energycoin for example have this console command (also be able to set as conf parameter)

setstakesplitthreshold [max=5000; min=1000]
full member
Activity: 153
Merit: 100
FYI I passed the checkpoint this time. I'll roll up until today's blocks and then replace the wallet and repair it.
full member
Activity: 153
Merit: 100
Okay, trying again with an empty wallet and the bootstrap. Apart from gaining in speed, any difference between loading block from bootstrap vs the network that could cause problems? (sorry for asking questions, I'm a programmer, but I have never invested time and energy into going deeper into the bitcoin details - not enough time).
copper member
Activity: 2324
Merit: 1348
And I'm still stuck at the same position as well. Tried the boostrap - failed - and now from the network, failed as well.
After looking around a little, the problem is probably that even if the checkpoint was removed from checkpoint.cpp, it is still referenced in kernel.cpp. Would need to change it in kernel.cpp too. Christian? Smiley

Yes , but i have disable this function in https://github.com/EuropecoinEUORG/EuropecoinV2/blob/Debug/src/main.cpp#L2273 and https://github.com/EuropecoinEUORG/EuropecoinV2/blob/Debug/src/main.cpp#L2210

I' ve just removed the checkpoints in the kernel.cpp.
full member
Activity: 153
Merit: 100
And I'm still stuck at the same position as well. Tried the boostrap - failed - and now from the network, failed as well.
After looking around a little, the problem is probably that even if the checkpoint was removed from checkpoint.cpp, it is still referenced in kernel.cpp. Would need to change it in kernel.cpp too. Christian? Smiley
copper member
Activity: 2324
Merit: 1348
one question towards wallet devs

i see coin pile still split at POS

do u have already a zero user interaction required methode implemented

like a set able value in conf that below that treshhold coin pile dont split when create a POS block?

or even better a mechanism that automatic like in DMD POS split or merge coin pile dynamic based on
coin age and size

at least some methode of remove the work to merge coin pile manual by hand via coincontroll should be added asap

maybe its in already then please explain how it works/ or if needed how i can configure it

This is a good question I think that is a good idea.

I'm not a expert for pos coin but i think the biggest problem is the timetarget for block creation ( 1 min) That
is to much.  
legendary
Activity: 966
Merit: 1001
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
Same block as me except I cannot get the installer to download


I`m downloading without problems but sync no no.
Woody i can put instaler on gdrive or mega if you want.

Hello wildduck,

the installer is include the chain. Why do you stuck on block 254837? The chain from installer has 921000 blocks.
Do you use a another path in your os?

No mate just download and install that is about it but every time it stucks at 254837

Hello,

the installer has the target C:\{user}\{user}\AppData\Roaming\EuropeCoin

Please check the first line from your Debug file. I think you has a wrong path. Please check the europecoin.conf from installer. If you have a another file then is your installation a fail.

Code:
uropeCoin version v2.0.2.4-g (Apr 19 2016, 21:20:50)
Using OpenSSL version OpenSSL 1.0.1l 15 Jan 2015
Startup time: 04/25/16 09:11:45
Default data directory C:\Users\Asus P755D-E\AppData\Roaming\EuropeCoin
Used data directory C:\Users\Asus P755D-E\AppData\Roaming\EuropeCoin

Code:
##########################################################
# Europecoin Installer 21-04-2016 write Christian  
##########################################################
# server=1
# daemon=1
# listen=1
##########################################################
# Nodes
##########################################################
addnode=167.114.224.79
addnode=167.114.224.82
addnode=194.135.92.209
addnode=104.255.33.55
addnode=194.135.93.49
addnode=23.227.190.77
##########################################################

Everything is like you write, it is right directory and conf file but everytime stucked at block 254837

connection timeout
trying connection 23.232.193.4:2828 lastseen=19.9hrs
ERROR: AddToBlockIndex() : Rejected by stake modifier checkpoint height=254838, modifier=0xbbb66c4098c49e9b
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
connection timeout
connection timeout

legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
one question towards wallet devs

i see coin pile still split at POS

do u have already a zero user interaction required methode implemented

like a set able value in conf that below that treshhold coin pile dont split when create a POS block?

or even better a mechanism that automatic like in DMD POS split or merge coin pile dynamic based on
coin age and size

at least some methode of remove the work to merge coin pile manual by hand via coincontroll should be added asap

maybe its in already then please explain how it works/ or if needed how i can configure it
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
i was also afraid that chain have again a issue wasnt sync

was sad and went sleep

but in the morning i see i am sync

so it seems in this time where still lot people have not updated their wallets it can take very long until

u can sync

situation should become better and better

regarding sync from zero without the downloaded chain
yes thats needed too but thats something a new wallet can fix that
create rules for all the troublesome to sync blocks

for now most important is that chain is running and working and even for windows users
who use the chain that is part of installer
copper member
Activity: 2324
Merit: 1348
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
Same block as me except I cannot get the installer to download


I`m downloading without problems but sync no no.
Woody i can put instaler on gdrive or mega if you want.

Hello wildduck,

the installer is include the chain. Why do you stuck on block 254837? The chain from installer has 921000 blocks.
Do you use a another path in your os?

No mate just download and install that is about it but every time it stucks at 254837

Hello,

the installer has the target C:\{user}\{user}\AppData\Roaming\EuropeCoin

Please check the first line from your Debug file. I think you has a wrong path. Please check the europecoin.conf from installer. If you have a another file then is your installation a fail.

Code:
uropeCoin version v2.0.2.4-g (Apr 19 2016, 21:20:50)
Using OpenSSL version OpenSSL 1.0.1l 15 Jan 2015
Startup time: 04/25/16 09:11:45
Default data directory C:\Users\Asus P755D-E\AppData\Roaming\EuropeCoin
Used data directory C:\Users\Asus P755D-E\AppData\Roaming\EuropeCoin

Code:
##########################################################
# Europecoin Installer 21-04-2016 write Christian 
##########################################################
# server=1
# daemon=1
# listen=1
##########################################################
# Nodes
##########################################################
addnode=167.114.224.79
addnode=167.114.224.82
addnode=194.135.92.209
addnode=104.255.33.55
addnode=194.135.93.49
addnode=23.227.190.77
##########################################################
legendary
Activity: 966
Merit: 1001
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.

you waited over 1 hour?

With my first syncing try, I needed over 2 hours to see the first blocks!

Steve

Steve i have waited for 24 hours..
legendary
Activity: 966
Merit: 1001
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
Same block as me except I cannot get the installer to download


I`m downloading without problems but sync no no.
Woody i can put instaler on gdrive or mega if you want.

Hello wildduck,

the installer is include the chain. Why do you stuck on block 254837? The chain from installer has 921000 blocks.
Do you use a another path in your os?

No mate just download and install that is about it but every time it stucks at 254837
legendary
Activity: 1106
Merit: 1004
No risk, no fun!
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.

you waited over 1 hour?

With my first syncing try, I needed over 2 hours to see the first blocks!

Steve
copper member
Activity: 2324
Merit: 1348
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
Same block as me except I cannot get the installer to download


I`m downloading without problems but sync no no.
Woody i can put instaler on gdrive or mega if you want.

Hello wildduck,

the installer is include the chain. Why do you stuck on block 254837? The chain from installer has 921000 blocks.
Do you use a another path in your os?
legendary
Activity: 966
Merit: 1001
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
Same block as me except I cannot get the installer to download


I`m downloading without problems but sync no no.
Woody i can put instaler on gdrive or mega if you want.
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
Same block as me except I cannot get the installer to download
legendary
Activity: 966
Merit: 1001
OK guys tried installer with old wallet.det, tried with new wallet.dat, try everything from the scratch but also got stuck on block 254837.
legendary
Activity: 2100
Merit: 1012
Europecoin Financecloud API

Now while entering the Federated Blockchain i am doing something that has quite some similarities with the founding of Europecoin:
Its again, honestly, two numbers to big, given my resources and my knowledge. The reason i dare to do it is for sure my experiences with Europecoin,
that projects that are to big, are just big enough.

Can you provide more info on the Federated Blockchain? Not familiar Undecided

Thanks,
john

I am currently writing a paper it will be ready late Monday (tomorrow) or on Tuestday-
I gathered some  Developerteams like Diamond foundation, Bitsend and others for
this Initiative. Diamond has already been on the same path at that time.
After the whitepaper is published, we will have a conference one week later and discuss
the details.

A Foudation is founded named "Federal Blockchains Initiative" and goal is to build a unified
API that allows any altcoin to permissionless enter any other coins services or services directly via a trustlogic agnostic servicebus.
Coins and coins, services and services, coin and services in any combination should be accessible,
not only without permission of other chains or networks, but also without users being dependent on coin-maintainers.
Therefore this technologie will have
1) to be mostly located in his wallet (as it is in cryptocurrency's)
2) to be a universal "plugin" that does not alter or compromise the core, but extends its RPC Command line
3) should not touch trustlogic and only act as a means of transportation / transformation

Hint:
Nearly all Altcoins and even in some way Bitcoin, are still dependent on Governance in one or in an other form.
And most Coin 2.0 innovations are making things even worse, by adding another layer, that requires permiission.
We have to get rid of that and i am prepared to make making myself as maintainer obsolete.
Governance is not freedom, is not decentralization, its the opposite and we will have to get rid of it.
Only then will crypto have the liberating impact, that it for sure potentially has.
Future is scripted, connected and permissionless,

But don't get me wrong, though there is a concept, a semi technical paper, i attracted developers,
got some code and i am even in talks with first interested sponsors, its a long way to go.
Nonetheless better than nothing, that's what is planned and achieved so far, the first steps are made,
and next week, after the meeting we will start rocking


....  oops i only indented to answer, posting this flyer and a few words
Anyway here is the flyer





have fun
Matthias Smiley



.
Jump to: