Bitcoin Forum
May 07, 2024, 11:19:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 »  All
  Print  
Author Topic: [ANN]AIB-Advanced Internet Blockchains || https://www.aib.one  (Read 18505 times)
rubinas9
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 04, 2020, 06:00:01 AM
 #181

After 2 days of mining on 2 - 15 GHs no blocks were accepted. Relating statistics of https://miningpoolstats.stream/advancedinternetblock, blockchain with 2360794 blocks did not take any block 2 days already. While prohashing.com with blockchain 10951453 solving blocks every few minutes. Whats wrong with our pools?
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715123987
Hero Member
*
Offline Offline

Posts: 1715123987

View Profile Personal Message (Offline)

Ignore
1715123987
Reply with quote  #2

1715123987
Report to moderator
1715123987
Hero Member
*
Offline Offline

Posts: 1715123987

View Profile Personal Message (Offline)

Ignore
1715123987
Reply with quote  #2

1715123987
Report to moderator
Tpf0505
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 04, 2020, 06:55:29 AM
 #182

as there is no reorg limit the client is flipping between two chains (reorgs >100k blocks) if connected to nodes of wrong chain.

dev has to update checkpoint-data in code to lock on correct chain.

Code:
diff --git a/src/chainparams.cpp b/src/chainparams.cpp
index 9815ca0..56860e1 100644
--- a/src/chainparams.cpp
+++ b/src/chainparams.cpp
@@ -277,9 +277,14 @@ public:
             ( 1154619, uint256S("0xb3df98957ccfeb9da0eb5ef929cf929ae9a6bf1917f79578688b55c25cf6b67d"))
             ( 1213390, uint256S("0x098ed783d5cf8428215686ddef1a88ba372d58b28f3f571a437f15bbaae59d55"))     
             ( 1216820, uint256S("0xe69b85a94471d42b254be77062f65edba84f3a5972a1d2a4bb8b14e1526cef52"))
-            ( 1224490, uint256S("c20d8dab92dc16854d6cddefe9ce7905aa18b0ad949cc7848dc7008338641c4c")),
-            1513895220, // * UNIX timestamp of last checkpoint block
-            1283706,   // * total number of transactions between genesis and last checkpoint
+            ( 1224490, uint256S("0xc20d8dab92dc16854d6cddefe9ce7905aa18b0ad949cc7848dc7008338641c4c"))
+            ( 2192860, uint256S("0x0916d22a70d1b934a31934a2ea1482604c594bf3a1a9e58a73a627fde91dfebd"))
+            ( 2210000, uint256S("0x4f58bae8c6f572e7821bd2d3e6c66f2f82dce048b31302ef44f8ca8fd9ac139f"))
+            ( 2260000, uint256S("0xd04a48d6324eaf14e86c9de975eccf32449d6d6a3beb595868fdd273af1d9502"))
+            ( 2300000, uint256S("0x98bdbd3a6fa9d9daa714b3197506e905f0802866ef1bd8c669aba20ec19dfc1c"))
+ ( 2358115, uint256S("0x2eb558ba005a7f3ff2cbcb2ce3a1dc1384c824f9ac401aa4c3fa1c9ebe19f44e")),
+ 1591084557, // * UNIX timestamp of last checkpoint block
+ 2475276,   // * total number of transactions between genesis and last checkpoint
                         //   (the tx=... number in the SetBestChain debug.log lines)
             1440.0     // * estimated number of transactions per day after checkpoint
         };
rubinas9
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 04, 2020, 07:12:42 AM
Last edit: June 04, 2020, 07:32:52 AM by rubinas9
 #183

Then something wrong with my yiimp pool probably...
Maybe some ideas what to change?
Or wrong conf file?

rpcuser=yiimprpc
rpcpassword=zShYzql7MY0NKsDLk77J1A
rpcport=27710
rpcthreads=8
rpcallowip=127.0.0.1
# onlynet=ipv4
maxconnections=12
daemon=1
gen=0
Tpf0505
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 04, 2020, 07:43:19 AM
 #184

config is nearly the same, only added
Code:
deprecatedrpc=accounts
to enable deprecated rpc-command for account/address-handling
rubinas9
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
June 04, 2020, 08:02:48 AM
 #185

Thanks
aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
June 04, 2020, 07:00:56 PM
 #186

as there is no reorg limit the client is flipping between two chains (reorgs >100k blocks) if connected to nodes of wrong chain.

dev has to update checkpoint-data in code to lock on correct chain.

Code:
diff --git a/src/chainparams.cpp b/src/chainparams.cpp
index 9815ca0..56860e1 100644
--- a/src/chainparams.cpp
+++ b/src/chainparams.cpp
@@ -277,9 +277,14 @@ public:
             ( 1154619, uint256S("0xb3df98957ccfeb9da0eb5ef929cf929ae9a6bf1917f79578688b55c25cf6b67d"))
             ( 1213390, uint256S("0x098ed783d5cf8428215686ddef1a88ba372d58b28f3f571a437f15bbaae59d55"))     
             ( 1216820, uint256S("0xe69b85a94471d42b254be77062f65edba84f3a5972a1d2a4bb8b14e1526cef52"))
-            ( 1224490, uint256S("c20d8dab92dc16854d6cddefe9ce7905aa18b0ad949cc7848dc7008338641c4c")),
-            1513895220, // * UNIX timestamp of last checkpoint block
-            1283706,   // * total number of transactions between genesis and last checkpoint
+            ( 1224490, uint256S("0xc20d8dab92dc16854d6cddefe9ce7905aa18b0ad949cc7848dc7008338641c4c"))
+            ( 2192860, uint256S("0x0916d22a70d1b934a31934a2ea1482604c594bf3a1a9e58a73a627fde91dfebd"))
+            ( 2210000, uint256S("0x4f58bae8c6f572e7821bd2d3e6c66f2f82dce048b31302ef44f8ca8fd9ac139f"))
+            ( 2260000, uint256S("0xd04a48d6324eaf14e86c9de975eccf32449d6d6a3beb595868fdd273af1d9502"))
+            ( 2300000, uint256S("0x98bdbd3a6fa9d9daa714b3197506e905f0802866ef1bd8c669aba20ec19dfc1c"))
+ ( 2358115, uint256S("0x2eb558ba005a7f3ff2cbcb2ce3a1dc1384c824f9ac401aa4c3fa1c9ebe19f44e")),
+ 1591084557, // * UNIX timestamp of last checkpoint block
+ 2475276,   // * total number of transactions between genesis and last checkpoint
                         //   (the tx=... number in the SetBestChain debug.log lines)
             1440.0     // * estimated number of transactions per day after checkpoint
         };


Thanks for reporting this issue. We will look into to it.
Place your AIB address, I will send a little bit bouns for your helping.

aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
June 04, 2020, 07:01:38 PM
 #187

After 2 days of mining on 2 - 15 GHs no blocks were accepted. Relating statistics of https://miningpoolstats.stream/advancedinternetblock, blockchain with 2360794 blocks did not take any block 2 days already. While prohashing.com with blockchain 10951453 solving blocks every few minutes. Whats wrong with our pools?


Thanks for reporting this issue.  Place your AIB address,
I will send a little bit bouns for your reporting.

Tpf0505
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 05, 2020, 08:59:36 AM
 #188

you should additionaly think about increasing protocol version and bann old version on given timestamp/blockheight to keep away old wallets with wrong chain-info.

(as requested my AIB-address AZn9oGK5vhaZ8twAiWeuXZqq8ToWLgyXUn )
aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
June 05, 2020, 05:23:00 PM
 #189

you should additionaly think about increasing protocol version and bann old version on given timestamp/blockheight to keep away old wallets with wrong chain-info.

(as requested my AIB-address AZn9oGK5vhaZ8twAiWeuXZqq8ToWLgyXUn )

sent

Tpf0505
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
June 06, 2020, 09:48:26 AM
 #190

thx for bounty
aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
August 22, 2020, 08:53:44 PM
 #191

Official
AIB TRC20-V1 on the TRON Network,

Welcome to  trade, we will ratio 1:1 to the mainnet in the near future.


You could trade on TRON network with this:

https://justswap.io/#/home?tokenAddress=TN6HBKBNo8Fk9fVk3cSHfCsF8EXWNLbdRp&type=swap

The TRON Contract is:
https://tronscan.org/#/token20/TN6HBKBNo8Fk9fVk3cSHfCsF8EXWNLbdRp



aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
August 23, 2020, 10:49:07 PM
 #192

2020-08-23  AIB ERC20-V1 on Etherum Network
Uniswap(V2): https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x4b63ce7e179d1db5ddac5d9d54e48356cf3e8b7d
Token Contract: https://etherscan.io/address/0x4b63ce7e179d1db5ddac5d9d54e48356cf3e8b7d

rubinas9
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 25, 2020, 04:48:25 PM
 #193

Nodes?
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
November 25, 2020, 04:52:13 PM
 #194

Nodes?


See this reply from the dev.

Essentially:

<snip>

config aib.conf :

connect = 104.238.153.71:31415
then start aibd

after on the right chain then could remove the connect if necessary.

HTH

aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
November 25, 2020, 07:33:12 PM
 #195

Nodes?


144.91.108.90:31416

or check

https://block.aib.one/network

aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
November 25, 2020, 07:34:17 PM
 #196

Nodes?


See this reply from the dev.

Essentially:

<snip>

config aib.conf :

connect = 104.238.153.71:31415
then start aibd

after on the right chain then could remove the connect if necessary.

HTH


Thanks, however,     104.238.153.71:31415 has been abandon

Keep AIB more DE-centralized, however it is not yet.   

psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
November 25, 2020, 09:33:15 PM
 #197


Thanks, however,     104.238.153.71:31415 has been abandon

Keep AIB more DE-centralized, however it is not yet.   

Ah, sorry for misleading rubinas9 then.

aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
December 22, 2020, 11:54:41 PM
 #198

Check AIB's new DEFI project

having fun to play around it:

Currently is on Binance Smart Chain.

Will add to Ethereum or other popular chain in the further.

https://aibfarm.com

Just remember that currently the AIB mainnet coin is not circulated to ERC20 / BEP20 / TRC20.

In the near future will have the gate way to  transfer between them under some risk control.
Finally will be 1:1 cross-chain-able.

Having fun with our clone projects.

Follow twitter @aibcoin for the most recent update for AIB.




aib (OP)
Member
**
Offline Offline

Activity: 135
Merit: 11

Advance Integrated Blockchains (AIB)


View Profile WWW
July 05, 2021, 06:20:43 AM
 #199

Check AIB's new DEFI project

having fun to play around it:

Currently is on Binance Smart Chain.

Will add to Ethereum or other popular chain in the further.

https://aibfarm.com

Just remember that currently the AIB mainnet coin is not circulated to ERC20 / BEP20 / TRC20.

In the near future will have the gate way to  transfer between them under some risk control.
Finally will be 1:1 cross-chain-able.

Having fun with our clone projects.

Follow twitter @aibcoin for the most recent update for AIB.

It is failed.. sorry...



Samos1
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
November 26, 2021, 05:43:00 PM
 #200

Is there a possibility to have a version or Docker file, that works under Ubuntu 18.04 (Yiimp Server)?
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!